[Samba] About password length in solaris 8 and samba 2.2.4

2002-05-30 Thread Terja Antola
Hello You wrote as below in samba-list: Message: 19 Date: Tue, 28 May 2002 22:13:35 -0500 (CDT) From: "Gerald (Jerry) Carter" <[EMAIL PROTECTED]> To: Carl Vincent <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: [Samba] Password Length Conundrum On Fri, 24 May 2002, Carl Vincent wrote:

Re: [Samba] About password length in solaris 8 and samba 2.2.4

2002-06-01 Thread Gerald Carter
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. cheers, jerry -

Re: [Samba] About password length in solaris 8 and samba 2.2.4

2002-06-03 Thread Åke Holmlund
> 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

Re: [Samba] About password length in solaris 8 and samba 2.2.4

2002-06-03 Thread Gerald Carter
On Mon, 3 Jun 2002, Åke Holmlund wrote: > > 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? > > >

Re: [Samba] About password length in solaris 8 and samba 2.2.4

2002-06-03 Thread Gerald Carter
On Mon, 3 Jun 2002, Åke Holmlund wrote: > 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. Hmmon my solaris boxes (both with Sun's workshop C compiler and GCC)

Re: [Samba] About password length in solaris 8 and samba 2.2.4

2002-06-03 Thread Åke Holmlund
> > 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. > > Hmmon my solaris boxes (both with Sun's workshop C compiler > and GCC), REPLACE_GETPASS is being de