Scroll to navigation

CERTFIND(L) CERTFIND(L)

NAME

certfind - find an entry based on a certificate

SYNOPSIS

certfind [ options ] [ certificatefile ]

OPTIONS

connect to server hostname.
use port port instead of the usual LDAP port 389.
use the subject distinguished name of the certificate and its issuer to search for the entry. -n use the serial number of the certificate and its issuer to search for the entry.
increase debug level.
add all the attributes specified to the entry with distinguished name targetdn.
bind as user binddn to the directory.
use password to bind to the directory.

DESCRIPTION

Certfind searches the directory for a node either having a userCertificate attribute with the given certificate as its value, or having an issuerDN attribute with the DN of the certificate issuer, and either a subjectDN or a serialNumber attribute with the corresponding values from the certificate. The certificate is either specified as a certificatefilename argument on the command line or read from standard input.

SEE ALSO

cert2ldap(1)

AUTHOR

Andreas F. Mueller <andreas.mueller@othello.ch>

11/02/01 MOD_AUTHZ_LDAP