Skip to content

Commit 4b54ac9

Browse files
committed
readme and setting help updates
1 parent bb1c57b commit 4b54ac9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Official project page is at [https://github.com/pwm-project/pwm/](https://github
4646
* Microsoft Active Directory
4747
* OpenLDAP
4848

49-
[NetIQ SSPR](https://www.netiq.com/products/self-service-password-reset/) is a commercial, supported self service password reset product based on PWM.
49+
[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.
5050

5151
# Build Information
5252

@@ -71,6 +71,7 @@ A docker image is created in `docker/target` as jib-image.tar. You can import t
7171
`docker load --input=jib-image.tar`
7272

7373
Create docker container and run using:
74+
7475
`docker run -d --name <container name> -p 8443:8443 pwm/pwm-webapp`
7576

7677
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

server/src/main/resources/password/pwm/i18n/PwmSetting.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,12 +397,12 @@ Setting_Description_helpdesk.enable=Enable this option to enable the Help Desk m
397397
Setting_Description_helpdesk.enablePhotos=Enable photos in helpdesk search screen
398398
Setting_Description_helpdesk.enableUnlock=Enable this option to enable the Help Desk module users to unlock an LDAP intruder locked account.
399399
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.
400-
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>
400+
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>
401401
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.
402402
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.
403403
Setting_Description_helpdesk.otp.verify=Enable this option to enable the OTP Verification.
404404
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.
405-
Setting_Description_helpdesk.queryMatch=Specify the LDAP filter that defines the set of users for this policy.
405+
Setting_Description_helpdesk.queryMatch=Specify the users that this help desk profile definition will apply to.
406406
Setting_Description_helpdesk.result.form=Add the fields @PwmAppName@ shows as a result of help desk searches.
407407
Setting_Description_helpdesk.result.limit=Specify a limit of the results of help desk searches.
408408
Setting_Description_helpdesk.searchBase=Specify one or more LDAP search bases. If empty, @PwmAppName@ uses the default LDAP search base.

0 commit comments

Comments
 (0)