Skip to content
Snippets Groups Projects
Commit 93cd111f authored by Xueshan Feng's avatar Xueshan Feng
Browse files

Test ENABLE_SIMPLE with yes value to enable.

parent 67f87f05
No related branches found
No related tags found
No related merge requests found
...@@ -261,9 +261,9 @@ case "${ACTION}" in ...@@ -261,9 +261,9 @@ case "${ACTION}" in
;; ;;
ldap) ldap)
if [[ -z "$ENABLE_SIMPLE" ]]; then # Default slapd url
endpoints="ldap:///" endpoints="ldap:///"
else if [[ "$ENABLE_SIMPLE" = "yes" ]]; then
endpoints="ldap:/// ldaps:///" endpoints="ldap:/// ldaps:///"
# Simple bind needs saslauthd. # Simple bind needs saslauthd.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment