> On Fri, 31 May 2002, Terja Antola wrote: > > > Probably Solaris' getpass() routine or something we use. I'll add it to > > my list of stuff to look at when I can. > > > > > > ... > > Have you found any solution to problem above? > > Haven't had a chance to look at it yet.
Aha, explains why passwords set with smbpasswd gets truncated. getpass() returns, at most, PASS_MAX bytes (8). getpassphrase(), on the other hand, returns up to 256 characters. ----------------------------------------------------------------------------- �ke Holmlund Tel: +46 - 90 786 57 16 Ume� University Fax: +46 - 90 786 65 50 Dept of informatics Email: [EMAIL PROTECTED] SE-901 87 Ume� Sweden -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
