Property | Example value | Description |
---|---|---|
baseDn | dc=company,dc=com | Base DN with users |
searchUserDn | cn=reposilite,ou=admins,dc=domain,dc=com | User used to perform searches in LDAP server (requires permissions to read all LDAP entries) |
searchUserPassword | reposilite-admin-secret | Search user's password |
typeAttribute | person | Attribute in LDAP that object type (objectClass) |
userAttribute | cn | Attribute in LDAP that represents unique username used to create access token |
userFilter | (&(objectClass=person)(ou=Maven Users)) | LDAP user filter |
userType | TEMPORARY or PERSISTENT | Type of mapped token |
Tip
If you're not familiar with LDAP,
you may also try to find some detailed docs about LDAP integration in other open source tools such as e.g. .
LDAP integration in Reposilite was highly inspired by existing implementations,
so you should find a lot of similarities :)Did you find misleading or deprecated content? Maybe you just feel this section misses important elements?
Copyright © 2023 dzikoysk with ❤ panda-lang