diff options
author | Jeremy Allison <jra@samba.org> | 2004-08-13 18:02:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:21 -0500 |
commit | dac72638fb3a05e805136698e0ad0612620ac8af (patch) | |
tree | 0ebb7469e13ef238c7a0638cdbeb4837a50d974e /source/lib/smbldap.c | |
parent | ac0fdf9503b34a70eaae5e7cf0764dbaec0263ee (diff) | |
download | samba-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.c | 1 |
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 } }; |