Koozali.org: home of the SME Server

SME 6.0.1 Custom: Access I-Bay as Guest not possible

Guenter

SME 6.0.1 Custom: Access I-Bay as Guest not possible
« on: July 14, 2004, 08:31:31 PM »
Hi,

I setup a Machine with SME 6.0.1 Custom ISO and created a IBay. The Rights on this bay are:
Group: Everyone:
Write: Group, Read: everyone.

When i try access to this bay from WinXPSP1 doing \\<ipfromsme> I have to enter some Username and Password!
I wish to make this IBay accessable from every User from everywhere.

sincerly
Guenter

Offline dmac

  • ***
  • 143
  • +0/-0
    • http://www.rylar.ca
SME 6.0.1 Custom: Access I-Bay as Guest not possible
« Reply #1 on: July 14, 2004, 08:56:04 PM »
Check your IBay configuration using the Server-Manager and make sure that in the field "Public access via web or anonymous ftp" that you select "Entire Internet (no password required)".

HTH

Darin
"In a world without Fences, why do we need Gates and Windows"

Guenter

SME 6.0.1 Custom: Access I-Bay as Guest not possible
« Reply #2 on: July 14, 2004, 09:40:23 PM »
Thanks

have set: Public access via web or anonymous ftp" "Entire Internet (no password required)"

No success. My Winbox ask me for a user/password again.

My smb.conf
Code: [Select]

[global]
add user script = /sbin/e-smith/signal-event machine-account-create '%u'
bind interfaces only = no
case sensitive = no
character set = ISO8859-1
client code page = 850
deadtime = 10080
dns proxy = no
domain admin group = admin
domain logons = no
domain master = no
encrypt passwords = yes
guest account = public
guest ok = no
hosts allow = 127.0.0.1 172.24.11.0/255.255.255.0
interfaces = 127.0.0.1 172.24.11.250/255.255.255.0
kernel oplocks = true
level2 oplocks = yes
log file = /var/log/samba/log.%m
map to guest = never
max log size = 50
max connections = 0
name resolve order = wins lmhosts bcast
netbios name = l2250
vfs object = /usr/lib/samba/vfs/recycle.so
vfs options = /etc/samba/recycle.conf
oplocks = yes
pid directory = /var/run
preserve case = yes
printer admin = admin
security = user
server string = Mitel Networks SME Server
short preserve case = yes
smb passwd file = /etc/samba/smbpasswd
socket options = TCP_NODELAY
strict locking = no
unix password sync = Yes
pam password change = Yes
wins server = 172.24.11.202


[iso]
comment = ISO - Images
path = /home/e-smith/files/ibays/iso
read only = no
writable = yes
printable = no
inherit permissions = yes
create mode = 0664



sincerly
Guenter

Offline dmac

  • ***
  • 143
  • +0/-0
    • http://www.rylar.ca
SME 6.0.1 Custom: Access I-Bay as Guest not possible
« Reply #3 on: July 15, 2004, 02:19:19 AM »
Do you have your SME server as part of the same domain / workgroup as your Windows PC?  

Also, are you using DNS or WINS?

Your smb has the following:
level2 oplocks = yes
max connections = 0
oplocks = yes

You may want to change the oplocks to be blank as well as the connections to be some value other than 0, I have looked at my smb file and all these entrie are blank.

The only other difference I can find is that you are pointing to a WINS server.

Darin
"In a world without Fences, why do we need Gates and Windows"

Guenter

SME 6.0.1 Custom: Access I-Bay as Guest not possible
« Reply #4 on: July 15, 2004, 07:31:00 AM »
Hi,

I'm not using DNS, i use WINS.

I've tired
Code: [Select]

max connections = 999


No success.

Then I changed to
Code: [Select]

security=share


Anyone can connect to my SME-Box, but with this modification I lost all the Security, isn't it?


sincerly
Guenter

Offline NickR

  • *
  • 283
  • +0/-0
    • http://www.witzendcs.co.uk/
SME 6.0.1 Custom: Access I-Bay as Guest not possible
« Reply #5 on: July 15, 2004, 08:12:39 AM »
Quote from: "Guenter"

Anyone can connect to my SME-Box, but with this modification I lost all the Security, isn't it?


You are trying to override the basic security of the SME here.  Think about it: you want a server that doesn't authenticate its users - how many people would be happy to do that?

To do what you want, you're going to have to start gettting to grips with creating a custom /etc/smb.conf and allow guest access to the ibay.  You can read the man page for smb.conf parameters on http://www.samba.org to help you do this.

That said, what's the problem with logging into the SME?  XP will allow you to log into an SME (as a different user, if required) & can remember the credentials so you only ever need to do it once.
--
Nick......