Commit Graph

326 Commits

Author SHA1 Message Date
Kurt Zeilenga
44b42ba9c0 Add -I/-Q SASL mode options 2000-07-17 02:43:41 +00:00
Kurt Zeilenga
76f3601c3b Add -x flag (simple bind) 2000-07-16 00:52:04 +00:00
Kurt Zeilenga
d18737073c Update args based upon intended SASL usage 2000-07-16 00:51:44 +00:00
Kurt Zeilenga
d2b05a3858 Rework SASL command line arguments. Default is now to authenticate
using best available mechanism.  (authzid prompting to be disabled)
To use simple bind, -x is required (implied if -P 2) with -D/-[Ww]
To use simple "anonymous" bind, just -x will do.
2000-07-15 23:25:46 +00:00
Kurt Zeilenga
19e45aee80 Add basic pages for BER types and memory allocators. 2000-07-13 22:56:16 +00:00
Kurt Zeilenga
da85564c0d Update SASL args 2000-07-13 22:54:45 +00:00
Kurt Zeilenga
5fc22599e2 Update SASL code to reuse context through life of session.
Replace 'negotiated' with 'interactive' bind
Add hooks for SASL/EXTERNAL
Disable SASL security layers
Rework SASL command line and config file parameters
2000-07-13 22:54:38 +00:00
Kurt Zeilenga
5c95476d24 Fix a few typos 2000-07-12 18:27:07 +00:00
Kurt Zeilenga
7bc9587daa Add password extended operation draft 2000-07-07 20:03:15 +00:00
Kurt Zeilenga
977380edcf draft 03 2000-07-07 19:59:47 +00:00
Kurt Zeilenga
8991c613b2 Initial '+' draft 2000-07-07 19:46:20 +00:00
Kurt Zeilenga
e18b9336ee draft-02 (a complete rewrite) 2000-07-07 19:45:04 +00:00
Kurt Zeilenga
9e70f92e69 Add SASL projects 2000-07-06 00:18:41 +00:00
Kurt Zeilenga
aa0067bc50 Misc doc updates 2000-07-04 21:42:11 +00:00
Kurt Zeilenga
e2fa599482 Move old files to the Attic 2000-06-25 22:01:42 +00:00
Kurt Zeilenga
a56c2b59f9 Add -C to manual pages 2000-06-25 20:29:20 +00:00
Kurt Zeilenga
a0a1c3af3f Add SLURPD v3 updates project: use v3 bind and manageDSAit 2000-06-25 20:23:23 +00:00
Kurt Zeilenga
15c403bd15 -C/-R changes 2000-06-25 20:22:59 +00:00
Kurt Zeilenga
5f20cf1ed5 Modify ldapsearch(1) significantly. Now handles LDAPv3 search
references, extended results, and extended partial results.  LDIF
extended to support these new features and reported version 2.
-L now limits output to LDIFv1 for compatibility reasons.  No
-L is now LDIFv2.  Old alternative form is no longer supported.

Use LDAP_TMPDIR (in ldap_config.h) instead of hardcoded /tmp
Use LDAP_FILE_URI_PREFIX (in ldap_config.h) instead of hardcoded
	file://tmp/
