Re: [netatalk-admins] one more time


Subject: Re: [netatalk-admins] one more time
From: Dejan Ilic (svedja@lysator.liu.se)
Date: Fri Oct 16 1998 - 07:51:18 EDT


Sparc Solaris 2.6 still doesn't work with PAM. I have problems getting
a core-dump (only works sometimes) so I cant tell it it dumps on the
same place (PAM_open_session) but the symptons are the same

One more problem noticed. There are large gaping holes in manual-pages
like afpd.8, probably more that I haven't seen yet.

Then there are all those functions that return values but don't define
it in the function header. Not good as the compiler might do it wrong.

example:
#endif

clrtxt_login(obj, ibuf, ibuflen, rbuf, rbuflen )
    AFPObj *obj;
    char *ibuf, *rbuf;
    int ibuflen, *rbuflen;
{
........

    }
    return AFPERR_NOTAUTH;
.....

}

Third thing:
 SHADOWPW should be enabled by default on Solaris. But I can't find it
 defined in sys/solaris. Is it defined or not ?

So much for now.
Dejan

On Thu, 15 Oct 1998, a sun wrote:

>
> okay,
>
> here's another trial. in this set
> (<ftp://ftp.u.washington.edu/public/asun/pre-asun2.1.0-12.tar.gz>),
> the following things should be fixed:
> 1) installations under linux.
> 2) pam password changing and hopefully logins. the code i had
> grabbed for PAM conversations turned out not to work properly.
>
> let me know if it works for you. i'd also like to know if solaris PAM
> works now.
>
> -a



This archive was generated by hypermail 2b28 : Sat Dec 18 1999 - 16:33:29 EST