Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
puppet-freeradius
Commits
73ea9298
Commit
73ea9298
authored
May 04, 2016
by
Jonathan Gazeley
Browse files
Revert "Format multiple LDAP servers as space-separated on one line"
This reverts commit
025183bd
.
parent
025183bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/ldap.erb
View file @
73ea9298
...
...
@@ -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
%>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment