diff options
author | Günther Deschner <gd@samba.org> | 2010-09-11 01:19:07 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-15 08:32:58 +0200 |
commit | 26672e228a6eb327f5810ee1b6adb8b4bb39d5ec (patch) | |
tree | aa3a729ec689d958c31c89c1cb6218dd94fdcba8 /source3/lib/netapi | |
parent | 45d772e0e616186cd8b45c81d7c775e07ab0d7ae (diff) | |
download | samba-26672e228a6eb327f5810ee1b6adb8b4bb39d5ec.tar.gz samba-26672e228a6eb327f5810ee1b6adb8b4bb39d5ec.tar.bz2 samba-26672e228a6eb327f5810ee1b6adb8b4bb39d5ec.zip |
s3-libnetapi: add DS_X_FLAGs to public header.
Guenther
Diffstat (limited to 'source3/lib/netapi')
-rw-r--r-- | source3/lib/netapi/netapi.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/source3/lib/netapi/netapi.h b/source3/lib/netapi/netapi.h index 8976ebd4eb..99f878b84d 100644 --- a/source3/lib/netapi/netapi.h +++ b/source3/lib/netapi/netapi.h @@ -1284,6 +1284,22 @@ struct NETLOGON_INFO_4 { const char * netlog4_trusted_domain_name; }; +#define DS_PDC_FLAG ( 0x00000001 ) +#define DS_GC_FLAG ( 0x00000004 ) +#define DS_LDAP_FLAG ( 0x00000008 ) +#define DS_DS_FLAG ( 0x00000010 ) +#define DS_KDC_FLAG ( 0x00000020 ) +#define DS_TIMESERV_FLAG ( 0x00000040 ) +#define DS_CLOSEST_FLAG ( 0x00000080 ) +#define DS_WRITABLE_FLAG ( 0x00000100 ) +#define DS_GOOD_TIMESERV_FLAG ( 0x00000200 ) +#define DS_NDNC_FLAG ( 0x00000400 ) +#define DS_SELECT_SECRET_DOMAIN_6_FLAG ( 0x00000800 ) +#define DS_FULL_SECRET_DOMAIN_6_FLAG ( 0x00001000 ) +#define DS_DNS_CONTROLLER_FLAG ( 0x20000000 ) +#define DS_DNS_DOMAIN_FLAG ( 0x40000000 ) +#define DS_DNS_FOREST_FLAG ( 0x80000000 ) + #endif /* _HEADER_libnetapi */ #ifndef _HEADER_netlogon |