2000-06-25 00:35:17 +00:00
Kurt Zeilenga
2c7f89b1b2 remove locale option. OpenLDAP is designed only for the "C" locale. 2000-06-20 16:55:23 +00:00
Kurt Zeilenga
f02e50a1bb Update examples to LDIFv1. Remove old format options. 2000-06-19 16:18:50 +00:00
Kurt Zeilenga
5a1afa2edf Minor updates 2000-06-19 16:16:38 +00:00
Kurt Zeilenga
4908dc5d0d Add rescodes-02 2000-06-19 15:36:18 +00:00
Kurt Zeilenga
5b74683886 Add copy clarification 2000-06-18 21:53:34 +00:00
Kurt Zeilenga
d8afb52b7e Add/Update LDAPext drafts 2000-06-18 21:51:37 +00:00
Kurt Zeilenga
a8144d55ed Add OpenLDAP rcsid 2000-06-18 19:44:45 +00:00
Kurt Zeilenga
55d180f3ab Incomplete update of LDIF, refer to RFC 2000-06-18 19:41:49 +00:00
Kurt Zeilenga
65f9a005ed Add reference to slappasswd(8) 2000-06-18 19:40:38 +00:00
Kurt Zeilenga
93a8125eab Add OpenLDAP RCS ID 2000-06-18 19:39:31 +00:00
Kurt Zeilenga
3ece90666f A few misc updates 2000-06-16 07:32:19 +00:00
Kurt Zeilenga
379df268da An quick index of RFCs 2000-06-16 07:31:16 +00:00
Kurt Zeilenga
2531452c21 Published as RFC 2820 2000-06-16 06:48:35 +00:00
Kurt Zeilenga
2c9b803866 rev 01 2000-06-16 06:48:09 +00:00
Kurt Zeilenga
187f4ab730 A couple of minor updates... needs overhaul 2000-06-16 06:44:25 +00:00
Kurt Zeilenga
d81a1ccfa4 Initial slappasswd(8) page 2000-06-16 06:43:55 +00:00
Kurt Zeilenga
d40495eb74 Deprecated in favor of RFC 2849 2000-06-16 01:21:14 +00:00
Kurt Zeilenga
3a0c301b07 LDIF 2000-06-16 01:18:10 +00:00
Kurt Zeilenga
bfa0862313 Update -Z description to reduce confusion with ldaps:// 2000-06-14 02:35:42 +00:00
Kurt Zeilenga
d7301c1b57 Add backend updates to todo list 2000-06-13 21:14:24 +00:00
Kurt Zeilenga
ec426532b2 Reworked thread code to better support thread-library specific
r/w locks and thread pools.  Hide internal structures (using
pthread'ish technics).  Place common code in threads.c.  Move
no-thread code to thr_stub.c.  Move thread pool code to tpool.c.
Removed setconcurrency call from initializer, added 'concurrency'
directive to slapd.  Tested code under pthreads, pth, and no-threads.
2000-06-13 02:42:13 +00:00
Kurt Zeilenga
e67117a658 Import LDUP drafts and reimport poorly imported ldapext drafts 2000-06-09 02:09:11 +00:00
Kurt Zeilenga
f6529c728f Replace AuthMeth, StartTLS, and DIGEST-MD5 I-Ds with RFC 2000-06-08 20:38:36 +00:00
Kurt Zeilenga
22b8b60e49 Add VLV and SortList Control API and related (and other) I-Ds 2000-06-07 19:39:49 +00:00
Kurt Zeilenga
6892f74529 Remove old schema directives 2000-06-06 07:57:41 +00:00
Julio Sánchez Fernández
00a9214608 Initial version of man page for the schema routines 2000-06-05 00:09:24 +00:00
Kurt Zeilenga
ea069cb7c2 New indexer/filter codes (test suite works) with cheats
Updated NT Project files (with Cyrus SASL library depend)
2000-06-04 22:59:38 +00:00
Kurt Zeilenga
45c6324a9d Move ldapd into the Attic, quipu tools remain for now. 2000-06-01 23:00:22 +00:00
Kurt Zeilenga
271978b476 Add more tests to tests project 2000-05-30 22:09:00 +00:00
Kurt Zeilenga
3283844ca6 Add TLS SASL/EXTERNAL project
Add subtype/subclassing tests to test suite project
2000-05-30 21:39:07 +00:00
Kurt Zeilenga
9f5b0cde20 Clarify deprecated API task... it's _ext API use we're after. 2000-05-30 11:01:09 +00:00
Kurt Zeilenga
f635dd0c81 Remove BDB3 project, thanks Gary
Move about and clarify other projects
2000-05-29 17:11:43 +00:00
Kurt Zeilenga
e8c292df89 Add -n serviceName (for loggging purposes) 2000-05-26 19:52:40 +00:00
Kurt Zeilenga
c48155a139 Add a couple of simple projects for those wanting to learn
SLAPD internals
	rootdse,cn=schema compare
	rootdse user configurable attributes (cn,description,seeAlso,etc)
2000-05-18 16:18:39 +00:00
Kurt Zeilenga
fd57c2666b Update to rev 2 2000-05-16 18:26:16 +00:00
Kurt Zeilenga
499c6f2134 Add LDBM BerkeleyDB3 project 2000-05-16 00:59:02 +00:00
Kurt Zeilenga
e9d0b98a10 Update lber-encode/decode man pages
Add ber_get_enum() for symmetry
2000-05-13 23:08:25 +00:00
Kurt Zeilenga
4bc786f34b Y2k copyright update 2000-05-13 02:47:56 +00:00
Kurt Zeilenga
40d749ed6b Update LBER man pages to latest API.
Need to add lber-types(3) to document BER types, allocation, and deallocation.
May need to add additional pages to document other new features.
2000-05-13 01:44:58 +00:00
Kurt Zeilenga
865e24a8ac Update man page date. 2000-05-13 01:43:35 +00:00
Kurt Zeilenga
07826e4d4c Add IPv6/IPSEC project (volunteers welcomed) 2000-05-09 18:48:03 +00:00
Kurt Zeilenga
2783decefa update based upon latest changes and thoughts 2000-05-03 18:58:20 +00:00
Kurt Zeilenga
b861be0ffd Done did hashed password generation (via extend op) 2000-05-03 12:57:05 +00:00
Kurt Zeilenga
8c386888fa Move default LDBM directory from /usr/tmp to $(localstatedir) 2000-05-03 10:07:21 +00:00
Kurt Zeilenga
627265e301 replace inetOrgPerson I-D with RFC 2000-04-25 11:55:35 +00:00
Kurt Zeilenga
54f1ebafff Add description of global command line arguments.... 2000-04-25 10:34:19 +00:00
Kurt Zeilenga
ae2ab4a1c2 Update as needed. 2000-04-25 10:33:34 +00:00
Kurt Zeilenga
140a155f3e Add comment regarding staleness of I-D committed in this repo. 2000-04-25 10:32:39 +00:00
Kurt Zeilenga
c02d7e2cb6 ITS#503: Extend ldap tools to support SASL/TLS
Submitted by Gabor Gombas <gombasg@inf.elte.hu>
2000-04-20 09:23:51 +00:00
Kurt Zeilenga
393ff0ad71 Add .ldaprc to SYSNOPSIS 2000-04-12 01:23:43 +00:00
Kurt Zeilenga
0bad880b0b Add TLS/SASL flags 2000-04-12 00:03:07 +00:00
Kurt Zeilenga
79f075b22c http://www.ietf.org/internet-drafts/draft-ietf-ldapext-acl-model-05.txt 2000-03-29 12:17:51 +00:00
Kurt Zeilenga
58987407fe Add comment concerning 'directory' LDBM option... a separate directory
must be specified for each database.
2000-03-03 19:51:39 +00:00
Kurt Zeilenga
152c0e25c2 Add reference to RFC 2307 (rootpw) 2000-03-01 22:58:30 +00:00
Kurt Zeilenga
eeefab745c Move a few obsolete RFCs to the Attic 2000-02-07 05:48:17 +00:00
Kurt Zeilenga
ebca2a2df9 Update to rev 04 2000-02-01 17:38:09 +00:00
Kurt Zeilenga
1d03f5dbac Import locate draft. 2000-01-29 22:46:45 +00:00
Kurt Zeilenga
4651956c51 Remove SASL/TLS integration projects from TODO as basic
code has been committed.
Add item to implement SASL/TLS to clients.
(This is not to imply that the code is complete)
2000-01-20 05:48:18 +00:00
Kurt Zeilenga
d61873e930 Add RCSid 2000-01-11 01:18:51 +00:00
Kurt Zeilenga
36b12c4633 Update todo to min req. 1999-12-19 02:56:30 +00:00
Kurt Zeilenga
3b4738ea96 remove #include <lber.h> from SYNOPSIS 1999-12-17 05:53:51 +00:00
Kurt Zeilenga
ab7c490960 Add BINDDN user-only directive to .ldaprc
Used only for simple bind when dn == NULL and password != NULL.
1999-12-17 03:27:16 +00:00
Kurt Zeilenga
67eb71c50d Add Extended Partial Response draft 1999-12-14 00:51:15 +00:00
Kurt Zeilenga
7c28aa058c Add password check and generation check.
Modify tests to use -h "ldap://localhost:port/" instead of -p port.
1999-12-12 18:45:06 +00:00
Kurt Zeilenga
f3808cea66 Add RSA ASN.1 guide 1999-12-12 02:44:03 +00:00
Kurt Zeilenga
041c1545e8 Update usage and man page. 1999-12-10 04:59:28 +00:00
Kurt Zeilenga
a0097fe1d9 Add table of command line arguments used by clients 1999-12-09 17:04:42 +00:00
Kurt Zeilenga
23b949d843 Add StartTLS draft 1999-12-08 17:56:57 +00:00
Kurt Zeilenga
d5edb4bff6 Reengineered ldappasswd(1). Uses extended operation to set
user password.  Likely to be modified to use bind control
instead.  Use of modify deprecated in favor mechanisms that
support passwords stored externally to the directory (such
as in a SASL service).
Modified slapd extended operation infrastructure to support
backend provided extended operations.
1999-12-08 04:37:59 +00:00
Gary Williams
e5583656ec add -r switch to man page 1999-12-06 19:02:39 +00:00
Kurt Zeilenga
175ae8d37e Add key words usage BCP. 1999-12-02 02:17:53 +00:00
Kurt Zeilenga
c2e18e1af7 Add recently added LDAP-related RFCs 1999-11-22 01:51:34 +00:00
Kurt Zeilenga
0165803710 Undelete. 1999-11-22 01:42:11 +00:00
Kurt Zeilenga
788fa66435 Obsoleted by RFC 1778 1999-11-22 01:39:33 +00:00
Kurt Zeilenga
f179aa648a Add SASL RFC 1999-11-22 01:38:07 +00:00
Kurt Zeilenga
3b6b609369 rev 1 1999-11-22 01:21:59 +00:00
Kurt Zeilenga
72e2d53143 rev 5 1999-11-22 01:20:49 +00:00
Kurt Zeilenga
eeecbd0ea1 draft rev 1. 1999-11-22 01:18:28 +00:00
Kurt Zeilenga
f6829ee903 Initial commit of new ACL engine. Engine supports descrete access
privs, additive/substractive rules, and rule continuation.  Existing
rules that use 'defaultaccess none' should be 100% compatible.  Rules
that rely other defaultaccess settings will require addition of
explicit clauses granting the access.
Needs additional testing and tuning of logs
1999-10-21 17:53:56 +00:00
Kurt Zeilenga
a857725a06 Update to rev-04 1999-10-18 22:16:14 +00:00
Kurt Zeilenga
7e53b5bdeb Change 'attribute' directive to 'attributetype'
(and allowing 'attribute' for backwards compatibility).
manuals and *.schema to be updated as time permits.
1999-10-13 20:28:00 +00:00