summaryrefslogtreecommitdiff
path: root/source/include
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2004-04-05 14:45:24 +0000
committerJim McDonough <jmcd@samba.org>2004-04-05 14:45:24 +0000
commit629e1383b721af9657a1b73ff7f9b2630d0d7cb9 (patch)
tree58e6b20644cf0d95970de5701f371066c74b68f6 /source/include
parent8cf7d6139c8e7996064cdf412504c12e7a152229 (diff)
downloadsamba-629e1383b721af9657a1b73ff7f9b2630d0d7cb9.tar.gz
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/include')
-rw-r--r--source/include/smbldap.h1
1 files changed, 0 insertions, 1 deletions
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;