Invalid Username/Password

Invalid Username/Password

37688
Created On 09/26/18 13:55 PM - Last Modified 06/13/23 01:54 AM


Resolution


Issue

Administrators using an Authentication Profile are unable to log in. In the authd.log, the following error is seen:

User 'administrator' failed authentication.  Reason: Invalid username/password From: 172.16.0.10

 

Resolution

Authentication Profiles containing spaces in the name will not authenticate users. Replacing the space in the Authentication Profile name with another character, or removing the space will resolve the issue.

Example of non-working config:

      pantac admins { 
        lockout {
          failed-attempts 5;
          lockout-time 45;
        }
        allow-list [ administrator ];
        method {
          ldap {
            server-profile pantac domain;
            login-attribute sAMAccountName;
            passwd-exp-days 7;

 

Example of working config:

      pantac_admins {
        lockout {
          failed-attempts 5;
          lockout-time 45;
        }
        allow-list [ administrator ];
        method {
          ldap {
            server-profile pantac domain;
            login-attribute sAMAccountName;
            passwd-exp-days 7;

 

This issue has been observed where LDAP authentication is used as well as with GlobalProtect. The ability to use spaces in Auth Profile names may be added in a future release.

 

owner: dlorenzen



Actions
  • Print
  • Copy Link

    https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000Cm0ZCAS&refURL=http%3A%2F%2Fknowledgebase.paloaltonetworks.com%2FKCSArticleDetail

Choose Language