Creating LDAP users

Last Updated : Sep 23, 2016 |
Prolog information
  1. On Apache Directory Studio, go to the Connections view toolbar and double-click the LDAP connection.
    ADDITIONAL INFORMATION:
  2. Create an LDIF file with the following details:
    ADDITIONAL INFORMATION: dn: ou=people,dc=domain,dc=com
    objectClass: top
    objectClass: organizationalUnit
    ou: people


    dn: uid=testuser,ou=people,dc=domain,dc=com
    objectClass: top
    objectClass: inetOrgPerson
    objectClass: person
    objectClass: organizationalPerson
    cn: testuser
    description: testuser
    givenName: testuser
    mail: testuser@domain.com
    sn: test
    uid: testuser
    userPassword: 123456
  3. Select dc=domain, dc=com.
  4. Click LDAP BrowserRoot DSE.
  5. Right click on partition to import the above created ldif file from ImportLDIF Import.
  6. Provide the LDIF file path and click Finish.
    ADDITIONAL INFORMATION:
    This will create the test under your partition/domain.