1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-10 04: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

@@ -1,3 +1,4 @@
/*
Unix SMB/CIFS implementation.
SMB parameters and setup
@@ -59,6 +60,7 @@ typedef struct {
/* defined in lib/privilegs.c */
extern const SE_PRIV se_priv_none;
extern const SE_PRIV se_machine_account;
extern const SE_PRIV se_print_operator;
extern const SE_PRIV se_add_users;