Re: Adding An Authentication Provider

2018-09-21 Thread My Info


On Sep 21, 2018 11:02 AM, Toyam Cox  wrote:
>
> I am trying to hook up a different authentication provider to
> OpenBSD's auth. At present, I can not find out how to "fake" the
> passwd database for groups. I know that Linux and NetBSD use nss,
> with tools such as nslookup and functions such as nsdispatch, but I
> can't find such things for OpenBSD. Am I on a fool's errand?
>
> Thank you.
>

pkg_add nss ?



Adding An Authentication Provider

2018-09-21 Thread Toyam Cox
I am trying to hook up a different authentication provider to
OpenBSD's auth. At present, I can not find out how to "fake" the
passwd database for groups. I know that Linux and NetBSD use nss,
with tools such as nslookup and functions such as nsdispatch, but I
can't find such things for OpenBSD. Am I on a fool's errand?

Thank you.