Skip to content
forked from gbtyy/pqchecker

Allows to check passwords content quality for OpenLDAP. Allows to broadcast the modified passwords. Allows to read and modify the passwords content quality settings, programmatically.

Notifications You must be signed in to change notification settings

suretec/pqchecker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password strength checker for OpenLDAP password policy overlay

Allows to control the passwords quality (passwords strength) before storing them into the OpenLDAP directory server.
If the password matches configured settings, it's accepted. Otherwise, it's rejected.
The controlled parameters are:

  • Number of required uppercase characters.
  • Number of required lowercase characters.
  • Number of required special characters.
  • Number of required digits.
  • List of forbidden characters.

The password strength settings are stored into a configuration text file who may be modified by a system administrator. But pqChecker allows reading and modifying these settings, programmatically. It allows, also, broadcasting the modified passwords, in real time, to another systems who use it (database system, mails server..). Broadcasting new / modified passwords may be activated / deacivated throug configuration settings and require uses of pqMessenger middleware when activated. see the pqmessenger project for further details.

pqChecker is part of a system composed by two independents modules
1. Checking passwords module: pqchecker.so (this project)

Native shared library for POSIX compliant systems. Checks modified passwords, before storing them into directory.

2. Communicating with JMS compliant server: pqmessenger.jar

Java daemon:

  • Allows reading and modifying passwords quality settings programmatically.
  • Allows broadcasting the modified passwords in real time.

alt tag

For further details visit http://www.meddeb.net/pqchecker

About

Allows to check passwords content quality for OpenLDAP. Allows to broadcast the modified passwords. Allows to read and modify the passwords content quality settings, programmatically.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 100.0%