Security

last person joined: yesterday 

Forum to discuss Enterprise security using HPE Aruba Networking NAC solutions (ClearPass), Introspect, VIA, 360 Security Exchange, Extensions, and Policy Enforcement Firewall (PEF).
Expand all | Collapse all

Captive portal login with password only

This thread has been viewed 8 times
  • 1.  Captive portal login with password only

    Posted Oct 30, 2013 05:19 PM

    Hi,

     

    I can see how to configure a Captive Portal page on the controller to ask the user to enter a username and passowrd.  Is there a way to just require the user to enter a password only rather that a username and password ?

     

    Thanks

     

    LM



  • 2.  RE: Captive portal login with password only

    Posted Oct 31, 2013 04:17 AM

    Yes,you can :smileyhappy:

    it's all depeands on the script of the HTML your are building.

    just make the username field as hidden field in your HTML script..(and put the desire username that allowed multiple login + assigen to this username password)

     

     

    here is a good example: (you should create a username called voucher in your internaldb)

     

    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <!DOCTYPE HTML PUBLIC"-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    </head>
    <body>
    <form name="form1" method="post" action="/auth/index.html/u"> <input type="hidden" id="user" name="user" type="text" value="voucher" accesskey="u" /> <input type="hidden" name="cmd" value="authenticate" />
    <input type="password" id="password" name="password" /> <input type="submit" name="Login" value="Login" /> </form> </body> </html>

     

     

    Also,do some reading over here:

    http://community.arubanetworks.com/t5/Unified-Wired-Wireless-Access/Single-Click-Captive-Portal/td-p/66478

    https://arubanetworkskb.secure.force.com/pkb/articles/HowTo/R-154

     



  • 3.  RE: Captive portal login with password only

    Posted Feb 27, 2017 11:30 AM

    Hello all - is this possible to do with ClearPass? 



  • 4.  RE: Captive portal login with password only



  • 5.  RE: Captive portal login with password only

    Posted Feb 27, 2017 01:17 PM
    This is great thanks!!!


    Tom Robinson
    trobinson@aisbuffalo.com
    Alternative Information Systems
    716-831-9929
    716-491-9581


  • 6.  RE: Captive portal login with password only

    Posted Feb 27, 2017 01:17 PM
    This is great thanks!!!


    Tom Robinson
    trobinson@aisbuffalo.com
    Alternative Information Systems
    716-831-9929
    716-491-9581