$(subj), it appears to be what root user is denied by default for all of the shares. I'm trying to reproduce Windows administrative share.
$(subj), it appears to be what root user is denied by default for all of the shares. I'm trying to reproduce Windows administrative share.
Do you have a password set in Samba (not in the system passwd file) for root ? You should be able to set such a password by running
smbpasswd -a root
.You should be putting up your smb.conf so that we can actually assess the problem. Anyway here's a hint:
is part of the default smb.conf.
Well then. Is root a valid smbuser, yet? Then try explicitly allowing root :
And try something like this:
if you can't access two users, one for a regular user and the other for a root, you need to alias the netbios in smb.conf file so that windows sees them as two servers. Then access each with a different user id. You may also add to the windows' host file the same server's ip with different names. The issue is with Windows that can only allow one user at a time, thus cannot access as a root.