1602 Commits

Author SHA1 Message Date
Kurt Zeilenga
b551b5dce9 Add glossary of terms 2006-12-07 03:26:45 +00:00
Kurt Zeilenga
8fb5687dd7 Don't suggest free by deprecated function. 2006-12-06 19:33:21 +00:00
Pierangelo Masarati
8326ac21b1 add "report" to "onerr" modes: continue a search in case one target returns an error, and only propagate the error at the end 2006-11-23 23:50:36 +00:00
Pierangelo Masarati
22dfffcf23 fix sizelimit (formatting in ldap_search_ext(), absence in ldap_search_ext_s()) 2006-11-18 17:05:58 +00:00
Howard Chu
ecd7c78547 More tweaks 2006-11-17 19:28:16 +00:00
Howard Chu
d3deed6119 Expand examples, mention converting old conf file with slaptest. 2006-11-17 19:05:31 +00:00
Howard Chu
15502d87ae Add note about access controls on config backend 2006-11-16 15:09:47 +00:00
Howard Chu
7e67997e85 More RFC4533 syncrepl references 2006-11-16 14:49:07 +00:00
Howard Chu
8a521a1bd4 Remove ordering restriction on logdb configuration, revise example 2006-11-16 14:38:37 +00:00
Howard Chu
9023ba385d Refer SLAPI to slapd.plugin(5) 2006-11-16 12:47:32 +00:00
Howard Chu
0a69f3721d Fix typos 2006-11-16 12:05:25 +00:00
Howard Chu
2e15100e98 manpage is slapd-config(5), not slapd.d(5) 2006-11-16 11:53:18 +00:00
Howard Chu
15d898f73d ITS#3812 back-config documentation 2006-11-16 11:48:19 +00:00
Howard Chu
687098d634 syncrepl is now RFC4533 2006-11-16 05:51:47 +00:00
Pierangelo Masarati
6581f10e9c fix typo (ITS#4753) 2006-11-15 23:49:04 +00:00
Kurt Zeilenga
2b269055c4 Clarify that directories are searchable and browsable databases,
not just directories optimized for read access.  Categorize DNS as
a "lookup" service.  Give dmoz.org as an example of directory service.
2006-11-15 19:20:18 +00:00
Pierangelo Masarati
72e586ba36 revert previous commit; disable RESTART from ldap.conf 2006-11-13 23:51:52 +00:00
Pierangelo Masarati
10e84d7192 document missing RESTART option (ITS#4749); restore alphabetical order 2006-11-13 16:39:44 +00:00
Howard Chu
6078dbef3c Delete obsolete note. Full schema checks are done by default, missing
superior entries are flagged (depending on underlying backend) etc...
2006-11-09 20:52:36 +00:00
Howard Chu
caac58806a Delete bogus .UC 6 macro invocation (This is not a 4.3BSD manpage) 2006-11-09 20:11:47 +00:00
Pierangelo Masarati
5c236d9df5 document the use of "rebind-as-user" to rebind when re-establishing a broken connection (ITS#4715) 2006-10-24 20:01:19 +00:00
Pierangelo Masarati
53cd4a88d7 document the network-timeout directive (ITS#4718) 2006-10-24 19:49:48 +00:00
Pierangelo Masarati
61b038ce35 further clarify validity of search limits, and "beautify" paragraph 2006-10-18 17:29:37 +00:00
Pierangelo Masarati
dd093c48a8 note that the replication identity may need to be treated specially by the consumer 2006-10-18 17:19:50 +00:00
Pierangelo Masarati
968da1cb14 add LDAP_OPT_DIAGNOSTIC_MESSAGE; replace deprecated option names 2006-10-14 17:04:17 +00:00
Pierangelo Masarati
e2f13bc535 cleanup 2006-10-14 00:58:50 +00:00
Pierangelo Masarati
607c80df81 document ldap_[sg]et_option(3) 2006-10-09 21:17:43 +00:00
Pierangelo Masarati
c3932ca2c0 s/local socket/IPC/ 2006-10-09 19:26:41 +00:00
Pierangelo Masarati
4b78b6253b cleanup URI 2006-10-09 19:18:03 +00:00
Pierangelo Masarati
bf3b9f9f71 fix line placement 2006-10-09 01:43:45 +00:00
Pierangelo Masarati
dd2721c857 more on clarification of special proxy identities and resilience to connection failure 2006-10-07 18:14:30 +00:00
Pierangelo Masarati
67c5019ac7 typo 2006-10-07 13:11:53 +00:00
Howard Chu
c0fcbdd8b2 mirrormode is still single-master, but must be enforced externally 2006-10-06 21:08:25 +00:00
Quanah Gibson-Mount
67380eea1e five forms. 2006-10-06 02:04:07 +00:00
Howard Chu
dc907d929d Nobody expects the Spanish Inquisition! s/three/four/ 2006-10-06 01:45:03 +00:00
Pierangelo Masarati
18450addda document VERSION, TIMEOUT and NETWORK_TIMEOUT options 2006-09-26 02:54:34 +00:00
Pierangelo Masarati
7ed909045f document the LDAP builtin map in librewrite (ITS#4602) 2006-09-24 17:50:48 +00:00
Kurt Zeilenga
d7ad32ec4f ITS#4677 Fix typo 2006-09-22 21:50:23 +00:00
Kurt Zeilenga
5e38bae2c2 Fix typo 2006-09-22 20:39:35 +00:00
Pierangelo Masarati
028e7c46ca document the syntax of the ldap.conf(5) file 2006-09-12 21:02:30 +00:00
Howard Chu
9351c57c28 Fix xref broken by sasl.sdf 1.30 2006-09-12 00:16:52 +00:00
Pierangelo Masarati
4efbb9960c point to slapd(8) for details on "-d" 2006-09-08 18:26:57 +00:00
Pierangelo Masarati
eb30ec43e8 re-enable "-d '?'" as a means to list what loglevels are available (ITS#4666) 2006-09-08 18:26:20 +00:00
Pierangelo Masarati
84d6a04c91 improve timeout support (ITS#4157, ITS#4663) 2006-09-04 08:26:09 +00:00
Pierangelo Masarati
150a4f106c improve timeout support (ITS#4157, ITS#4663); manpage cleanup 2006-09-04 08:24:05 +00:00
Kurt Zeilenga
3fa4e03a21 minor change 2006-08-29 07:22:28 +00:00
Pierangelo Masarati
92ff6afec0 note the single-value userPassword constraint (please review) 2006-08-28 14:33:59 +00:00
Kurt Zeilenga
b7873dbb94 Note line length limit. 2006-08-25 20:56:06 +00:00
Pierangelo Masarati
9bc2cd3987 allow continuous mode 2006-08-25 16:20:48 +00:00
Kurt Zeilenga
e2f4ca480d ITS#4647: error on bad filter patterns 2006-08-24 03:15:57 +00:00