mirror of
https://github.com/lldap/lldap.git
synced 2024-11-24 08:45:08 +00:00
example_configs: Add onedev
This commit is contained in:
parent
e982908768
commit
fea2ed5b79
2 changed files with 24 additions and 0 deletions
|
@ -606,6 +606,7 @@ folder for help with:
|
||||||
- [Nextcloud](example_configs/nextcloud.md)
|
- [Nextcloud](example_configs/nextcloud.md)
|
||||||
- [Nexus](example_configs/nexus.md)
|
- [Nexus](example_configs/nexus.md)
|
||||||
- [OCIS (OwnCloud Infinite Scale)](example_configs/ocis.md)
|
- [OCIS (OwnCloud Infinite Scale)](example_configs/ocis.md)
|
||||||
|
- [OneDev](example_configs/onedev.md)
|
||||||
- [Organizr](example_configs/Organizr.md)
|
- [Organizr](example_configs/Organizr.md)
|
||||||
- [Portainer](example_configs/portainer.md)
|
- [Portainer](example_configs/portainer.md)
|
||||||
- [PowerDNS Admin](example_configs/powerdns_admin.md)
|
- [PowerDNS Admin](example_configs/powerdns_admin.md)
|
||||||
|
|
23
example_configs/onedev.md
Normal file
23
example_configs/onedev.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Configuration for Onedev
|
||||||
|
In Onedev, go to `Administration > Authentication Sources` and click `External Authentication`
|
||||||
|
Select `Generic LDAP`
|
||||||
|
|
||||||
|
* LDAP URL: Your lldap server's ip/hostname
|
||||||
|
* Authentication Required: On
|
||||||
|
* Manager DN: `uid=admin,ou=people,dc=example,dc=com`
|
||||||
|
* Manager Password: Your bind user's password
|
||||||
|
* User Search Base: `ou=people,dc=example,dc=com`
|
||||||
|
* User Full Name Attribute: `displayName`
|
||||||
|
* Email Attribute: mail
|
||||||
|
* User SSH Key Attribute: (Leave Blank)
|
||||||
|
* Group Retrieval: "Search Groups Using Filter"
|
||||||
|
* Group Search Base: `ou=groups,dc=example,dc=com`
|
||||||
|
* Group Search Filter" `(&(uniqueMember={0})(objectclass=groupOfUniqueNames))`
|
||||||
|
* Group Name Attribute: cn
|
||||||
|
* Create User As Guest: Off
|
||||||
|
* Default Group: "No Default Group"
|
||||||
|
* Timeout: 300
|
||||||
|
|
||||||
|
Replace every instance of `dc=example,dc=com` with your configured domain.
|
||||||
|
|
||||||
|
After applying the above settings, users should be able to log in with their user name.
|
Loading…
Reference in a new issue