Skip Headers
Oracle® Identity Management Integration Guide
10g Release 2 (10.1.2)
B14085-02
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
Next
Next
 

11.4 Disabling and Deleting Change Subscription Objects

You can temporarily disable an existing change subscription object, or delete it altogether. This section contains these topics:

11.4.1 Disabling a Change Subscription Object

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
    

11.4.2 Deleting a Change Subscription Object

To delete a change subscription object, use ldapdelete. Enter the following command:

ldapdelete -h ldap_host -p ldap_port 
           "cn=my_change_subscription_object,cn=Subscriber Profile,
            cn=ChangeLog Subscriber,cn=Oracle Internet Directory"