[389-devel] Please review: [Bug 681015] RFE: allow fine grained password policy duration attributes in days, hours, minutes, as well

2011-03-01 Thread Noriko Hosoi
https://bugzilla.redhat.com/show_bug.cgi?id=681015

https://bugzilla.redhat.com/attachment.cgi?id=481753&action=diff
https://bugzilla.redhat.com/attachment.cgi?id=481753&action=edit

Description: Adding an ability to handle ##D|d, ##H|h, ##M|m, ##S|s
format to the fine grained password policy duration attributes:
   passwordMinAge, passwordMaxAge, passwordWarning,
   passwordLockoutDuration
Valid value for these duraton parameters are
   . duration in seconds with no extension
   . duration in days, hours, minutes, and seconds with extesion
 D|d, H|h, M|m, and S|s, respectively.
The value should be less than MAX_ALLOWED_TIME_IN_SECS - current_time.

--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel


[389-devel] Please review: [Bug 681015] RFE: allow fine grained password policy duration attributes in days, hours, minutes, as well

2011-03-21 Thread Noriko Hosoi
https://bugzilla.redhat.com/show_bug.cgi?id=681015

https://bugzilla.redhat.com/attachment.cgi?id=486705&action=diff
https://bugzilla.redhat.com/attachment.cgi?id=486705&action=edit

Description: passwordLockoutDuration attribute is not working
with the fine grain password policy.  The code to parse the
value of passwordLockoutDuration was missing.  This patch
adds it.



--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel