s/http/ldap

per issue here: https://github.com/noahbliss/freeipa-sam/issues/5
This commit is contained in:
Noah Bliss 2022-01-07 11:18:22 -05:00 committed by GitHub
parent 6c2a4f15c6
commit 9dbb9a99ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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