diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/ads.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h index 06a48f9691..756612be3a 100644 --- a/source3/include/ads.h +++ b/source3/include/ads.h @@ -6,12 +6,6 @@ basically this is a wrapper around ldap */ -#define TOK_ID_KRB_AP_REQ ((const uint8_t *)"\x01\x00") -#define TOK_ID_KRB_AP_REP ((const uint8_t *)"\x02\x00") -#define TOK_ID_KRB_ERROR ((const uint8_t *)"\x03\x00") -#define TOK_ID_GSS_GETMIC ((const uint8_t *)"\x01\x01") -#define TOK_ID_GSS_WRAP ((const uint8_t *)"\x02\x01") - enum wb_posix_mapping { WB_POSIX_MAP_UNKNOWN = -1, WB_POSIX_MAP_TEMPLATE = 0, |