diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-07-03 06:55:31 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-07-03 06:55:31 +0000 |
commit | 58bc831cc3252c76fe88758a3db0e539c8626055 (patch) | |
tree | 49aee4cf23ebb8b8955692cafe64eb50a3867b79 | |
parent | dd118a176a5b31923dbb2f42fe8809c813b0b935 (diff) | |
download | samba-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.c | 4 |
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 }; |