Commit 32a4d3ee authored by Jonathan's avatar Jonathan
Browse files

Uncomment port definition

parent b6c0d1ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ ldap <%= @name %> {
	#  Port to connect on, defaults to 389. Setting this to
	#  636 will enable LDAPS if start_tls (see below) is not
	#  able to be used.
	#port = <%= @port %>
	port = <%= @port %>

	# seconds to wait for LDAP query to finish. default: 20
	timeout = <%= @timeout %>