Translations:Centralized authentication using OpenLDAP/288/en

From Gentoo Wiki
Jump to:navigation Jump to:search
  1. Make a member query for the initgroups with the user that will login
  2. tests also this user's password

ldapsearch -x '({{|}}(&(objectClass=posixAccount)(uid=bertram))(Template:&(objectClass=posixGroup)(memberUid=bertram)))' -H ldaps://ldap.genfic.org -b "dc=genfic,dc=org" -D "cn=Bert Ram,dc=genfic,dc=org" -W

}}