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

ArubaOS external captive on external http with cppm as AUTH source.. http form not working?

This thread has been viewed 0 times
  • 1.  ArubaOS external captive on external http with cppm as AUTH source.. http form not working?

    Posted Feb 29, 2016 11:17 AM

    Hi Guys

    I have a working HTTP form script that working with Aruba controller. (AOS)

    but when using external AUTH source as CPPm it's seens that the form not POSTing something right to the CPPM ( I even not seeing the requests on the ACCESS TRACKERS) **BUT IF I USE THE DEFAULT ARUBA CAPTIVE I DO SEE and even if i was the CPPM WEBPAGE as login page... so i guess it's something in my FORM: (YES ITS USER ONLY NO PASS)

     

    Your AirHeads assistance needed:

    <form name="LoginForm" method="post" action="/auth/index.html/u" id="Form1">
    <input type="hidden" name="cmd" value="authenticate">
    <input type="hidden" name="mac value" value="">
    <input type="hidden" name="ip value" value="">
    <input type="hidden" name="essid value" value="">
    <input type="hidden" name="url value" value="http://www.arubanetworks.com">
    <input type="hidden" name="password" value="">
    <input type="text" id="Editbox1" style="position:absolute;left:9px;top:9px;width:140px;height:41px;line-height:41px;z-index:0;" name="user" value="" autocomplete="off" placeholder=" Please enter Wi-Fi code">
    <input type="submit" id="Button1" name="Login" value="" style="position:absolute;left:219px;top:9px;width:49px;height:16px;z-index:1;">
    <input type="submit" id="Button2" name="Login" value="Submit" style="position:absolute;left:159px;top:29px;width:96px;height:25px;z-index:2;">
    </form>

     

     



  • 2.  RE: ArubaOS external captive on external http with cppm as AUTH source.. http form not working?

    Posted Mar 15, 2016 12:30 PM

    What is this form supposed to be doing?

    Is it validating the wi-fi code being entered against an account on the controller?

     

    If you are not submitting a username and password for authentication why would you send it to Clearpass?