summaryrefslogtreecommitdiffstats
path: root/src/providers/dp_pam_data_util.c
Commit message (Collapse)AuthorAgeFilesLines
* Prevent printing NULL from DEBUG messagesJakub Hrozek2012-04-181-6/+8
|
* Multiline macro cleanupJakub Hrozek2011-09-281-2/+2
| | | | | | | | | | This is mostly a cosmetic patch. The purpose of wrapping a multi-line macro in a do { } while(0) is to make the macro usable as a regular statement, not a compound statement. When the while(0) is terminated with a semicolon, the do { } while(0); block becomes a compound statement again.
* Fixed copying of pam_data structureJan Zeleny2011-05-201-0/+1
| | | | | Related ticket: https://fedorahosted.org/sssd/ticket/855
* Introduce pam_verbosity config optionSumit Bose2010-11-151-0/+1
| | | | | | | | | | | Currently we display all PAM messages generated by sssd to the user. But only some of them are important and others are just some useful information. This patch introduces a new option to the PAM responder which controls what kind of messages are displayed. As an example the 'Authenticated with cached credentials' message is used. This message is only displayed if pam_verbosity=1 or if there is an expire date.
* Add support for delayed kinit if offlineSumit Bose2010-05-261-0/+88
| | | | | | | If the configuration option krb5_store_password_if_offline is set to true and the backend is offline the plain text user password is stored and used to request a TGT if the backend becomes online. If available the Linux kernel key retention service is used.
* Display name of PAM action in pam_print_data()Stephen Gallagher2010-05-241-1/+23
|
* Split pam_data utilities into a separate fileSumit Bose2010-05-071-0/+60