]> andersk Git - openssh.git/blobdiff - auth-sia.c
- (djm) OpenBSD CVS Sync
[openssh.git] / auth-sia.c
index 05cf47c40f514db43532679cdffb4103d2b97053..cae5f0912838e7ed7d2a76d842a9d34fb5a39a64 100644 (file)
@@ -52,7 +52,7 @@ auth_sia_password(Authctxt *authctxt, char *pass)
        SIAENTITY *ent = NULL;
        const char *host;
 
-       host = get_canonical_hostname(options.verify_reverse_mapping);
+       host = get_canonical_hostname(options.use_dns);
 
        if (!authctxt->user || pass == NULL || pass[0] == '\0')
                return (0);
@@ -81,7 +81,7 @@ session_setup_sia(struct passwd *pw, char *tty)
        SIAENTITY *ent = NULL;
        const char *host;
 
-       host = get_canonical_hostname(options.verify_reverse_mapping);
+       host = get_canonical_hostname(options.use_dns);
 
        if (sia_ses_init(&ent, saved_argc, saved_argv, host, pw->pw_name, 
            tty, 0, NULL) != SIASUCCESS)
This page took 0.04881 seconds and 4 git commands to generate.