Xymon Mailing List Archive search

ldap test without binary output

list Torben Aagaard
Tue, 25 Oct 2005 10:17:52 +0200
Message-Id: <user-ec70db6a63eb@xymon.invalid>

Hi Henrik
 Trivial :)
 My old script fetched the whole CRL and ran some tests on it - but this is
sufficient for the time being.
 Thanks a lot !
 /Torben
 On 10/24/05, Henrik Stoerner <user-ce4a2c883f75@xymon.invalid> wrote:

It should be possible to display just a single printable attribute,
e.g. the "cn" attribute. The syntax for the ldap requests is

ldap://hostport/dn[?attrs[?scope[?filter[?exts]]]]

So if you put "cn" for the "attrs" section of the URL, it should
report only the common-name attribute, which normally is printable
characters only.