[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] ldap test without binary output
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] ldap test without binary output
- From: Torben Aagaard <torben.aagaard (at) gmail.com>
- Date: Tue, 25 Oct 2005 10:17:52 +0200
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=j7uRDLN81/Hwb44Z6kpUW8Eaenfj7fP7JdOspOqF9RQEhgLoNqaWckG+zjbQxLGgFaW30uWJ0I5i49VJZh7EAJrjjb8MIGM8NA6bJ0hPEXpL7v4/e89XlvrZZVBA6q2JBahDDnNICWJQQ1yWjgS9PblNOG4Rsuy2gGOjAXP9bks=
- References: <9ed86e300510240551t12206ca0ja94e4f7819e5f09d@mail.gmail.com> <20051024133701.GB13049@hswn.dk>
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.
>
>