Thursday, February 4, 2016

How to check or get the oid version

How to check or get the Oracle Internet Directory server version

To confirm the OID version use the following command:
 > ldapsearch -h <OID host> -p <OID port> -s base -b "" "(objectclass=*)" "orcldirectoryversion"

To confirm the versions of the installed schemas:
  > ldapsearch -h <OID host> -p <OID port> -D "cn=orcladmin" -w <OID superuser password>               -L -s sub -b "cn=OracleSchemaVersion" "(objectclass=*)" "*"

To check the version of the OID binaries:
 > oidldapd -version

No comments:

Post a Comment