summaryrefslogtreecommitdiffstats
path: root/source/lib/smbldap.c
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2004-04-05 14:45:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:51:06 -0500
commit5ebcb9081e435d54c39d4d3a1ef1d7b651ccb53f (patch)
tree80adb82970e935dc10d6a55988ba9c0a21d2d025 /source/lib/smbldap.c
parenta205c56a75c93c82796fd68687e8c0db26459073 (diff)
downloadsamba-5ebcb9081e435d54c39d4d3a1ef1d7b651ccb53f.tar.gz
samba-5ebcb9081e435d54c39d4d3a1ef1d7b651ccb53f.tar.xz
samba-5ebcb9081e435d54c39d4d3a1ef1d7b651ccb53f.zip
r53: Remove modifyTimestamp from list of our attributes. We just check it for
cache entry time comparisons in password lockout. Fixes problems where pdb_ldap tries to delete the operational attribute modifyTimestamp when deleting a user account.
Diffstat (limited to 'source/lib/smbldap.c')
-rw-r--r--source/lib/smbldap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/lib/smbldap.c b/source/lib/smbldap.c
index 18979e2f76f..f4f0170479f 100644
--- a/source/lib/smbldap.c
+++ b/source/lib/smbldap.c
@@ -100,7 +100,6 @@ ATTRIB_MAP_ENTRY attrib_map_v30[] = {
{ LDAP_ATTR_MUNGED_DIAL, "sambaMungedDial" },
{ LDAP_ATTR_BAD_PASSWORD_COUNT, "sambaBadPasswordCount" },
{ LDAP_ATTR_BAD_PASSWORD_TIME, "sambaBadPasswordTime" },
- { LDAP_ATTR_MOD_TIMESTAMP, "modifyTimestamp" },
{ LDAP_ATTR_LIST_END, NULL }
};