Screen OS

last person joined: 8 months ago 

This is a legacy community with limited Juniper monitoring.
  • 1.  http passthru success banner

    Posted 08-30-2008 13:32

    i am using 9.0 Junos-ES, and using passthru authentication for users, whenever i login successfully via http auth, i am not seeing success banner?

     

    is this a bug?

     

    -Ray 



  • 2.  RE: http passthru success banner

    Posted 08-30-2008 17:47

    Hi,

     

    Can you post the config for the authentication section.

     

    Regards

     

    Andy



  • 3.  RE: http passthru success banner

    Posted 08-30-2008 21:51

    firewall auth configuration attached.  

     

    root@att-lab1# show access firewall-authentication
    pass-through {
        default-profile att;
        ftp {
            banner {
                login "Please login with your credentials";
                success "Welcome to att-labs";
                fail "Sorry,better luck next time";
            }
        }
        telnet {
            banner {
                login "Please login with your credentials";
                success "Welcome to att-labs";
                fail "Sorry,better luck next time";
            }
        }
        http {
            banner {
                login "Please login with your credentials";
                success "Welcome to att-labs";
                fail "Sorry,better luck next time";
            }
        }
    }

    [edit]
    root@att-lab1#

     

    root@att-lab1# show access profile att
    authentication-order [ securid password ];
    client att1 {
        firewall-user {
            password "$9$.mT3EhrvMXFnIcleW8"; ## SECRET-DATA
        }
    }

    [edit]
    root@att-lab1#

     



  • 4.  RE: http passthru success banner

    Posted 09-03-2008 15:44

    configuration looks ok, looks like a bug - please contact JTAC for more information in this regard.

     

    Syed Nisar 



  • 5.  RE: http passthru success banner

    Posted 09-04-2008 14:02

    Thanks Syed Nisar,

     

    I forgot to mentioned that i am using IAS for Radius, will it has something to do?

     

    -Ray



  • 6.  RE: http passthru success banner

    Posted 09-07-2008 16:58

    Ray,

     

    this is an exsisting behavior of fwauth, coming from screenOS.. i.e. not display successful banner incase of pas-thru http.

     

    you can file ER to JTAC if need further help.

     

    thanks

    Raheel Anwar 



  • 7.  RE: http passthru success banner
    Best Answer

    Posted 09-09-2008 22:52

     

     

    ok, thanks Raheel

     

    - Ray