mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 09:59:06 +01:00
Doc : Add LSobject filter parameter example
This commit is contained in:
parent
d6e1257ed8
commit
cc2bc8462b
1 changed files with 11 additions and 9 deletions
|
@ -24,6 +24,8 @@
|
|||
'objetclass2',
|
||||
...
|
||||
),
|
||||
'filter' => '[filtre LDAP]',
|
||||
|
||||
'rdn' => 'attr1',
|
||||
|
||||
'LSaddons' => [LSaddon(s)],
|
||||
|
@ -88,6 +90,15 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>filter</term>
|
||||
<listitem>
|
||||
<simpara>Filtre de recherche LDAP applicable à tout les objets de ce type et
|
||||
qui sera utilisé lors de chaque recherche de ce type d'objet.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>rdn</term>
|
||||
<listitem>
|
||||
|
@ -252,15 +263,6 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>filter</term>
|
||||
<listitem>
|
||||
<simpara>Filtre de recherche LDAP applicable à tout les objets de ce type et
|
||||
qui sera utilisé lors de chaque recherche de ce type d'objet.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>attrs</term>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue