* src/login.c: Copy the name of the user authenticated by PAM to

username. This simplify later logging (avoid USE_PAM
	conditional).
This commit is contained in:
nekral-guest
2008-09-20 19:54:35 +00:00
parent 65e32d850c
commit c813e692a2
2 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,9 @@
2008-09-20 Nicolas François <nicolas.francois@centraliens.net>
* src/login.c: Use a dynamic buffer for usernames.
* src/login.c: Copy the name of the user authenticated by PAM to
username. This simplify later logging (avoid USE_PAM
conditional).
2008-09-20 Nicolas François <nicolas.francois@centraliens.net>