Re: [gdm-list] Separate username and password fields



Hi,

> Could the username be validated as a legitimate account before logging it?
> This would prevent inadvertent logging of non-username, potentially private
> information. Logging should still occur (so that attacks can be flagged),
> but the "username" could be anonymized if it's not a legit account.
Not really.  PAM converts the users inputted username into a
"canonical" username as part of its authentication process.

So for instance a pam module could potentially support

\\WINDOWSDOMAIN\Bob.Doolittle

and at the end of the PAM conversation that username could get changed to

bdoolittle

or whatever.  You could also imagine a scenario where a pam module and
nsswitch module were in cahoots, and typing

"guest"

as a username would transparently create a "guest334" username and log
the user in with that username.

--Ray


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]