1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00

r2729: Fix ldapsam_compat homeDrive. Thanks to jason@env.leeds.ac.uk

Volker
(This used to be commit ef057e9534cc3713d3bcd7427cf34c74f7e3ea13)
This commit is contained in:
Volker Lendecke 2004-09-28 13:24:38 +00:00 committed by Gerald (Jerry) Carter
parent 429dc212fb
commit 61918e78b7

View File

@ -54,7 +54,7 @@ ATTRIB_MAP_ENTRY attrib_map_v22[] = {
{ LDAP_ATTR_CN, "cn" },
{ LDAP_ATTR_DISPLAY_NAME, "displayName" },
{ LDAP_ATTR_HOME_PATH, "smbHome" },
{ LDAP_ATTR_HOME_DRIVE, "homeDrives" },
{ LDAP_ATTR_HOME_DRIVE, "homeDrive" },
{ LDAP_ATTR_LOGON_SCRIPT, "scriptPath" },
{ LDAP_ATTR_PROFILE_PATH, "profilePath" },
{ LDAP_ATTR_DESC, "description" },