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
8e53091e
Commit
8e53091e
authored
Oct 10, 2021
by
Robert Dubner
Browse files
Add ./configure commands to demonstration/README.md
parent
4969a35d
Pipeline
#3627
passed with stage
in 45 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
contrib/slapd-modules/radiusov/demonstration/README.md
View file @
8e53091e
...
...
@@ -16,6 +16,14 @@ That said: to duplicate my system:
2) Build and install OpenLDAP from source.
For production:
./configure --enable-backends=mod --enable-overlays=mod --enable-modules --enable-dynamic --disable-ndb --disable-sql --disable-perl --disable-wt
For a debug build:
CFLAGS="-ggdb -O0" CXXFLAGS="-ggdb -O0" ./configure --enable-backends=mod --enable-overlays=mod --enable-modules --enable-dynamic --disable-ndb --disable-sql --disable-perl --disable-wt
3) Navigate to
`openldap/contrib/slapd-modules/radiusov`
and execute
make && make install
...
...
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