samu_set_unix() does not use the rid allocator, but forces to use the
commite1d4db8f55b25c7e9c408cb334fb89ccfd4c6565
authorSimo Sorce <idra@samba.org>
Sun, 13 Jul 2008 02:44:15 +0000 (12 22:44 -0400)
committerSimo Sorce <idra@samba.org>
Wed, 3 Sep 2008 18:27:58 +0000 (3 14:27 -0400)
tree23baf4e2e2065906d2c587c446e2943e6c196fee
parent06442555c2a99c5efd70326337d991e5bd410734
samu_set_unix() does not use the rid allocator, but forces to use the
algoritmic allocator unconditionally, this is wrong an inconsistent.
Use samu_alloc_rid_unix() instead.
(If we create a new user we should do it in a way consistent with all
other commands like pdbedit -a and net rpc user add.)
source/passdb/passdb.c