Hi there, ? I'm currently trying samba 4 as an Active Directory Domain Controller on a Debian Jessie server. I don't find a solution to two problems, maybe somebody can help me. ? First on I can't get anaonymous login (Guest) working. I'm able to log on account nobody by using smbclient, but when trying to logon from a Windows 7 or 8 client, authentification is not working. ? Second the permissions of my shares are not working like I expect them to. Either evrybody is allowed to see evrythin in my environment or Users are able to connect to the share but can't read any data on them. (Access denied). I played a lot with acl and chmod, but don't get the right settings. ? Thank you for any advice ? Greetings ? Thomas --- Alle Postf?cher an einem Ort Jetzt wechseln und E-Mail-Adresse mitnehmen! Rundum gl?cklich mit freenetMail --- Alle Postf?cher an einem Ort. Jetzt wechseln und E-Mail-Adresse mitnehmen! Rundum gl?cklich mit freenetMail
2014-05-03 13:35 GMT+02:00 <thomas.haag at freenet.de>:> > First on I can't get anaonymous login (Guest) working. I'm able to log on > account nobody by using smbclient, but when trying to logon from a Windows > 7 or 8 client, authentification is not working. >Using a guest account is considered unsafe and is/should be disabled by default.> > Second the permissions of my shares are not working like I expect them to. > Either evrybody is allowed to see evrythin in my environment or Users are > able to connect to the share but can't read any data on them. (Access > denied). I played a lot with acl and chmod, but don't get the right > settings. > >You have to get acl's working on your file system and set permissions as Administrator via a Windows client. Also set "hide unreadable = Yes" on your data shares in smb.conf Best regards, Marcel
Hello Thomas, first: Which Samba version are you running? Am 03.05.2014 13:35, schrieb thomas.haag at freenet.de:> First on I can't get anaonymous login (Guest) working. I'm able > to log on account nobody by using smbclient, but when trying > to logon from a Windows 7 or 8 client, authentification is not> working. I never tried using a guest account on a DC. So I can't say if this is working. Can you show your smb.conf please? Expecially 'map to guest' and 'guest account'. But please post the complete smb.conf> Second the permissions of my shares are not working like> I expect them to. Either evrybody is allowed to see > evrythin in my environment or Users are able to connect > to the share but can't read any data on them. > (Access denied). I played a lot with acl and chmod, but > don't get the right settings. Can you verify, that you did not miss anything and configured the share and permissions like described? https://wiki.samba.org/index.php/Setup_and_configure_file_shares Regards, Marc