18 Aug 2008 20:12
Re: BSD Auth
Greg A. Woods; Planix, Inc. <woods <at> planix.ca>
2008-08-18 18:12:10 GMT
2008-08-18 18:12:10 GMT
On 18-Aug-08, at 7:50 AM, markucz <at> gmail.com wrote: > > Straight to the point: is there a way to use BSD Auth with NetBSD? One can try porting the BSD Auth code from OpenBSD. I have not yet tried that myself. > In 4.0 one > can't do without PAM. Perhaps not without building yourself from source.(Continue reading)However I seem to be doing fine without PAM in my netbsd-4 systems. I use the following settings in my mk.conf (plus there should be some changes to some makefiles and to the sets lists, but I haven't got around to them yet): MKPAM = no USE_PAM = no > I've lived happily without it so far. I don't mind > having it in base, I'm just curious whether it's possible to replace > its > functionality by BSD Auth. I managed to find some code written in > 2003 [1], > and now I'm examining it to see what can be done with it and if it > can be > somehow integrated alongside with PAM.
However I seem to be doing fine without PAM in my netbsd-4 systems.
I use the following settings in my mk.conf (plus there should be some
changes to some makefiles and to the sets lists, but I haven't got
around to them yet):
MKPAM = no
USE_PAM = no
> I've lived happily without it so far. I don't mind
> having it in base, I'm just curious whether it's possible to replace
> its
> functionality by BSD Auth. I managed to find some code written in
> 2003 [1],
> and now I'm examining it to see what can be done with it and if it
> can be
> somehow integrated alongside with PAM.
RSS Feed