ssh $host"psql -h localhost -U map_viewer -c \"update configuration_option_table set value = 'lcsb-cdc-lums-01.uni.lu' where type='LDAP_ADDRESS';\""
ssh $host"psql -h localhost -U map_viewer -c \"update configuration_option_table set value = '636' where type='LDAP_PORT';\""
ssh $host"psql -h localhost -U map_viewer -c \"update configuration_option_table set value = 'true' where type='LDAP_SSL';\""
ssh $host"psql -h localhost -U map_viewer -c \"update configuration_option_table set value = 'uid=ldap-reader-minerva,cn=users,cn=accounts,dc=uni,dc=lu' where type='LDAP_BIND_DN';\""
ssh $host"psql -h localhost -U map_viewer -c \"update configuration_option_table set value = 'cn=users,cn=accounts,dc=uni,dc=lu' where type='LDAP_BASE_DN';\""