Skip to content
Snippets Groups Projects
  • Olav Morken's avatar
    b2306e36
    authorize:Authorize: Add deny & regex flags. · b2306e36
    Olav Morken authored
    This patch adds two new features to the authorize:Authorize filter:
    
    - Add flag to change the policy from default-deny to default-allow. This
      makes it possible to block specific users.
    - Add a flag that changes the matching algorithm from regex matching to
      string matching, which simplifies matching with strings that contain
      special characters.
    
    This patch also makes it simpler to subclass this filter.
    
    Thanks to Ryan Panning for implementing this!
    
    git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2987 44740490-163a-0410-bde0-09ae8108e29a
    b2306e36
    History
    authorize:Authorize: Add deny & regex flags.
    Olav Morken authored
    This patch adds two new features to the authorize:Authorize filter:
    
    - Add flag to change the policy from default-deny to default-allow. This
      makes it possible to block specific users.
    - Add a flag that changes the matching algorithm from regex matching to
      string matching, which simplifies matching with strings that contain
      special characters.
    
    This patch also makes it simpler to subclass this filter.
    
    Thanks to Ryan Panning for implementing this!
    
    git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2987 44740490-163a-0410-bde0-09ae8108e29a
Code owners
Assign users and groups as approvers for specific file changes. Learn more.