]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: add lslogins(1) to TODO
authorKarel Zak <kzak@redhat.com>
Tue, 14 Jan 2014 09:17:16 +0000 (10:17 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 14 Jan 2014 09:17:16 +0000 (10:17 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/TODO

index 0842ee2ee98bb272902c2a6c939e7508e709d7c1..fe7e6cf3f29625a21ea17849f91719488d4542e4 100644 (file)
@@ -1,6 +1,17 @@
 
  Note that items with (!) have high priority.
 
+
+lslogins(1)
+----------
+ - a new command to list information about accounts
+ - based on lib/tt.c
+ - see passwd -S and solarix/aux logins commands
+ - use infor from libc passwd struct, lastlog and wtmp/btmp logs
+ - expected columns USERNAME, UID, GID, STATUS, GROUPS, SHELL, HOME,
+   FULLNAME, LAST-LOGIN, LAST-TTY, LAST-HOSTNAME, FAILED-LOGIN, FAILED-TTY,
+   HUSH-STATUS ...
+
 hwlock
 ------
  - use /var/lib/hwclock/drift to store hw-clock drift numbers.