]> andersk Git - openssh.git/blobdiff - auth.c
- dtucker@cvs.openbsd.org 2006/07/12 11:34:58
[openssh.git] / auth.c
diff --git a/auth.c b/auth.c
index e5ddc79dad84697b211fff25ddd765ac388041f7..3bca8dc212358af71bf878b208adc49fc22e285d 100644 (file)
--- a/auth.c
+++ b/auth.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.c,v 1.70 2006/07/11 20:07:25 stevesk Exp $ */
+/* $OpenBSD: auth.c,v 1.71 2006/07/12 11:34:58 dtucker Exp $ */
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
@@ -467,6 +467,9 @@ getpwnamallow(const char *user)
 #endif
        struct passwd *pw;
 
+       parse_server_match_config(&options, user,
+           get_canonical_hostname(options.use_dns), get_remote_ipaddr());
+
        pw = getpwnam(user);
        if (pw == NULL) {
                logit("Invalid user %.100s from %.100s",
This page took 0.090897 seconds and 4 git commands to generate.