mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
netlogon: add new DS_SERVER_DS_8 flag.
This flag indicates the DC runs Windows 2012 or above. See MS-NRPC 2.2.1.2.1 for details. Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
6be7da3ee6
commit
10539487c6
@ -1150,6 +1150,7 @@ interface netlogon
|
||||
DS_SERVER_SELECT_SECRET_DOMAIN_6 = 0x00000800,
|
||||
DS_SERVER_FULL_SECRET_DOMAIN_6 = 0x00001000,
|
||||
DS_SERVER_WEBSERV = 0x00002000,
|
||||
DS_SERVER_DS_8 = 0x00004000,
|
||||
DS_DNS_CONTROLLER = 0x20000000,
|
||||
DS_DNS_DOMAIN = 0x40000000,
|
||||
DS_DNS_FOREST_ROOT = 0x80000000
|
||||
|
Loading…
Reference in New Issue
Block a user