CLIUtil.pm: provide get_full_users function
commit55069d461e7715e4ca3693a9d99c932579d61880
authorKyle J. McKay <mackyle@gmail.com>
Fri, 24 Nov 2017 02:13:46 +0000 (23 18:13 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 24 Nov 2017 02:13:46 +0000 (23 18:13 -0800)
treebcdcb59b569b1b3acc9e06849c7c38f7c6a8ca53
parent3f3c567df0ddfc5694f65c2292abd18c48a794a0
CLIUtil.pm: provide get_full_users function

The normal get_all_users function makes a number of passwd
entries "invisible".  Specifically the ones that are created
as part of the system setup and do not correspond to entries
for actual real user accounts.

Provide a new alternative get_full_users function that
includes the "invisible" users so they can be handled more
easily without needing to grep the passwd file directly.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/CLIUtil.pm