Kurt Zeilenga
2893a78d0a
Add LIBRARY section to each man page
2002-06-21 07:32:54 +00:00
Kurt Zeilenga
95a835be51
Detail simple method
2002-06-19 01:39:26 +00:00
Howard Chu
55521da9cb
Minor cleanup, add mention of BDB to tests
2002-06-18 19:35:29 +00:00
Kurt Zeilenga
39071ff932
SSF updates
2002-06-18 08:02:36 +00:00
Kurt Zeilenga
0d21db2858
SSF discussion
2002-06-18 07:41:56 +00:00
Kurt Zeilenga
2119d34ec6
More security considerations
2002-06-18 07:11:58 +00:00
Kurt Zeilenga
a50f336032
Add some basic network security information
2002-06-18 00:55:39 +00:00
Howard Chu
63b948806d
In rootdn, add ref to SASL Authentication identities
2002-06-18 00:23:40 +00:00
Kurt Zeilenga
4c3f1fea00
Add initial security chapter (intro only).
2002-06-18 00:11:36 +00:00
Kurt Zeilenga
a4bcf4c630
Reorganize chapters
2002-06-18 00:05:23 +00:00
Kurt Zeilenga
cbaf9f6649
Make it clear that ldap_explode_dn() and friends are deprecated.
2002-06-17 22:45:34 +00:00
Kurt Zeilenga
9a38d98d37
Add option to disallow unprotected simple authentication.
...
Add protected simple authentication as a "strong" mechanism.
2002-06-17 22:18:27 +00:00
Kurt Zeilenga
7cfb89cf96
Formatting fix
2002-06-17 05:57:09 +00:00
Kurt Zeilenga
647d1ad562
Some LDBM v BDB cleanup
2002-06-17 05:56:55 +00:00
Kurt Zeilenga
9cee733563
add rootpw hash password comments
2002-06-17 05:33:32 +00:00
Kurt Zeilenga
b818a12f03
Reference slapd-bdb and slapd-ldbm man pages.
...
Update index examples
2002-06-16 18:59:17 +00:00
Howard Chu
38de8a8483
Added CA and PEM terms
2002-06-16 12:31:17 +00:00
Howard Chu
4405c1ab27
Added TLS configuration, mostly the same as the man pages but fleshed
...
out a little more.
2002-06-16 12:24:16 +00:00
Howard Chu
98b1e09c44
Note that TLS_CERT and TLS_KEY are user-only options.
2002-06-16 12:10:23 +00:00
Howard Chu
5d8ce71c83
More minor cleanup
2002-06-16 08:46:41 +00:00
Howard Chu
dca986280e
Fix typo in previous commit
2002-06-16 07:29:06 +00:00
Howard Chu
0f0c268c6d
Minor cleanup and reformat, added TLS options.
2002-06-16 07:19:31 +00:00
Kurt Zeilenga
7d14f78c0e
Fix invalid search filter
2002-06-16 06:12:26 +00:00
Kurt Zeilenga
acb2efde53
Add SSF access control example.
2002-06-16 00:11:51 +00:00
Kurt Zeilenga
3925c471f9
Reserve digit flags
2002-06-15 22:18:51 +00:00
Kurt Zeilenga
27fdd04153
Add -4/-6 flags to slapd to force use of IPv4 or IPv6
2002-06-15 22:01:39 +00:00
Howard Chu
bdd0c38571
Cleanup grammar, etc.
2002-06-15 01:00:50 +00:00
Kurt Zeilenga
1c88e892fe
Use host-less LDAP URLs
2002-06-14 22:12:27 +00:00
Howard Chu
e0a359ef6c
Changed "saslRegexp" to "sasl-regexp". (Both are valid, but this is
...
more consistent with the other sasl directives.)
2002-06-14 22:06:23 +00:00
Howard Chu
09d093698c
Typos - "TCP" backend should be "TCL"
2002-06-14 21:59:23 +00:00
Kurt Zeilenga
db77cbdc35
Misc formatting changes
2002-06-14 21:47:09 +00:00
Kurt Zeilenga
b8f8869432
Remove extra BDB define
2002-06-14 21:42:55 +00:00
Kurt Zeilenga
045a8fb8be
LDBM->BDB updates
2002-06-14 21:19:42 +00:00
Kurt Zeilenga
76cb3243d3
Misc cleanup
2002-06-14 20:53:52 +00:00
Kurt Zeilenga
220b41bc91
Patch: Bugs with back-ldap/meta mappings (ITS#1787)
...
================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
================
manpage patch for ITS#1787.
2002-06-14 20:41:40 +00:00
Howard Chu
3ee908649a
Added a bit about client and server certificates.
2002-06-14 13:35:09 +00:00
Howard Chu
4082c7a12d
Another typo, mistake in previous commit
2002-06-14 13:18:15 +00:00
Howard Chu
286c97f20a
Fix typos, add a brief mention of Authorization Policy configuration
2002-06-14 13:03:20 +00:00
Howard Chu
75012bf5ac
Fix EX: typo
2002-06-14 13:01:48 +00:00
Howard Chu
0d6c14b41d
*** empty log message ***
2002-06-14 12:38:32 +00:00
Howard Chu
48c2f5e86b
Added X.509 term
2002-06-14 12:32:36 +00:00
Howard Chu
7b9d3b4a26
Added sasl-authz-policy
2002-06-14 11:02:57 +00:00
Kurt Zeilenga
c5de2fd6fd
Update I-Ds.
2002-06-13 16:14:10 +00:00
Kurt Zeilenga
b43ad1dd0e
Generate man page date from version.sh
2002-06-13 03:59:10 +00:00
Kurt Zeilenga
8aee3e5113
Add pointer to JLDAP TODO list
2002-06-12 16:32:29 +00:00
Kurt Zeilenga
8473308922
Clarify that client side items refer to client/tools and/or ldap(3) work
2002-06-12 16:28:05 +00:00
Kurt Zeilenga
faf91f1f1f
Update to the 'gentle SIGHUP' patch. (ITS#1679)
...
- Let write operations return unwilling-to-perform after
'gentle shutdown' has been initiated.
- Change -1 to 2 in slapd_gentle_shutdown and slapd_shutdown, since
sig_atomic_t can be unsigned (ITS#1736). The 'gentle SIGHUP' patch
is older than ITS#1736 but was applied later, so it reintroduced
the problem.
Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, June 2002.
2002-06-12 15:43:19 +00:00
Kurt Zeilenga
ffe5b623cc
add reference to "Software Bugs" issues
2002-06-12 03:42:01 +00:00
Kurt Zeilenga
31157b9cca
Rework todo
2002-06-12 03:36:05 +00:00
Kurt Zeilenga
dfeac21baa
Add {CLEARTEXT} to password-hash possibilities
2002-06-12 00:50:28 +00:00