svn commit: samba r2730 - in trunk/source/lib: .

vlendec at samba.org vlendec at samba.org
Tue Sep 28 13:25:31 GMT 2004


Author: vlendec
Date: 2004-09-28 13:25:31 +0000 (Tue, 28 Sep 2004)
New Revision: 2730

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/trunk/source/lib&rev=2730&nolog=1

Log:
Fix ldapsam_compat homeDrive. Thanks to jason at env.leeds.ac.uk

Volker

Modified:
   trunk/source/lib/smbldap.c


Changeset:
Modified: trunk/source/lib/smbldap.c
===================================================================
--- trunk/source/lib/smbldap.c	2004-09-28 13:24:38 UTC (rev 2729)
+++ trunk/source/lib/smbldap.c	2004-09-28 13:25:31 UTC (rev 2730)
@@ -54,7 +54,7 @@
 	{ 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"	},



More information about the samba-cvs mailing list