https://github.com/tomato42/not24get
Password checking module for OpenLDAP ppolicy module
https://github.com/tomato42/not24get
ldap ldap-authentication openldap password-check password-strength-meter
Last synced: about 2 months ago
JSON representation
Password checking module for OpenLDAP ppolicy module
- Host: GitHub
- URL: https://github.com/tomato42/not24get
- Owner: tomato42
- License: other
- Created: 2011-12-14T19:43:06.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T11:58:00.000Z (about 8 years ago)
- Last Synced: 2025-02-12T16:55:11.876Z (3 months ago)
- Topics: ldap, ldap-authentication, openldap, password-check, password-strength-meter
- Language: HTML
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
not24get is a module for password quality checking in OpenLDAP to be used
together with ppolicy.It implements the API needed for use as a pwdCheckModule object in ppolicy.
It also provides an executable that can be used as "check password script" in
Samba suite (not24get_check).This module will check quality of password based on similar rationale as
was shown in http://xkcd.com/936/, it's a wrapper around libpasswdqc, the
library that powers the pam_passwdqc module.As password composed of few random common words is easy to remember and safer
than most passwords that get through the regular 3 out of 4 types of character
sets rule, the default configuration requires fairly long passwords.