Commit Graph

18 Commits

Author SHA1 Message Date
Kurt Zeilenga
7ba980f0f6 Modify slapd set user/group support to use -u/-g instead -U/-G.
Moved -u (udp) to -c (connectionless).  Connectionless is depreciated
and undocumented.
Added tests for set{,e}{u,g}id to configure.  Use existance of
setuid/setgid to enable feature.  Use seteuid/setegid only if
they exist.
Fixed minor minor leak of username/groupname if specificied
more than once.  (This should actually be an error)
1999-04-21 00:40:20 +00:00
Kurt Zeilenga
a45bbea505 Remove quick install guide from README, it's too quick. Update INSTALL. 1999-03-28 21:33:32 +00:00
Kurt Zeilenga
3bd383132c Add "edit client configuration" & "edit server configuration" steps. 1999-02-08 18:52:42 +00:00
Kurt Zeilenga
4a38390906 Update docs with references to appropriate FAQ-O-Matic pages. 1999-01-24 02:11:45 +00:00
Kurt Zeilenga
82b94e2258 Change SLAPD shutdown to do a cond wait on active threads instead
of a busy wait and allow the pthread_yield within the loop to be
removed.  This was the only pthread_yield which was necessary
when usng non-preemptive threads.  As such, the configure.in
sched_yield/pthread_yield missing error can be removed from
configure.in.  If explicit yield function is missing, just provide
a no-op replacement.
Moved declaration of various slapd globals from main.c to init.c
so they can be shared with ldbm tools.
1999-01-11 18:36:40 +00:00
Kurt Zeilenga
972c821bbd A few minor updates in preparation for OpenLDAP 1.1.1. 1998-12-26 18:17:25 +00:00
Kurt Zeilenga
b0290c2d49 Fix "predantic" typo. 1998-12-17 13:46:12 +00:00
Kurt Zeilenga
8ada8333bf Add note reminding folks to remove config.cache after changing
environmental variables.
1998-12-03 18:38:35 +00:00
Kurt Zeilenga
41f649ef16 Skip replication test if slurpd doesn't exist.
Update Install document with testing step and other minor changes.
1998-11-30 20:41:52 +00:00
Kurt Zeilenga
ca606823d4 Update hints section with pointer to doc/install/hints. 1998-11-30 19:46:30 +00:00
Kurt Zeilenga
05059be190 Update INSTALL/README files with references to new documents.
Added new developer todo list.
1998-11-20 03:12:46 +00:00
Kurt Zeilenga
1963dde36d Add environment examples and hints. 1998-11-03 01:12:04 +00:00
Kurt Zeilenga
2a869f5a99 merged with autoconf branch 1998-10-25 01:41:42 +00:00
Kurt Zeilenga
238e73d76d Update the INSTALL process based upon the Make-common.gmake addition. 1998-09-16 04:25:09 +00:00
Kurt Zeilenga
fe035ff175 Fix typos 1998-08-29 19:43:44 +00:00
Kurt Zeilenga
806557a5ad Update notices to use "OpenLDAP Foundation" instead of
"Net Boolean Incorporated" and drop "Net Boolean" private
label.  This was done per agreement between the Foundation
and Net Boolean.   Long Live OpenLDAP!
1998-08-25 23:29:01 +00:00
Kurt Zeilenga
37b4b3f6cc Updated distribution documents. 1998-08-23 23:15:03 +00:00
Kurt Zeilenga
42e0d83cb3 Initial revision 1998-08-09 00:43:13 +00:00