Hi Luis
I have indeed. My configuration is like this
caPath: 'C:\path\to\my\caPath'
ldapUrl: 'ldaps://ldap.my.network.com:636/DC=my,DC=network,DC=com?userPrincipalName'
ldapBindDn: ldap::ldap.my.network.com
ldapBindPassword: ldap::ldap.my.network.com
# Authorization
authorizationEnabled: true
authorizationMode: 'ldap'
ldapAuthorizeUrl: 'ldaps://ldap.my.netwerk.com:636/DC=my,DC=network,DC=com?userPrincipalName?sub?(member={{dn}})'
ldapCheckServerIdentity : true
In order to determine where your users are located in the ldap three and what parameter matches the username you enter, I use NetTools
After that you have to do proper role mapping as well with the full group name.
------------------------------
Regards
Matthias Blomme
------------------------------