Search Results
6/15/2025, 6:38:53 AM
>>105588494
How can I test if users I create for samba are totally locked down?
I created a user with this command:
adduser --system --ingroup sambaadmins sambaadmin
Which if I cat /etc/passwd shows up like this:
sambaadmin:x:109:995::/nonexistent:/usr/sbin/nologin
I tried to do sudo su - sambaadmin, which failed with a "This account is currently not available." message, as expected. Is there anything else I can do to test if this account is properly locked down?
How can I test if users I create for samba are totally locked down?
I created a user with this command:
adduser --system --ingroup sambaadmins sambaadmin
Which if I cat /etc/passwd shows up like this:
sambaadmin:x:109:995::/nonexistent:/usr/sbin/nologin
I tried to do sudo su - sambaadmin, which failed with a "This account is currently not available." message, as expected. Is there anything else I can do to test if this account is properly locked down?
Page 1