This has been tested with 8.8. It should work with 8.7.3 and later as well.
$conf['auth']['ldap']['binddn'] = 'cn=bindid,ou=??,o=yourO'; $conf['auth']['ldap']['bindpw'] = '??'; $conf['auth']['ldap']['server'] = 'ldaps://yourURI'; $conf['auth']['ldap']['usertree'] = 'ou=users,o=??'; $conf['auth']['ldap']['grouptree'] = 'ou=groups,o=??'; $conf['auth']['ldap']['userfilter'] = '(&(uid=%{user})(objectClass=inetorgperson))'; $conf['auth']['ldap']['groupfilter'] = '(&(objectClass=groupOfNames)(member=%{dn}))'; $conf['auth']['ldap']['mapping']['name'] = 'fullname'; $conf['auth']['ldap']['version'] = '3';