Commit 8d6601a0 authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Uncomment credentials

parent 5eac89ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,8 +31,8 @@ ldap <%= @name %> {
	#  Note that this needs to match the name in the LDAP
	#  server certificate, if you're using ldaps.
	server = "<%= @server %>"
	#identity = "<%= @identity %>"
	#password = <%= @password %>
	identity = "<%= @identity %>"
	password = <%= @password %>
	basedn = "<%= @basedn %>"
	filter = "(uid=%{%{Stripped-User-Name}:-%{User-Name}})"
	#base_filter = "(objectclass=radiusprofile)"