]> git.ipfire.org Git - thirdparty/shadow.git/commit
Adding tty logging to the useradd command 204/head
authored <ed@s5h.net>
Wed, 18 Dec 2019 20:53:58 +0000 (20:53 +0000)
committerSerge Hallyn <shallyn@cisco.com>
Sun, 12 Jan 2020 13:08:05 +0000 (07:08 -0600)
commitf32d4a359b6cfc493ac21f594ebb133522d1b1a9
treed56be51f0f6f86cb38737d748211c64649a854ce
parent51d65f37e5a26be96c9bbb729543975b508c6c29
Adding tty logging to the useradd command

This commit adds a from= field to the end of the useradd log entry.
Casting user_name to tallylog_reset to silence a compiler warning.

Changelog: Fixing tabs
Changelog: Changing function prototype to const char* to match user_name declaration.
src/useradd.c