Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 939 Bytes

CREATE_LDAP_USER.md

File metadata and controls

36 lines (21 loc) · 939 Bytes

Create your first LDAP user

  1. Navigate to https://localhost:8081

  2. Click on login and provide the following details :

    DN: cn=admin,dc=mycompany,dc=com Password: adminpwd

    LDAP Admin auth

  3. Click on Create new entry here > Generic: Posix Group

    Before creating the user, we need to create a group

    Name this group Users

    LDAP create new user

  4. Click on Create new entry here > Generic: User Account

    LDAP create new user

    Then, fill its details :

    • First name : Joe
    • Last name : DOE
    • User ID : jdoe
    • Password : jdoe
    • GID Number : Users

    Now, you should have this :

    LDAP Joe DOE created

    Perfect, our user is created, time to run the API !