mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-03-08 07:47:00 +08:00
Add support for oid 2.5.29.17 RFC822Name
This is needed to be able to retreive email from the Subject Alternative Name from the certificate. Signed-off-by: Johannes Sjøkvist <johannes@konsept-it.no> Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
committed by
Nikos Mavrogiannopoulos
parent
2f65c8c4e9
commit
ae2fd78580
@@ -226,7 +226,7 @@ try-mtu-discovery = false
|
||||
# The object identifier that will be used to read the user ID in the client
|
||||
# certificate. The object identifier should be part of the certificate's DN
|
||||
# Useful OIDs are:
|
||||
# CN = 2.5.4.3, UID = 0.9.2342.19200300.100.1.1
|
||||
# CN = 2.5.4.3, UID = 0.9.2342.19200300.100.1.1, SAN(rfc822name)
|
||||
cert-user-oid = 0.9.2342.19200300.100.1.1
|
||||
|
||||
# The object identifier that will be used to read the user group in the
|
||||
|
||||
Reference in New Issue
Block a user