Table of Contents

LDAP support in Reposilite is quite limited. It's stale and oldish tool with a very specific approach to domain configuration. If you feel that current implementation could be improved or slightly changed, let us know.
First of all, you have to enable LDAP authenticator in . Then, you can configure configuration to your LDAP server.
PropertyExample valueDescription
baseDndc=company,dc=comBase DN with users
searchUserDncn=reposilite,ou=admins,dc=domain,dc=comUser used to perform searches in LDAP server (requires permissions to read all LDAP entries)
searchUserPasswordreposilite-admin-secretSearch user's password
typeAttributepersonAttribute in LDAP that object type (objectClass)
userAttributecnAttribute in LDAP that represents unique username used to create access token
userFilter(&(objectClass=person)(ou=Maven Users))LDAP user filter
userTypeTEMPORARY or PERSISTENTType 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?

Guide

Copyright © 2023 dzikoysk with ❤ panda-lang