diff options
author | Gerald Carter <jerry@samba.org> | 2004-08-16 15:33:20 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2004-08-16 15:33:20 +0000 |
commit | 3563bd6e6496dcd10477e44294d8b783988d325b (patch) | |
tree | b0e78c24ccbb27dfa79988695c7c7a683b5df202 /source/lib/smbldap.c | |
parent | 40ea2b654c892beaf4f9e0248a3eb76f7f3b3aae (diff) | |
download | samba-3563bd6e6496dcd10477e44294d8b783988d325b.tar.gz |
r1835: sync up logon hours changes with 3.0 tree (and update release notes)
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 } }; |