diff options
-rw-r--r-- | source4/libcli/ldap/ldap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/ldap/ldap.h b/source4/libcli/ldap/ldap.h index 6492df41d9..c27aba8d7a 100644 --- a/source4/libcli/ldap/ldap.h +++ b/source4/libcli/ldap/ldap.h @@ -57,7 +57,7 @@ enum ldap_result_code { LDAP_TIME_LIMIT_EXCEEDED = 3, LDAP_SIZE_LIMIT_EXCEEDED = 4, LDAP_COMPARE_FALSE = 5, - LDAP_COMPARE_TRUe = 6, + LDAP_COMPARE_TRUE = 6, LDAP_AUTH_METHOD_NOT_SUPPORTED = 7, LDAP_STRONG_AUTH_REQUIRED = 8, LDAP_REFERRAL = 10, |