diff options
author | Jean-François Micouleau <jfm@samba.org> | 2001-11-24 00:13:41 +0000 |
---|---|---|
committer | Jean-François Micouleau <jfm@samba.org> | 2001-11-24 00:13:41 +0000 |
commit | ca477a61e7a202ba7df756780149a14c1159a73f (patch) | |
tree | c12fc6a9db84137b36f4098f5f2f1d67df067fed /source3/groupdb | |
parent | b9a82592f6fe23e5a7342f3174d5d402e3be759d (diff) | |
download | samba-ca477a61e7a202ba7df756780149a14c1159a73f.tar.gz samba-ca477a61e7a202ba7df756780149a14c1159a73f.tar.xz samba-ca477a61e7a202ba7df756780149a14c1159a73f.zip |
added lsaenumprivsaccount and lsalookupprivvalue to rpcclient
and more to come ...
J.F.
(This used to be commit 1748d5a2af1f2dcf718d6f162ed483b001542494)
Diffstat (limited to 'source3/groupdb')
-rw-r--r-- | source3/groupdb/mapping.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source3/groupdb/mapping.c b/source3/groupdb/mapping.c index 678824d8129..92a98ff7a44 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 + }; */ |