summaryrefslogtreecommitdiff
path: root/source3/utils/net_groupmap.c
AgeCommit message (Collapse)AuthorFilesLines
2003-09-22fix some warnings found by the Sun C compilerGerald Carter1-3/+2
(This used to be commit 585764305aa84a7732f71f2e01227e1a6a08664f)
2003-09-15Fix from gregory@networksentry.co.za, don't clobber the comment if itJeremy Allison1-2/+2
exists. Jeremy. (This used to be commit a7ef2ce34931d9fcdeb8ecbcad981d96db4c409a)
2003-09-11Merge from samba-3.0:Tim Potter1-1/+1
>Fix error message when calling namedtogid() fails adding a group map >entry. Bug #431. (This used to be commit 1befe1758351f43558808a3c91543752e7ff7823)
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter1-6/+11
(This used to be commit c17a7dc9a190156a069da3e861c18fd3f81224ad)
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-36/+55
prior to this merge, checkout HEAD_PRE_3_0_0_BETA_3_MERGE (This used to be commit adb98e7b7cd0f025b52c570e4034eebf4047b1ad)
2003-05-15Patch from "Alex Deiter" <tiamat@komi.mts.ru> to fix incorrect error check.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 9202362ee13c14bd7127713e3976bb9ee11038df)
2003-04-25fix and if () that should be an 'else if()'Gerald Carter1-1/+1
(This used to be commit b110c499fa2a483ee82dc471aff8b6d93f6a88cc)
2003-04-24groupmap delete should take a name or a SIDGerald Carter1-2/+13
(This used to be commit 4c7ee6e6b82c69ead96bc90c75cbdfab19486bb5)
2003-04-23allow the unix group in a mapping to be changed; doesn't work with LDAP ↵Gerald Carter1-1/+21
right now but should be ok with tdb's (This used to be commit 039e77e1d5b6e68cf85bdcc71ff309ebe6528728)
2003-04-22don't reset the group type unless specifiedGerald Carter1-14/+8
(This used to be commit cb852a047413a3499fde68a353011afdcaa92ef2)
2003-04-22default new groups to domain groupsGerald Carter1-3/+3
(This used to be commit f0c7d9def78db31b0f7f1e97a4cb6dac3382e217)
2003-04-22support referencing group by sid in all operations; allow group name to be ↵Gerald Carter1-13/+60
changed (This used to be commit 00dfaa7c2c9227a082ca17ed14aefc19d9087a57)
2003-04-22merging fixes from SAMBA_3_0Gerald Carter1-5/+15
(This used to be commit 8c3be38f6acbc85454f2c9bb74c358c99ee5d22a)
2003-04-19[merge from SAMBA_3_0]Gerald Carter1-0/+411
Merging smbgroupedit into 'net groupmap'. Not entirely done. Need to check on where the privilege code is sitting and update the docs. Examples: root# bin/net help groupmap net groupmap add Create a new group mapping net groupmap modify Update a group mapping net groupmap delete Remove a group mapping net groupmap list List current group map # bin/net groupmap add Usage: net groupmap add rid=<int> name=<string> type=<domain|local|builtin> [comment=<string>] # bin/net groupmap delete Usage: net groupmap delete name=<string|SID> # bin/net groupmap modify Usage: net groupmap modify name=<string|SID> [comment=<string>] [type=<domain|local>] (This used to be commit 0fd28bc3a803ca1ec3dcd8cc6236d4ecc3134584)