Commit Graph

2628 Commits

Author SHA1 Message Date
HAMANO Tsukasa
2aaaf98315 ITS#9463 cumulative fix for back-wt
- LDAP MODRDN handling
- support paged response
- add wt_extended
- add config emit
- wt_key_read() return WT_NOTFOUND if not found key.
- add ext_candidates()
- fix idlcache session name
- fix warning
- don't reuse idlcache cursor
- set correct pid when modrdn with newsuperior
- fix condition bug
- fix send_search_entry() error handling
- fix for referral handling
- fix for readonly mode
- fix sizelimit response
- support modrdn
- improve modify handling
- clear ancestor idlcache
- fix for multi-DIT
- IMPORTANT CHANGES: Compatibility is broken with previous database table, please restore database from LDIF.
- checking for scope=children
- sort dn2idl result
- fix cursor leak
- support db_open with readonly mode
- add wt_tool_entry_delete
- initialize comp variable
- support referrals
- implement wt_tool_dn2id_get() and wt_tool_entry_modify() for slapadd -w
- skip redundant scan, and more debug message
- fix OID conflict with back-passwd
- no need to close session, It may cause SEGV.
- fixed wt_dn2entry for empty DN
- support multiple database
- Construct wiredtiger's config parameter. It allow multi line wtconfig settings
- add idlcache
- fix concurrent modification to a entry with multi values
- prevent to add duplicate dn entry
- suppress error message "search_near failed: WT_NOTFOUND"
- update Debug statements
- back-wt does not support subtree rename
- fix for @ondra review
- update slapd-wt.5 and warning for mode option
- add back-wt test into test target
- add scope checking
2021-08-07 19:27:43 +00:00
Quanah Gibson-Mount
f19a1da188 ITS#9200 - Fix typo in prev commit 2021-08-07 19:21:49 +00:00
Quanah Gibson-Mount
8d115969f9 ITS#9200 - Note deprecated options dropped from client utilities 2021-08-07 04:40:40 +00:00
Quanah Gibson-Mount
359d383a13 ITS#9200 - Fix upgrade requirements for back-mdb 2021-08-06 22:56:33 +00:00
Howard Chu
9f4de680e3 ITS#6949 add support for logfile rotation
Uses debuglevel, not sysloglevel.
2021-08-05 15:45:19 +00:00
Howard Chu
e700dc03ee ITS#9615 move CheckModule from policy to overlay config
And fix errmsg FIXME
2021-08-03 16:31:49 +00:00
Quanah Gibson-Mount
d1707cd47e ITS#9200 - Document that olcMirrorMode should be olcMultiProvider 2021-08-02 19:57:44 +00:00
Howard Chu
e893e0e8b6 ITS#9569 update schema def in manpage 2021-07-29 12:55:15 +01:00
andrew.findlay@skills-1st.co.uk
73e7034d66 ITS#5555 - Correct documentation for SASL AuthzTo Check
This patch file is derived from OpenLDAP Software. All of the
modifications to OpenLDAP Software represented in the following patch(es)
were developed by Andrew Findlay <andrew.findlay@skills-1st.co.uk>.
I have not assigned rights and/or interest in this work to any party.

I, Andrew Findlay, hereby place the following modifications to OpenLDAP
Software (and only these modifications) into the public domain. Hence,
these modifications may be freely used and/or redistributed for any
purpose with or without attribution and/or other notice.
2021-07-26 22:02:55 +00:00
Quanah Gibson-Mount
97bee2f392 ITS#9589 - Fix man page references to be valid 2021-07-26 20:09:01 +00:00
Quanah Gibson-Mount
c8761662f4 ITS#9613, ITS#9614 - Fix typo indicies to indices 2021-07-26 19:40:46 +00:00
Quanah Gibson-Mount
9da2307d71 ITS#9613, ITS#9614 - Document multival, idlexp, and maxentrysize options to slapd-mdb
multival, idlexp, and maxentrysize are all new options as of OpenLDAP 2.5 that were missing from the admin guide.  Add these options and additional information beyond what is found in the man pages as appropriate.

