]> andersk Git - gssapi-openssh.git/blobdiff - openssh/auth-passwd.c
OPENSSH_3_8_1P1_GSSAPI_20040629 merged to gpt-branch
[gssapi-openssh.git] / openssh / auth-passwd.c
index b9679abd0c5f53baffbd15f1f88381d286a2224d..beaf0fa6cbf3ee71564fea04f6d81807831823fd 100644 (file)
@@ -73,13 +73,6 @@ auth_password(Authctxt *authctxt, const char *password)
        if (*password == '\0' && options.permit_empty_passwd == 0)
                return 0;
 
-#if defined(HAVE_OSF_SIA)
-       /*
-        * XXX: any reason this is before krb?  could be moved to
-        * sys_auth_passwd()?  -dt
-        */
-       return auth_sia_password(authctxt, password) && ok;
-#endif
 #ifdef KRB5
        if (options.kerberos_authentication == 1) {
                int ret = auth_krb5_password(authctxt, password);
This page took 0.031954 seconds and 4 git commands to generate.