##// END OF EJS Templates
ldap: addedn info about custom certificates option
marcink -
r1744:739db449 default
parent child Browse files
Show More
@@ -112,7 +112,9 b' class LdapSettingsSchema(AuthnPluginSett'
112 112 tls_reqcert = colander.SchemaNode(
113 113 colander.String(),
114 114 default=tls_reqcert_choices[0],
115 description=_('Require Cert over TLS?'),
115 description=_('Require Cert over TLS?. Self-signed and custom '
116 'certificates can be used when\n `RhodeCode Certificate` '
117 'found in admin > settings > system info page is extended.'),
116 118 title=_('Certificate Checks'),
117 119 validator=colander.OneOf(tls_reqcert_choices),
118 120 widget='select')
General Comments 0
You need to be logged in to leave comments. Login now