mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
example_config: Add pocket-id
This commit is contained in:
@@ -51,6 +51,7 @@ configuration files:
|
||||
- [Peertube](peertube.md)
|
||||
- [Penpot](penpot.md)
|
||||
- [pgAdmin](pgadmin.md)
|
||||
- [Pocket-ID](pocket-id.md)
|
||||
- [Portainer](portainer.md)
|
||||
- [PowerDNS Admin](powerdns_admin.md)
|
||||
- [Prosody](prosody.md)
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
# LLDAP Configuration for Pocket-ID
|
||||
|
||||
[Pocket-ID](https://pocket-id.org/) 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 | mail |
|
||||
| | 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.
|
||||
Reference in New Issue
Block a user