summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2010-06-02 21:32:25 +0000
committerArthur de Jong <arthur@arthurdejong.org>2010-06-02 21:32:25 +0000
commite1f0721124a0dd72c7fb8a0d9c2b36c60aa5e7fd (patch)
tree1eddd208c6cc264f4370117ca9871e0af1e630e1 /compat
parent70851fbc1c952504bbe8b9331a1f5af11e4cd186 (diff)
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
Diffstat (limited to 'compat')
-rw-r--r--compat/pam_get_authtok.c1
1 files changed, 1 insertions, 0 deletions
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)
{