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
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
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
bfa0862313
Update -Z description to reduce confusion with ldaps://
2000-06-14 02:35:42 +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
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
45c6324a9d
Move ldapd into the Attic, quipu tools remain for now.
2000-06-01 23:00:22 +00:00
Kurt Zeilenga
e8c292df89
Add -n serviceName (for loggging purposes)
2000-05-26 19:52:40 +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
8c386888fa
Move default LDBM directory from /usr/tmp to $(localstatedir)
2000-05-03 10:07:21 +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
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
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
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
041c1545e8
Update usage and man page.
1999-12-10 04:59:28 +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
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
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
Kurt Zeilenga
0b7da01c9e
Keep arguments in alpha order
1999-09-25 16:14:32 +00:00
Kurt Zeilenga
35655c056f
Reimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync).
...
Old code applied sync flags to store(), however supported DBMs
require such flags to be specified during open(). The new
code now applies flags in ldbm_cache_open (which calls ldbm_open).
ldbm_cache_close() now calls ldbm_sync(). This will force
a updating of on-disk contents after each LDAP operation.
The old code either failed to sync the on-disk contents until
close or synced on every store. Per LDBM operation syncing
*should* be safe enough... real data safety requires transactions.
Removed nosync option from BDB2 as it is not compatible with
txn support.
Also added code to disable DBM level locking as slapd is only
process acessing the databases (dbnolocking).
1999-09-23 19:49:20 +00:00
Kurt Zeilenga
1df4851a15
add deprecated comment to ldapd.8.
1999-09-19 18:12:18 +00:00
Kurt Zeilenga
ed43d13bff
Remove MODRDN bug from Bugs
...
Insert reference to ITS webpage
1999-09-19 17:57:16 +00:00
Kurt Zeilenga
305ed36159
Add RCSid and Copyright
1999-09-12 04:41:47 +00:00
Kurt Zeilenga
521f761b2a
s/patch/path/
1999-09-06 18:25:48 +00:00
Hallvard Furuseth
203f5b058f
Change -d option to not detach even with -d 0 or compiled with --disable-debug.
1999-09-04 20:24:40 +00:00
Howard Chu
ccab3faa58
Update for attribute, objectclass, and objectidentifier descriptions.
1999-08-20 00:32:36 +00:00
Kurt Zeilenga
7575bd92cd
s/U-Mich/OpenLDAP/ in examples
1999-08-19 17:02:36 +00:00
Kurt Zeilenga
f422f01109
s/U-Mich/OpenLDAP/ in examples
1999-08-18 02:01:24 +00:00
Kurt Zeilenga
9f6185ab12
Document -s and -c modes.
1999-08-18 01:49:42 +00:00
Kurt Zeilenga
1b2aeeee21
s/ldif2ldbm/slapadd/ and similiar changes
...
ldif updates (add URL description).
1999-08-17 20:25:16 +00:00
Kurt Zeilenga
ec898a143e
s/ldif2dlbm/slapadd/
1999-08-17 20:07:33 +00:00
Kurt Zeilenga
01235987ee
Add man pages for slapadd and slapcat (slapindex coming soon).
...
Remove man pages for old ldbm tools.
1999-08-17 20:04:35 +00:00
Kurt Zeilenga
9e93d5eba6
lastmod is on by default.
1999-08-05 23:52:14 +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
29b0ed18df
Fix misplaced paragraph tag
1999-07-21 17:31:37 +00:00
Kurt Zeilenga
23565fca08
Update slapd(8) with new -h option.
1999-07-19 21:45:11 +00:00