Fix the spelling in the LDAP attributes
authorAndrew Bartlett <abartlet@samba.org>
Wed, 3 Jul 2002 06:55:31 +0000 (06:55 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 3 Jul 2002 06:55:31 +0000 (06:55 +0000)
(This used to be commit dab26f8891a77640ce382ce1785ca5dd22d43c22)

source3/passdb/pdb_ldap.c

index 8e8e8f1574c24f5d0b5e5f57e194b8ef3e1a919f..789eb6fa8719f31154893bd1a45c9944aad95d1f 100644 (file)
@@ -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 };