Koozali.org: home of the SME Server

SME56: Samba as Windows Domainmember

gbl

SME56: Samba as Windows Domainmember
« on: September 10, 2003, 09:55:08 PM »
I have Samba configured that it can act as a Windows Domain Member.

wbinfo -u shows my Windows Userlist.

I created a Custom Template with a Fileshare

my /etc/smb.conf contains after Template Extract

winbind seperator = +

[testshare]
path = /home/testshare
writeable = yes
valid users = sambatest+windowsuser


Now, a Windows Domainmember logged in as "windowsuser" can“t access the Share "testshare". He was prompted for a password!

Why, and how can i fix this?


Guenter

Rob Wellesley

Re: SME56: Samba as Windows Domainmember
« Reply #1 on: September 12, 2003, 03:59:19 AM »
Have you checked the *nix permissions on /home/testshare?

Alex

Re: SME56: Samba as Windows Domainmember
« Reply #2 on: September 12, 2003, 05:23:07 AM »
I don't know if this is relevant, but it's spelled separater ... or is it separator? I don't know for sure about  'er' or 'or' for the last syllable. It is definitely spelled with two 'a's, though.

gbl

Re: SME56: Samba as Windows Domainmember
« Reply #3 on: September 12, 2003, 12:32:12 PM »
THX for the responses.

I made a mistake. The Seperator should be "\"!

It works now.