Changes

Jump to: navigation, search

stoney cloud: Notification Architecture

340 bytes added, 08:31, 20 June 2014
/* How to use the Notification.pm module */
product_uid => $uid,
);
</source>
* Tell the notification module to connect to the LDAP backend
<source lang="perl">
# Connect to the backend
$notification->connectToBackend( $ldap_server,
$ldap_port,
$ldap_bind_dn,
$ldap_bind_pw,
);
</source>
486
edits