Bug 181570
| Summary: | UI for password syntax enhancements needs to be created | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] 389 | Reporter: | Nathan Kinder <nkinder> | ||||||||
| Component: | Directory Console | Assignee: | Nathan Kinder <nkinder> | ||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Viktor Ashirov <vashirov> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| Version: | 1.0 | CC: | amsharma | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | All | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | 1.0.2 | ||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2015-12-07 16:51:59 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 183369 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Nathan Kinder
2006-02-14 22:32:58 UTC
Created attachment 124650 [details]
CVS Diffs
Created attachment 124653 [details]
Screenshot of new UI
Created attachment 124698 [details]
Revised Diffs
This revised set of diffs fixes an issue where the default values when setting
up a per-user or per-subtree password policy were all showing up as 0. This
was due to DSEntrySet overwriting the default component values with a null
string if the passwordPolicy LDAP entry did not exist.
Checked into directoryconsole (HEAD). Reviewed by Rich and Noriko. Checking in dirserv.properties; /cvs/dirsec/directoryconsole/src/com/netscape/admin/dirserv/dirserv.properties,v <-- dirserv.properties new revision: 1.3; previous revision: 1.2 done Checking in panel/DSEntrySet.java; /cvs/dirsec/directoryconsole/src/com/netscape/admin/dirserv/panel/DSEntrySet.java,v <-- DSEntrySet.java new revision: 1.2; previous revision: 1.1 done Checking in panel/PasswordPolicyPanel.java; /cvs/dirsec/directoryconsole/src/com/netscape/admin/dirserv/panel/PasswordPolicyPanel.java,v <-- PasswordPolicyPanel.java new revision: 1.2; previous revision: 1.1 done VERIFIED the DS Console for pwd policy. |