Ondřej Kuzník
e922f9f11f
ITS#6198 doc: Extend admin guide ACL section to cover new options
2026-06-08 01:31:08 +00:00
Ondřej Kuzník
92a3fb5648
ITS#9343 doc: Update admin guide to match
2026-06-08 01:31:08 +00:00
Ondřej Kuzník
7f21d14b35
ITS#9640 doc: Update admin guide to match
2026-06-08 01:31:08 +00:00
Howard Chu
149580e00e
ITS#9716 fix, 2.X needs to be quoted
2026-05-26 16:44:33 +01:00
Howard Chu
0a64d00a9b
ITS#10507 fix prev commit
...
Can't delete references to CPAN, needed for Admin Guide.
2026-05-26 16:41:27 +01:00
Howard Chu
60458c5356
ITS#10511 slapd-mdb: add dbpagesize config option
2026-05-20 22:42:48 +00:00
Quanah Gibson-Mount
b06d1a9993
ITS#10507 - Delete perl backend
2026-05-20 19:18:32 +00:00
Quanah Gibson-Mount
242c2d10cc
ITS#9796 - Deprecate GnuTLS
2026-05-20 16:26:20 +00:00
Ondřej Kuzník
f6ae8ef451
ITS#10502 lloadd: Add enable/disable keywords and enable proxyauthz by default
2026-05-20 15:45:03 +00:00
Howard Chu
252153aa0b
ITS#9367 slapd-mdb: update manpage with encryption settings
2026-05-14 15:11:42 +00:00
Ondřej Kuzník
aefd96f8c3
ITS#6198 Introduce restrictop functionality
2026-04-30 16:41:28 +00:00
Ondřej Kuzník
fbf682a6c6
ITS#6198 Allow extop and control restrictions in ACLs
2026-04-30 16:41:28 +00:00
Quanah Gibson-Mount
8c50bb2517
ITS#10496 - Remove MozNSS references from lloadd.conf(5)
2026-04-22 16:09:02 +00:00
Ondřej Kuzník
c1c652d8b9
ITS#10229 docs: Document limitations in ldap_result return code usefulness
2026-04-14 17:21:01 +00:00
Ondřej Kuzník
b954201691
ITS#9204 Gate relax on MANAGE access
2026-04-10 19:40:36 +00:00
Howard Chu
9a2fe3e66c
ITS#9431: slapd-mdb: always configure eq index for objectClass
2026-04-10 19:03:43 +00:00
Howard Chu
11340caa2a
ITS#9612 slapd: change index_hash64 default to on
...
And document that the default is now 64bit, and the option
will be removed in the future.
2026-04-07 17:53:39 +00:00
Howard Chu
751207c062
ITS#10427 ldapsearch: fix doc typo
2026-02-10 16:51:41 +00:00
Ondřej Kuzník
d373bc0181
ITS#10436 Manpage fixes
2026-02-10 00:04:08 +00:00
Ondřej Kuzník
1780b2121e
ITS#9022 Introduce -o remove-sids= to slapadd
2026-02-09 18:41:47 +00:00
Quanah Gibson-Mount
1136fabf06
ITS#10433 - Update copyright year
2026-01-28 17:43:12 +00:00
Ondřej Kuzník
03005f10b7
ITS#10415 Add sockbuf_max_pending_client
2026-01-06 16:10:47 +00:00
Graham Leggett
f3b49ffa10
ITS#10149 - Allow certificates and keys to be read from URIs
2025-12-15 22:52:13 +00:00
Ondřej Kuzník
b8df689969
ITS#9640 Introduce the increment privilege
2025-12-11 20:42:19 +00:00
Howard Chu
ff0f9d94ac
ITS#10398 slapo-memberof manpage update
2025-11-20 16:53:01 +00:00
Ondřej Kuzník
81d5126b31
Clarify slapadd -w option to avoid common pitfall
2025-11-11 16:35:04 +00:00
Ondřej Kuzník
6bf78d4bfb
Clarify lloadd.conf example
2025-11-11 16:35:04 +00:00
Lenka Klement
442b2c84f8
ITS#10372 last-bind configuration manual updates
2025-09-23 15:54:31 +00:00
Ondřej Kuzník
a73e45dff5
ITS#10254 Fill in documentation
2025-08-05 15:35:34 +00:00
Nadezhda Ivanova
add3df9da4
ITS#10363 - Implement a target connection time-to-live in asyncmeta
2025-07-31 19:01:56 +00:00
Howard Chu
ed2e55711b
ITS#10377 adminguide: fix typos
...
Introduced same time as ITS#10376
2025-07-28 15:13:12 +01:00
Howard Chu
9dc7fdeb0a
ITS#10376 adminguide: fix typo
...
Introduced in 20e24e1517
2025-07-28 15:11:07 +01:00
Howard Chu
8d37106817
ITS#10367 admin: fix column layout
2025-07-08 17:54:28 +01:00
Howard Chu
c80fd40a18
ITS#10366 admin: fix typo
2025-07-08 16:09:33 +01:00
Arran Cudbard-Bell
163da8d217
slapo-auditlog: Add olcAuditlogNonBlocking to avoid blocking when logging to named pipes
...
The default behaviour of fopen() when called on a named pipe which does not have any reader, is to block, until a reader opens the pipe. This blocks slapo-auditlog when it attempts to write output. Depending on how critical the audit log is, it may be preferable to discard audit log output and continue processing requests if there's no reader available.
For clarity the call to fopen() is removed and replaced with open()/fdopen(), allowing us to specify O_* flags as opposed to using fopen() or open()/fdopen(). 0666 are the base permissions used by fopen() when files are created.
2025-07-03 11:18:51 -06:00
Howard Chu
fcf6cb40b7
ITS#10359 note that logbase must exist on all providers in delta MPR
2025-06-24 16:01:53 +00:00
Ondřej Kuzník
14d47146b0
ITS#10169 Allow a Compare against oathSecret
2025-06-20 23:45:43 +00:00
Howard Chu
76e1492809
ITS#10356 libldap: implement LDAP_OPT_REFHOPLIMIT
2025-06-20 02:35:44 +00:00
Ondřej Kuzník
87a2d70750
ITS#10338 Add olcConstraintAllowEmpty
2025-06-17 19:26:25 +00:00
Greg Noe
9a52a3c28b
ITS#10140 Add microsecond timestamp format for local file logging
2025-04-30 07:46:42 -07:00
Howard Chu
36dd6e2e62
ITS#10299 slapacl(8): fix dry-run description
2025-04-01 19:41:10 +00:00
Howard Chu
e5d841f46d
ITS#9934 slapd-config(5) add new TLS cert/key settings
2025-04-01 16:06:32 +00:00
Howard Chu
f8f0fa4799
ITS#10020 slapo-dynlist(5) note static objectclasses can only be used once
2025-04-01 16:06:32 +00:00
Ondřej Kuzník
602c794287
Add missing olcFrontendConfig to example
2025-03-17 10:58:31 +00:00
Ondřej Kuzník
e3dd9ac693
Update and clarify replication docs
2025-02-12 17:57:31 +00:00
Alexandre Jousset
068881efb4
ITS#10160 - Add "neguri" and "negset" constraint types to slapo-constraint
2025-02-12 17:46:55 +00:00
Bjarni Ingi Gislason
6d41e5fef0
ITS#10226 - Fix ldap.conf(5) formatting issues
2024-11-14 21:05:52 +00:00
Ondřej Kuzník
5acbc6e994
ITS#9393 Expose and document ldap_pvt_put_filter
2024-10-26 00:27:50 +00:00
Quanah Gibson-Mount
d1987e00f9
ITS#7400 - Fix exattr to exattrs option
2024-07-31 22:50:32 +00:00
Howard Chu
01a1c1293b
ITS#10183 ldapmodify: add jump to lineno option
2024-04-22 15:08:48 +00:00