Issue 6884 - contrib: password syntax checking overlay
Summary: contrib: password syntax checking overlay
Status: VERIFIED WONTFIX
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: contrib (show other issues)
Version: 2.4.24
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-29 21:11 UTC by Mathieu
Modified: 2021-07-07 16:01 UTC (History)
0 users

See Also:


Attachments
mathieu-baeumler-2011-03-29.tgz (12.11 KB, application/x-compressed)
2020-03-20 01:20 UTC, Quanah Gibson-Mount
Details
matheiu-baeumler-2011-04-06.patch (57.72 KB, patch)
2020-03-20 02:21 UTC, Quanah Gibson-Mount
Details

Note You need to log in before you can comment on or make changes to this issue.
Description Mathieu 2011-03-29 21:11:40 UTC
Full_Name: Mathieu Baeumler
Version: 2.4.24
OS: Debian GNU/Linux
URL: ftp://ftp.openldap.org/incoming/mathieu-baeumler-110329.tgz
Submission from: (NULL) (94.252.66.219)


Hello,

Please find a new overlay that enforces syntactic constraints on passwords. This
overlay can also be used in conjunction with the ppolicy overlay, as it
implements the check_password function.

See the man page (slapo-pwdconstraint.5) for details on how to use it.

Regards,

Mathieu Baeumler

/*
 * Copyright 2011 Mathieu Baeumler, Dimension Data. All rights reserved.
 *
 * OIDs under 1.3.6.1.4.1.10076 courtesy of European Commission.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted only as authorized by the OpenLDAP
 * Public License.
 *
 * A copy of this license is available in the file LICENSE in the
 * top-level directory of the distribution or, alternatively, at
 * <http://www.OpenLDAP.org/license.html>.
 */
Comment 1 Kurt Zeilenga 2011-03-29 22:43:45 UTC
On Mar 29, 2011, at 2:11 PM, mathieu.baeumler@gmail.com wrote:

> Full_Name: Mathieu Baeumler
> Version: 2.4.24
> OS: Debian GNU/Linux
> URL: ftp://ftp.openldap.org/incoming/mathieu-baeumler-110329.tgz
> Submission from: (NULL) (94.252.66.219)
> 
> 
> Hello,
> 
> Please find a new overlay that enforces syntactic constraints on passwords. This
> overlay can also be used in conjunction with the ppolicy overlay, as it
> implements the check_password function.
> 
> See the man page (slapo-pwdconstraint.5) for details on how to use it.
> 
> Regards,
> 
> Mathieu Baeumler
> 
> /*
> * Copyright 2011 Mathieu Baeumler, Dimension Data. All rights reserved.
> *
> * OIDs under 1.3.6.1.4.1.10076 courtesy of European Commission.

This doesn't seem like text appropriately placed in a copyright notice.

> *
> * Redistribution and use in source and binary forms, with or without
> * modification, are permitted only as authorized by the OpenLDAP
> * Public License.
> *
> * A copy of this license is available in the file LICENSE in the
> * top-level directory of the distribution or, alternatively, at
> * <http://www.OpenLDAP.org/license.html>.
> */

Your submission lacks a notice of origin.   Please review http://www.openldap.org/devel/contributing.html

Please also note that git-format-patch(1) format submissions are now preferred.

-- Kurt

Comment 2 Mathieu 2011-04-06 20:23:07 UTC
On Wed, Mar 30, 2011 at 12:43 AM, Kurt Zeilenga <Kurt@openldap.org> wrote:
> Your submission lacks a notice of origin.   Please review http://www.openldap.org/devel/contributing.html
>
> Please also note that git-format-patch(1) format submissions are now preferred.

ok, I'm trying again, sorry I didn't catch the change to git...

I've uploaded the patch created using git-format-patch in:
incoming/mathieu-baeumler-110406.patch

Here is the updated notice of origin followed by rights statement,
included in every files contained in the patch:

The attached patch file is derived from OpenLDAP Software.
All of the modifications to OpenLDAP Software represented in the following
patch were developed by Mathieu Baeumler <mathieu.baeumler@gmail.com>.
I have not assigned rights and/or interest in this work to any party.

Redistribution and use in source and binary forms, with or without
modification, are permitted only as authorized by the OpenLDAP Public License.

A copy of this license is available in the file LICENSE in the top-level
directory of the distribution or, alternatively, at
<http://www.OpenLDAP.org/license.html>.



Hope it's correct now.

--
Mathieu

Comment 3 Quanah Gibson-Mount 2017-04-08 00:07:35 UTC
moved from Incoming to Contrib
Comment 4 Quanah Gibson-Mount 2020-03-20 01:20:45 UTC
Created attachment 619 [details]
mathieu-baeumler-2011-03-29.tgz

From FTP server
Comment 5 Quanah Gibson-Mount 2020-03-20 02:21:12 UTC
Created attachment 620 [details]
matheiu-baeumler-2011-04-06.patch
Comment 6 Quanah Gibson-Mount 2021-07-07 16:01:26 UTC
PPM is now included with OpenLDAP 2.5 and later, has this functionality plus other functions.