#1103 pwpolicy-mod returns incomplete attribute level rights
Closed: Fixed None Opened 13 years ago by edewata.

The cospriority is missing from the attributelevelrights returned by pwpolicy-mod.

# ipa pwpolicy-mod testgroup --priority=5 --all --rights
  Group: testgroup
  Priority: 5
  attributelevelrights: {
    'krbminpwdlife': u'rscwo',
    'krbpwdhistorylength': u'rscwo',
    'objectclass': u'rscwo',
    'aci': u'rscwo',
    'krbpwdminlength': u'rscwo',
    'krbpwdlockoutduration': u'rscwo',
    'krbpwdmaxfailure': u'rscwo',
    'krbpwdfailurecountinterval': u'rscwo',
    'krbmaxpwdlife': u'rscwo',
    'krbpwdmindiffchars': u'rscwo',
    'nsaccountlock': u'rscwo',
    'cn': u'rscwo'
  }
  objectclass: top, nscontainer, krbpwdpolicy

This causes the Web UI to incorrectly display the priority field as read-only after update. Reloading the page will turn the priority field back to writable.


Metadata Update from @edewata:
- Issue assigned to mkosek
- Issue set to the milestone: FreeIPA 2.1 - 2011/08 (Final)

7 years ago

Login to comment on this ticket.

Metadata