[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Rely on string in const struct pam_message?
- From: Dan Behman <dbehman ca ibm com>
- To: pam-list redhat com
- Subject: Rely on string in const struct pam_message?
- Date: Sat, 22 May 2004 16:23:54 -0400
Hi,
I want my application to be non-interactive
so I'm coding my own converation function that will interact with the PAM
modules... My question is, can I safely do string comparisons on
the msg string member of the pam_message structure to decide what responses
my converation function will send back?
In other words, are the existing string
messages sent to an app's conversation function written in stone and expected
to not change? Or perhaps I'm going about this all wrong...
Thanks,
Dan Behman..
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]