sc_ldap_groups
|
|
The sc_ldap_groups() macro returns all existing groups in Active Directory (AD) used in the sc_ldap_login macro.
Syntax
sc_ldap_groups();
Expected Return
Array ( [N] => Array
(
[uniquemember] => Array
(
[count] => 4
[0] => uid=einstein,dc=example,dc=com
[1] => uid=galieleo,dc=example,dc=com
[2] => uid=tesla,dc=example,dc=com
[3] => uid=newton,dc=example,dc=com
)
[0] => uniquemember
[ou] => Array
(
[count] => 1
[0] => scientists
)
[1] => ou
[cn] => Array
(
[count] => 1
[0] => Scientists
)
[2] => cn
[objectclass] => Array
(
[count] => 2
[0] => groupOfUniqueNames
[1] => top
)
[3] => objectclass
[count] => 4
[dn] => ou=scientists,dc=example,dc=com
) )
|
Macro Scope
|
calendar application
|
Form application
|
Control Form
|
onApplicationInit onValidate
|
onApplicationInit onValidate
|
onApplicationInit
|
|