From e1f0721124a0dd72c7fb8a0d9c2b36c60aa5e7fd Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Wed, 2 Jun 2010 21:32:25 +0000 Subject: add a warning to the limitation of our pam_get_authtok() implementation git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1132 ef36b2f9-881f-0410-afb5-c4e39611909c --- compat/pam_get_authtok.c | 1 + 1 file changed, 1 insertion(+) (limited to 'compat/pam_get_authtok.c') diff --git a/compat/pam_get_authtok.c b/compat/pam_get_authtok.c index 225ab81..08e821c 100644 --- a/compat/pam_get_authtok.c +++ b/compat/pam_get_authtok.c @@ -32,6 +32,7 @@ #include "compat/attrs.h" #include "compat/pam_compat.h" +/* warning: this version assumes that try_first_pass is specified */ int pam_get_authtok(pam_handle_t *pamh,int item,const char **authtok,const char *prompt) { -- cgit v1.2.3