diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-12-04 15:23:44 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-12-08 08:55:04 +0100 |
commit | a21cb5a0a11c63f7746a483dca845c12dcfdf1b2 (patch) | |
tree | ae4f8fd290b051232872716df44ff0b8e398c330 /libcli/auth/spnego.h | |
parent | 53b49d4091205cfefabf424a2fefc2df756613d9 (diff) | |
download | samba-a21cb5a0a11c63f7746a483dca845c12dcfdf1b2.tar.gz samba-a21cb5a0a11c63f7746a483dca845c12dcfdf1b2.tar.bz2 samba-a21cb5a0a11c63f7746a483dca845c12dcfdf1b2.zip |
libcli/auth bring ADS_IGNORE_PRINCIPAL in common
Diffstat (limited to 'libcli/auth/spnego.h')
-rw-r--r-- | libcli/auth/spnego.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcli/auth/spnego.h b/libcli/auth/spnego.h index 6aed765492..9a93f2ed52 100644 --- a/libcli/auth/spnego.h +++ b/libcli/auth/spnego.h @@ -25,6 +25,8 @@ #define OID_KERBEROS5_OLD "1.2.840.48018.1.2.2" #define OID_KERBEROS5 "1.2.840.113554.1.2.2" +#define ADS_IGNORE_PRINCIPAL "not_defined_in_RFC4178@please_ignore" + #define SPNEGO_DELEG_FLAG 0x01 #define SPNEGO_MUTUAL_FLAG 0x02 #define SPNEGO_REPLAY_FLAG 0x04 |