mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 13:40:37 -05:00
Clarify -enable-dns and "LDAPD" as being an X.500-to-LDAP gateway
This commit is contained in:
parent
af17a9f7ad
commit
170b97ef54
2 changed files with 6 additions and 6 deletions
6
configure
vendored
6
configure
vendored
|
|
@ -23,7 +23,7 @@ ac_help="$ac_help
|
|||
ac_help="$ac_help
|
||||
--enable-cache enable caching (yes)"
|
||||
ac_help="$ac_help
|
||||
--enable-dns enable V2 DNS extension (no)"
|
||||
--enable-dns enable V2 DX Referrals extension (no)"
|
||||
ac_help="$ac_help
|
||||
--enable-referrals enable V2 Referrals extension (yes)"
|
||||
ac_help="$ac_help
|
||||
|
|
@ -47,11 +47,11 @@ ac_help="$ac_help
|
|||
ac_help="$ac_help
|
||||
--with-yielding-select with implicitly yielding select (auto)"
|
||||
ac_help="$ac_help
|
||||
LDAPD Options:"
|
||||
LDAPD (X.500-to-LDAP Gateway) Options:"
|
||||
ac_help="$ac_help
|
||||
--enable-ldapd enable building ldapd (no)"
|
||||
ac_help="$ac_help
|
||||
SLAPD Options:"
|
||||
SLAPD (Standalone LDAP Daemon) Options:"
|
||||
ac_help="$ac_help
|
||||
--enable-slapd enable building slapd (yes)"
|
||||
ac_help="$ac_help
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ dnl ol_enable_syslog=no
|
|||
OL_ARG_ENABLE(syslog,[ --enable-syslog enable syslog support], auto)dnl
|
||||
OL_ARG_ENABLE(proctitle,[ --enable-proctitle enable proctitle support], yes)dnl
|
||||
OL_ARG_ENABLE(cache,[ --enable-cache enable caching], yes)dnl
|
||||
OL_ARG_ENABLE(dns,[ --enable-dns enable V2 DNS extension], no)dnl
|
||||
OL_ARG_ENABLE(dns,[ --enable-dns enable V2 DX Referrals extension], no)dnl
|
||||
OL_ARG_ENABLE(referrals,[ --enable-referrals enable V2 Referrals extension], yes)dnl
|
||||
OL_ARG_ENABLE(cldap,[ --enable-cldap enable connectionless ldap], no)dnl
|
||||
OL_ARG_ENABLE(x_compile,[ --enable-x-compile enable cross compiling],
|
||||
|
|
@ -98,11 +98,11 @@ OL_ARG_WITH(yielding_select,[ --with-yielding-select with implicitly yielding s
|
|||
dnl Server options
|
||||
|
||||
dnl LDAPD OPTIONS
|
||||
AC_ARG_WITH(xxldapdoptions,[LDAPD Options:])
|
||||
AC_ARG_WITH(xxldapdoptions,[LDAPD (X.500-to-LDAP Gateway) Options:])
|
||||
OL_ARG_ENABLE(ldapd,[ --enable-ldapd enable building ldapd], no)dnl
|
||||
|
||||
dnl SLAPD OPTIONS
|
||||
AC_ARG_WITH(xxslapdoptions,[SLAPD Options:])
|
||||
AC_ARG_WITH(xxslapdoptions,[SLAPD (Standalone LDAP Daemon) Options:])
|
||||
OL_ARG_ENABLE(slapd,[ --enable-slapd enable building slapd], yes)dnl
|
||||
OL_ARG_ENABLE(cleartext,[ --enable-cleartext enable cleartext passwords], yes)dnl
|
||||
OL_ARG_ENABLE(crypt,[ --enable-crypt enable crypt(3) passwords], auto)dnl
|
||||
|
|
|
|||
Loading…
Reference in a new issue