mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-13 10:40:04 -04:00
Use soelim to fix .so problem
(Assumes soelim is generally available)
This commit is contained in:
parent
da6d9eb046
commit
6dcd9a9f77
39 changed files with 46 additions and 131 deletions
|
|
@ -32,7 +32,8 @@ all-common:
|
|||
-e 's%LIBDIR%$(libdir)%' \
|
||||
-e 's%LIBEXECDIR%$(libexecdir)%' \
|
||||
-e 's%RELEASEDATE%$(RELEASEDATE)%' \
|
||||
$(srcdir)/$$page > $$page.$(TMP_SUFFIX); \
|
||||
$(srcdir)/$$page \
|
||||
| $(SOELIM) - > $$page.$(TMP_SUFFIX); \
|
||||
done
|
||||
|
||||
install-common:
|
||||
|
|
|
|||
|
|
@ -149,6 +149,8 @@ SUBST = $(SHTOOL) subst
|
|||
MANCOMPRESS=$(CAT)
|
||||
MANCOMPRESSSUFFIX=
|
||||
|
||||
SOELIM=soelim
|
||||
|
||||
INCLUDEDIR= $(top_srcdir)/include
|
||||
LDAP_INCPATH= -I$(LDAP_INCDIR) -I$(INCLUDEDIR)
|
||||
LDAP_LIBDIR= $(top_builddir)/libraries
|
||||
|
|
|
|||
|
|
@ -358,7 +358,4 @@ which must be freed by the caller using supplied deallocation routines.
|
|||
.BR lber-sockbuf (3),
|
||||
.BR lber-types (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -285,7 +285,4 @@ The return values for all of these functions are declared in the
|
|||
.BR lber-sockbuf (3),
|
||||
.BR lber-types (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -46,7 +46,4 @@ arbitrary dynamically allocated objects.
|
|||
.BR lber-types (3)
|
||||
.LP
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -164,7 +164,4 @@ does nothing. If \fIfreebuf\fP is zero, the internal buffer is not freed.
|
|||
.BR lber-memory (3)
|
||||
.LP
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -231,7 +231,4 @@ The bind method must be synchronous.
|
|||
.B Cyrus SASL
|
||||
(http://asg.web.cmu.edu/sasl/)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -86,7 +86,4 @@ something went wrong initiating the request, else return 0.
|
|||
.BR ldap (3),
|
||||
.BR ldap_error (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -70,7 +70,4 @@ return dynamically allocated memory that must be freed by the caller via
|
|||
.BR ldap_get_values (3),
|
||||
.BR ldap_error (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -77,7 +77,4 @@ for a description of possible error codes.
|
|||
.BR ldap_get_values (3),
|
||||
.BR ldap_get_dn (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -80,7 +80,4 @@ NULL is returned. If an error occurs in
|
|||
.BR ldap_first_entry (3),
|
||||
.BR ldap_first_reference (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -69,7 +69,4 @@ NULL is returned. If an error occurs in
|
|||
.BR ldap_search (3),
|
||||
.BR ldap_parse_reference (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -234,7 +234,4 @@ These routines dynamically allocate memory that the caller must free.
|
|||
.BR ldap_memfree (3),
|
||||
.BR ldap_value_free (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -328,7 +328,4 @@ by setting that option to
|
|||
.B RFC 4422
|
||||
(http://www.rfc-editor.org),
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -99,7 +99,4 @@ using the supplied routines.
|
|||
.BR ldap_first_attribute (3),
|
||||
.BR ldap_error (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -78,7 +78,4 @@ for more details.
|
|||
.BR ldap (3),
|
||||
.BR ldap_error (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -105,7 +105,4 @@ errno should be set as well whenever appropriate.
|
|||
.BR ldap_set_option (3),
|
||||
.BR errno (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -58,7 +58,4 @@ Upon success LDAP_SUCCESS is returned. Otherwise the values of the
|
|||
.BR ldap_get_values (3),
|
||||
.BR ldap_controls_free (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -104,7 +104,4 @@ result parameters are undefined.
|
|||
.BR ldap_controls_free (3),
|
||||
.BR lber-types (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -38,7 +38,4 @@ ldap_memfree function.
|
|||
.BR ldap_result (3),
|
||||
.BR ldap_controls_free (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -47,7 +47,4 @@ ldap.h for a list of possible return codes.
|
|||
.SH SEE ALSO
|
||||
.BR ldap_search (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -63,7 +63,4 @@ returns the LDAP error code resulting from the rename operation.
|
|||
.BR ldap (3),
|
||||
.BR ldap_modify (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -127,7 +127,4 @@ return -1 on error.
|
|||
.BR ldap_first_message (3),
|
||||
.BR select (2)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -324,8 +324,4 @@ Unexpected end of data.
|
|||
.SH SEE ALSO
|
||||
.BR ldap (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -373,7 +373,4 @@ local ldap configuration file
|
|||
.SH AUTHOR
|
||||
Kurt Zeilenga, The OpenLDAP Project
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -273,7 +273,4 @@ commands.
|
|||
.LP
|
||||
"LDAP Data Interchange Format," Good, G., RFC 2849.
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -223,3 +223,5 @@ Berkeley DB configuration file
|
|||
.BR slapcat (8),
|
||||
.BR slapindex (8),
|
||||
Berkeley DB documentation.
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -1960,7 +1960,4 @@ default slapd configuration directory
|
|||
.LP
|
||||
"OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -139,3 +139,5 @@ default slapd configuration file
|
|||
.BR slapadd (8),
|
||||
.BR slapcat (8),
|
||||
.BR slapindex (8).
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -122,4 +122,5 @@ default slapd configuration file
|
|||
.BR slapd.access (5),
|
||||
.BR slapd (8),
|
||||
.BR ldap (3).
|
||||
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -1100,7 +1100,4 @@ default slapd configuration file
|
|||
.LP
|
||||
"OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -133,7 +133,4 @@ default slapd configuration directory
|
|||
.BR slapd (8).
|
||||
"OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -1803,7 +1803,4 @@ default slapd configuration file
|
|||
.LP
|
||||
"OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -125,7 +125,4 @@ default slapd configuration directory
|
|||
.BR slapd (8).
|
||||
"OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -119,7 +119,4 @@ default slapd configuration file
|
|||
.LP
|
||||
"OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -164,7 +164,4 @@ lockfile for slapd.replog
|
|||
.BR slapd (8),
|
||||
.BR slurpd (8)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -756,7 +756,4 @@ the
|
|||
IETF document named draft-behera-ldap-password-policy-09.txt,
|
||||
written in July of 2005.
|
||||
.P
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -56,3 +56,5 @@ ETCDIR/slapd.conf
|
|||
default slapd configuration file
|
||||
.SH SEE ALSO
|
||||
.BR slapd.conf (5).
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.so ../Project
|
||||
|
|
|
|||
|
|
@ -73,3 +73,5 @@ default slapd configuration file
|
|||
.BR slapd.conf (5),
|
||||
.BR slapo-accesslog (5).
|
||||
OpenLDAP Administrator's Guide.
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.so ../Project
|
||||
|
|
|
|||
Loading…
Reference in a new issue