Total Pageviews

Thursday, September 11, 2014

checking OID version information ldapsearch



user below command to find out OID version information

ldapsearch -h <OID_host> -p <OID_port> -D "cn=orcladmin" -w <password> -b "" -s base "objectclass=*" orcldirectoryversion 




make sure after -b there are double codes twice without any space


result should looks like(or whatever is your version)



version: 1
dn:
orcldirectoryversion: OID 10.1.4.3.0

 

 

No comments:

Post a Comment