You are here

function shib_auth_new_rule_submit in Shibboleth Authentication 6.4

Same name and namespace in other branches
  1. 7.4 shib_auth_roles_forms.inc \shib_auth_new_rule_submit()

Creates a new rule, containing he rule name, the server attrubite, the RegExp, and the role names by calling save rule

File

./shib_auth_roles_forms.inc, line 204
Roles manager forms.

Code

function shib_auth_new_rule_submit($form, &$form_state) {
  shib_auth_save_rule($form_state, array());
}