Issue 8224 - configure --disable-slapd doesn't ignore every slapd option
Summary: configure --disable-slapd doesn't ignore every slapd option
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: build (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: 2.5.0
Assignee: Ryan Tandy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-26 21:55 UTC by Ryan Tandy
Modified: 2020-10-14 21:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Ryan Tandy 2015-08-26 21:55:59 UTC
Full_Name: Ryan Tandy
Version: RE24
OS: Debian
URL: 
Submission from: (NULL) (24.68.37.4)
Submitted by: ryan


The configure script forcibly disables most slapd options if slapd is disabled,
but a few are missing: --enable-cleartext --enable-crypt --enable-lmpasswd
--enable-spasswd --enable-slp

Actually that whole section seems like it could be cleaned up/de-duplicated a
bit...
Comment 1 Quanah Gibson-Mount 2017-04-12 16:45:56 UTC
moved from Incoming to Software Bugs
Comment 3 Ryan Tandy 2020-04-22 18:32:52 UTC
Commits:
82c8d3eb by Ryan Tandy at 2020-04-22T16:18:50+00:00
ITS#8772 Remove --with-threads=mach option

- - - - -
eadba4d0 by Ryan Tandy at 2020-04-22T16:18:50+00:00
ITS#8224 Use AS_HELP_STRING to indent configure options consistently

- - - - -
a2882e5e by Ryan Tandy at 2020-04-22T16:18:50+00:00
ITS#8224 Simplify --disable-slapd logic

- - - - -
5144fba8 by Ryan Tandy at 2020-04-22T16:18:50+00:00
ITS#8224 Simplify slapd minimal built-in backend check

--enable-slapd=auto is now implicitly handled the same as =yes.

- - - - -
2678a32a by Ryan Tandy at 2020-04-22T16:18:50+00:00
ITS#8224 Consolidate configure options validation

- - - - -
0c4ee60a by Ryan Tandy at 2020-04-22T11:31:01-07:00
ITS#8224 Regenerate configure

- - - - -