]> andersk Git - openssh.git/blobdiff - auth.c
- (tim) [CREDITS LICENCE auth.c configure.ac defines.h includes.h session.c
[openssh.git] / auth.c
diff --git a/auth.c b/auth.c
index 82fe8f06b7c53c1088f49154688c3d727021e23b..d62d8ff2235b2f6bfbea18e7c350d9ab265ac5e9 100644 (file)
--- a/auth.c
+++ b/auth.c
@@ -97,7 +97,11 @@ allowed_user(struct passwd * pw)
        /* grab passwd field for locked account check */
 #ifdef USE_SHADOW
        if (spw != NULL)
+#ifdef HAVE_LIBIAF
+               passwd = get_iaf_password(pw);
+#else
                passwd = spw->sp_pwdp;
+#endif /* HAVE_LIBIAF */
 #else
        passwd = pw->pw_passwd;
 #endif
This page took 0.357219 seconds and 4 git commands to generate.