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

RE: Sendmail aliases and Novell LDAP



> 	ldapsearch -h 192.168.1.2 "o=col"    // col is the root

You need to do

ldapsearch -h 192.168.1.2 -b "o=col" "objectclass=*"

or somesuch.


-- Luke