sql/mysql/dialup.conf typo
7 Sep
2007
7 Sep
'07
6:19 p.m.
Another minor typo found in the MySQL example config. Kevin Bonner diff -u -r1.2 dialup.conf --- raddb/sql/mysql/dialup.conf 23 Jul 2007 14:34:27 -0000 1.2 +++ raddb/sql/mysql/dialup.conf 7 Sep 2007 22:15:38 -0000 @@ -20,7 +20,7 @@ # Use Stripped-User-Name, if it's there. # Else use User-Name, if it's there, # Else use hard-coded string "DEFAULT" as the user name. - #sql_user_name = "%{${Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}}" + #sql_user_name = "%{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}}" # sql_user_name = "%{User-Name}"
6876
Age (days ago)
6879
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alan DeKok -
Kevin Bonner