Also fixed some discrepencies between the slapd.conf and slapd-config admin guide sections on the Database backends as well as missing information in that section.
2021-07-26 16:36:34 +00:00
Quanah Gibson-Mount
cb5ba6781f ITS#8742 - More for bringing slapd.conf.5 and slapd-config.5 in sync 2021-07-26 16:36:26 +00:00
Howard Chu
dfcaa3f01e ITS#6248 support multiple CAcert dirs 2021-07-22 21:07:21 +01:00
Quanah Gibson-Mount
f6dcc600a3 ITS#8788 - Document that "undef" is not usable with back-mdb 2021-06-24 17:48:21 +00:00
Ondřej Kuzník
9e1a961792 ITS#9581 Implement lastbind precision 2021-06-21 18:37:30 +00:00
Ondřej Kuzník
21d48622c7 ITS#9559 mod_next is not there anymore 2021-05-26 14:51:56 +01:00
Nadezhda Ivanova
915e515970 ITS#9555 Introduce a default operations timeout for back-asyncmeta 2021-05-25 15:01:51 +00:00
Ondřej Kuzník
363f10560f ITS#8820 Document ldap_get_attribute_ber() 2021-05-14 08:18:05 +01:00
Tero Saarni
de6c939047 ITS#9468 documented that re-connecting does not happen after idle-timeout or conn-ttl 2021-05-11 15:05:50 +00:00
Ondřej Kuzník
9bbbbf5f6a ITS#9502 TCP_USER_TIMEOUT for lloadd 2021-04-22 21:52:12 +00:00
Nadezhda Ivanova
6e3f6639b9 ITS#9502 Implement tcp-user-timeout support for back-ldap/(async)meta 2021-04-22 21:52:12 +00:00
Nadezhda Ivanova
db389d38ce ITS#9502 Implement LDAP_OPT_TCP_USER_TIMEOUT 2021-04-22 21:52:12 +00:00
Ondřej Kuzník
ae77343d67 ITS#9520 Refuse parallelism if not compiled with libargon2 2021-04-14 18:17:59 +01:00
Ondřej Kuzník
8b353df0e2 ITS#9517 Add module args support to slappaswd and relevant docs 2021-04-14 18:17:59 +01:00
Ondřej Kuzník
fa343b6394 ITS#9200 Document other ppolicy changes 2021-04-12 20:01:16 +00:00
Howard Chu
e16b0a739c ITS#8586 server cert manpage tweaks 2021-04-12 20:32:12 +01:00
Andreas Schulze
680091b5b4 ITS#8586 load cert+chain from TLSCertificateFile
For OpenSSL
2021-04-12 20:32:09 +01:00
Karl O. Pinc
4e4341f379 ITS#9396 Recommend namedPolicy for ppolicy entries 2021-04-09 18:33:48 +00:00
Ondřej Kuzník
932cc56817 ITS#9519 Add namedObject draft and schema 2021-04-09 18:33:48 +00:00
Howard Chu
2a3b64f4e6 ITS#9518 add LDAP_OPT_X_TLS_PROTOCOL_MAX option
OpenSSL only
2021-04-09 18:12:40 +01:00
Quanah Gibson-Mount
0ad73f8717 ITS#9437 - Fix slapo-otp overlay name 2021-03-31 23:12:00 +00:00
Quanah Gibson-Mount
c5a56bcbeb ITS#9437, ITS#9470 - Document homedir, OTP overlays 2021-03-31 17:59:35 +00:00
Quanah Gibson-Mount
3ef1bfe367 ITS#7786 - Fix typo in prev commit 2021-03-31 17:35:34 +00:00
Ondřej Kuzník
e8c03ba510 ITS#7786 Document cn=config recovery options 2021-03-31 16:14:25 +00:00
Ondřej Kuzník
fe7e4697e9 ITS#9437 Implement TOTP drift correction 2021-03-31 14:57:56 +00:00
Ondřej Kuzník
87f3bad8bb ITS#9437 Add otp_2fa overlay 2021-03-31 14:57:56 +00:00
Quanah Gibson-Mount
adb16cbd64 ITS#9470 - Fix typos 2021-03-26 16:28:39 +00:00
Ondřej Kuzník
8382d3c380 ITS#9470 Add homedir overlay 2021-03-26 01:27:09 +00:00
HoweverAT
9d594a118e ITS#8847 Add SOCKET_BIND_ADDRESSES Option 2021-03-25 18:47:11 +00:00
Howard Chu
f1ebb45695 ITS#9251 make max filter depth configurable 2021-03-22 17:31:13 +00:00
Quanah Gibson-Mount
fd39b726d8 ITS#9200 fix typo in previous commit 2021-03-18 19:36:12 +00:00
Quanah Gibson-Mount
4c44e35076 ITS#9200 -- 2.4 to 2.5 upgrade documentation and updates 2021-03-18 18:39:28 +00:00
Quanah Gibson-Mount
4e0f0a311d ITS#8889 - Clarify loglevel and debug level portions of admin guide. 2021-03-15 20:30:07 +00:00
Quanah Gibson-Mount
91a5159152 ITS#8773 - Add slapo-deref.5 man page 2021-03-15 16:31:55 +00:00
Quanah Gibson-Mount
2fcfeb83f0 ITS#8742 - Bring slapd.conf.5 and slapd-config.5 in sync 2021-03-11 19:24:25 +00:00
Quanah Gibson-Mount
c7763538de ITS#9453 - Make pw argon2 official 2021-03-10 23:21:08 +00:00
Quanah Gibson-Mount
9d5267e14e ITS#9079 - Fix minor issues with slapo-unique man page 2021-03-09 19:12:49 +00:00
Quanah Gibson-Mount
d41b35b8c0 ITS#9260 - Reference conn-pool-max option in related man pages 2021-03-09 17:22:42 +00:00
Quanah Gibson-Mount
7a8f7c6efb ITS#9490 - Fix typo 2021-03-05 15:59:17 +00:00