Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
50e91a5c
Commit
50e91a5c
authored
Aug 22, 2002
by
Kurt Zeilenga
Browse files
Re-enable back-sql
parent
50299d90
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
50e91a5c
OpenLDAP 2.1 Change Log
OpenLDAP 2.1.4 Engineering
Fixed slapd DN normalization (requires DB reload)
Fixed slapd bootParameter validation bug (ITS#1957)
Added LDAP SASL auxprop plugin to contrib
Added buffer overrun checks (ITS#1936, ITS#1965, ITS#2009-2011)
Fixed slapd saslRegex bug (ITS#1978)
Fixed back-monitor time stats (ITS#1984)
Fixed slapd saslRegexp normalization (ITS#1951)
...
...
@@ -17,21 +16,23 @@ OpenLDAP 2.1.4 Engineering
Fixed slapd " " handling (ITS#1998)
Fixed IPv6 underallocation bug (ITS#2018)
Fixed libldap gethostbyname init bug (ITS#2019)
Added LDAP SASL auxprop plugin to contrib
Added buffer overrun checks (ITS#1936, ITS#1965, ITS#2009-2011)
Added slapd subschema DN configuration (ITS#1893)
Updated slapd anon update error code (ITS#1987)
Updated slapd/libldap error messages (ITS#1989)
Updated slapd/libldap IPv4 only handling
Updated slapd bind logging (ITS#1809) (ITS#2017)
Updated libldap LDAP_OPT_RESTART handling
Updated new logging
Updated OpenLDAPaci (experimental) syntax/semantics (ITS#2005, ITS#2006)
Added slapd subschema DN configuration (ITS#1893)
Updated slapd bind logging (ITS#1809) (ITS#2017)
Updated OpenLDAPaci syntax/semantics (ITS#2005, ITS#2006)
Updated back-sql
Build Environment
Added OS/390 port
Updated WinNT port
Added DN testing to tests suite
Fixed krbName schema (ITS#1948)
Fixed pkiUser schema (ITS#1959)
Disabled back-sql (ITS#1966)
Fixed back-shell builds (ITS#1985)
Resolve liblutil/passwd <des.h> conflict (ITS#2016)
Resolved IRIX sc_mask conflict (ITS#2022)
...
...
configure
View file @
50e91a5c
This diff is collapsed.
Click to expand it.
configure.in
View file @
50e91a5c
...
...
@@ -216,10 +216,8 @@ OL_ARG_WITH(perl_module,[ --with-perl-module module type static|dynamic], s
OL_ARG_ENABLE(shell,[ --enable-shell enable shell backend], no)dnl
OL_ARG_WITH(shell_module,[ --with-shell-module module type static|dynamic], static,
[static dynamic])
dnl OL_ARG_ENABLE(sql,[ --enable-sql enable sql backend], no)dnl
dnl OL_ARG_WITH(sql_module,[ --with-sql-module module type static|dynamic], static, [static dynamic])
ol_enable_sql=${ol_enable_sql-no}
ol_with_sql_module=${ol_enable_sql-static}
OL_ARG_ENABLE(sql,[ --enable-sql enable sql backend], no)dnl
OL_ARG_WITH(sql_module,[ --with-sql-module module type static|dynamic], static, [static dynamic])
dnl ----------------------------------------------------------------
dnl SLURPD OPTIONS
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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