Open the LDAP UI at https://ldap-ui.auth-demo.docker/
Login:
- User:
cn=admin,dc=example,dc=com
- Pass: (see output of
authdemo-show-secrets.sh
forLDAP Admin
)
We have to have at least one group defined before we can create a user. To define a group:
- Select
dc=example,dc=com
in the left panel, then click Create a child entry, then click Generic: Posix Group, and enter:- Group: (Group name. For example,
Developers
.)
- Group: (Group name. For example,
- Click Create Object, then click Commit
To define a user:
- Select
dc=example,dc=com
in the left panel, then click Create a child entry, then click Generic: User Account, and enter:- First Name: (for example,
Peter
) - Last Name: (for example,
Swanson
) - Password: (for example,
password
) - GID Number: (select a Group previously defined)
- First Name: (for example,
- Click Create Object, then click Commit
Here is an example result: