1CERTFIND(L) CERTFIND(L)
2
3
4
6 certfind - find an entry based on a certificate
7
9 certfind [ options ] [ certificatefile ]
10
12 -hhostname
13 connect to server hostname.
14
15 -pport use port port instead of the usual LDAP port 389.
16
17 -s use the subject distinguished name of the certificate and its
18 issuer to search for the entry. -n use the serial number of the
19 certificate and its issuer to search for the entry.
20
21 -d increase debug level.
22
23 -Dtargetdn
24 add all the attributes specified to the entry with distinguished
25 name targetdn.
26
27 -bbinddn
28 bind as user binddn to the directory.
29
30 -wpassword
31 use password to bind to the directory.
32
33
35 Certfind searches the directory for a node either having a userCertifi‐
36 cate attribute with the given certificate as its value, or having an
37 issuerDN attribute with the DN of the certificate issuer, and either a
38 subjectDN or a serialNumber attribute with the corresponding values
39 from the certificate. The certificate is either specified as a cer‐
40 tificatefilename argument on the command line or read from standard
41 input.
42
43
45 cert2ldap(1)
46
47
49 Andreas F. Mueller <andreas.mueller@othello.ch>
50
51
52
53
54MOD_AUTHZ_LDAP 11/02/01 CERTFIND(L)