|
@@ -397,12 +397,12 @@ Setting_Description_helpdesk.enable=Enable this option to enable the Help Desk m
|
|
|
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 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.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 Attributes.<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.idleTimeout=Specify the number of seconds after which @PwmAppName@ unauthenticates an authenticated session. @PwmAppName@ sets the session idle timeout to this value after a user successfully accesses the Help Desk module.
|
|
|
Setting_Description_helpdesk.otp.verify=Enable this option to enable the OTP Verification.
|
|
|
Setting_Description_helpdesk.profile.list=List of LDAP Help Desk profiles. In most cases, you only need a single profile. Only define multiple profiles if different Help Desk users need different features and permissions. Each Help Desk profile has a <b>Help Desk Profile Match</b> setting used to define to whom the profile applies. If multiple profiles apply for a user, @PwmAppName@ assigns the first profile defined in the list.
|
|
|
-Setting_Description_helpdesk.queryMatch=Specify the LDAP filter that defines the set of users for this policy.
|
|
|
+Setting_Description_helpdesk.queryMatch=Specify the users that this help desk profile definition will apply to.
|
|
|
Setting_Description_helpdesk.result.form=Add the fields @PwmAppName@ shows as a result of help desk searches.
|
|
|
Setting_Description_helpdesk.result.limit=Specify a limit of the results of help desk searches.
|
|
|
Setting_Description_helpdesk.searchBase=Specify one or more LDAP search bases. If empty, @PwmAppName@ uses the default LDAP search base.
|