Commit Graph

1291 Commits

Author SHA1 Message Date
Michael Stroeder
6c66c02f35 ITS#7294 reference RFC4526 instead of draft 2012-06-15 09:03:15 -07:00
SATOH Fumiyasu
4272551a01 ITS#7284 slappasswd: Add support loading a dynamically loadable module
Add "-o module-path=<pathspec>" and "-o module-load=<filename>"
options to load a dynamically loadable password hash module
(e.g., slapd-sha2).
2012-05-31 02:46:04 -07:00
Howard Chu
7767a41061 ITS#7240 note option inheritance behavior 2012-04-18 03:09:53 -07:00
Howard Chu
348be30259 ITS#7188 fix formatting 2012-03-08 19:29:30 -08:00
Howard Chu
fd978ebe9d ITS#7177 make manpages more consistent 2012-02-23 16:57:48 -08:00
SATOH Fumiyasu
35ee3c1bba ITS#7152 Add -o option to ldap*.1 man pages 2012-02-23 14:48:17 -08:00
David M. Syzdek
0df3b9222a ITS#7173 Fixing prototype of function in manpage to match prototype in C header.
The prototype for ldap_modify_ext() in the C header file declares
    msgidp as "int *", however the current manpage declares msgidp as
    "int **". This patch updates the manpage to accurately reflect the
    C header.

