summaryrefslogtreecommitdiffstats
path: root/source/lib/smbldap.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-08-13 18:02:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:52:21 -0500
commitdac72638fb3a05e805136698e0ad0612620ac8af (patch)
tree0ebb7469e13ef238c7a0638cdbeb4837a50d974e /source/lib/smbldap.c
parentac0fdf9503b34a70eaae5e7cf0764dbaec0263ee (diff)
downloadsamba-dac72638fb3a05e805136698e0ad0612620ac8af.tar.gz
samba-dac72638fb3a05e805136698e0ad0612620ac8af.tar.xz
samba-dac72638fb3a05e805136698e0ad0612620ac8af.zip
r1810: Patch from Richard Renard <rrenard@idealx.com> to store
logon hours attributes in an LDAP database. Jeremy.
Diffstat (limited to 'source/lib/smbldap.c')
-rw-r--r--source/lib/smbldap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/lib/smbldap.c b/source/lib/smbldap.c
index 0980b763adb..e66fb3640cf 100644
--- a/source/lib/smbldap.c
+++ b/source/lib/smbldap.c
@@ -102,6 +102,7 @@ ATTRIB_MAP_ENTRY attrib_map_v30[] = {
{ LDAP_ATTR_BAD_PASSWORD_TIME, "sambaBadPasswordTime" },
{ LDAP_ATTR_PWD_HISTORY, "sambaPasswordHistory" },
{ LDAP_ATTR_MOD_TIMESTAMP, "modifyTimestamp" },
+ { LDAP_ATTR_LOGON_HOURS, "sambaLogonHours" },
{ LDAP_ATTR_LIST_END, NULL }
};