Changeset 134 for branches/samba-3.0/source/passdb/pdb_ldap.c
- Timestamp:
- May 23, 2008, 6:56:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/passdb/pdb_ldap.c
r124 r134 1796 1796 return NT_STATUS_UNSUCCESSFUL; 1797 1797 } 1798 1799 if (mods == NULL) { 1798 1799 if ((lp_ldap_passwd_sync() != LDAP_PASSWD_SYNC_ONLY) 1800 && (mods == NULL)) { 1800 1801 DEBUG(4,("ldapsam_update_sam_account: mods is empty: nothing to update for user: %s\n", 1801 1802 pdb_get_username(newpwd))); … … 1805 1806 1806 1807 ret = ldapsam_modify_entry(my_methods,newpwd,dn,mods,LDAP_MOD_REPLACE, element_is_changed); 1807 ldap_mods_free(mods,True); 1808 1809 if (mods != NULL) { 1810 ldap_mods_free(mods,True); 1811 } 1812 1808 1813 SAFE_FREE(dn); 1809 1814
Note:
See TracChangeset
for help on using the changeset viewer.