1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

Fix the spelling in the LDAP attributes

(This used to be commit dab26f8891a77640ce382ce1785ca5dd22d43c22)
This commit is contained in:
Andrew Bartlett 2002-07-03 06:55:31 +00:00
parent dd118a176a
commit 58bc831cc3

View 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 };