Signed-off-by: David M. Syzdek <syzdek@bindlebinaries.com>
2012-02-18 15:41:37 -08:00
Kurt Zeilenga
2bbf9804b9 Happy New Year! 2012-01-01 07:10:53 -08:00
Quanah Gibson-Mount
fe4026d227 ITS#7086 Fix typo (where -> were) 2011-11-09 13:22:06 -08:00
Howard Chu
3cbde28a71 Minor tweaks before ITS#7079 2011-11-03 15:41:44 -07:00
Howard Chu
52db507de0 slaptest checks a configuration, not necessarily slapd.conf 2011-10-20 10:39:56 -07:00
Howard Chu
0ba4206ed9 Import back-mdb 2011-09-01 17:00:26 -07:00
Jan Vcelak
4b9d680f55 ITS#7028 man: ldap_sync(3) ldap_sync_destroy type 2011-08-24 15:43:18 -07:00
Jan Vcelak
e422c3c919 ITS#7028 man: slapo-unique(5) quoting keywords 2011-08-24 15:42:04 -07:00
Francis Swasey
27ca42b555 ITS#7023 document TLSCACertificateFile in the man page as it is in the Admin Guide 2011-08-24 15:39:31 -07:00
Pierangelo Masarati
3e504bcbbf add notes about pwdAllowUserChange (more about ITS#7021) 2011-08-20 19:03:15 -06:00
Tim Mooney
209f54166a ITS#6904 Update to reflect that hdb is preferred
Tweak wording -- hyc
2011-06-09 00:49:14 -07:00
Ondrej Kuznik
c0aec23bde ITS#6641 Bypass checks on ops with managedsait
Document the uniqueness changes

Fix whitespace in original patch -- hyc
2011-06-08 16:10:50 -07:00
Howard Chu
123506788b ITS#6959 document ldap_dnfree() 2011-06-03 11:51:11 -07:00
Howard Chu
578ed00867 ITS#6915 document replication behavior 2011-05-24 11:20:12 -07:00
Pierangelo Masarati
dd102ebc0e make documentation impersonal 2011-03-10 22:52:16 +00:00
Pierangelo Masarati
16a1417a3f more about ITS#6817 2011-03-05 10:28:04 +00:00
Howard Chu
871f3710a5 Cleanup prev commit 2011-03-04 23:04:17 +00:00
Howard Chu
84361763f1 ITS#6850 from Raphael Ouazana @ Linagora 2011-03-04 23:02:23 +00:00
Howard Chu
9b08a59602 ITS#6815 logbase keyword 2011-02-23 03:13:56 +00:00
Howard Chu
855e82ba6d ITS#6839 TLS/ldapi/SASL-EXTERNAL notes from Andrew Findlay 2011-02-19 00:03:06 +00:00
Howard Chu
68b70a0f68 Backward compatibility retained for now. 2011-02-04 17:24:14 +00:00
Howard Chu
64a6cfe79b Note perlModuleConfig, break in compatibility with older versions 2011-02-04 15:10:06 +00:00
Howard Chu
9fcb3f0e73 Add overlay config stuff, handle overlay responses 2011-02-04 11:09:00 +00:00
Howard Chu
e0664a1bb6 Result as overlay is always ignored 2011-02-03 21:35:03 +00:00
Howard Chu
a4b92443b9 More sock overlay stuff 2011-02-03 21:25:42 +00:00
Howard Chu
9f125dbc27 Note use as an overlay 2011-02-03 20:53:19 +00:00
Howard Chu
bb82a7c3c4 Fix typo 2011-02-03 19:20:48 +00:00
Pierangelo Masarati
4e3eac93f7 prefix undef attrs with undef: (ITS#6823) 2011-02-02 21:45:34 +00:00
Pierangelo Masarati
293b5e51a5 first cut at SASL bind issues in idassert (related to ITS#6817) 2011-01-31 22:07:04 +00:00
Howard Chu
307fd754ec ITS#6816 cleanup 2011-01-31 21:45:24 +00:00
Howard Chu
c721b2b7a0 ITS#6816 MozNSS doc additions from Rich Megginson @ Red Hat. Needs cleanup. 2011-01-31 21:13:11 +00:00
Pierangelo Masarati
34a21b7f40 add support for subtree-include (ITS#6801); improve support for subtree-exclude 2011-01-22 15:47:37 +00:00
Pierangelo Masarati
88423dd0c0 move deprecated statements to a separate block (ITS#6800) 2011-01-19 20:22:08 +00:00
Pierangelo Masarati
c8630fd3a0 clarify usage (more about ITS#6664) 2011-01-09 14:05:57 +00:00
Quanah Gibson-Mount
8f37dbae93 ITS#6525 gnutls cipher spec is unclear 2011-01-06 22:30:33 +00:00
Howard Chu
e45c601be0 ITS#6780 document multi-listener-thread support 2011-01-06 19:22:45 +00:00
Gavin Henry
632f8d7a23 ITS#6525 gnutls cipher spec is unclear 2011-01-06 18:11:46 +00:00
Gavin Henry
30b3705c9d ITS#6522 man page for pcache overlay doesn't state requirement for rootdn 2011-01-06 18:07:22 +00:00
Pierangelo Masarati
d82a1127d0 allow clients to set USERNAME in session tracking control request (6779); plug minor leaks 2011-01-05 22:54:20 +00:00
Howard Chu
f46e339634 Note that ldap_sasl_interactive_bind() will be forced to synchronously
query the server for mechanisms if not supplied by the caller.
2011-01-05 00:53:27 +00:00
Kurt Zeilenga
966cef8c9a Happy New Year 2011-01-05 00:42:37 +00:00
Pierangelo Masarati
f0b3fa5295 fix client tool man page 2011-01-04 21:45:01 +00:00
Pierangelo Masarati
342980d116 use Paged Results when talking to targets (in response to ITS#6664) 2011-01-03 17:52:55 +00:00
Howard Chu
e907ba219b ITS#6686 add multiple sorts per connection, from Raphael Ouazana @ Linagora 2010-12-23 22:29:57 +00:00
Pierangelo Masarati
dc156d7f6e allow to set LDIF max line width (ITS#6645) 2010-12-07 10:14:51 +00:00
Hallvard Furuseth
adee44c56c ITS#6364: Document that refint needs rootdn 2010-12-01 12:20:04 +00:00
Howard Chu
0f30db1c46 ITS#6625 concurrency patch from Doug Leavitt @ Oracle .com 2010-10-22 21:45:48 +00:00
Howard Chu
cf66c2e645 add ldap_sasl_interactive_bind() 2010-10-14 01:59:16 +00:00
Pierangelo Masarati
dfe1f2e572 hack to try as hard as possible to recover a broken database (ITS#6482) 2010-09-09 21:49:04 +00:00
Pierangelo Masarati
8a8daa383e allow '-o value-check={yes|no}' for optional value checking, disabled in quick mode (ITS#6592) 2010-09-07 06:10:57 +00:00
Pierangelo Masarati
bca5e0ed1e (blind) addition of 'autocommit' configuration statement (ITS#6612) 2010-08-10 19:55:28 +00:00
Pierangelo Masarati
a1726d61e0 improve previous commit 2010-07-27 01:01:24 +00:00
Pierangelo Masarati
0480296a1f document ldap_set_urllist_proc(3) (ITS#6601) 2010-07-27 00:47:18 +00:00
Howard Chu
00fc5e0a40 Add syncrepl suffixmassage 2010-06-19 03:24:24 +00:00
Pierangelo Masarati
53c26c3a3e mention default rootdn of cn=config (ITS#6546) 2010-05-18 02:31:46 +00:00
Pierangelo Masarati
187bdc950d document ITS#5804 feature 2010-04-20 00:03:06 +00:00
Pierangelo Masarati
9d2e03f052 allow to specify a per-database list of attributes that need to be always collected, even if not explicitly requested by clients (addresses ITS#6513) 2010-04-15 05:26:21 +00:00
Pierangelo Masarati
bbe7272c7f allow strict adherence to RFC4370 wrt/ control criticality (ITS#6523) 2010-04-14 21:37:03 +00:00
Kurt Zeilenga
3dadeb3efe happy belated New Year 2010-04-13 22:17:29 +00:00
Pierangelo Masarati
1ca4f7e9e3 document idassert-passthru (ITS#456) 2010-04-10 01:25:21 +00:00
Howard Chu
376cdb1e92 Add minimal doc for pbind overlay. Note both chain and pbind are built in
to back-ldap.
2010-02-04 04:11:17 +00:00
Kurt Zeilenga
f967ec3b4e Set res parameter to NULL upon ldap_search_ext_s entry. Likewise for friends.
Note in manual that res parameter should be freed regardless of return value
of ldap_search_ext_s (or friends).
2010-01-29 23:11:24 +00:00
Pierangelo Masarati
0cf528630f implement support for selective iteration in slaptools (ITS#6442) 2010-01-18 15:00:40 +00:00
Pierangelo Masarati
f3342dcbd3 document keepalive (ITS#6389) 2009-12-09 12:35:49 +00:00
Pierangelo Masarati
51382aab72 ITS#6424 2009-12-08 18:54:24 +00:00
Pierangelo Masarati
27ccb54091 minimal documentation of olcAuthIDRewrite 2009-11-22 20:56:36 +00:00
Pierangelo Masarati
258839ce6d minimal documentation of authid-rewrite* stuff 2009-11-22 14:44:44 +00:00
Howard Chu
a7f9086ade ITS#6394 rid is decimal not hex 2009-11-22 00:14:44 +00:00
Hallvard Furuseth
00bf4aef98 ITS#6384 - tweak note about comments, add examples.
Also clarify $LDAP<option>, and split a SYNTAX section out from OPTIONS.
2009-11-18 18:22:53 +00:00
Pierangelo Masarati
a95b8cd488 honor -1 timeout (ITS#6388) 2009-11-18 14:57:52 +00:00
Howard Chu
fdf55ac80e ITS#6373 sync_use_subentry keyword 2009-11-11 04:19:29 +00:00
Howard Chu
f6d95ed91c Note that pwdAccountLockedTime depends on pwdLockout 2009-10-08 23:52:34 +00:00
Gavin Henry
6f2a0ac2e4 ITS#5366 ldap_get_dn man page errors 2009-10-07 13:15:51 +00:00
Howard Chu
cea7592d3d Fix prev commit 2009-09-29 07:42:12 +00:00
Howard Chu
533e9b7401 ITS#6258 add -n option to slaptest 2009-09-29 07:39:50 +00:00
Rein Tollevik
296826b1f0 ITS#6297 Allow hex in serverID directive 2009-09-17 15:06:22 +00:00
Howard Chu
7190a68f28 spell out CTX -> context 2009-08-26 23:21:13 +00:00
Howard Chu
702f5967f2 More tls tweaks 2009-08-26 23:17:43 +00:00
Howard Chu
ff9693a15d Explanation and warnings about OPT_X_TLS_CTX and OPT_X_TLS_SSL_CTX. 2009-08-26 23:12:47 +00:00
Howard Chu
c012c105ba GnuTLS tweaks 2009-08-26 22:57:22 +00:00
Howard Chu
d03052b894 More cleanup 2009-08-26 22:52:09 +00:00
Howard Chu
7980931b63 Minor cleanup 2009-08-26 22:32:09 +00:00
Pierangelo Masarati
274111f8ae more clarifications 2009-08-19 22:34:16 +00:00
Howard Chu
a207c1b09a queryid renamed to pcacheQueryid 2009-08-19 22:30:01 +00:00
Pierangelo Masarati
f52273fe84 first round of fixes; add TCP keepalive stuff. 2009-08-19 20:27:10 +00:00
Pierangelo Masarati
2813d6bc3c another 'round 2009-08-19 20:15:39 +00:00
Pierangelo Masarati
fdb8ce4608 complete SASL options 2009-08-19 19:32:09 +00:00
Pierangelo Masarati
d36829a1ab document all options, including TLS and (not yet complete) SASL. Needs expert review 2009-08-19 19:00:48 +00:00
Howard Chu
4ddfea74a1 pcacheBind refresh s/will/may/ 2009-08-19 08:39:33 +00:00
Howard Chu
e4c06b310c ITS#6152 bind caching 2009-08-19 08:35:05 +00:00
Pierangelo Masarati
959fd98408 document URI (ITS#6261) 2009-08-18 21:44:11 +00:00
Pierangelo Masarati
b7a9a4a65f add support for TCP buffer configuration (ITS#6234) 2009-08-17 22:53:15 +00:00
Howard Chu
81a8d7b8c9 Fix typo 2009-08-17 00:42:00 +00:00
Howard Chu
8052632689 Cleanup prev commit 2009-08-17 00:40:56 +00:00