[Samba] Can't logon to Samba server
Ray Anderson
rsa at rb-com.com
Thu Nov 29 03:37:10 GMT 2007
Joseph C. Fisher wrote:
> Sure...
>
> Here it is:
>
> [global]
> workgroup = THEKEY
> interfaces = eth0, lo
> socket options = TCP_NODELAY
> browseable = Yes
> case sensitive = Yes
> security = domain
> log level = 1
> syslog = 0
> log file = /var/log/samba/log.%m
> max log size = 100
> smb ports = 139
> utmp = Yes
> map acl inherit = Yes
> usershare max shares = 5
> winbind gid = 1000-20000
> winbind uid = 1000-20000
> idmap gid = 1000-20000
> idmap uid = 1000-20000
> usershare allow guests = Yes
>
> [user1]
> comment = /home/user1/Personal
> path = /home/user1/Personal
> read only = No
> inherit acls = Yes
> browseable = yes
> valid users = user1
> hosts allow = USR1
> public = yes
> guest ok = No
> invalid users = user2
>
> [family_photos]
> comment = Family Photos
> writeable = Yes
> path = /Family_Photos
> force directory mode = 770
> force group = Family
> force create mode = 770
> hosts allow = USR1 USR2
> valid users = @Family
> create mode = 770
> hide unreadable = Yes
> max connections = 5
>
> That's pretty much it!
>
> Thanks in advance, and have a great week.
>
> JOEF...
>
>
>
Change
security = domain
to
security = user
Cheers,
-=R
More information about the samba
mailing list