Search Results

Found 1 results for "96e08de0e939d70e7654fc7ed1fd8d3b" across all boards searching md5.

Anonymous /g/105588494#105598015
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?