(Added pending feature requests.) |
(Initial writeup for password quality check.) |
||
Line 2: | Line 2: | ||
{{Docs_beat_open}} | {{Docs_beat_open}} | ||
== Password Quality Checking == | |||
http://fedoraproject.org/wiki/Features/PasswordQualityChecking | Fedora now has a single configurable library, ''[https://fedorahosted.org/libpwquality libpwquality]'', for checking the quality of new passwords used for system accounts. The system wide password quality checks provided by this library are configured by modifying the <code>/etc/security/pwquality.conf</code> configuration file. | ||
Developers wishing to call this API from their applications will find the API described in the ''libpwquality'' devel package. A python wrapper, ''python-pwquality'', is also provided. | |||
<!-- http://fedoraproject.org/wiki/Features/PasswordQualityChecking --> | |||
== Accepted == | |||
https://fedoraproject.org/wiki/Features/SELinuxDenyPtrace | https://fedoraproject.org/wiki/Features/SELinuxDenyPtrace |
Revision as of 17:44, 30 January 2012
Password Quality Checking
Fedora now has a single configurable library, libpwquality, for checking the quality of new passwords used for system accounts. The system wide password quality checks provided by this library are configured by modifying the /etc/security/pwquality.conf
configuration file.
Developers wishing to call this API from their applications will find the API described in the libpwquality devel package. A python wrapper, python-pwquality, is also provided.
Accepted
https://fedoraproject.org/wiki/Features/SELinuxDenyPtrace
http://fedoraproject.org/wiki/Features/ServicesPrivateTmp
Pending: