I have a customer with LDAP that I can only log in with GSS-API enabled. He doesn't know how to enable simple authentication.
How can I enable this in MS ActiveDirectory?
I have a customer with LDAP that I can only log in with GSS-API enabled. He doesn't know how to enable simple authentication.
How can I enable this in MS ActiveDirectory?
To enable Simple auth for particular user do this: https://technet.microsoft.com/en-us/library/cc961961.aspx
"To disable preauthentication, right-click the User object in Active Directory Users and Computers. Click Properties , and then click the Account tab. In the Account options list, check Do not require Kerberos preauthentication"
SASL/GSSAPI or SASL/GSS-SPNEGO. Simple isn't even SASL. You can verify this by attempting a simple bind to an account with kerberos preauth disabled. Use caution however, as non-TLS wrapped communication will result in credentials being sent int the clear over the wire, which is why a Group Policy should be set to prohibit that particular issue.