LDAP Authentication: Configuration Feature Wish / Question
Hello,
I am using TeamCity 2.1.1 and trying LDAP Authentication via an OpenLDAP server. Authentication works, but I have to enter the full bind dn as login:
uid=user,ou=people,dc=company,dc=de
I would like to map the user name from the login page to a configurable bind string, so that I have to enter only the uid and the uid is used as user name.
Is this planned for the future? Or even possible already?
My configuration:
java.naming.referral=follow
java.naming.provider.url=ldap://ldap.company.de:389/ou=people,dc=company,dc=de
java.naming.security.authentication=simple
loginFilter=.+
Thanks,
Sven
Please sign in to leave a comment.
I've created http://www.jetbrains.net/jira/browse/TW-3134 Feature will
be included in next EAP.
Also it will be compatible with 2.xx so you will be able to replace
ldap-login.jar on your existing server.
Sven Arnold wrote:
--
Alexey Gopachenko
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Great, Thanks!
Fixed. Fix attached to
http://www.jetbrains.net/jira/browse/TW-3134
Sven Arnold wrote:
--
Alexey Gopachenko
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"