[Pkg-openldap-devel] [openldap] 208/208: Add pwdMaxRecordedFailure to our ppolicy.schema

Ryan Tandy rtandy-guest at moszumanska.debian.org
Thu Dec 31 23:54:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

rtandy-guest pushed a commit to branch master
in repository openldap.

commit fcaf52a577fd1dcacb973ed43e0ab7da2aaef8e9
Author: Ryan Tandy <ryan at nardis.ca>
Date:   Thu Dec 31 14:28:35 2015 -0800

    Add pwdMaxRecordedFailure to our ppolicy.schema
---
 debian/changelog             |  2 ++
 debian/schema/ppolicy.schema | 12 ++++++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 15af66a..1a82afc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ openldap (2.4.43+dfsg-1) UNRELEASED; urgency=medium
     - Fixed ppolicy not unlocking policy entry after initialization failure 
       (ITS#7537) (Closes: #702414)
   * Drop ITS8240-remove-obsolete-assert.patch, included upstream.
+  * Update debian/schema/ppolicy.schema to add the pwdMaxRecordedFailure 
+    attribute.
 
  -- Ryan Tandy <ryan at nardis.ca>  Thu, 31 Dec 2015 14:08:53 -0800
 
diff --git a/debian/schema/ppolicy.schema b/debian/schema/ppolicy.schema
index 8720a22..3207658 100644
--- a/debian/schema/ppolicy.schema
+++ b/debian/schema/ppolicy.schema
@@ -135,11 +135,18 @@ attributetype ( 1.3.6.1.4.1.42.2.27.8.1.15
       SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
       SINGLE-VALUE )
 
+attributetype ( 1.3.6.1.4.1.42.2.27.8.1.30
+      NAME 'pwdMaxRecordedFailure'
+      EQUALITY integerMatch
+      ORDERING integerOrderingMatch
+      SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+      SINGLE-VALUE )
+
 attributetype ( 1.3.6.1.4.1.4754.1.99.1
      NAME 'pwdCheckModule'
      EQUALITY caseExactIA5Match
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-     DESC 'Loadable module that instantiates "check_password() function'
+     DESC 'Loadable module that instantiates check_password() function'
      SINGLE-VALUE )
 
 objectclass ( 1.3.6.1.4.1.4754.2.99.1
@@ -156,4 +163,5 @@ objectclass ( 1.3.6.1.4.1.42.2.27.8.2.1
       MAY ( pwdMinAge $ pwdMaxAge $ pwdInHistory $ pwdCheckQuality $
       pwdMinLength $ pwdExpireWarning $ pwdGraceAuthNLimit $ pwdLockout
       $ pwdLockoutDuration $ pwdMaxFailure $ pwdFailureCountInterval $
-      pwdMustChange $ pwdAllowUserChange $ pwdSafeModify ) )
+      pwdMustChange $ pwdAllowUserChange $ pwdSafeModify $
+      pwdMaxRecordedFailure ) )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openldap/openldap.git



More information about the Pkg-openldap-devel mailing list