summaryrefslogtreecommitdiffstats
path: root/source/include/smbldap.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-06-09 13:04:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:17:21 -0500
commite018ea3d1d70e68e6802843f88b3245dc09244c9 (patch)
treeffa58af9740c1f01fd9dcd0329927a135d93caa7 /source/include/smbldap.h
parent322f1664df553d95fcdfc24f19bd7f34ce9b834b (diff)
downloadsamba-e018ea3d1d70e68e6802843f88b3245dc09244c9.tar.gz
samba-e018ea3d1d70e68e6802843f88b3245dc09244c9.tar.xz
samba-e018ea3d1d70e68e6802843f88b3245dc09244c9.zip
r16122: As we use 'inetOrgPerson' as structural objectclass for new accounts for
eDir, we already add 'sn' as required attribute on LDAP add operations. When we modify an entry, we need to request 'sn' as well in our attribute lists, so that we don't try to add it a second time. Guenther
Diffstat (limited to 'source/include/smbldap.h')
-rw-r--r--source/include/smbldap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/smbldap.h b/source/include/smbldap.h
index 6cfde13f4a9..ae54e66b369 100644
--- a/source/include/smbldap.h
+++ b/source/include/smbldap.h
@@ -101,6 +101,7 @@ struct smbldap_state;
#define LDAP_ATTR_MOD_TIMESTAMP 41
#define LDAP_ATTR_LOGON_HOURS 42
#define LDAP_ATTR_TRUST_PASSWD_FLAGS 43
+#define LDAP_ATTR_SN 44
typedef struct _attrib_map_entry {