summaryrefslogtreecommitdiff
path: root/source3/groupdb
diff options
context:
space:
mode:
authorJean-François Micouleau <jfm@samba.org>2001-11-24 00:13:41 +0000
committerJean-François Micouleau <jfm@samba.org>2001-11-24 00:13:41 +0000
commitca477a61e7a202ba7df756780149a14c1159a73f (patch)
treec12fc6a9db84137b36f4098f5f2f1d67df067fed /source3/groupdb
parentb9a82592f6fe23e5a7342f3174d5d402e3be759d (diff)
downloadsamba-ca477a61e7a202ba7df756780149a14c1159a73f.tar.gz
samba-ca477a61e7a202ba7df756780149a14c1159a73f.tar.bz2
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.c10
1 files changed, 10 insertions, 0 deletions
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
+
};
*/