diff options
author | Simo Sorce <idra@samba.org> | 2003-05-01 14:32:24 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2003-05-01 14:32:24 +0000 |
commit | 6a10e99fb1a7333f4897170e1f99c2a35aba43ed (patch) | |
tree | e645cc6670c4d53ac93f5056ecb1bf94eed3d4fd /source3/utils | |
parent | 7264b9df8fd2cfae2db4aca82ac737f47fdd5936 (diff) | |
download | samba-6a10e99fb1a7333f4897170e1f99c2a35aba43ed.tar.gz samba-6a10e99fb1a7333f4897170e1f99c2a35aba43ed.tar.bz2 samba-6a10e99fb1a7333f4897170e1f99c2a35aba43ed.zip |
init wellknown in pdbedit too
add group mapping mappings to idmap at startup
(This used to be commit 62365023db61d5a4fa32845af3db73bce6cb94ea)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/pdbedit.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/utils/pdbedit.c b/source3/utils/pdbedit.c index 4cb3db52b7..13f35e8880 100644 --- a/source3/utils/pdbedit.c +++ b/source3/utils/pdbedit.c @@ -610,6 +610,12 @@ int main (int argc, char **argv) if (!init_names()) exit(1); + if (!idmap_init()) + exit(1); + + if (!idmap_init_wellknown_sids()) + exit(1); + setparms = (backend ? BIT_BACKEND : 0) + (verbose ? BIT_VERBOSE : 0) + (spstyle ? BIT_SPSTYLE : 0) + |