Skip to content

Commit

Permalink
Adds a clarification to the LDAP validator documentation page. Thanks
Browse files Browse the repository at this point in the history
for David <sk.random2@gmail.com> for the patch!

git-svn-id: svn://cherokee-project.com/cherokee/trunk@6837 5dc97367-97f1-0310-9951-d761b3857238
  • Loading branch information
alobbs committed Sep 6, 2011
1 parent 0ebceb0 commit 4b03d60
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion doc/modules_validators_ldap.txt
Expand Up @@ -22,7 +22,10 @@ Parameters
|__basedn__ |Base Distinguished Name.
|__filter__ |A filter that defines the conditions that must be
fulfilled in order for the search to match a given
entry.
entry. Use `${user}` in a filter as a substitution to
match the identifier inputted by a user accessing the
resource. The filter must resolve to a single user object.
For LDAP filter syntax, refer to RFC 2254.
|__tls__ |Optional. Enable the use of TLS based integrity.
Defaults to __0__.
|__ca_file__ |Optional. It's the CA filename. Must be provided
Expand All @@ -45,3 +48,7 @@ Base DN, also known as search base, identifies the part of the
directory tree you want to manage.

Bind DN is the user name.

To select any user from LDAP as part of the `filter`, specify
`(uid=${user})`, where `uid` is the attribute that serves as your LDAP
user identifier.

0 comments on commit 4b03d60

Please sign in to comment.