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:
Sergey Poznyakoff 2008-03-19 20:56:26 +00:00
parent b6f298c644
commit 6f50f8c380
11 changed files with 890 additions and 224 deletions

View file

@ -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);