mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
2.6 KiB
2.6 KiB
LLDAP Configuration for Pocket-ID
Pocket-ID is a simple, easy-to-use OIDC provider that lets users authenticate to your services using passkeys.
| Value | ||
|---|---|---|
| Client Configuration | LDAP URL | ldaps://url:port |
| LDAP Bind DN | uid=binduser,ou=people,dc=example,dc=com | |
| LDAP Bind Password | password for binduser | |
| LDAP Base DN | dc=example,dc=com | |
| User Search Filter | (objectClass=person) | |
| Groups Search Filter | (objectClass=groupOfNames) | |
| Skip Certificate Verification | true/false | |
| Keep disabled users from LDAP | false | |
| Attribute Mapping | User Unique Identifier Attribute | uuid |
| Username Attribute | uid | |
| User Mail Attribute | ||
| User First Name Attribute | givenName | |
| User Last Name Attribute | sn | |
| User Profile Picture Attribute | jpegPhoto | |
| Group Members Attribute | member | |
| Group Unique Identifier Attribute | uuid | |
| Group Name Attribute | cn | |
| Admin Group Name | pocketid_admin_group_name |
Save and Sync.