mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
b0bdbeeef4
This is partly based on the SmartCard HowTo from: https://wiki.samba.org/index.php/Samba_AD_Smart_Card_Login Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Günther Deschner <gd@samba.org>
18 lines
342 B
INI
18 lines
342 B
INI
|
|
CRL_HTTP_BASE="http://www.example.com/crls"
|
|
CRL_SSH_BASE="www.example.com:/path/to/crls"
|
|
DNS_DOMAIN="example.com"
|
|
|
|
#CA_BITS="8192"
|
|
#DC_BITS="8192"
|
|
#USER_BITS="8192"
|
|
#CA_DAYS="3650"
|
|
#CRL_DAYS="30"
|
|
#DC_DAYS="730"
|
|
#USER_DAYS="730"
|
|
|
|
COUNTRY_NAME="US"
|
|
STATE_NAME="ExampleState"
|
|
LOCALITY_NAME="ExampleCity"
|
|
ORGANIZATION_NAME="ExampleOrganization"
|