From ca477a61e7a202ba7df756780149a14c1159a73f Mon Sep 17 00:00:00 2001 From: Jean-François Micouleau Date: Sat, 24 Nov 2001 00:13:41 +0000 Subject: added lsaenumprivsaccount and lsalookupprivvalue to rpcclient and more to come ... J.F. (This used to be commit 1748d5a2af1f2dcf718d6f162ed483b001542494) --- source3/groupdb/mapping.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'source3/groupdb/mapping.c') diff --git a/source3/groupdb/mapping.c b/source3/groupdb/mapping.c index 678824d812..92a98ff7a4 100644 --- a/source3/groupdb/mapping.c +++ b/source3/groupdb/mapping.c @@ -66,6 +66,16 @@ PRIVS privs[] = { { 25, "SeUndockPrivilege" }, { 26, "SeSyncAgentPrivilege" }, { 27, "SeEnableDelegationPrivilege" }, +SeNetworkLogonRight +SeUnsolicitedInputPrivilege +SeBatchLogonRight +SeServiceLogonRight +SeInteractiveLogonRight +SeDenyInteractiveLogonRight +SeDenyNetworkLogonRight +SeDenyBatchLogonRight +SeDenyBatchLogonRight + }; */ -- cgit