Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added LDAP filter examples

...

Code Block
languagetext
LDAP server address: ldap.net.local
LDAP port: 389
LDAP access user DN: uid=unimus,ou=Service_accounts,ou=People,dc=net,dc=local
LDAP access password: superSecretPasswordHere

LDAP base DN: ou=Users,ou=People,dc=net,dc=local
User identifier: uid
LDAP filter: (memberOf=cn=unimus_users,ou=unimus,ou=Applications,ou=Group,dc=net,dc=local)

Microsoft Active Directory configuration example

...

Code Block
languagetext
LDAP server address: dc.net.local
LDAP port: 389
LDAP access user DN: CN=Unimus Service,OU=Service Users,DC=net,DC=local
LDAP access password: superSecretPasswordHere

LDAP base DN: OU=Network Admins,DC=net,DC=local
User identifier: sAMAccountName
LDAP filter: (memberOf=CN=AAA_Access,OU=Groups,DC=net,DC=local)

A how-to guide for Active Directory

...