Commit ebe60105 authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Make the LDAP templates specify the module name

parent 38d1da77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
#  Setting "Auth-Type = LDAP" is ALMOST ALWAYS WRONG.  We
#  really can't emphasize this enough.
#	
ldap {
ldap <%= @name %> {
	#
	#  Note that this needs to match the name in the LDAP
	#  server certificate, if you're using ldaps.
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
#
#  Lightweight Directory Access Protocol (LDAP)
#
ldap {
ldap <%= @name %> {
	#  Note that this needs to match the name(s) in the LDAP server
	#  certificate, if you're using ldaps.  See OpenLDAP documentation
	#  for the behavioral semantics of specifying more than one host.