diff options
Diffstat (limited to 'interface-definitions/sstp.xml.in')
-rw-r--r-- | interface-definitions/sstp.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/sstp.xml.in b/interface-definitions/sstp.xml.in index 290b45a98..9316db6fe 100644 --- a/interface-definitions/sstp.xml.in +++ b/interface-definitions/sstp.xml.in @@ -78,7 +78,7 @@ <description>Use a RADIUS server to autenticate users</description> </valueHelp> <constraint> - <regex>^(local|radius)</regex> + <regex>(local|radius)</regex> </constraint> <completionHelp> <list>local radius</list> @@ -105,7 +105,7 @@ <description>Require the peer to authenticate itself using MS-CHAPv2 [Microsoft Challenge Handshake Authentication Protocol, Version 2].</description> </valueHelp> <constraint> - <regex>^(pap|chap|mschap|mschap-v2)</regex> + <regex>(pap|chap|mschap|mschap-v2)</regex> </constraint> <completionHelp> <list>pap chap mschap mschap-v2</list> |