User guide

Repository Server Setup
2-35
Example
For the administrator DN and Bind password, specify the administrator DN and administrator DN
password that were set when the SSO repository was created in the Interstage Management Console.
In the following example, 389 is specified for the port number of the SSO repository and
'cn=manager,ou=interstage,o=fujitsu,dc=com' is specified for the administrator DN:
LDIF file: C:\Interstage\F3FMsso\ssoatcsv\sample\ldif\sample.ldif
Role configuration registration destination entry: ou=Role,ou=SSO ACI,ou=interstage,o=fujitsu,dc=com
User information registration destination entry: ou=User,ou=interstage,o=fujitsu,dc=com
Administrator DN: cn=manager,ou=interstage,o=fujitsu,dc=com
Enter the administrator DN password if you are prompted to enter the Bind password. The entered
password is not displayed.
C:\> C:\Interstage\ID\Dir\sdk\C\bin\ldapmodify -p 389 -D
"cn=manager,ou=interstage,o=fujitsu,dc=com" -W -a -f
C:\Interstage\F3FMsso\ssoatcsv\sample\ldif\sample.ldif
Enter Bind password:
adding new entry cn=Admin,ou=Role,ou=SSO ACI,ou=interstage,o=fujitsu,dc=com
adding new entry cn=Leader,ou=Role,ou=SSO ACI,ou=interstage,o=fujitsu,dc=com
adding new entry cn=General,ou=Role,ou=SSO
ACI,ou=interstage,o=fujitsu,dc=com
adding new entry cn=AdminSet,ou=Role,ou=SSO
ACI,ou=interstage,o=fujitsu,dc=com
adding new entry cn=LeaderSet,ou=Role,ou=SSO
ACI,ou=interstage,o=fujitsu,dc=com
adding new entry cn=GeneralSet,ou=Role,ou=SSO
ACI,ou=interstage,o=fujitsu,dc=com
adding new entry cn=user001,ou=User,ou=interstage,o=fujitsu,dc=com
adding new entry cn=user002,ou=User,ou=interstage,o=fujitsu,dc=com
adding new entry cn=user003,ou=User,ou=interstage,o=fujitsu,dc=com
adding new entry cn=user004,ou=User,ou=interstage,o=fujitsu,dc=com
adding new entry cn=user005,ou=User,ou=interstage,o=fujitsu,dc=com
adding new entry cn=user006,ou=User,ou=interstage,o=fujitsu,dc=com
C:\>