[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Frustrated LDAP beginner



>{to list entire remote database}
>ldapsearch -h 10.0.25.1 -p 389  -C -x -s sub -b ""
>{to list all CNs in entire remote database }
>ldapsearch -h 10.0.25.1 -p 389  -C -x -s sub -b "" cn

Actually niether of these will probably list all the objects in the database 
due to size limits, and possibly access controls.  The only way to get a 
picture of the entire Dit is with slapcat.