Lines Matching refs:warnmsg
43 local function warnmsg(str, prepend) function
55 warnmsg(str, prepend)
109 warnmsg("Impossible to open " .. hostnamepath .. ":" .. err)
125 warnmsg("Invalid type " .. type(list) .. ", expecting table or string")
132 warnmsg("Argument should be a table")
192 warnmsg("fail to add user " .. pwd.name)
193 warnmsg(cmd)
209 warnmsg("Argument should be a table")
235 warnmsg("fail to add group " .. grp.name)
236 warnmsg(cmd)
264 warnmsg("impossible to open " .. ak_path)
302 warnmsg("impossible to open " .. sudoers)
383 warnmsg("fail to change user password ".. user)
384 warnmsg(cmd)
406 warnmsg("Invalid chpasswd entry, expecting an object")
414 warnmsg("Invalid type for chpasswd.expire, expecting a boolean, got a ".. type(obj.expire))
419 warnmsg("Invalid type for chpasswd.users, expecting a list, got a ".. type(obj.users))
424 warnmsg("Invalid chpasswd.users entry, expecting an object, got a " .. type(u))
428 warnmsg("Invalid entry for chpasswd.users: missing 'name'")
432 warnmsg("Invalid entry for chpasswd.users: missing 'password'")
441 warnmsg("chpasswd.list is deprecated consider using chpasswd.users")
552 warn = warnmsg,