Commit 73ea9298 authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Revert "Format multiple LDAP servers as space-separated on one line"

This reverts commit 025183bd.
parent 025183bd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@ ldap <%= @name %> {
	#    - ldapi:// (LDAP over Unix socket)
	#    - ldapc:// (Connectionless LDAP)
	#
	server =<% @serverarray.each do |srv| -%> <%= srv %><% end -%>
<% @serverarray.each do |srv| -%>       server = '<%= srv %>'
<% end -%>

	#  Port to connect on, defaults to 389, will be ignored for LDAP URIs.
	port = <%= @port %>