Update notifications doc (#457)

This commit is contained in:
Clément Oudot 2013-10-22 16:31:19 +00:00
parent 3106100c5d
commit 13f5ddaa61

View File

@ -64,7 +64,9 @@ By default, notifications will be stored in the same database as configuration:
<ul>
<li class="level1"><div class="li"> if you use “File” system and your “dirName” is set to /usr/local/lemonldap-ng/conf/, the notifications will be stored in /usr/local/lemonldap-ng/notifications/</div>
</li>
<li class="level1"><div class="li"> if you use “<acronym title="Database Interface">DBI</acronym>” system, the notifications will be stored in the same database as configuration and in a table called “notifications”.</div>
<li class="level1"><div class="li"> if you use “CDBI” or “RDBI” system, the notifications will be stored in the same database as configuration and in a table called “notifications”.</div>
</li>
<li class="level1"><div class="li"> if you use “<acronym title="Lightweight Directory Access Protocol">LDAP</acronym>” system, the notifications will be stored in the same directory as configuration and in a branch called “notifications”.</div>
</li>
</ul>
@ -158,7 +160,36 @@ To summary available options:
</ul>
</div>
<!-- SECTION "Storage" [832-2818] -->
<h4><a name="ldap" id="ldap">LDAP</a></h4>
<div class="level4">
<p>
Parameters for <acronym title="Lightweight Directory Access Protocol">LDAP</acronym> backend are the same as <a href="../../documentation/1.3/ldapconfbackend.html" class="wikilink1" title="documentation:1.3:ldapconfbackend">LDAP configuration backend</a>.
</p>
<p>
<p><div class="noteimportant">You have to create the branch by yourself
</div></p>
</p>
<p>
To summary available options:
</p>
<ul>
<li class="level1"><div class="li"> <strong>ldapServer</strong>: <acronym title="Lightweight Directory Access Protocol">LDAP</acronym> <acronym title="Uniform Resource Locator">URL</acronym>.</div>
</li>
<li class="level1"><div class="li"> <strong>ldapBindDN</strong>: <acronym title="Lightweight Directory Access Protocol">LDAP</acronym> user.</div>
</li>
<li class="level1"><div class="li"> <strong>ldapBindPassword</strong>: <acronym title="Lightweight Directory Access Protocol">LDAP</acronym> password.</div>
</li>
<li class="level1"><div class="li"> <strong>ldapConfBase</strong>: Notifications branch <acronym title="Distinguished Name">DN</acronym>.</div>
</li>
</ul>
</div>
<!-- SECTION "Storage" [832-3326] -->
<h3><a name="wildcard" id="wildcard">Wildcard</a></h3>
<div class="level3">
@ -176,7 +207,7 @@ Then creating a notification for <code>alluserscustom</code> will display the no
</p>
</div>
<!-- SECTION "Wildcard" [2819-3288] -->
<!-- SECTION "Wildcard" [3327-3796] -->
<h3><a name="custom_xslt_file" id="custom_xslt_file">Custom XSLT file</a></h3>
<div class="level3">
@ -186,12 +217,12 @@ The transformation between notification <acronym title="Extensible Markup Langua
</p>
</div>
<!-- SECTION "Custom XSLT file" [3289-3761] -->
<!-- SECTION "Custom XSLT file" [3797-4269] -->
<h2><a name="using_notification_system" id="using_notification_system">Using notification system</a></h2>
<div class="level2">
</div>
<!-- SECTION "Using notification system" [3762-3800] -->
<!-- SECTION "Using notification system" [4270-4308] -->
<h3><a name="notification_format" id="notification_format">Notification format</a></h3>
<div class="level3">
@ -269,7 +300,7 @@ Example :
<span class="sc3"><span class="re1">&lt;/root<span class="re2">&gt;</span></span></span></pre>
</div>
<!-- SECTION "Notification format" [3801-5899] -->
<!-- SECTION "Notification format" [4309-6407] -->
<h3><a name="create_new_notifications_with_notifications_explorer" id="create_new_notifications_with_notifications_explorer">Create new notifications with notifications explorer</a></h3>
<div class="level3">
@ -291,7 +322,7 @@ When all is ok, click on <code>Create</code>.
</p>
</div>
<!-- SECTION "Create new notifications with notifications explorer" [5900-6245] -->
<!-- SECTION "Create new notifications with notifications explorer" [6408-6753] -->
<h3><a name="notifications_trough_soap" id="notifications_trough_soap">Notifications trough SOAP</a></h3>
<div class="level3">
@ -376,7 +407,7 @@ You can also delete some notifications with <acronym title="Simple Object Access
<span class="br0">&#125;</span></pre>
</div>
<!-- SECTION "Notifications trough SOAP" [6246-8142] -->
<!-- SECTION "Notifications trough SOAP" [6754-8650] -->
<h3><a name="test_notification" id="test_notification">Test notification</a></h3>
<div class="level3">
@ -394,4 +425,4 @@ Try also to create a global notification (to the uid “allusers”), and connec
</p>
</div>
<!-- SECTION "Test notification" [8143-] --></div><!-- closes <div class="dokuwiki export">-->
<!-- SECTION "Test notification" [8651-] --></div><!-- closes <div class="dokuwiki export">-->