Author: vlendec Date: 2005-12-31 11:11:17 +0000 (Sat, 31 Dec 2005) New Revision: 12646
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12646 Log: A couple of things: * The functional change in this patch is the handling of group mapping entries. We now can add aliases as stand-alone mapping entries, no idmap or posixgroup is necessary. If a domain group entry is about to be added, a posix group is mandatory. And updates can only change the description and displayname. It just does not make sense to *change* the type, gid or sid of a group mapping entry. Better explicitly remove it and start fresh with a new rid. * The bulk of the patch volume comes from changing get_attr_list to talloc and thus removing of the function free_attr_list. * All (did I forget any) LDAP operations now print the ldap error directly. This removes a bit of error message printing code in the upper layers. * Ah, and the memleak fix is also in. Volker Modified: trunk/source/include/smbldap.h trunk/source/lib/smbldap.c trunk/source/lib/smbldap_util.c trunk/source/passdb/pdb_ldap.c trunk/source/passdb/pdb_nds.c trunk/source/sam/idmap_ldap.c Changeset: Sorry, the patch is too large (1336 lines) to include; please use WebSVN to see it! WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12646