thaddaeus
02-21-2005, 12:30 AM
I am (well at least i thought so) very well versed in Samba. untill i got this error. I had it configured before to use a users name and password and so forth to allow for mapping of the users home dir in windows/linux boxes
I went in to clean up my smb.conf file and remove all the uneeded stuff i had together for use as a pdc. Once i did this i may have removed some password info or somthing because when i try to use any user to login i recieve this error. I can view the shares from the top level without any user but cannot access even when security=share, I'm stumpped, I may have leftout some password db file samba uses for auth, but can't seem to remember what,
I did try nt status support = no but that may be unrelated to the error existing or not as with or without it the resualts are the same
Mostly what i did for the original file was take the standard smb.conf that comes with samba removed all printing and other domain controlling support the one below is the what i edited to remove some of that what i thought was uneeded variables. Any Help is appretiated, If you have any questions on what some of the stuff in the config file means ask me or check the smb.conf man pages
[global]
remote browse sync = 192.168.1.1 192.168.1.2
remote announce = 192.168.1.255
workgroup = REXPRO
netbios name = Helios
nt status support = no
security = user
max log size = 1000
log level = 4
log file = /var/log/samba/log.%U.%m
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
force directory mode = 777
interfaces = 192.168.1.3 192.168.1.4
encrypt passwords = yes
server string = File Server %v
create mode = 777
preferred master = yes
I went in to clean up my smb.conf file and remove all the uneeded stuff i had together for use as a pdc. Once i did this i may have removed some password info or somthing because when i try to use any user to login i recieve this error. I can view the shares from the top level without any user but cannot access even when security=share, I'm stumpped, I may have leftout some password db file samba uses for auth, but can't seem to remember what,
I did try nt status support = no but that may be unrelated to the error existing or not as with or without it the resualts are the same
Mostly what i did for the original file was take the standard smb.conf that comes with samba removed all printing and other domain controlling support the one below is the what i edited to remove some of that what i thought was uneeded variables. Any Help is appretiated, If you have any questions on what some of the stuff in the config file means ask me or check the smb.conf man pages
[global]
remote browse sync = 192.168.1.1 192.168.1.2
remote announce = 192.168.1.255
workgroup = REXPRO
netbios name = Helios
nt status support = no
security = user
max log size = 1000
log level = 4
log file = /var/log/samba/log.%U.%m
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
force directory mode = 777
interfaces = 192.168.1.3 192.168.1.4
encrypt passwords = yes
server string = File Server %v
create mode = 777
preferred master = yes