ldapdomaindump
ldapdomaindump copied to clipboard
LDAP simple auth option fixed
This MR fix the SIMPLE auth LDAP method as the username format passed to the ldap3 Connection constructor was not in the right format. Simple auth needs either a full DN or an UPN for the username (in format username@domain). This fix creates the right username format according to the chosen authentication method.