1. Create a file “create_aduser_container.ldif” containing following lines:
dn: cn=adusers,cn=users,dc=corp, dc=mygrp, dc=com
cn: adusers
objectclass: top
objectclass: orclContainer
description: Container for Enterprise AD Users
2. On the IDM host, execute the following command after replacing the “-h” oidhost and “-p” oidport parameter:
$ORACLE_HOME/bin/ldapadd \
-c -v \
-h
-p
-D “cn=orcladmin” \
-w
-f create_aduser_container.ldif
With the above step you can see container adusers in OID.
to be continue .......
No comments:
Post a Comment