Bladeren bron

readme and setting help updates

Jason Rivard 6 jaren geleden
bovenliggende
commit
4b54ac9c98
2 gewijzigde bestanden met toevoegingen van 4 en 3 verwijderingen
  1. 2 1
      README.md
  2. 2 2
      server/src/main/resources/password/pwm/i18n/PwmSetting.properties

+ 2 - 1
README.md

@@ -46,7 +46,7 @@ Official project page is at [https://github.com/pwm-project/pwm/](https://github
   * Microsoft Active Directory
   * OpenLDAP
 
-[NetIQ SSPR](https://www.netiq.com/products/self-service-password-reset/) is a commercial, supported self service password reset product based on PWM.
+[NetIQ Self Service Password Reset](https://www.microfocus.com/en-us/products/netiq-self-service-password-reset/overview) is a commercial, supported self service password reset product based on PWM.
 
 # Build Information
 
@@ -71,6 +71,7 @@ A docker image is created in `docker/target` as jib-image.tar.  You can import t
 `docker load --input=jib-image.tar`
 
 Create docker container and run using:
+
 `docker run -d --name <container name> -p 8443:8443 pwm/pwm-webapp`
 
 This will expose the https port to 8443.  If you want the configuration to persist to you can also exposed configuration volume of `/config` using the docker `-v` option during the container

+ 2 - 2
server/src/main/resources/password/pwm/i18n/PwmSetting.properties

@@ -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.