Show More
@@ -112,7 +112,9 b' class LdapSettingsSchema(AuthnPluginSett' | |||||
112 | tls_reqcert = colander.SchemaNode( |
|
112 | tls_reqcert = colander.SchemaNode( | |
113 | colander.String(), |
|
113 | colander.String(), | |
114 | default=tls_reqcert_choices[0], |
|
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 | title=_('Certificate Checks'), |
|
118 | title=_('Certificate Checks'), | |
117 | validator=colander.OneOf(tls_reqcert_choices), |
|
119 | validator=colander.OneOf(tls_reqcert_choices), | |
118 | widget='select') |
|
120 | widget='select') |
General Comments 0
You need to be logged in to leave comments.
Login now