En réponse à mzdan <[EMAIL PROTECTED]>:

monitor ldap.monitor -basedn="<base>" -filter="<test>" -attribute="<attr>" 
-value="<value>" [-verbose]

Where :
<base> is the base DN for the search (eg dc=test,dc=com)
<test> is the filter to look for entrie(s) (eg uid=demo)
<attr> is the attribute fo look for in the entrie(s) (eg mail)
<value> is the value of the attribute <attr> find in the entrie(s) (eg [EMAIL PROTECTED])

The monitor will connect to the LDAP server in anonymous mode and perform a search on 
the <base> with the filter <test>. It will look in the result to find for the 
attribute <attr> and compare the value given with <value>. A minimum of one entrie 
must be found, and all entries returned must match the test.

-verbose will log all actions performed.

Regards


> Hello,
> 
> Have an example of use of monitor LDAP?
> 
> Cordially,
> 
>  MZ.
> 
> _______________________________________________
> mon mailing list
> [EMAIL PROTECTED]
> http://linux.kernel.org/mailman/listinfo/mon
> 



-- 
Luc Capronnier
_______________________________________________
mon mailing list
[EMAIL PROTECTED]
http://linux.kernel.org/mailman/listinfo/mon

Reply via email to