Home | History | Annotate | Download | only in fs_config

Lines Matching refs:logon

95         """Returns a passwd/group file safe logon and uid.
97 This checks that the logon and uid of the AID do not
104 logon, uid of the AID after checking its safe.
109 logon = aid.friendly
114 if ':' in logon:
116 'Cannot specify delimiter character ":" in logon: "%s"' %
117 logon)
118 return logon, uid
1365 logon, uid = Utils.get_login_and_uid_cleansed(aid)
1369 print "%s::%s:%s::/:%s" % (logon, uid, uid, aid.login_shell)
1390 logon, uid = Utils.get_login_and_uid_cleansed(aid)
1394 print "%s::%s:" % (logon, uid)