-
Notifications
You must be signed in to change notification settings - Fork 5
LDAP Authentication OMV4
ishtarmms edited this page Oct 8, 2019
·
3 revisions
Login into openmediavault, go to System -> Plugins and install openmediavault-ldap 4.0.6-1 or newer
Go to Access Rights Management -> Directory Service
Enable: Yes
Host: <ldap server ip>
Port: 389
Enable SSL/TLS: No
Base DN : dc=example,dc=com
Root Bind DN: cn=admin,dc=example,dc=com
Password: <ldap password>
Users suffix: ou=Uers
Group suffix: ou=Groups
Enable PAM: Yes
Extra options:
nss_map_objectclass posixGroup groupOfNames
nss_map_attribute uniqueMember member
You should be able to see User and Group populate from LDAP