1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-20 08:23:50 +03:00

r5203: additional changes for BUG 2291 to restrict who can join a BDC and add domain trusts

This commit is contained in:
Gerald Carter
2005-02-03 15:14:54 +00:00
committed by Gerald (Jerry) Carter
parent c3edeba62d
commit 5ec1faa2ad
5 changed files with 23 additions and 11 deletions

View File

@@ -226,7 +226,7 @@ typedef struct nttime_info
#define ACB_MNS 0x0020 /* 1 = MNS logon user account */
#define ACB_DOMTRUST 0x0040 /* 1 = Interdomain trust account */
#define ACB_WSTRUST 0x0080 /* 1 = Workstation trust account */
#define ACB_SVRTRUST 0x0100 /* 1 = Server trust account */
#define ACB_SVRTRUST 0x0100 /* 1 = Server trust account (BDC) */
#define ACB_PWNOEXP 0x0200 /* 1 = User password does not expire */
#define ACB_AUTOLOCK 0x0400 /* 1 = Account auto locked */