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
Robert Dubner
OpenLDAP
Commits
fdbe416d
Commit
fdbe416d
authored
Jan 20, 1999
by
Kurt Zeilenga
Browse files
Update version info.
parent
0bc3cd6f
Changes
4
Hide whitespace changes
Inline
Side-by-side
ANNOUNCEMENT
View file @
fdbe416d
A N N O U N C E M E N T
A N N O U N C E M E N T
OpenLDAP 1.
1
OpenLDAP 1.
2
The OpenLDAP Project is pleased to announce the availability
The OpenLDAP Project is pleased to announce the availability
of OpenLDAP release 1.
1
, a suite of the Lightweight Weight
of OpenLDAP release 1.
2
, a suite of the Lightweight Weight
Directory Protocol servers, clients, utilities, and development tools.
Directory Protocol servers, clients, utilities, and development tools.
OpenLDAP is derived from University of Michigan LDAP release 3.3.
OpenLDAP is derived from University of Michigan LDAP release 3.3.
...
@@ -33,6 +33,11 @@
...
@@ -33,6 +33,11 @@
- whois++d - a WHOIS++-to-LDAP gateway
- whois++d - a WHOIS++-to-LDAP gateway
CHANGES
CHANGES
Changes from OpenLDAP 1.1
- ldappasswd tool, password prompting, salted MD5/SHA1 support
- platforms updates, and
- numerous bug fixes and build changes.
Changes from OpenLDAP 1.0
Changes from OpenLDAP 1.0
- improved build environment with dynamic library support,
- improved build environment with dynamic library support,
- externally configurable client library support: ldap.conf(5),
- externally configurable client library support: ldap.conf(5),
...
...
build/version
View file @
fdbe416d
1.
1.4
-Engineering
1.
2.0
-Engineering
configure
View file @
fdbe416d
...
@@ -756,7 +756,7 @@ fi
...
@@ -756,7 +756,7 @@ fi
PACKAGE
=
openldap
PACKAGE
=
openldap
VERSION
=
1.
1
VERSION
=
1.
2
if
test
"
`
cd
$srcdir
&&
pwd
`
"
!=
"
`
pwd
`
"
&&
test
-f
$srcdir
/config.status
;
then
if
test
"
`
cd
$srcdir
&&
pwd
`
"
!=
"
`
pwd
`
"
&&
test
-f
$srcdir
/config.status
;
then
{
echo
"configure: error: source directory already configured; run "
make distclean
" there first"
1>&2
;
exit
1
;
}
{
echo
"configure: error: source directory already configured; run "
make distclean
" there first"
1>&2
;
exit
1
;
}
...
...
configure.in
View file @
fdbe416d
...
@@ -10,7 +10,7 @@ dnl
...
@@ -10,7 +10,7 @@ dnl
dnl Configure.in for OpenLDAP
dnl Configure.in for OpenLDAP
AC_INIT(include/ldap.h)dnl
AC_INIT(include/ldap.h)dnl
AC_CONFIG_AUX_DIR(build)dnl
AC_CONFIG_AUX_DIR(build)dnl
AM_INIT_AUTOMAKE(openldap,[1.
1
], [no ac_define])dnl
AM_INIT_AUTOMAKE(openldap,[1.
2
], [no ac_define])dnl
dnl Do not use AutoConf 2.12; it produces a configuration script
dnl Do not use AutoConf 2.12; it produces a configuration script
dnl that causes an "internal 2K buffer" error on HPUX when run
dnl that causes an "internal 2K buffer" error on HPUX when run
...
...
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