Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
fb115157 by Quanah Gibson-Mount at 2022-07-06T20:46:49+00:00
ITS#9863 - Forward lastbind updates if configured
Mark lastbind operations as being on the frontendDB so that chaining configurations are honored.
Make pwdLastSuccess flag SLAP_AT_MANAGEABLE
- - - - -
cfa6c07c by Quanah Gibson-Mount at 2022-07-06T20:46:49+00:00
ITS#9863 - Regression test case for pwdLastSuccess
Define a regression test case for modifying pwdLastSuccess that also
uses SASL/EXTERNAL for the chain database
- - - - -
12 changed files:
- servers/slapd/back-ldap/bind.c
- servers/slapd/bind.c
- servers/slapd/schema_prep.c
- + tests/data/regressions/its9863/db.ldif
- + tests/data/regressions/its9863/its9863
- + tests/data/regressions/its9863/slapd-consumer.ldif
- + tests/data/regressions/its9863/slapd-provider.ldif
- + tests/data/tls/certs/ldap-server.crt
- tests/data/tls/create-crt.sh
- + tests/data/tls/private/ldap-server.key
- tests/run.in
- tests/scripts/defines.sh
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/a0a64e03899dd5fd161424…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/a0a64e03899dd5fd161424…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
5ef2b931 by Nadezhda Ivanova at 2022-07-06T18:29:26+03:00
ITS#9855 Change tests/run so it can be used by a contrib module
- - - - -
a0a64e03 by Nadezhda Ivanova at 2022-07-06T18:32:58+03:00
ITS#9855 Implement a module to enable case-insensitive Boolean values
Initial implementation of the ciboolean module
- - - - -
14 changed files:
- + contrib/slapd-modules/ciboolean/Makefile
- + contrib/slapd-modules/ciboolean/ciboolean.c
- + contrib/slapd-modules/ciboolean/slapo-ciboolean.5
- + contrib/slapd-modules/ciboolean/tests/.gitignore
- + contrib/slapd-modules/ciboolean/tests/Rules.mk
- + contrib/slapd-modules/ciboolean/tests/data/booleantest.schema
- + contrib/slapd-modules/ciboolean/tests/data/slapd.conf
- + contrib/slapd-modules/ciboolean/tests/data/test001-add.ldif
- + contrib/slapd-modules/ciboolean/tests/data/test001-search_1.ldif
- + contrib/slapd-modules/ciboolean/tests/data/test001-search_2.ldif
- + contrib/slapd-modules/ciboolean/tests/run
- + contrib/slapd-modules/ciboolean/tests/scripts/test001-ciboolean
- tests/run.in
- tests/scripts/defines.sh
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/78618653c23168b0cc143e…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/78618653c23168b0cc143e…
You're receiving this email because of your account on git.openldap.org.