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 /source3 | |
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 'source3')
-rw-r--r-- | source3/include/smb_krb5.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/smb_krb5.h b/source3/include/smb_krb5.h index 0a6ba79038..64c5136acb 100644 --- a/source3/include/smb_krb5.h +++ b/source3/include/smb_krb5.h @@ -4,8 +4,6 @@ #define KRB5_PRIVATE 1 /* this file uses PRIVATE interfaces! */ /* this file uses DEPRECATED interfaces! */ -#define ADS_IGNORE_PRINCIPAL "not_defined_in_RFC4178@please_ignore" - #if defined(HAVE_KRB5_DEPRECATED_WITH_IDENTIFIER) #define KRB5_DEPRECATED 1 #else |