[Pkg-owncloud-commits] [owncloud-doc] 14/44: LDAP: new doc for wizard login filter tab
David Prévot
taffit at moszumanska.debian.org
Sun Dec 15 00:06:46 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch dfsg_clean
in repository owncloud-doc.
commit c95cf8bb8be665190c4ce569ab9d8b782db46f61
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Tue Dec 10 12:48:35 2013 +0100
LDAP: new doc for wizard login filter tab
---
admin_manual/configuration/auth_ldap.rst | 52 +++++++++++++++++++++-------
admin_manual/images/ldap-wizard-3-login.png | Bin 0 -> 27824 bytes
2 files changed, 39 insertions(+), 13 deletions(-)
diff --git a/admin_manual/configuration/auth_ldap.rst b/admin_manual/configuration/auth_ldap.rst
index 8abe6ee..fefb932 100644
--- a/admin_manual/configuration/auth_ldap.rst
+++ b/admin_manual/configuration/auth_ldap.rst
@@ -97,8 +97,8 @@ Base DN:
User Filter
~~~~~~~~~~~
-The settings in the user filter tab determine which LDAP users will appear in
-and are allowed to log in into ownCloud. It is also possible to enter a raw LDAP
+The settings in the user filter tab determine which LDAP users will appear and
+are allowed to log in into ownCloud. It is also possible to enter a raw LDAP
filter.
.. figure:: ../images/ldap-wizard-2-user.png
@@ -130,24 +130,50 @@ x Users found:
This is an indicator that tells you approximately how many users will be
allowed to access ownCloud. The number will update after any change you do.
+Login Filter
+~~~~~~~~~~~~
-Basic Settings
---------------
+The settings in the login filter tab determine which user detail will be
+compared to the login value entered by the user. It is possible to allow
+multiple user details It is also possible to enter a raw LDAP filter.
-Settings Details
-~~~~~~~~~~~~~~~~
+The user limitation as set up in the previous tab is in effect, unless you
+manually configure the filter in raw mode.
+
+.. figure:: ../images/ldap-wizard-3-login.png
-User Login Filter:
- The filter to use when a users tries to login. Use **%uid** as placeholder
- for the user name. Note, that login applies this filter only, but not User
- List Filter. This may change in future.
+LDAP Username:
+ If this value is checked, the login value will be compared to the username in
+ the LDAP directory. The corresponding attribute, usually *uid* or
+ *samaccountname* will be detected automatically by ownCloud.
- * Example (allows login with user name and email address): *(|(uid=%uid)(email=$uid))*
+LDAP Email Address:
+ If this value is checked, the login value will be compared to an email address
+ in the LDAP directory. The email address will be looked for in the
+ *mailPrimaryAddress* and *mail* attributes.
-User List Filter:
- The filter to use when a search for users will be executed.
+Other Attributes:
+ This multiselect box allows you to select other attributes for the comparison.
+ The list is generated automatically based on the attributes that a user object
+ contains in your LDAP server.
+
+Edit raw filter instead:
+ Clicking on this text will toggle the filter mode. Instead of the assisted
+ approach, you can enter the raw LDAP filter directly in the appearing field.
+ The **%uid** placeholder will be replaced with the login name entered by the user
+ upon login. When you enter the filter manually.
+ Examples:
+
+ * only username: *uid=%uid*
+ * username or email address: *(|(uid=%uid)(mail=$uid))*
+
+Basic Settings
+--------------
+
+Settings Details
+~~~~~~~~~~~~~~~~
Group Filter:
The filter to use when a search for groups will be executed. In
diff --git a/admin_manual/images/ldap-wizard-3-login.png b/admin_manual/images/ldap-wizard-3-login.png
new file mode 100644
index 0000000..1e54d46
Binary files /dev/null and b/admin_manual/images/ldap-wizard-3-login.png differ
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list