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
77d5a7e9ad
Forced commit, previous had no log entry. Fixed some typos, added a
...
couple references to BDB.
2002-06-14 12:39:59 +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
04df89d972
zap unnecessary include
2002-06-14 09:10:02 +00:00
Kurt Zeilenga
3b695bc6c8
Use experimental OIDs for saslAuth attributes and hide 'em
...
make the usage distributedOperation
2002-06-14 08:25:14 +00:00
Howard Chu
077aea8127
Fix OID clash in previous commit
2002-06-14 08:16:06 +00:00
Howard Chu
07a34489c6
Added saslAuthzTo and saslAuthzFrom to system schema.
...
Added sasl-authz-policy config keyword to control proxy authorization.
Moved sasl-related config processing to sasl.c:slap_sasl_config().
Moved other global defs used only in saslauthz.c into saslauthz.c.
2002-06-14 08:10:14 +00:00
Howard Chu
6f8b100f6b
Finish implementation of get_ca_list()
2002-06-14 06:09:24 +00:00
Howard Chu
56cba7f97c
In ldap_extended_operation_s, check for NULL retoidp and retdatap
...
before storing NULL.
2002-06-13 16:26:47 +00:00
Kurt Zeilenga
c5de2fd6fd
Update I-Ds.
2002-06-13 16:14:10 +00:00
Kurt Zeilenga
ad673923a3
ITS#1882: fix typo
2002-06-13 14:50:33 +00:00
Kurt Zeilenga
b43ad1dd0e
Generate man page date from version.sh
2002-06-13 03:59:10 +00:00
Kurt Zeilenga
b5e7208cb8
Date: Thu, 2 May 2002 08:54:59 GMT
...
From: h.b.furuseth@usit.uio.no
To: openldap-its@OpenLDAP.org
Subject: Patch: Bugs with back-ldap/meta mappings
Full_Name: Hallvard B. Furuseth
Version: HEAD
OS: Linux
URL: http://folk.uio.no/hbf/OpenLDAP/back-ldap.txt
Submission from: (NULL) (158.36.148.34)
The source claims the 'map' attribute has syntax
map {objectclass | attribute} {<source> | *} [<dest> | *]
while it actually has syntax
map {objectclass | attribute} [<local name> | *] {<foreign name> |
*}
except that the code is confused about it. Removed attributes are
put in both the maps for local and foreign names:
# Remove description and present title as description instead
map attribute description
map attribute description title
-->
slapd.conf: line 10: duplicate mapping found (ignored)
Also, map.c:ldap_back_map_attrs() loops forever on removed attributes
(ie. if one asks ldapsearch for an attribute which has been removed).
2002-06-12 16:39:05 +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
Howard Chu
c5c1ddb1ca
Deleted Connection->c_cdn. Use conn->c_dn instead...
2002-06-12 08:38:59 +00:00
Kurt Zeilenga
674c55f78f
remove --enable-kbind option (can be manually set)
2002-06-12 04:55:30 +00:00
Howard Chu
a5cd5535e8
Fix typo in previous commit
2002-06-12 04:12:51 +00:00
Howard Chu
6d1a322f73
Finished slap_sasl_setpass for Cyrus 1.5; Cyrus 2.1 is incomplete.
...
Added conn->c_sasl_dn, streamlined slap_sasl_bind.
2002-06-12 04:05:48 +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
Kurt Zeilenga
56bbe05490
Add {CLEARTEXT} password-hash support
2002-06-12 00:43:34 +00:00
Kurt Zeilenga
1410b3e7d9
An almost complete slap_sasl_setpass()
2002-06-12 00:13:29 +00:00
Kurt Zeilenga
d6e7f0f630
Rework c_authzid_backend in preparation for sasl_setpass() support
2002-06-11 22:56:47 +00:00
Kurt Zeilenga
4d3b4f9eb8
return PROTOCOL_ERROR if reqdata is empty.
2002-06-10 19:56:17 +00:00
Jong Hyuk Choi
09a2a8fbce
DB_RMW flag to dn2id and id2entry
2002-06-10 19:02:25 +00:00
Kurt Zeilenga
9bfcc3b4e2
Fix preamble
2002-06-09 19:11:53 +00:00
Kurt Zeilenga
4df6501bc7
Misc updates
2002-06-09 18:57:35 +00:00
Kurt Zeilenga
fe86a81e25
VLV clean
2002-06-09 06:12:24 +00:00
Kurt Zeilenga
42ea8ef9cd
Cannot set rootpw when rootdn is not under suffix
2002-06-08 18:49:14 +00:00
Kurt Zeilenga
af744d8f1e
Update
2002-06-08 18:40:58 +00:00
Kurt Zeilenga
133a4ebbc4
Note that rootpw can only be set if rootdn is under suffix.
2002-06-08 18:40:36 +00:00
Kurt Zeilenga
116e165a5c
Be less forgiving (don't ignore so many configuration errors)
2002-06-08 18:38:52 +00:00
Kurt Zeilenga
a784e4d054
Add rootdn check when rootpw is set.
2002-06-08 18:04:43 +00:00
Kurt Zeilenga
aa46324462
Fix for ITS#1842 (applied blindly)
2002-06-08 06:09:30 +00:00
Howard Chu
a1e63db574
Fix ITS#1865, (ITS#1764?) cond_broadcast behavior was broken
2002-06-07 22:45:22 +00:00
Kurt Zeilenga
964d1fdd90
userPassword/authPassword can be safely subtyped (though I wouldn't
...
recommend it).
2002-06-07 20:32:06 +00:00
Howard Chu
70092b38fb
Fix ITS#1843, don't deref NULL string in ldap_pvt_str2upper
2002-06-07 13:27:25 +00:00
Howard Chu
8101798791
Better SASL_MAXBUF fix
2002-06-07 03:40:16 +00:00
Kurt Zeilenga
018ace0c50
More I-D.
2002-06-07 01:58:40 +00:00
Kurt Zeilenga
536fafdb39
Update VLV I-D and add proxy auth I-D.
2002-06-07 01:44:32 +00:00
Howard Chu
3304d125c4
ITS#1837, one-level searches on leaf entries
2002-06-06 11:27:52 +00:00
Howard Chu
b89c4539b9
Fix Listeners: handles multiple addresses for a given hostname, copies
...
sockaddr into Listener structure.
2002-06-06 10:33:18 +00:00
Jong Hyuk Choi
976fb2265f
remove dbenv->lock_put() call from transaction-protected operations
2002-06-06 10:14:14 +00:00
Howard Chu
353f627aa4
Eliminate SASL client session_callbacks. Since proc was always NULL they
...
never did anything anyway.
2002-06-06 01:44:38 +00:00