ssahani / rpms / freeradius

Forked from rpms/freeradius 6 years ago
Clone
30eb81d
diff --git a/raddb/modules/dhcp_sqlippool b/raddb/modules/dhcp_sqlippool
30eb81d
index 39358b2..2a29daf 100644
30eb81d
--- a/raddb/modules/dhcp_sqlippool
30eb81d
+++ b/raddb/modules/dhcp_sqlippool
30eb81d
@@ -14,8 +14,11 @@ sqlippool dhcp_sqlippool {
30eb81d
 	# Client's MAC address is mapped to Calling-Station-Id in policy.conf
30eb81d
 	pool-key = "%{Calling-Station-Id}"
30eb81d
 
30eb81d
-	# For now, it only works with MySQL.
30eb81d
-	$INCLUDE ${confdir}/sql/mysql/ippool-dhcp.conf
30eb81d
+	# For now, it only works with MySQL. 
30eb81d
+	# This line is commented by default to enable clean startup when you
30eb81d
+	# don't have freeradius-mysql installed. Uncomment this line if you 
30eb81d
+	# use this module.
30eb81d
+	#$INCLUDE ${confdir}/sql/mysql/ippool-dhcp.conf
30eb81d
  
30eb81d
 	sqlippool_log_exists = "DHCP: Existing IP: %{reply:Framed-IP-Address} (did %{Called-Station-Id} cli %{Calling-Station-Id} port %{NAS-Port} user %{User-Name})"
30eb81d