ADMIN shows up as the logged in user when it is not the user
setup: RQM 8.0 (GM build) in WAS 6.1 with fixpack 17 in Win2K3 Ent server with DB2 9.1.5 on the same machine.
ADMIN appears as the logged in user when I log into https://localhost:<port_number>/jazz/admin even after authenticating through my ldap server. Upon seeing ADMIN as the logged in user, I tried to login to "jazz/admin" using ADMIN, but the authentication failed, which affirmed the working ldap authentication.
Someone had mentioned to me that removing "rqm-license-profile.ini " from the provision_profiles directory could helped. I moved it to "C:\IBM\RQM\", but that did not help either. I also can login to WAS admin console using LDAP authentication and everything seems to be okay there also.
What do I need to do to get rid off ADMIN in jazz/admin console?
ADMIN appears as the logged in user when I log into https://localhost:<port_number>/jazz/admin even after authenticating through my ldap server. Upon seeing ADMIN as the logged in user, I tried to login to "jazz/admin" using ADMIN, but the authentication failed, which affirmed the working ldap authentication.
Someone had mentioned to me that removing "rqm-license-profile.ini " from the provision_profiles directory could helped. I moved it to "C:\IBM\RQM\", but that did not help either. I also can login to WAS admin console using LDAP authentication and everything seems to be okay there also.
What do I need to do to get rid off ADMIN in jazz/admin console?
One answer
You will be logged in as ADMIN if the user id you are using to login is not present in the Jazz database and your id is part of the JazzAdmins groups in the LDAP directory. (the user id is present in LDAP, so we are able to authenticate your id).
Use https://server:9443/jazz/admin#action=jazz.viewPage&id=com.ibm.team.repository.users to import users from LDAP directory.
Like you said, you were not able to login using ADMIN user because ADMIN user id does not exist in LDAP directory.
---- Balaji
Jazz Server Team
Use https://server:9443/jazz/admin#action=jazz.viewPage&id=com.ibm.team.repository.users to import users from LDAP directory.
Like you said, you were not able to login using ADMIN user because ADMIN user id does not exist in LDAP directory.
---- Balaji
Jazz Server Team
setup: RQM 8.0 (GM build) in WAS 6.1 with fixpack 17 in Win2K3 Ent server with DB2 9.1.5 on the same machine.
ADMIN appears as the logged in user when I log into https://localhost:<port_number>/jazz/admin even after authenticating through my ldap server. Upon seeing ADMIN as the logged in user, I tried to login to "jazz/admin" using ADMIN, but the authentication failed, which affirmed the working ldap authentication.
Someone had mentioned to me that removing "rqm-license-profile.ini " from the provision_profiles directory could helped. I moved it to "C:\IBM\RQM\", but that did not help either. I also can login to WAS admin console using LDAP authentication and everything seems to be okay there also.
What do I need to do to get rid off ADMIN in jazz/admin console?