We use extended regexps when available, this is no longer configurable
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 9 Jul 2013 21:55:25 +0000 (22:55 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 9 Jul 2013 21:57:36 +0000 (22:57 +0100)
doc/modules/ldap_howto.rst
raddb/vmpsd.conf.in
src/tests/eapsim-03/radiusd-example.txt

index b534ace..f147171 100644 (file)
@@ -1483,8 +1483,6 @@ edit radiusd.conf::
     port = 0
     hostname_lookups = no
     allow_core_dumps = no
-    regular_expressions        = yes
-    extended_expressions       = yes
     log_stripped_names = no
     log_auth = no
     log_auth_badpass = no
index 3ce371d..9189db4 100644 (file)
@@ -267,17 +267,6 @@ hostname_lookups = no
 #
 allow_core_dumps = no
 
-#  Regular expressions
-#
-#  These items are set at configure time.  If they're set to "yes",
-#  then setting them to "no" turns off regular expression support.
-#
-#  If they're set to "no" at configure time, then setting them to "yes"
-#  WILL NOT WORK.  It will give you an error.
-#
-regular_expressions    = yes
-extended_expressions   = yes
-
 #
 #  Logging section.  The various "log_*" configuration items
 #  will eventually be moved here.
index 80c151d..75c9deb 100644 (file)
@@ -220,17 +220,6 @@ hostname_lookups = no
 #
 allow_core_dumps = yes
 
-#  Regular expressions
-#
-#  These items are set at configure time.  If they're set to "yes",
-#  then setting them to "no" turns off regular expression support.
-#
-#  If they're set to "no" at configure time, then setting them to "yes"
-#  WILL NOT WORK.  It will give you an error.
-#
-regular_expressions    = yes
-extended_expressions   = yes
-
 #  Log the full User-Name attribute, as it was found in the request.
 #
 # allowed values: {no, yes}