[PATCH] pdb_ldap fix

Stefan (metze) Metzmacher metze at metzemix.de
Thu Jun 27 05:25:54 GMT 2002


Thanks!

I make a new patch :-)
At 14:08 27.06.2002 +0200, Guenther Deschner wrote:
>hello everyone,
>
>and anotherone...
>
>-               "dislplayName", "homeDrive",
>+               "displayName", "homeDrive",
>


metze
-----------------------------------------------------------------------------
Stefan "metze" Metzmacher <metze at metzemix.de>
-------------- next part --------------
diff -Npur --exclude=CVS HEAD/source/passdb/pdb_ldap.c HEAD-pdb/source/passdb/pdb_ldap.c
--- HEAD/source/passdb/pdb_ldap.c	Wed Jun 26 07:30:07 2002
+++ HEAD-pdb/source/passdb/pdb_ldap.c	Thu Jun 27 14:22:46 2002
@@ -139,10 +139,10 @@ static BOOL fetch_ldapsam_pw(char **dn, 
 char *attr[] = {"uid", "pwdLastSet", "logonTime",
 		"logoffTime", "kickoffTime", "cn",
 		"pwdCanChange", "pwdMustChange",
-		"dislplayName", "homeDrive",
+		"displayName", "homeDrive",
 		"smbHome", "scriptPath",
 		"profilePath", "description",
-		"userWorkstation", "rid",
+		"userWorkstations", "rid",
 		"primaryGroupID", "lmPassword",
 		"ntPassword", "acctFlags",
 		"domain", "description", NULL };


More information about the samba-technical mailing list