LDAP and User IDs
Folk,
I'm using the following LDAP config and things work great as long as users supply their fully qualified user id (robevans@xxx.com). We'd like for folks to be able to use their user id only (robevans). Is there a way I can configure TeamCity to support this?
java.naming.referral=follow
java.naming.provider.url=ldaps://ds.xxx.com:636/CN=Users,DC=xxx,DC=com
java.naming.security.authentication=simple
loginFilter=.+
Please sign in to leave a comment.
Robert Evans wrote:
Use "formatDN=$login$@xxx.com". See
http://www.jetbrains.net/confluence/display/TCD4/Authentication+Settings#AuthenticationSettings-LDAPAuthentication
--
Alexey Gopachenko
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"