Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
170b97ef
Commit
170b97ef
authored
Aug 25, 1999
by
Kurt Zeilenga
Browse files
Clarify -enable-dns and "LDAPD" as being an X.500-to-LDAP gateway
parent
af17a9f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
170b97ef
...
...
@@ -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 D
NS
extension (no)"
--enable-dns enable V2 D
X 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
...
...
configure.in
View file @
170b97ef
...
...
@@ -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 D
NS
extension], no)dnl
OL_ARG_ENABLE(dns,[ --enable-dns enable V2 D
X 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment