mirror of
git://git.gnu.org.ua/pam-modules.git
synced 2025-04-29 09:59:52 +03:00
Documentation checking framework:
* doc/macros.texi, doc/check-docs.sh, doc/mastermenu.el, doc/untabify.el, doc/rendition.texi: New files. * pam_regex/pam_regex.c: Remove useless use_authtok option. * pam_sql/pam_mysql.c, pam_sql/pam_pgsql.c, pam_sql/pam_sql.c: Pacify `make check-sql-config' in doc. * doc/Makefile.am: Add check-* rules. * doc/pam-modules.texi: Update. git-svn-id: file:///svnroot/pam-modules/trunk@92 56984be4-0537-0410-a56c-fcb268c96130
This commit is contained in:
parent
b6f298c644
commit
6f50f8c380
11 changed files with 890 additions and 224 deletions
|
@ -346,6 +346,9 @@ verify_user_pass(pam_handle_t *pamh, const char *password, const char *query)
|
|||
gray_slist_t slist;
|
||||
|
||||
rc = check_query_result(&mysql, password);
|
||||
/* FIXME: This comment is needed to pacify
|
||||
`make check-sql-config' in doc:
|
||||
find_config("setenv-query") */
|
||||
if (rc == PAM_SUCCESS
|
||||
&& (q = get_query(pamh, "setenv-query", &slist, 0))) {
|
||||
mysql_setenv(pamh, &mysql, q);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue