[Bps-public-commit] RT-Extension-LDAPImport branch, master, updated. 0.20_01-35-gf63c1f3
Alex Vandiver
alexmv at bestpractical.com
Thu Jul 29 13:02:03 EDT 2010
The branch, master has been updated
via f63c1f3f18d879c5b0a5a6a850d76aa086ce7470 (commit)
from 9ee578602c76a4ab6d7d36198725035dd348b5e7 (commit)
Summary of changes:
README | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit f63c1f3f18d879c5b0a5a6a850d76aa086ce7470
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Jul 29 13:03:58 2010 -0400
Clarify username = bind DN
diff --git a/README b/README
index da8444b..5a6f052 100644
--- a/README
+++ b/README
@@ -26,9 +26,9 @@ your RT_SiteConfig file
Hostname or ldap(s):// uri
Set($LDAPHost,'our.ldap.host');
-Your LDAP username
+Your LDAP username or DN
Leaving this unset will cause us to use an anonymous bind
- Set($LDAPUser, 'user cn');
+ Set($LDAPUser, 'uid=foo,ou=users,dc=example,dc=com');
Your LDAP Password
Set($LDAPPassword, 'ldap pass');
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list