summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-06-21 16:21:11 +1000
committerDamien Miller <djm@mindrot.org>2002-06-21 16:21:11 +1000
commit43cecc1392ff3ec4a01458f3ca1869bebd79e59d (patch)
tree336f5b47595c74c78fa5d00b813155b82263705a
parent4903eb4b7461081c9a55cff3a4075fa3311e5e23 (diff)
some xxx's for future privsep cleanup
-rw-r--r--auth1.c1
-rw-r--r--auth2.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/auth1.c b/auth1.c
index 06b6712a..2ebc8d03 100644
--- a/auth1.c
+++ b/auth1.c
@@ -324,6 +324,7 @@ do_authloop(Authctxt *authctxt)
if (authctxt->failures++ > AUTH_FAIL_MAX) {
#ifdef WITH_AIXAUTHENTICATE
+ /* XXX: privsep */
loginfailed(authctxt->user,
get_canonical_hostname(options.verify_reverse_mapping),
"ssh");
diff --git a/auth2.c b/auth2.c
index 515033f4..6dfd91f7 100644
--- a/auth2.c
+++ b/auth2.c
@@ -233,6 +233,7 @@ userauth_finish(Authctxt *authctxt, int authenticated, char *method)
} else {
if (authctxt->failures++ > AUTH_FAIL_MAX) {
#ifdef WITH_AIXAUTHENTICATE
+ /* XXX: privsep */
loginfailed(authctxt->user,
get_canonical_hostname(options.verify_reverse_mapping),
"ssh");