|
Oracle® Identity Management Integration Guide
10g Release 2 (10.1.2) B14085-02 |
|
![]() Previous |
![]() Next |
You can temporarily disable an existing change subscription object, or delete it altogether. This section contains these topics:
If a change subscription object already exists for a third-party metadirectory solution, but you want to disable it temporarily, then set the orclSubscriberDisable attribute to 1. The following example uses an input file, mod.ldif, to disable a change subscription object.
Edit file mod.ldif:
dn: cn=my_change_subscription_object,cn=Subscriber Profile,
cn=ChangeLog Subscriber,cn=Oracle Internet Directory
changetype: modify
replace: orclSubscriberDisable
orclSubscriberDisable: 1
Modify the entry:
ldapmodify -h my_ldap_host -p 389 -v -f mod.ldif