2.2 KiB
| title | description | keywords | redirect_from | ui_tabs | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Create and manage users | Learn how to administer user permissions in Docker Universal Control Plane. | authorize, authentication, users, teams, UCP, Docker |
|
|
{% if include.ui %} Docker Universal Control Plane provides built-in authentication and also integrates with LDAP directory services.
To enable LDAP and manage users and groups from your organization's directory, go to Admin > Admin Settings > Authentication and Authorization. [Learn how to integrate with an LDAP directory] (../configure/external-auth/index.md).
{% if include.version=="ucp-3.0" %} To use UCP built-in authentication, you must manually create users. New users are assigned a default permission level so that they can access the cluster. You can optionally grant them UCP administrator permissions.
To create a new user in the UCP web UI:
- Navigate to the Users page.
- Click Create User.
- Input username, password, and full name.
- Click Create.
- [optional] Check "Is a Docker EE Admin".
Check
Is a Docker EE Adminto grant a user permission to change the cluster configuration and manage grants, roles, and collections.
{% elsif include.version=="ucp-2.2" %} To use UCP built-in authentication, you must manually create users. New users are assigned a default permission level so that they can access the swarm. You can optionally grant them UCP administrator permissions.
To create a new user in the UCP web UI:
- Navigate to the Users page.
- Click Create User.
- Input username, password, and full name.
- Click Create.
- [optional] Check "Is a UCP admin?".
Check
Is a UCP admin?to grant a user permission to change the swarm configuration and manage grants, roles, and collections.
Where to go next
- Create and manage teams
- UCP permission levels {% endif %}



