diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-10-20 22:44:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:02:20 -0500 |
commit | 367b3bfa12aada4254cfdb8e1de5929be675c952 (patch) | |
tree | 0bd02bb14825fb49918958a73d35d0a0ebbbad91 /source4/libcli/ldap | |
parent | 6d18904b037a39aeff2cad29fb2db84e0d1b2fe4 (diff) | |
download | samba-367b3bfa12aada4254cfdb8e1de5929be675c952.tar.gz samba-367b3bfa12aada4254cfdb8e1de5929be675c952.tar.bz2 samba-367b3bfa12aada4254cfdb8e1de5929be675c952.zip |
r3096: typo
metze
(This used to be commit c730d7d638875c239f0b67c1d4b25eb1fb01c5ff)
Diffstat (limited to 'source4/libcli/ldap')
-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, |