s/http/ldap
per issue here: https://github.com/noahbliss/freeipa-sam/issues/5
This commit is contained in:
parent
6c2a4f15c6
commit
9dbb9a99ba
@ -54,7 +54,7 @@ dotask() {
|
||||
read -sp "Enter password (will not echo): " bindpass
|
||||
;;
|
||||
5|ssl)
|
||||
[ "$prefix" == "ldaps" ] && prefix=http || prefix=ldaps
|
||||
[ "$prefix" == "ldaps" ] && prefix=ldap || prefix=ldaps
|
||||
;;
|
||||
|
||||
# Actions
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user