summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-05-16 14:15:09 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-05-16 14:15:09 +0000
commit90d24ee9a6c963710f05f31e942cf9c6e21424ec (patch)
treeff68a25316f72e6930e321f4b7426d16c30bee50 /source3
parenta9336d841156d3bbcb702778b3a03512a1820962 (diff)
downloadsamba-90d24ee9a6c963710f05f31e942cf9c6e21424ec.tar.gz
samba-90d24ee9a6c963710f05f31e942cf9c6e21424ec.tar.bz2
samba-90d24ee9a6c963710f05f31e942cf9c6e21424ec.zip
Well spotted typo by Marco Berger <MARCOB@voelcker.com>
Andrew Bartlett (This used to be commit f16b0e025ea3112b4c231b67bc95f63418599f2e)
Diffstat (limited to 'source3')
-rw-r--r--source3/passdb/pdb_ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c
index 1ae706f6f0..b37c49cb32 100644
--- a/source3/passdb/pdb_ldap.c
+++ b/source3/passdb/pdb_ldap.c
@@ -202,7 +202,7 @@ static ATTRIB_MAP_ENTRY attrib_map_v30[] = {
{ LDAP_ATTR_KICKOFF_TIME, "sambaKickoffTime" },
{ LDAP_ATTR_CN, "cn" },
{ LDAP_ATTR_DISPLAY_NAME, "displayName" },
- { LDAP_ATTR_HOME_DRIVE, "sambaHoneDrive" },
+ { LDAP_ATTR_HOME_DRIVE, "sambaHomeDrive" },
{ LDAP_ATTR_HOME_PATH, "sambaHomePath" },
{ LDAP_ATTR_LOGON_SCRIPT, "sambaLogonScript" },
{ LDAP_ATTR_PROFILE_PATH, "sambaProfilePath" },