s3-ldapsam: fix ldapsam_create_user() with existing posix accounts.
authorGünther Deschner <gd@samba.org>
Thu, 24 Mar 2011 17:07:23 +0000 (18:07 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 24 Mar 2011 22:08:22 +0000 (23:08 +0100)
commitba510fae2369620875fac80eaba2c222f3ee234b
treef041762aa7ed0b3ddc66fbbfd8e94d33644a45cd
parent63bb64d531bccc963e3131658f6c37887f820e87
s3-ldapsam: fix ldapsam_create_user() with existing posix accounts.

We were not taking into account the existing posix attributes and thus failed
while trying to add a 2nd uid attribute.

Found by Sumit.

Guenther
source3/passdb/pdb_ldap.c