User guide

Chapter 2: Environment Setup (SSO Administrators)
2-34
cn: user005 <- First and last name
# Entry: User: user006
dn: cn=user006,ou=User,ou=interstage,o=fujitsu,dc=com
<- Registration destination entry of user "user006"
objectClass: top <- Mandatory object class
objectClass: person <- Mandatory object class
objectClass: organizationalPerson <- Mandatory object class
objectClass: inetOrgPerson <- Mandatory object class
objectClass: ssoUser <- Mandatory object class
uid: user006 <- User ID at password authentication
userPassword: user006 <- Password at password authentication
mail: user006@interstage.fujitsu.com <- Mail address
employeeNumber: 100006 <- Employee number
ssoRoleName: General <- Role name
ssoAuthType: CertAuth <- Authentication method
ssoCredentialTTL: 60 <- Re-authentication interval
ssoNotBefore: 20020101090000+0900 <- Use start time
ssoNotAfter: 20021201085959+0900 <- Use exit time
sn: user006 <- Last name
cn: user006 <- First and last name
2. Executing the ldapmodify Command
Specify the created LDIF file and execute the ldapmodify command to register user information and role
configuration in the SSO repository.
After executing the ldapmodify command, fetch entry information and check whether user information
and role configuration have been registered correctly. Refer to 'Entry Management' in the Smart
Repository Operator's Guide for details of how to operate the entry.