CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2012/04/30 15:40:03
Modified files: usr.sbin/ypldap: aldap.c aldap.h ldapclient.c Log message: Use paged searches so we can handle larger directories. Servers that don't understand paging, such as ldapd(8), ignore it and return a single set of results as before. from Jim Smith, some tweaks and fixes by me, ok dlg@