01-23-07 06:25 PM
chen@iol.ie wrote:
> Hi all, I am the new to Tivoli Directory Server.
> I have tried lots of times to configure user registry using LDAP, but I al
ways got the following message in WAS Admin console:
>
> Authentication failed for user: com.ibm.ws.console.security.ConnectToRuntimeExcept
ion: null nested exception is com.ibm.websphere.security.CustomRegistryException: No
user xpuser found. Try again.
> I set the LDAP fields in WAS as below:
>
> Server User ID : xpuser (this is the username I logged on Windows X
P)
> Server user password : (windows login password)
This has to be a valid userid in the directory.
> Type : IBM Tivoli Directory Server
> Host : localhost
> Port : 389
> Base distinguished name (DN): o=ibm,c=us
> Bind distinguished name (DN): cn=root (With which I logged to operate the
> directory using Web Admin Tool of
> IDSWebApp.war)
> Bind password : (root password)
>
> And I left the advance attributes the default values.
>
> In Tivoli Server, I have done the following setting:
>
> Set the administrator cn=root password
> Configure and set up db2
> Add suffix o=ibm, c=us
> Import sample LDIF file
>
> With Web administration tool for Tivoli Server, I have done the follow set
ting.
>
> Create a Realm for o=ibm,c=us
> Create a administrator for the Realm cn=admin1,o=ibm,c=us
> Create a user template for the Realm with all default setting.
> Create a user with the user template RDN sn=foo, cn=realm, o=ibm, c=us
This is not how you create users in ITDS. I know it's a little
confusing, but you should be creating objects under "Directory
Management>Add an Entry"
First you create a domain object
Then you create containers under the domain for things like users and groups
Then you create users in the user container (you can have multiple
containers, such as employees, customers etc.) with object class
inetOrgPerson
[ Post a follow-up to this message ]
|