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

Lock AD account with Onboard process

This thread has been viewed 1 times
  • 1.  Lock AD account with Onboard process

    Posted Aug 09, 2018 02:59 AM

    Hi to all,

     

    we have a customer using dual SSID onboarding with AD accounts. The SSID for onboarding is unencrypted and only broadcasted in the upper part of the company building. For security reasons the AD locks a user account afer 5 failed login attempts. This leads to the following situation: an external person knowing a username could lock this specific user account form outside, or could just start a bruteforce on a combination of username and password and could lock a huge ammount of user accounts.

     

    As far as I know it is not possilbe to limit the login attempts with clearpass. Also there is no easy way to put a captcha on the onboarding website.

     

    Has someone any idea to mitigate this issue?

     

    Regards,

     

    Marian



  • 2.  RE: Lock AD account with Onboard process
    Best Answer

    Posted Aug 09, 2018 04:58 AM

    In the Active Directory authentication source, add a filter for the AD attribute 'Bad-Pwd-Count < 4'.

    This means if a bad password has been entered 4 times (1 less than lockout) then the query won't be sent to AD.

    The attempted authentication will constantly fail but won't lock the AD account.



  • 3.  RE: Lock AD account with Onboard process

    Posted Aug 17, 2018 08:05 AM

    This worked our perfectly. Thank you very much.



  • 4.  RE: Lock AD account with Onboard process

    Posted Aug 09, 2018 05:14 AM

    In the Active Directory authenticaiton source add a filter for the AD queries similar to 'Bad-Pwd-Count < 4'.

    This will stop ClearPass querying AD when an account has already entered 4 (or 1 less than your lockout limit) invalid passwords.

    Users will still not be able to authenticate but it won't lock the AD account.



  • 5.  RE: Lock AD account with Onboard process

    EMPLOYEE
    Posted Aug 09, 2018 06:58 AM

    I second Dave27's suggestion.

    You may refer the below article and see if it helps to prevent AD account lockout from ClearPass.

     

    https://community.arubanetworks.com/t5/AAA-NAC-Guest-Access-BYOD/How-to-prevent-AD-account-being-Locked-out-by-5-failed/ta-p/234571



  • 6.  RE: Lock AD account with Onboard process

    EMPLOYEE
    Posted Aug 09, 2018 07:49 AM
    Use your SAML IdP for all end user authorization to ClearPass.


  • 7.  RE: Lock AD account with Onboard process

    Posted Aug 17, 2018 08:06 AM

    Just out out of personal interest, how can you limit the logins when using the SAML IdP?



  • 8.  RE: Lock AD account with Onboard process

    Posted Oct 17, 2019 08:00 PM

    Could you expand upon the SAMLp information please? Thank you.