|
@@ -237,6 +237,7 @@ Setting_Description_audit.userEvent.toAddress=Specify one or more email addresse
|
|
Setting_Description_basicAuth.enable=Enables Basic Authentication.
|
|
Setting_Description_basicAuth.enable=Enables Basic Authentication.
|
|
Setting_Description_captcha.intruderAttemptTrigger=Specify a number of intruder attempts before @PwmAppName@ requires CAPTCHA. If set to 0, @PwmAppName@ ignores the intruder attempt count and it always requires CAPTCHA. @PwmAppName@ considers intruder attempts for the current session and for the source network address.<br/><br/>The recommended value for this setting is 0. Determined network attackers might be able to bypass the CAPTCHA verification altogether if you use this setting.
|
|
Setting_Description_captcha.intruderAttemptTrigger=Specify a number of intruder attempts before @PwmAppName@ requires CAPTCHA. If set to 0, @PwmAppName@ ignores the intruder attempt count and it always requires CAPTCHA. @PwmAppName@ considers intruder attempts for the current session and for the source network address.<br/><br/>The recommended value for this setting is 0. Determined network attackers might be able to bypass the CAPTCHA verification altogether if you use this setting.
|
|
Setting_Description_captcha.protectedPages=Select the pages @PwmAppName@ protects with CAPTCHA. @PwmAppName@ requires the CAPTCHA validation only once per session. Thus, after a user passes the CAPTCHA validation during a session, @PwmAppName@ does not force the user to pass the CAPTCHA again despite the user accessing a second module enabled here.
|
|
Setting_Description_captcha.protectedPages=Select the pages @PwmAppName@ protects with CAPTCHA. @PwmAppName@ requires the CAPTCHA validation only once per session. Thus, after a user passes the CAPTCHA validation during a session, @PwmAppName@ does not force the user to pass the CAPTCHA again despite the user accessing a second module enabled here.
|
|
|
|
+Setting_Description_captcha.recaptcha.mode=Select the reCaptcha mode to use.
|
|
Setting_Description_captcha.recaptcha.privateKey=Add a private reCAPTCHA key. If blank, @PwmAppName@ does not perform the CAPTCHA verification.
|
|
Setting_Description_captcha.recaptcha.privateKey=Add a private reCAPTCHA key. If blank, @PwmAppName@ does not perform the CAPTCHA verification.
|
|
Setting_Description_captcha.recaptcha.publicKey=Add a public reCAPTCHA key. If blank, @PwmAppName@ does not perform the CAPTCHA verification.
|
|
Setting_Description_captcha.recaptcha.publicKey=Add a public reCAPTCHA key. If blank, @PwmAppName@ does not perform the CAPTCHA verification.
|
|
Setting_Description_captcha.skip.cookie=Specify a known browser cookie value in a cookie named 'captcha-key'. This allows @PwmAppName@ to skip the CAPTCHA request if the value of the browser cookie is correct. @PwmAppName@ stores the cookie value in the browser after a successful CAPTCHA check.<br/><br/>If blank, then @PwmAppName@ does not store nor read the browser cookie. If set to 'INSTANCEID', then @PwmAppName@ uses the instanceID. If set to any other value, then @PwmAppName@ uses the literal value.
|
|
Setting_Description_captcha.skip.cookie=Specify a known browser cookie value in a cookie named 'captcha-key'. This allows @PwmAppName@ to skip the CAPTCHA request if the value of the browser cookie is correct. @PwmAppName@ stores the cookie value in the browser after a successful CAPTCHA check.<br/><br/>If blank, then @PwmAppName@ does not store nor read the browser cookie. If set to 'INSTANCEID', then @PwmAppName@ uses the instanceID. If set to any other value, then @PwmAppName@ uses the literal value.
|
|
@@ -393,7 +394,7 @@ Setting_Description_helpdesk.displayName=Specify the display name you use to ide
|
|
Setting_Description_helpdesk.displayName.cardLabels=Specify the display labels for the user panel in the Help Desk Search detail. You can use LDAP attribute value such as <code>@LDAP\:givenName@</code> macros.
|
|
Setting_Description_helpdesk.displayName.cardLabels=Specify the display labels for the user panel in the Help Desk Search detail. You can use LDAP attribute value such as <code>@LDAP\:givenName@</code> macros.
|
|
Setting_Description_helpdesk.enable=Enable this option to enable the Help Desk module.
|
|
Setting_Description_helpdesk.enable=Enable this option to enable the Help Desk module.
|
|
Setting_Description_helpdesk.enablePhotos=Enable photos in helpdesk search screen
|
|
Setting_Description_helpdesk.enablePhotos=Enable photos in helpdesk search screen
|
|
-Setting_Description_helpdesk.enableUnlock=Enable this option to enable the Help Desk module users to unlock an (intruder) locked account.
|
|
|
|
|
|
+Setting_Description_helpdesk.enableUnlock=Enable this option to enable the Help Desk module users to unlock an LDAP intruder locked account.
|
|
Setting_Description_helpdesk.enforcePasswordPolicy=Enable this option to require that the passwords set by Help Desk must meet the same password policy that normally constrains the user.
|
|
Setting_Description_helpdesk.enforcePasswordPolicy=Enable this option to require that the passwords set by Help Desk must meet the same password policy that normally constrains the user.
|
|
Setting_Description_helpdesk.filter=Specify the LDAP search filter to query the directory. Substitute <i>%USERNAME%</i> for user supplied user name. If not specified, @PwmAppName@ auto calculates a search filter based on the Help Desk Search Results.<p>Examples<ul><li>Edirectory\: <code>(&(objectClass\=Person)(|((cn\=*%USERNAME%*)(uid\=*%USERNAME%*)(givenName\=*%USERNAME%*)(sn\=*%USERNAME%*))))</code></li><li>Active Directory\: <code>(&(objectClass\=Person)(|((cn\=*%USERNAME%*)(uid\=*%USERNAME%*)(sAMAccountName\=*%USERNAME%*)(userprincipalname\=*%USERNAME%*)(givenName\=*%USERNAME%*)(sn\=*%USERNAME%*))))</code></li></ul>
|
|
Setting_Description_helpdesk.filter=Specify the LDAP search filter to query the directory. Substitute <i>%USERNAME%</i> for user supplied user name. If not specified, @PwmAppName@ auto calculates a search filter based on the Help Desk Search Results.<p>Examples<ul><li>Edirectory\: <code>(&(objectClass\=Person)(|((cn\=*%USERNAME%*)(uid\=*%USERNAME%*)(givenName\=*%USERNAME%*)(sn\=*%USERNAME%*))))</code></li><li>Active Directory\: <code>(&(objectClass\=Person)(|((cn\=*%USERNAME%*)(uid\=*%USERNAME%*)(sAMAccountName\=*%USERNAME%*)(userprincipalname\=*%USERNAME%*)(givenName\=*%USERNAME%*)(sn\=*%USERNAME%*))))</code></li></ul>
|
|
Setting_Description_helpdesk.forcePwExpiration=Enable this option to force the system to expire the password for the users when the help desk operator sets a user's password.
|
|
Setting_Description_helpdesk.forcePwExpiration=Enable this option to force the system to expire the password for the users when the help desk operator sets a user's password.
|
|
@@ -743,12 +744,13 @@ Setting_Label_audit.system.eventList=System Audit Event Types
|
|
Setting_Label_audit.user.eventList=User Audit Event Types
|
|
Setting_Label_audit.user.eventList=User Audit Event Types
|
|
Setting_Label_audit.userEvent.toAddress=User Audit Event Email Alerts
|
|
Setting_Label_audit.userEvent.toAddress=User Audit Event Email Alerts
|
|
Setting_Label_basicAuth.enable=Enable Basic Authentication
|
|
Setting_Label_basicAuth.enable=Enable Basic Authentication
|
|
-Setting_Label_captcha.intruderAttemptTrigger=Captcha Intruder Attempt Trigger
|
|
|
|
|
|
+Setting_Label_captcha.intruderAttemptTrigger=CAPTCHA Intruder Attempt Trigger
|
|
Setting_Label_captcha.protectedPages=CAPTCHA Protected Pages
|
|
Setting_Label_captcha.protectedPages=CAPTCHA Protected Pages
|
|
|
|
+Setting_Label_captcha.recaptcha.mode=reCAPTCHA Mode
|
|
Setting_Label_captcha.recaptcha.privateKey=reCAPTCHA Secret
|
|
Setting_Label_captcha.recaptcha.privateKey=reCAPTCHA Secret
|
|
Setting_Label_captcha.recaptcha.publicKey=reCAPTCHA Site Key
|
|
Setting_Label_captcha.recaptcha.publicKey=reCAPTCHA Site Key
|
|
-Setting_Label_captcha.skip.cookie=Captcha Skip Cookie
|
|
|
|
-Setting_Label_captcha.skip.param=Captcha Skip Parameter Value
|
|
|
|
|
|
+Setting_Label_captcha.skip.cookie=CAPTCHA Skip Cookie
|
|
|
|
+Setting_Label_captcha.skip.param=CAPTCHA Skip Parameter Value
|
|
Setting_Label_cas.clearPassUrl=CAS ClearPass URL
|
|
Setting_Label_cas.clearPassUrl=CAS ClearPass URL
|
|
Setting_Label_cas.clearPass.key=CAS ClearPass Encryption Key
|
|
Setting_Label_cas.clearPass.key=CAS ClearPass Encryption Key
|
|
Setting_Label_cas.clearPass.alg=CAS ClearPass Algorithm
|
|
Setting_Label_cas.clearPass.alg=CAS ClearPass Algorithm
|