Menu

Tree [16a6da] master /
 History

HTTPS access


File Date Author Commit
 src 2014-03-16 Abdelhamid MEDDEB Abdelhamid MEDDEB [16a6da] Version 1.0.0 stable
 INSTALL 2014-03-16 Abdelhamid MEDDEB Abdelhamid MEDDEB [16a6da] Version 1.0.0 stable
 INSTALL.fr 2014-03-16 Abdelhamid MEDDEB Abdelhamid MEDDEB [16a6da] Version 1.0.0 stable
 LICENSE 2014-02-05 Abdelhamid MEDDEB Abdelhamid MEDDEB [15263e] Add licenses files
 LICENSE.fr 2014-02-13 Abdelhamid MEDDEB Abdelhamid MEDDEB [df4d67] Add params data file, update INSTALL
 Makefile.am 2014-02-15 Abdelhamid MEDDEB Abdelhamid MEDDEB [43859e] Last update for 0.2 alpha version
 Makefile.in 2014-02-15 Abdelhamid MEDDEB Abdelhamid MEDDEB [43859e] Last update for 0.2 alpha version
 README 2014-03-16 Abdelhamid MEDDEB Abdelhamid MEDDEB [16a6da] Version 1.0.0 stable
 README.fr 2014-03-16 Abdelhamid MEDDEB Abdelhamid MEDDEB [16a6da] Version 1.0.0 stable
 aclocal.m4 2014-02-09 Abdelhamid MEDDEB Abdelhamid MEDDEB [8122d3] Add config files for autotools
 config.guess 2014-02-09 Abdelhamid MEDDEB Abdelhamid MEDDEB [845895] add config.guess script
 config.h.in 2014-02-11 Abdelhamid MEDDEB Abdelhamid MEDDEB [89a033] add install, update configure
 config.sub 2014-02-09 Abdelhamid MEDDEB Abdelhamid MEDDEB [2d5ffe] add config.sub script
 configure 2014-03-16 Abdelhamid MEDDEB Abdelhamid MEDDEB [16a6da] Version 1.0.0 stable
 configure.ac 2014-03-16 Abdelhamid MEDDEB Abdelhamid MEDDEB [16a6da] Version 1.0.0 stable
 install-sh 2014-02-09 Abdelhamid MEDDEB Abdelhamid MEDDEB [a14261] add install.sh script
 ppinspect.man 2014-03-09 Abdelhamid MEDDEB Abdelhamid MEDDEB [43365f] Update v0.5
 ppparams.dat 2014-02-17 Abdelhamid MEDDEB Abdelhamid MEDDEB [93b081] v0.3 alpha

Read Me

---------------------------
ppInspect.so shared library 
1.0.0 
---------------------------

ppInspect is a plug-in for OpenLDAP directory server with ppolicy overlay.
It allows to control the quality of the password before storing it in the 
dedicated directory attribute. If the password mets configured parameters, 
it is accepted. It is rejected otherwise.

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.

Also, ppInspect allows easy parameters management, by providing two functions 
for consultation and modification:

 bool set_params(char *params, char *fmt);
 bool get_params(char *params, char *fmt);

-------------
Where to find 
-------------
http://www.meddeb.net/download
https://sourcesup.renater.fr/frs/?group_id=1347

-------------------
System requirements
-------------------
POSIX-compliant operating system (any modern version of BSD, Linux or Unix should work)
OpenLDAP with ppolicy overlay must be installed on the system.

--------------------
Building the release
--------------------
Please refer to installation guide in the 'INSTALL' file.

---------
Copyright
---------
(c) 2014, Abdelhamid MEDDEB (abdelhamid@meddeb.net)
ppInspect is distributed under GNU GPL v3+.
Please refer to 'LICENSE' file for more informations.

--------
Web site
--------
http://www.meddeb.net/ppinspect

-----------
Bug reports
-----------
abdelhamid@meddeb.net
https://sourcesup.renater.fr/forum/forum.php?forum_id=3501
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.