Hello,
Is it possible to check the login user against a TLS client
certificate? The intention is to ensure that a certificate only
allows a login to the account mentioned in the certificate, or that
all access is denied if a login to a different account can not be
prevented.
Potential mechanisms like:
AllowUser %{env:TLS_CLIENT_S_DN_CN}
<IfUser %{env:TLS_CLIENT_S_DN_CN}>
don't seem to work. (Maybe because the evaluation takes place before
the TLS information is available?)
A similar question was asked more than two years ago:
http://forums.proftpd.org/smf/index.php/topic,1972.0.html It seems that at the time coding was required. Have there been any
developments since then that allow this functionality?
Regards and thanks,
Peter Wagemans