Skip to content

Commit

Permalink
Merge pull request #279 from fanf/bug_4679/typo_in_ldap_authenticatio…
Browse files Browse the repository at this point in the history
…n_example

Fixes #4679: LDAP authentication example: s/uuid/uid/
  • Loading branch information
jooooooon committed Mar 27, 2014
2 parents ad19ad0 + d61d6ac commit 542aeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rudder-webapp/SOURCES/rudder-upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ rudder.auth.ldap.connection.bind.password=secret
# login by the user.
#
rudder.auth.ldap.searchbase=ou=People
rudder.auth.ldap.filter=(&(uuid={0})(objectclass=person))
rudder.auth.ldap.filter=(&(uid={0})(objectclass=person))
#
# An AD example would be:
Expand Down

0 comments on commit 542aeb0

Please sign in to comment.