Re: [Samba] Reference Documentation Server

2007-02-08 Thread - Reyneke
Sorry, we can't help you with that. Fixed. The problem turned out to be an endian issue. The target embedded platform is big-endian and the host little. The build setup doesn't seem to handle this very well. Might be worth putting together a cross-compilation guide for samba. This is

Re: [Samba] Reference Documentation Server

2007-02-07 Thread - Reyneke
Can you try to put *any* password into smbpasswd with smbpasswd -a samba Yea, already tried that. Still having problems (although type of err seems different). Log extract: [2007/02/07 01:00:36, 10] lib/util.c:dump_data() [000] 00 5C 00 5C 00 54 00 31 00 30 00 30 00 30 00 5C

Re: [Samba] Reference Documentation Server

2007-02-07 Thread - Reyneke
Can I have the logfile for the 'map username' / 'security=user' config as well? security=share is really bad these days. Here it is... Config used: [global] workgroup = PPC netbios name = T1000 security = user map to guest = bad password username map = /etc/smbusers [recdata] comment =

[Samba] Reference Documentation Server

2007-02-06 Thread - Reyneke
Hi, I'm trying to get samba (v3.0.23d) going on an embedded system. Our initial requirement is to get a very simple windows share operational. No security required, read only anonymous access. With this in mind we followed the guidelines as per the samba documentation:

Re: [Samba] Reference Documentation Server

2007-02-06 Thread - Reyneke
I'm trying to get samba (v3.0.23d) going on an embedded system. Try to remove this line if you don't want any kind of security passdb backend = guest Tried that, no difference. Also tried this: security = user map to guest = bad password Same deal. Using smbclient and I get the

Re: [Samba] Reference Documentation Server

2007-02-06 Thread - Reyneke
security = user map to guest = bad password Same deal. Using smbclient and I get the following: next try: username map = /etc/smbusers /etc/smbusers: samba = * Nope. Sadly, no change. The strange thing is that I tried this config [global] workgroup = MYWORKG netbios name = MYSERVER