LDAP authentication with Windows Active Directory
I'm trying to set up a Jazz server (1.0.1.1) to authenticate users against Windows AD. What I have done is as follows (according to https://jazz.net/wiki/bin/view/Main/LDAP4Dummies article):
Selected "Tomcat User Database" as a type of registry Set up my own user with the same ID and password I have in AD Configured the server for LDAP usage Shut down the server Configured the Web container for LDAP Restarted the server Opened the page https://...:9443/jazz/setup and logged in with the ID/password I set in p3 The server lets me in, but I'm getting the message: although my user ID appears in the JazzAdmins group in the AD. Here're the ldap-related settings from my teamserver.properties file: com.ibm.team.repository.ldap.findUsersByAnyNameQuery=(| (name\=* ?1*) (name\=*_?1*)) It seems that my membership in the JazzAdmins group is not recognized. Any help is greatly appreciated. |
One answer
looks like according to your container (WAS / tomcat) the user id is not part of the Admin group.
please double the attributes used by ur container LDAP configuration. --- Balaji I'm trying to set up a Jazz server (1.0.1.1) to authenticate users against Windows AD. What I have done is as follows (according to https://jazz.net/wiki/bin/view/Main/LDAP4Dummies article): The server lets me in, but I'm getting the message: although my user ID appears in the JazzAdmins group in the AD. Here're the ldap-related settings from my teamserver.properties file: com.ibm.team.repository.ldap.findUsersByAnyNameQuery=(| (name\=* ?1*) (name\=*_?1*)) It seems that my membership in the JazzAdmins group is not recognized. Any help is greatly appreciated. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.