From 9a13af9a994e385a5966eed7cdf3a2add00f8f08 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 20 May 2009 13:32:25 +0200 Subject: s4: try to fix privileges implementation in order to pass the RPC-SAMR-USERS-PRIVILEGES test. Guenther --- source4/libcli/security/privilege.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source4/libcli/security/privilege.c') diff --git a/source4/libcli/security/privilege.c b/source4/libcli/security/privilege.c index 2cbef13538..2ebc1dc915 100644 --- a/source4/libcli/security/privilege.c +++ b/source4/libcli/security/privilege.c @@ -123,7 +123,11 @@ static const struct { {SEC_PRIV_REMOTE_INTERACTIVE_LOGON, "SeRemoteInteractiveLogonRight", - "Remote Interactive logon"} + "Remote Interactive logon"}, + + {SEC_PRIV_MACHINE_ACCOUNT, + "SeMachineAccountPrivilege", + "Add workstations to domain"} }; -- cgit