You are here

function shib_auth_edit_rule_submit in Shibboleth Authentication 6.4

Same name and namespace in other branches
  1. 5.3 shib_auth_admin.inc \shib_auth_edit_rule_submit()
  2. 7.4 shib_auth_roles_forms.inc \shib_auth_edit_rule_submit()

Edits a 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 222
Roles manager forms.

Code

function shib_auth_edit_rule_submit($form, &$form_state) {
  shib_auth_save_rule($form_state, "id");
}