diff options
author | Andrew Tridgell <tridge@samba.org> | 2002-08-19 15:30:26 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2002-08-19 15:30:26 +0000 |
commit | e38148f78ca631dcbc8a09616c2c91e5ec64c670 (patch) | |
tree | 4969477dfdb4ea420f4967ee958e45fb6f003c22 /source3/include | |
parent | 53a4d9a47039a567e0599b0ec3ee9d589d035e30 (diff) | |
download | samba-e38148f78ca631dcbc8a09616c2c91e5ec64c670.tar.gz samba-e38148f78ca631dcbc8a09616c2c91e5ec64c670.tar.bz2 samba-e38148f78ca631dcbc8a09616c2c91e5ec64c670.zip |
we now receive and parse the main cldap netlogon reply.
we still need to parse the core of the structure
(This used to be commit 6780ae25bf7ca291f612682dec7ee7ff44c24bef)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/asn_1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/asn_1.h b/source3/include/asn_1.h index 090c5459d1..7783ab4c2f 100644 --- a/source3/include/asn_1.h +++ b/source3/include/asn_1.h @@ -45,6 +45,7 @@ typedef struct { #define ASN1_BOOLEAN 0x1 #define ASN1_INTEGER 0x2 #define ASN1_ENUMERATED 0xa +#define ASN1_SET 0x31 #define ASN1_MAX_OIDS 20 |