Is there a length limit for name_value string in pam_putenv(pamh, name_value) ?
Andy
hewanxiang at gmail.com
Wed Sep 23 03:18:19 UTC 2009
Hi all,
#include <security/pam_appl.h>
int pam_putenv (pamh, name_value);
pam_handle_t *pamh;
const char *name_value;
In the PAM writers' guide, I saw a description for this method, but
did not see any length restriction for name_value, does that mean
there is no length limit for string "name_value" ?
Thanks.
-Andy
More information about the Pam-list
mailing list