Using the command line
Issue the command provided here to perform the same operations using the command line.
About this task
idsldapmodify -D <adminDN> -w <adminPW> -i <filename>where <filename>
contains:dn: cn=Event Notification,cn=Configuration
changetype: modify
replace: ibm-slapdEnableEventNotification
ibm-slapdEnableEventNotification:TRUE
-
replace: ibm-slapdMaxEventsPerConnection
ibm-slapdMaxEventsPerConnection:100
-
replace: ibm-slapdMaxEventsTotal
ibm-slapdMaxEventsTotal:0 If you have enabled event notification, you must restart the server for the changes to take effect. If you were modifying only the settings, the server does not need to be restarted.
To update the settings dynamically, issue
the following idsldapexop command:
idsldapexop -D <adminDN> -w<adminPW> -op readconfig -scope entireThe idsldapexop command updates only those attributes that are dynamic. For other changes to take effect you must stop and restart the server. See Dynamically-changed attributes for a list of the attributes that can be updated dynamically.