Add and delete aliases via srv_samr_nt. For that I added a RID allocation call
authorVolker Lendecke <vlendec@samba.org>
Sun, 14 Mar 2004 10:24:19 +0000 (10:24 +0000)
committerVolker Lendecke <vlendec@samba.org>
Sun, 14 Mar 2004 10:24:19 +0000 (10:24 +0000)
commit5b0f30e01c5a51f98025b035bfa5e00eb0268fef
tree46e4a3d4e1bed72363fb8332642af9639a7fffb6
parentaf6225afa95cf1d8dd6bb1bfb438daaf6097e30a
Add and delete aliases via srv_samr_nt. For that I added a RID allocation call
to winbindd. idmap_allocate_rid wants information about whether this will be a
user or a group, I did not export this to the winbind interface.

The reason for idmap to get that info is to keep consistent with the
algorithmic convention to alloc only even rids for users and odd rids for
groups. I'm not fully convinced that this really gains us anything. Any real
good arguments?

Volker
(This used to be commit 7f62cf933cad69799204bfdc773e08ff0dde0b20)
source3/groupdb/mapping.c
source3/nsswitch/wb_client.c
source3/nsswitch/wbinfo.c
source3/nsswitch/winbindd.c
source3/nsswitch/winbindd_nss.h
source3/nsswitch/winbindd_sid.c
source3/rpc_server/srv_samr_nt.c