updated comment

This commit is contained in:
Nikos Mavrogiannopoulos
2014-03-24 16:03:54 +01:00
parent 214ae42cd3
commit 1900a23e97

View File

@@ -30,8 +30,8 @@
/* A simple PAM authenticator based on coroutines (to achieve
* asynchronous operation). It does not use pam_open_session()
* as it is unclear to me whether this can have any benefit in our
* use cases (and it can actually degrate the server if one sets
* limits with it).
* use cases (and it does not seem to apply to the forking model
* we use).
*
* As it is now it only provides authentication via PAM, but
* no session management.