develop
asamoukin 15 years ago
parent bbe6f7b4d1
commit 80ca71e308

@ -10818,7 +10818,7 @@ with another option."))
(service == "mail" and attr == "mailAlternateAddress"):
memberGroups = self._getUserMemberGroups(userName,
service)
attrApp = _("Groups")
attrApp = _("Supplementary groups")
if service == "unix":
memberGroups.insert(0,value)
elif service == "mail":
@ -10961,7 +10961,7 @@ with another option."))
(_("Lock"),"shadowExpire"),
(_("Visible"),"shadowFlag"),
(("User ID"),"uidNumber"),
(_("Group"),"gidNumber"),
(_("Primary group"),"gidNumber"),
(_("Home directory"),"homeDirectory"),
(_("Password"),"userPassword"),
(_("Last change password"),"shadowLastChange"),
@ -11000,7 +11000,7 @@ with another option."))
data = [(_("Login"),"uid"),
(_("Name"),"cn"),
(("User ID"),"uidNumber"),
(_("Group"),"gidNumber"),
(_("Primary group"),"gidNumber"),
(_("Home directory"),"homeDirectory"),
(_("Password"),"userPassword")]
if fields == "short":

Loading…
Cancel
Save