Browse Source

New selects exported, allowing to dissecting the content of an attribute by
interpreting it as a "name-addr" value.

Ex.:
$loaded_uri = "\"display name\" <UserName@HostName;param>"
$user = @avp["$loaded_uri"].nameaddr.uri.user

'$user' will contain "UserName".


Closes issue #SER-365.

Bogdan Pintea 17 years ago
parent
commit
23741b6afe
1 changed files with 2 additions and 0 deletions
  1. 2 0
      NEWS

+ 2 - 0
NEWS

@@ -8,6 +8,8 @@ $Id$
 2.1.0 changes
 
 modules:
+ - avp       - export new selects table to allow dissecting the content of an
+               attribute by interpreting it as a "name-addr" value 
  - auth      - added extra authentication checks support, to protect
                against various reply attacks.
              - params: