This changes the way we do LDAP updates. We don't use LDAP_MOD_MODIFY
commita75015c9ce8246670ee7c7d73df585390696fe95
authorVolker Lendecke <vlendec@samba.org>
Sat, 22 Mar 2003 19:16:36 +0000 (22 19:16 +0000)
committerVolker Lendecke <vlendec@samba.org>
Sat, 22 Mar 2003 19:16:36 +0000 (22 19:16 +0000)
tree00a19e04aa31fa33f4ef3bfa31274f2a07dcb9c4
parentc91e76bddbe1244ddc8d12b092eba875834029ac
This changes the way we do LDAP updates. We don't use LDAP_MOD_MODIFY
anymore, but instead look at what is currently stored in the
database. Then we explicitly delete the existing attribute and add the
new value if it is not NULL or "". This way we can handle appearing
and disappearing attributes quite nicely.

This currently breaks pdbedit -o, as this does not set the CHANGED
flag on the SAM_ACCOUNT.

Jelmer suggested that we set all the fields on CHANGED in
context_add_sam_account. This sounds not too unreasonable.

Volker
source/passdb/pdb_ldap.c