A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.

The branch, master has been updated
       via  ba290f1c354d0a9451d62ac4c6834626a95e010b (commit)
       via  373e497b0e5bf0d9ad491a84682bf0879d3c9a62 (commit)
       via  16793977ffdaef1c9ca539e8c7bf84840cf63b55 (commit)
       via  419b9ad202420b40ba7f0762765cfb11ceecdfa7 (commit)
       via  8c10b0481a8ed60262938d3d4f43260b7783af8c (commit)
       via  c0ae078afd7201b503dfd1fc04bdb4dc85288137 (commit)
       via  9ce2d2f9d2045f007dcbec535c5fec14d4638c34 (commit)
       via  f60e41bc149196c3f566605407fbce14247d3a78 (commit)
       via  79728709e975e423df80ef90282f4d17812dbc9d (commit)
       via  4bc54d104a9563d35f3d5fc2e69fe7afea36a9d2 (commit)
       via  2b007d01dbd924cf11f88c2f8dbba26b5ba8b593 (commit)
       via  44191183be6a1e323eec6708fc8acfb9160d8188 (commit)
       via  254b62b8037118d78c8f8901b9ca4504e1a5f0f3 (commit)
      from  a2be9ff4913341ac82e2389dc2d1bbb2c9c5ac44 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ba290f1c354d0a9451d62ac4c6834626a95e010b
Author: Ondřej Kuzník <on...@mistotebe.net>
Date:   Mon Oct 28 12:14:03 2019 +0000

    ITS#9156 Document ppolicy changes

commit 373e497b0e5bf0d9ad491a84682bf0879d3c9a62
Author: Ondřej Kuzník <on...@mistotebe.net>
Date:   Thu Oct 24 14:14:05 2019 +0100

    ITS#9156 Add some ppolicy v10 tests

commit 16793977ffdaef1c9ca539e8c7bf84840cf63b55
Author: Ondřej Kuzník <on...@mistotebe.net>
Date:   Thu Oct 24 14:11:59 2019 +0100

    ITS#9156 Add pwdCheckModuleArg to ppolicy

commit 419b9ad202420b40ba7f0762765cfb11ceecdfa7
Author: Ondřej Kuzník <on...@mistotebe.net>
Date:   Thu Oct 24 14:09:56 2019 +0100

    ITS#9156 Implement pwdMaxIdle

commit 8c10b0481a8ed60262938d3d4f43260b7783af8c
Author: Ondřej Kuzník <on...@mistotebe.net>
Date:   Thu Oct 24 14:07:23 2019 +0100

    ITS#9156 Implement pwdMinDelay and pwdMaxDelay

commit c0ae078afd7201b503dfd1fc04bdb4dc85288137
Author: Ondřej Kuzník <on...@mistotebe.net>
Date:   Thu Oct 24 14:04:35 2019 +0100

    ITS#9156 Implement pwdStartTime and pwdEndTime

commit 9ce2d2f9d2045f007dcbec535c5fec14d4638c34
Author: Ondřej Kuzník <on...@mistotebe.net>
Date:   Thu Oct 24 13:54:36 2019 +0100

    ITS#9156 Implement pwdMaxLength

commit f60e41bc149196c3f566605407fbce14247d3a78
Author: Ondřej Kuzník <on...@mistotebe.net>
Date:   Thu Oct 24 13:43:34 2019 +0100

    ITS#9156 Implement pwdGraceExpiry

commit 79728709e975e423df80ef90282f4d17812dbc9d
Author: Ondřej Kuzník <on...@mistotebe.net>
Date:   Thu Oct 24 13:41:07 2019 +0100

    ITS#9156 Keep module info around for longer

commit 4bc54d104a9563d35f3d5fc2e69fe7afea36a9d2
Author: Ondřej Kuzník <on...@mistotebe.net>
Date:   Thu Oct 24 12:54:53 2019 +0100

    ITS#9156 Update ppolicy schema to the latest draft

commit 2b007d01dbd924cf11f88c2f8dbba26b5ba8b593
Author: Ondřej Kuzník <on...@mistotebe.net>
Date:   Thu Oct 24 14:18:13 2019 +0100

    ITS#9156 Document corner cases and omissions

commit 44191183be6a1e323eec6708fc8acfb9160d8188
Author: Ondřej Kuzník <on...@mistotebe.net>
Date:   Thu Oct 24 11:13:02 2019 +0100

    ITS#9156 Move ppolicy schema into the module

commit 254b62b8037118d78c8f8901b9ca4504e1a5f0f3
Author: Ondřej Kuzník <on...@mistotebe.net>
Date:   Thu Jan 23 12:30:50 2020 +0000

    ITS#9126 Add a missed normalised copy of pwdChangedTime

-----------------------------------------------------------------------

Summary of changes:
 .../draft-behera-ldap-password-policy-xx.txt       |   2 +-
 .../draft-behera-ldap-password-policy-xx.xml       |  61 ++-
 doc/man/man5/slapd-config.5                        |   6 +
 doc/man/man5/slapd.conf.5                          |   6 +
 doc/man/man5/slapo-ppolicy.5                       | 216 +++++++-
 include/ldap.h                                     |   1 +
 libraries/libldap/ppolicy.c                        |   1 +
 servers/slapd/bconfig.c                            |  18 +-
 servers/slapd/bind.c                               | 112 +++++
 servers/slapd/overlays/ppolicy.c                   | 514 ++++++++++++++++---
 servers/slapd/schema/ppolicy.ldif                  |  87 ----
 servers/slapd/schema/ppolicy.schema                | 556 ---------------------
 servers/slapd/schema_prep.c                        |  13 +
 servers/slapd/slap.h                               |   5 +
 tests/data/ppolicy.ldif                            |   1 +
 tests/data/regressions/its4448/slapd-meta.conf     |   1 -
 .../data/regressions/its8800/slapd-provider1.ldif  |   1 -
 .../data/regressions/its8800/slapd-provider2.ldif  |   1 -
 .../data/regressions/its8800/slapd-provider3.ldif  |   1 -
 .../data/regressions/its8800/slapd-provider4.ldif  |   1 -
 tests/data/slapd-asyncmeta.conf                    |   1 -
 tests/data/slapd-glue-ldap.conf                    |   1 -
 tests/data/slapd-meta-target2.conf                 |   1 -
 tests/data/slapd-meta.conf                         |   1 -
 tests/data/slapd-ppolicy.conf                      |   3 +-
 tests/data/slapd-relay.conf                        |   1 -
 tests/data/slapd-schema.conf                       |   1 -
 tests/data/slapd-tls-sasl.conf                     |   1 -
 tests/data/slapd-tls.conf                          |   1 -
 tests/scripts/test022-ppolicy                      |  64 +++
 30 files changed, 921 insertions(+), 758 deletions(-)
 delete mode 100644 servers/slapd/schema/ppolicy.ldif
 delete mode 100644 servers/slapd/schema/ppolicy.schema


--- 
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git

Reply via email to