CVSROOT: /cvs Module name: src Changes by: aschrij...@cvs.openbsd.org 2011/08/28 05:53:16
Modified files: etc : ypldap.conf usr.sbin/ypldap: entries.c ldapclient.c parse.y yp.c ypldap.8 ypldap.c ypldap.h Log message: Add support for the netid.byname YP map. This map is used by getgrouplist(3), which is used by (amongst other things) initgroups(3) to set the supplemantary groups on login. OK pyr@