From: Andrew Bartlett Date: Wed, 3 Jul 2002 06:55:31 +0000 (+0000) Subject: Fix the spelling in the LDAP attributes X-Git-Tag: samba-3.0.0alpha18~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dab26f8891a77640ce382ce1785ca5dd22d43c22;p=thirdparty%2Fsamba.git Fix the spelling in the LDAP attributes --- diff --git a/source/passdb/pdb_ldap.c b/source/passdb/pdb_ldap.c index 8e8e8f1574c..789eb6fa871 100644 --- a/source/passdb/pdb_ldap.c +++ b/source/passdb/pdb_ldap.c @@ -139,10 +139,10 @@ static BOOL fetch_ldapsam_pw(char **dn, char** pw) static const 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 };