You are here

function simple_ldap_role_objectclass_ajax in Simple LDAP 7.2

Same name and namespace in other branches
  1. 7 simple_ldap_role/simple_ldap_role.admin.inc \simple_ldap_role_objectclass_ajax()

Handle simple_ldap_role_objectclass ajax calls.

1 string reference to 'simple_ldap_role_objectclass_ajax'
simple_ldap_role_admin in simple_ldap_role/simple_ldap_role.admin.inc
Simple LDAP Role configuration form.

File

simple_ldap_role/simple_ldap_role.admin.inc, line 220
Functions for Simple LDAP Role admin interface.

Code

function simple_ldap_role_objectclass_ajax($form, $form_state) {
  return array(
    $form['role']['simple_ldap_role_attribute_name'],
    $form['role']['simple_ldap_role_attribute_member'],
  );
}