Mono Class Library: Novell.Directory.Ldap.LdapException Overview | Members

Novell.Directory.Ldap.LdapException.INAPPROPRIATE_AUTHENTICATION Field

Indicates that during a bind operation, the client is attempting to use an authentication method that the client cannot use correctly. [Edit]

Value: 48

public static const int INAPPROPRIATE_AUTHENTICATION

Remarks

Indicates that during a bind operation, the client is attempting to use an authentication method that the client cannot use correctly.

For example, either of the following cause this error:

  • The client returns simple credentials when strong credentials are required.
  • The client returns a DN and a password for a simple bind when the entry does not have a password defined.
[Edit]

Requirements

Namespace: Novell.Directory.Ldap
Assembly: Novell.Directory.Ldap (in Novell.Directory.Ldap.dll)