Displaying 4 results from an estimated 4 matches for "guest_account".
Did you mean:
dguest_account
2007 Jul 15
0
Help with samba config
...sers = meecect
create mask = 0774
directory mask = 0775
This let me browse the shares, but when I try to connect, a windows
authentication box appears with the username area pre-filled and grayed out so I
can't change the username. The username it had filled in was
SERVERNAME\GUEST_ACCOUNT, where SERVERNAME was the name of the linux box, and
GUEST_ACCOUNT is the name of a guest account I have on my PC.
Any hints?
2003 Mar 22
2
XP can see Linux but Win98 can't
...0750
;*******************section printers*****************
[printers]
create mask = 0700
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = no
writable = no
printable = yes
;*******************section Windows HD*****************
[Windows HD]
path = /mnt/windows
guest ok = yes
guest_account = nobody
writeable = yes
;*******************section public*****************
[public]
comment = Public Stuff
browseable = yes
path = /home/public
public = yes
printable = no
write list = @users
writeable = yes
I would greatly appreciate any help that can be provided on this issue.
Thx,
Caleb Ha...
2003 Apr 22
1
Win2K Workstation Disconnecting Shares from Samba Server
...***********section netlogon*****************
[netlogon]
comment = Network Logon Service
path = /home/samba/netlogon
guest ok = yes
writable = no
share modes = no
;*******************section profiles*****************
[profiles]
comment = Directory Profiles
path = /home/samba/profiles
guest ok = yes
guest_account = nobody
writeable = yes
create mask = 0600
directory mask = 0700
;*******************section printers*****************
[printers]
comment = All Printers
browseable = no
path = /tmp
printable = yes
public = no
writable = no
create mode = 0700
;*******************section cdrom*****************
[cd...
2003 Dec 01
0
No subject
...o the system, but
you should add the guest account manually to the list of valid users
('valid users') to make it actually work. In our example, config file
sentence would be:
valid users = @smbusr nobody
Or, in a more generic form:
valid users = <your_intended_valid_users> <guest_account>
Of course, you should restart samba ('/etc/rc.d/init.d/smb restart' in
my redhat system) for make the changes current.
Other considerations:
. 'map to guest' can be left in its default value: 'never'. This does
not weaken security, and everything works in my system wi...