- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-03-2023 02:18 AM
Anyone facing the same issue like us, PAN OS 10.2.3-h4, SSH CLI session got disconnected after we login as user AD auth (User Authentication Successful). Is it bug not yet reported?
07-04-2023 10:46 PM
Hello Yoekleng,
There is a limitation in 10.2 where for security reasons centos have disallowed usernames with numbers only and PANOS depends on that Centos functionality to store usernames for authorization purposes. -->> "Fully numeric usernames and usernames . or .. are also disallowed" is the CentOS behavior change by https://www.webconn.tech/kb/are-all-numeric-usernames-allowed-in-almalinux-8:
Usernames may contain only lower and upper case letters, digits, underscores, or dashes. They can end with a dollar sign. Dashes are not allowed at the beginning of the username. Fully numeric usernames and usernames. or .. are also disallowed. It is not recommended to use usernames beginning with. character as their home directories will be hidden in the ls output. In regular expression terms: [a-zA-Z0-9_.][a-zA-Z0-9_.-]*[$]? -->> There are good reasons to enforce it:
https://unix.stackexchange.com/questions/287077/why-cant-linux-usernames-begin-with-numbers
So this behavior is per design and functionality. --
>>WORKAROUND: We can add a symbol along with letters to the numbers the Admin Username then works. For example, 12345676890_A
07-04-2023 10:46 PM
Hello Yoekleng,
There is a limitation in 10.2 where for security reasons centos have disallowed usernames with numbers only and PANOS depends on that Centos functionality to store usernames for authorization purposes. -->> "Fully numeric usernames and usernames . or .. are also disallowed" is the CentOS behavior change by https://www.webconn.tech/kb/are-all-numeric-usernames-allowed-in-almalinux-8:
Usernames may contain only lower and upper case letters, digits, underscores, or dashes. They can end with a dollar sign. Dashes are not allowed at the beginning of the username. Fully numeric usernames and usernames. or .. are also disallowed. It is not recommended to use usernames beginning with. character as their home directories will be hidden in the ls output. In regular expression terms: [a-zA-Z0-9_.][a-zA-Z0-9_.-]*[$]? -->> There are good reasons to enforce it:
https://unix.stackexchange.com/questions/287077/why-cant-linux-usernames-begin-with-numbers
So this behavior is per design and functionality. --
>>WORKAROUND: We can add a symbol along with letters to the numbers the Admin Username then works. For example, 12345676890_A
10-17-2023 05:13 AM
Hi,
If we downgrade to 10.1.x, will it work ? please let me know.
Regards,
10-24-2023 12:12 AM
Hi Bharath,
You can try and test at your end. However, It is not recommended to downgrade since the latest release fixed a bug and vulnerabilities.
Best Regards,
Yoekleng.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!