Re: 'CVS: cvs.openbsd.org: src' - MARC

View: New views
2 Messages — Rating Filter:   Alert me  

Re: 'CVS: cvs.openbsd.org: src' - MARC

by James Wright-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> List:       openbsd-cvs
> Subject:    CVS: cvs.openbsd.org: src
> From:       Pierre-Yves Ritschard <pyr () cvs ! openbsd ! org>
> Date:       2008-06-26 15:10:02
> Message-ID: 200806261510.m5QFA2Aa007357 () cvs ! openbsd ! org
> [Download message RAW]
>
> CVSROOT: /cvs
> Module name: src
> Changes by: pyr@... 2008/06/26 09:10:01
>
> Added files:
> usr.sbin/ypldap: Makefile buffer.c entries.c imsg.c ldapclient.c
>                 log.c parse.y yp.c ypldap.8 ypldap.c
>                 ypldap.conf.5 ypldap.h
>
> Log message:
> ypldap -- Intended to be a drop-in replacement for ypserv, gluing in a
> LDAP directory and thus providing support for users and groups stored in
> LDAP for the get{pw,gr}ent family of functions.
>
> As of now it relies on external LDAP libraries, choose the one of your
> liking though openldap would do fine. Not linked to the builds until
> some things are sorted out, having our own LDAP client code for
> instance, better support for group membership lookup as well.
>
> Remember to sync with the latest master.passwd and group files as well
> to have the _ypldap user available, which is needed.

Will this be extended to support maps other than passwd.* and group.*?
[

prev in list] [next in list] [prev in thread] [next in thread] List:       openbsd-cvsSubject:    CVS: cvs.openbsd.org: srcFrom:       Pierre-Yves Ritschard <pyr () cvs ! openbsd ! org>Date:       2008-06-26 15:10:02Message-ID: 200806261510.m5QFA2Aa007357 () cvs ! openbsd ! org[Download message RAW]
CVSROOT:        /cvs
Module name:    src
Changes by:     pyr@...     2008/06/26 09:10:01

Added files:
        usr.sbin/ypldap: Makefile buffer.c entries.c imsg.c ldapclient.c
                         log.c parse.y yp.c ypldap.8 ypldap.c
                         ypldap.conf.5 ypldap.h

Log message:
ypldap -- Intended to be a drop-in replacement for ypserv, gluing in a
LDAP directory and thus providing support for users and groups stored in
LDAP for the get{pw,gr}ent family of functions.

As of now it relies on external LDAP libraries, choose the one of your
liking though openldap would do fine. Not linked to the builds until
some things are sorted out, having our own LDAP client code for
instance, better support for group membership lookup as well.

Remember to sync with the latest master.passwd and group files as well
to have the _ypldap user available, which is needed.

``just get it in'' deraadt@
[prev in list] [next in list] [prev in thread] [next in thread]

Configure | About | News | Donate | Add a list | Sponsors: 10East, KoreLogic, Terra-International, Chakpak.com


Re: 'CVS: cvs.openbsd.org: src' - MARC

by Theo de Raadt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> > List:       openbsd-cvs
> > Subject:    CVS: cvs.openbsd.org: src
> > From:       Pierre-Yves Ritschard <pyr () cvs ! openbsd ! org>
> > Date:       2008-06-26 15:10:02
> > Message-ID: 200806261510.m5QFA2Aa007357 () cvs ! openbsd ! org
> > [Download message RAW]
> >
> > CVSROOT: /cvs
> > Module name: src
> > Changes by: pyr@... 2008/06/26 09:10:01
> >
> > Added files:
> > usr.sbin/ypldap: Makefile buffer.c entries.c imsg.c ldapclient.c
> >                 log.c parse.y yp.c ypldap.8 ypldap.c
> >                 ypldap.conf.5 ypldap.h
> >
> > Log message:
> > ypldap -- Intended to be a drop-in replacement for ypserv, gluing in a
> > LDAP directory and thus providing support for users and groups stored in
> > LDAP for the get{pw,gr}ent family of functions.
> >
> > As of now it relies on external LDAP libraries, choose the one of your
> > liking though openldap would do fine. Not linked to the builds until
> > some things are sorted out, having our own LDAP client code for
> > instance, better support for group membership lookup as well.
> >
> > Remember to sync with the latest master.passwd and group files as well
> > to have the _ypldap user available, which is needed.
>
> Will this be extended to support maps other than passwd.* and group.*?

It will also be extended to support netid.byname, but that is probably
where support will end.  Any other maps beyond that are kind of silly.
This is a solution to NSS, not "I need to know something really
obvious, so please block my program until the network responds".