96 DCE Replacement Strategies
d. Verify that the IBM Tivoli Access Manager information and DCE
information are in LDAP:
ldapsearch [-h <host>] -D <bind DN> -w <bind passwd> -D <group DN> \
objectclass=*
5.4 Managing objects in a shared environment
This section describes how to manage shared objects in LDAP when using both
DCE and IBM Tivoli Access Manager.
5.4.1 Creating a user with IBM Tivoli Access Manager
You can create an object with IBM Tivoli Access Manager and attach a DCE
principal by completing the following steps:
1. Create a user with IBM Tivoli Access Manager by typing:
pdadmin> user create <user name> <user DN> <CN> <SN> <user password>
2. Add the krbprincipal objectclass and the krbprincipalname attribute to the
user’s DN by completing ...