> On Wed, 24 Oct 2007 07:26:39 +0200,
fr33m2n@gmail.com wrote:
>
>> Hi all.
>>
>> I want the OpenBSD system to see system users in LDAP.
>> I know, that OpenBSD doesn't have anything, like nsswitch in other
>> Unix.
>>
>> What can i do?
>
> First of all post to the right list. ;) This would fit better in
> the misc-list.
>
> Now, for your question; what you're looking for is in the
> /etc/login.conf file. There is a man-page for it, login.conf(5)
>
> In /etc/login.conf you have a line that says:
> auth-defaults:auth=passwd,skey:
>
> You'd want to change that line to something like:
> auth-defaults:auth=ldap
>
> OpenBSD doesn't include an LDAP module though so you'd have to write
> your own, details for how to do so is in the login.conf(5) man page.
> Or perhaps you can google something, someone else has probably built
> one already.