document how a certificate may hold multiple groups

This commit is contained in:
Nikos Mavrogiannopoulos
2016-07-04 10:48:54 +02:00
parent b4d04878a6
commit 7254f3b2e7
2 changed files with 6 additions and 4 deletions

View File

@@ -220,8 +220,9 @@ try-mtu-discovery = false
cert-user-oid = 0.9.2342.19200300.100.1.1
# The object identifier that will be used to read the user group in the
# client certificate. The object identifier should be part of the certificate's
# DN. Useful OIDs are:
# client certificate. The object identifier should be part of the certificate's
# DN. If the user may belong to multiple groups, then use multiple such fields
# in the certificate's DN. Useful OIDs are:
# OU (organizational unit) = 2.5.4.11
#cert-group-oid = 2.5.4.11

View File

@@ -324,8 +324,9 @@ try-mtu-discovery = false
#cert-user-oid = 0.9.2342.19200300.100.1.1
# The object identifier that will be used to read the user group in the
# client certificate. The object identifier should be part of the certificate's
# DN. Useful OIDs are:
# client certificate. The object identifier should be part of the certificate's
# DN. If the user may belong to multiple groups, then use multiple such fields
# in the certificate's DN. Useful OIDs are:
# OU (organizational unit) = 2.5.4.11
#cert-group-oid = 2.5.4.11