Function __global->get_mapped_admin_group

Definitions

sources/cns_ldap.php

  • The LDAP group that maps to the first administrative group in the software (db_get_first_id()+1).
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • The group
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * The LDAP group that maps to the first administrative group in the software (db_get_first_id()+1).
 *
 * @return string The group
 */

function get_mapped_admin_group() : string