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)
commit7f62cf933cad69799204bfdc773e08ff0dde0b20
tree7012fdba9d82ea148157bcb631a90c25d5c305ee
parent87fa7904f7da5f4a80ca465c09ae4ad274e81690
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
source/groupdb/mapping.c
source/nsswitch/wb_client.c
source/nsswitch/wbinfo.c
source/nsswitch/winbindd.c
source/nsswitch/winbindd_nss.h
source/nsswitch/winbindd_sid.c
source/rpc_server/srv_samr_nt.c