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

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