25 Oct
2005
25 Oct
'05
8:17 a.m.
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 <henrik at hswn.dk> 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.