From 5ebcb9081e435d54c39d4d3a1ef1d7b651ccb53f Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Mon, 5 Apr 2004 14:45:24 +0000 Subject: 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. --- source/include/smbldap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/include/smbldap.h') diff --git a/source/include/smbldap.h b/source/include/smbldap.h index 68a2c00afe0..2f71f971d92 100644 --- a/source/include/smbldap.h +++ b/source/include/smbldap.h @@ -92,7 +92,6 @@ #define LDAP_ATTR_LOGON_COUNT 36 #define LDAP_ATTR_MUNGED_DIAL 37 #define LDAP_ATTR_BAD_PASSWORD_TIME 38 -#define LDAP_ATTR_MOD_TIMESTAMP 39 typedef struct _attrib_map_entry { int attrib; -- cgit