Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
d6572634
Commit
d6572634
authored
12 years ago
by
Thomas Tanghus
Browse files
Options
Downloads
Plain Diff
Merge branch 'stable4' of
git://gitorious.org/owncloud/owncloud
into stable4
parents
74ac2ac6
8554525e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
apps/user_ldap/templates/settings.php
+2
-1
2 additions, 1 deletion
apps/user_ldap/templates/settings.php
lib/public/app.php
+2
-1
2 additions, 1 deletion
lib/public/app.php
with
4 additions
and
2 deletions
apps/user_ldap/templates/settings.php
+
2
−
1
View file @
d6572634
...
...
@@ -4,6 +4,7 @@
<li><a
href=
"#ldapSettings-1"
>
LDAP Basic
</a></li>
<li><a
href=
"#ldapSettings-2"
>
Advanced
</a></li>
</ul>
<p
style=
"text-align:right; float:right; margin: 2ex 1em;"
><a
href=
"http://owncloud.org/support/ldap-backend/"
target=
"_blank"
>
How to configure the LDAP backend
<img
src=
"
<?php
echo
OCP\Util
::
imagePath
(
''
,
'actions/info.png'
);
?>
"
/></a></p>
<fieldset
id=
"ldapSettings-1"
>
<p><label
for=
"ldap_host"
>
<?php
echo
$l
->
t
(
'Host'
);
?>
<input
type=
"text"
id=
"ldap_host"
name=
"ldap_host"
value=
"
<?php
echo
$_
[
'ldap_host'
];
?>
"
></label>
<label
for=
"ldap_base"
>
<?php
echo
$l
->
t
(
'Base'
);
?>
</label><input
type=
"text"
id=
"ldap_base"
name=
"ldap_base"
value=
"
<?php
echo
$_
[
'ldap_base'
];
?>
"
/></p>
<p><label
for=
"ldap_dn"
>
<?php
echo
$l
->
t
(
'Name'
);
?>
</label><input
type=
"text"
id=
"ldap_dn"
name=
"ldap_dn"
value=
"
<?php
echo
$_
[
'ldap_dn'
];
?>
"
/>
...
...
@@ -26,7 +27,7 @@
<label
for=
"ldap_quota_def"
>
Quota Default
</label><input
type=
"text"
id=
"ldap_quota_def"
name=
"ldap_quota_def"
value=
"
<?php
if
(
isset
(
$_
[
'ldap_quota_def'
]))
echo
$_
[
'ldap_quota_def'
];
?>
"
/>
bytes
</p>
<p><label
for=
"ldap_email_attr"
>
Email Attribute
</label><input
type=
"text"
id=
"ldap_email_attr"
name=
"ldap_email_attr"
value=
"
<?php
echo
$_
[
'ldap_email_attr'
];
?>
"
/></p>
</fieldset>
<input
type=
"submit"
value=
"Save"
/>
<input
type=
"submit"
value=
"Save"
/>
<a
href=
"http://owncloud.org/support/ldap-backend/"
target=
"_blank"
><img
src=
"
<?php
echo
OCP\Util
::
imagePath
(
''
,
'actions/info.png'
);
?>
"
style=
"height:1.75ex"
/>
<?php
echo
$l
->
t
(
'Help'
);
?>
</a>
</div>
</form>
This diff is collapsed.
Click to expand it.
lib/public/app.php
+
2
−
1
View file @
d6572634
...
...
@@ -36,7 +36,8 @@ namespace OCP;
class
App
{
/**
* @brief makes owncloud aware of this app
* @brief Makes owncloud aware of this app
* @brief This call is deprecated and not necessary to use.
* @param $data array with all information
* @returns true/false
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment