summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-07-03 06:55:31 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-07-03 06:55:31 +0000
commit58bc831cc3252c76fe88758a3db0e539c8626055 (patch)
tree49aee4cf23ebb8b8955692cafe64eb50a3867b79
parentdd118a176a5b31923dbb2f42fe8809c813b0b935 (diff)
downloadsamba-58bc831cc3252c76fe88758a3db0e539c8626055.tar.gz
samba-58bc831cc3252c76fe88758a3db0e539c8626055.tar.bz2
samba-58bc831cc3252c76fe88758a3db0e539c8626055.zip
Fix the spelling in the LDAP attributes
(This used to be commit dab26f8891a77640ce382ce1785ca5dd22d43c22)
-rw-r--r--source3/passdb/pdb_ldap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c
index 8e8e8f1574..789eb6fa87 100644
--- a/source3/passdb/pdb_ldap.c
+++ b/source3/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 };