Paul Smedley
2007-Mar-01 03:40 UTC
[Samba] Samba 3.0.24 ported to OS/2 - a couple of problems
Hi all, I've recently managed to compile Samba v3.0.24 for OS/2 and have debugged most of the issues. The positive is that relatively few source changes were required to get the daemon working, however, having said that, there are two problems that I'm still having trouble with. 1) smbpasswd is generating a broken password - so password protected clients can't connect. eg. smbpasswd -a psmedley - with 'password' entered as the password puts the following into private/smbpasswd psmedley:1001:E52CAC67419A9A22B0498ECA57B8E5AF:99BBC66292358CB847E4B0F 8F741A01D:[U ]:LCT-45E64927: User psmedley can't connect with password of 'password' sambapasswords.py from http://www.cdf.toronto.edu/~agenkin/py/index.pyc/software indicates that the password hash should be: [E:\python25]python.exe sambapasswords.py NT MD4 hash: password -> 8846F7EAEE8FB117AD06BDD830B7586C LanMan hash: password -> E52CAC67419A9A224A3B108F3FA6CB6D 2) Files with a german character on a share do not show the german character, but the character gets replaced with an _ Samba log shows things like: [2007/02/28 07:50:34, 3] lib/charcnv.c:convert_string_internal(243) convert_string_internal: Conversion error: Incomplete multibyte sequence(„uterungen.pdf) Any ideas on the above two problems? -- Cheers, Paul.
Jeremy Allison
2007-Mar-06 01:00 UTC
[Samba] Samba 3.0.24 ported to OS/2 - a couple of problems
On Thu, Mar 01, 2007 at 03:35:57AM +0000, Paul Smedley wrote:> Hi all, > > I've recently managed to compile Samba v3.0.24 for OS/2 and have > debugged most of the issues. > > The positive is that relatively few source changes were required to > get the daemon working, however, having said that, there are two > problems that I'm still having trouble with.Can we see the patch ? It'd be interesting to see what you had to change. Thanks, Jeremy.