Commit Graph

44 Commits

Author SHA1 Message Date
Hallvard Furuseth
d0582fb4c2 Replace some tabs with spaces.
Split some too long preformatted lines.
2003-06-29 15:34:32 +00:00
Howard Chu
5642e54117 Fix file: URL examples 2003-04-23 03:35:37 +00:00
Kurt Zeilenga
6939c53170 Happy new year 2003-01-03 20:20:47 +00:00
Kurt Zeilenga
de6ed4fde4 Undocument -C (chase referrals)
(already removed from usage statements)
2002-09-23 21:33:26 +00:00
Kurt Zeilenga
3cb2dc149d Document -R 2002-09-02 19:25:10 +00:00
Kurt Zeilenga
dabbefd908 Add -y. 2002-08-24 06:19:39 +00:00
Kurt Zeilenga
b43ad1dd0e Generate man page date from version.sh 2002-06-13 03:59:10 +00:00
Kurt Zeilenga
0e2af54a3f Update copyright statements 2002-01-04 21:17:25 +00:00
Kurt Zeilenga
545a915c2e Use RFC 2253 DNs 2001-09-04 02:41:53 +00:00
Kurt Zeilenga
b6fc1d3d43 Update kerberos flags 2001-08-24 20:17:23 +00:00
Kurt Zeilenga
5d34881f45 Add no attrs clarification 2001-07-30 07:03:31 +00:00
Kurt Zeilenga
867ed1c7c8 use "authcid" instead of "username". 2001-01-18 08:04:56 +00:00
Kurt Zeilenga
2f8f8b588e Fix format typo 2000-12-28 02:19:21 +00:00
Kurt Zeilenga
fdc7b123ba Fix attrlist description 2000-10-04 01:50:49 +00:00
Kurt Zeilenga
c3ceb3b9db clarify Kerberos option availability 2000-08-28 22:49:44 +00:00
Kurt Zeilenga
6f63134b26 Add support for "-H uri" 2000-08-25 05:31:59 +00:00
Kurt Zeilenga
7c3f69d756 More LDIF clarifications 2000-08-20 06:31:32 +00:00
Kurt Zeilenga
7a4172dcbd Clarify LDIF 2000-08-20 06:23:51 +00:00
Kurt Zeilenga
26fc5be75b Clean up RFC references 2000-08-20 06:21:38 +00:00
Kurt Zeilenga
2683cd6fe6 Update man page header 2000-08-20 01:00:12 +00:00
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
da85564c0d Update SASL args 2000-07-13 22:54:45 +00:00
Kurt Zeilenga
a56c2b59f9 Add -C to manual pages 2000-06-25 20:29:20 +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
f02e50a1bb Update examples to LDIFv1. Remove old format options. 2000-06-19 16:18:50 +00:00
Kurt Zeilenga
bfa0862313 Update -Z description to reduce confusion with ldaps:// 2000-06-14 02:35:42 +00:00
Kurt Zeilenga
4bc786f34b Y2k copyright update 2000-05-13 02:47:56 +00:00
Kurt Zeilenga
865e24a8ac Update man page date. 2000-05-13 01:43:35 +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
305ed36159 Add RCSid and Copyright 1999-09-12 04:41:47 +00:00
Kurt Zeilenga
7575bd92cd s/U-Mich/OpenLDAP/ in examples 1999-08-19 17:02:36 +00:00
Kurt Zeilenga
98761f1edb Update "*", "+", "1.1" attribute type usage. 1999-07-25 20:52:42 +00:00
Kurt Zeilenga
43c0acaf98 Document "*", "+", and "1.1" use in attrlist. 1999-07-25 20:40:21 +00:00
Kurt Zeilenga
cf9a36da3f ITS#180: add note about server-side maximal size/time limits. 1999-07-21 18:12:15 +00:00
Kurt Zeilenga
73276e84ae Import experimental referral implementation from OPENLDAP_DEVEL_REFERRALS.
Includes support for update referral for each replicated backend.
	Reworked replication test to use update referral.
Includes major rewrite of response encoding codes (result.c).
Includes reworked alias support and eliminates old suffix alias codes
(can be emulated using named alias).
Includes (untested) support for the Manage DSA IT control.
Works in LDAPv2 world.  Still testing in LDAPv3 world.
Added default referral (test009) test.
1999-07-16 02:45:46 +00:00
Kurt Zeilenga
d738025d44 Add sizelimit/timelimit comments concerning ldap.conf (ITS#180). 1999-06-03 05:11:22 +00:00
Dave Storey
61b430be33 Add support for -P protocol_version. 1998-12-27 14:08:46 +00:00
Dave Storey
5da5771bd9 Password prompting updates. <dave@tamos.net> 1998-12-12 05:56:46 +00:00
Kurt Zeilenga
9db922aa64 Man page updates from David E. Storey <dave@tamos.net> 1998-12-06 04:09:55 +00:00
Kurt Zeilenga
1fc810bfe5 Added support for ldap.conf file. See ldap.conf(5) for details.
Modified clients to reduce use of ldapconfig.h.edit.
ldap_{get,set}_option support is relatively complete.  Needs
to be extended to support other "features" of OpenLDAP.
1998-11-10 23:37:30 +00:00
Kurt Zeilenga
34c945b86d added ber_print_error() and renamed lber_bprint into ber_ namespace. 1998-10-27 07:50:07 +00:00
Kurt Zeilenga
2a869f5a99 merged with autoconf branch 1998-10-25 01:41:42 +00:00
Kurt Zeilenga
42e0d83cb3 Initial revision 1998-08-09 00:43:13 +00:00