1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-24 04:23:53 +03:00

s3-libads: move spnego defines to their appropriate header file.

Guenther
This commit is contained in:
Günther Deschner
2010-06-30 23:47:03 +02:00
parent dff7be8ccb
commit 3f453f73a8
2 changed files with 6 additions and 6 deletions

View File

@@ -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,