Home
last modified time | relevance | path

Searched refs:group_scope (Results 1 – 25 of 37) sorted by relevance

12

/dports/net/nss-pam-ldapd/nss-pam-ldapd-0.9.11/nslcd/
H A Dgroup.c59 int group_scope = LDAP_SCOPE_DEFAULT; variable
190 if (group_scope == LDAP_SCOPE_DEFAULT) in group_init()
191 group_scope = nslcd_cfg->scope; in group_init()
515 search = myldap_search(session, base, group_scope, filter, in nslcd_group_bymember()
566 search = myldap_search(session, base, group_scope, filter, group_bymember_attrs, NULL); in nslcd_group_bymember()
H A Dattmap.c69 extern int group_scope;
85 case LM_GROUP: return &group_scope; in scope_get_var()
/dports/net/nss-pam-ldapd-sasl/nss-pam-ldapd-0.9.11/nslcd/
H A Dgroup.c59 int group_scope = LDAP_SCOPE_DEFAULT; variable
190 if (group_scope == LDAP_SCOPE_DEFAULT) in group_init()
191 group_scope = nslcd_cfg->scope; in group_init()
515 search = myldap_search(session, base, group_scope, filter, in nslcd_group_bymember()
566 search = myldap_search(session, base, group_scope, filter, group_bymember_attrs, NULL); in nslcd_group_bymember()
H A Dattmap.c69 extern int group_scope;
85 case LM_GROUP: return &group_scope; in scope_get_var()
/dports/www/rt50/rt-5.0.2/t/externalauth/
H A Dldap_group.t126 diag "Subgroup isn't used with default group_scope of base";
137 diag "Using group_scope of sub not base";
139 RT->Config->Get('ExternalSettings')->{My_LDAP}{group_scope} = 'sub';
/dports/www/rt44/rt-4.4.5/t/externalauth/
H A Dldap_group.t126 diag "Subgroup isn't used with default group_scope of base";
137 diag "Using group_scope of sub not base";
139 RT->Config->Get('ExternalSettings')->{My_LDAP}{group_scope} = 'sub';
/dports/www/rt44/rt-4.4.5/lib/RT/Authen/ExternalAuth/
H A DLDAP.pm207 my $group_scope = $config->{'group_scope'} || 'base';
325 $group_scope,
334 scope => $group_scope);
/dports/www/rt50/rt-5.0.2/lib/RT/Authen/ExternalAuth/
H A DLDAP.pm207 my $group_scope = $config->{'group_scope'} || 'base';
325 $group_scope,
334 scope => $group_scope);
/dports/security/cyrus-sasl2-ldapdb/cyrus-sasl-2.1.28/saslauthd/
H A Dlak.h85 int group_scope; member
H A Dlak.c228 conf->group_scope = LDAP_SCOPE_ONELEVEL; in lak_config_read()
230 conf->group_scope = LDAP_SCOPE_BASE; in lak_config_read()
390 conf->group_scope = LDAP_SCOPE_SUBTREE; in lak_config()
1357 …rc = ldap_search_st(lak->ld, group_search_base, lak->conf->group_scope, group_filter, (char **) gr… in lak_group_member()
/dports/security/cyrus-sasl2/cyrus-sasl-2.1.28/saslauthd/
H A Dlak.h85 int group_scope; member
H A Dlak.c228 conf->group_scope = LDAP_SCOPE_ONELEVEL; in lak_config_read()
230 conf->group_scope = LDAP_SCOPE_BASE; in lak_config_read()
390 conf->group_scope = LDAP_SCOPE_SUBTREE; in lak_config()
1357 …rc = ldap_search_st(lak->ld, group_search_base, lak->conf->group_scope, group_filter, (char **) gr… in lak_group_member()
/dports/security/cyrus-sasl2-gssapi/cyrus-sasl-2.1.28/saslauthd/
H A Dlak.h85 int group_scope; member
/dports/security/cyrus-sasl2-saslauthd/cyrus-sasl-2.1.28/saslauthd/
H A Dlak.h85 int group_scope; member
/dports/security/cyrus-sasl2-srp/cyrus-sasl-2.1.28/saslauthd/
H A Dlak.h85 int group_scope; member
/dports/sysutils/vector/vector-0.10.0/cargo-crates/sasl2-sys-0.1.12/sasl2/saslauthd/
H A Dlak.h91 int group_scope; member
/dports/security/cyrus-sasl2-sql/cyrus-sasl-2.1.28/saslauthd/
H A Dlak.h85 int group_scope; member
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/ptclient/
H A Dldap.c170 int group_scope; member
534 ptsm->group_scope = LDAP_SCOPE_ONELEVEL; in myinit()
536 ptsm->group_scope = LDAP_SCOPE_BASE; in myinit()
538 ptsm->group_scope = LDAP_SCOPE_SUBTREE; in myinit()
1287 … rc = ldap_search_st(ptsm->ld, base, ptsm->group_scope, filter, attrs, 0, &(ptsm->timeout), &res); in ptsmodule_make_authstate_filter()
1507 … rc = ldap_search_st(ptsm->ld, base, ptsm->group_scope, filter, attrs, 0, &(ptsm->timeout), &res); in ptsmodule_make_authstate_group()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/ptclient/
H A Dldap.c170 int group_scope; member
534 ptsm->group_scope = LDAP_SCOPE_ONELEVEL; in myinit()
536 ptsm->group_scope = LDAP_SCOPE_BASE; in myinit()
538 ptsm->group_scope = LDAP_SCOPE_SUBTREE; in myinit()
1287 … rc = ldap_search_st(ptsm->ld, base, ptsm->group_scope, filter, attrs, 0, &(ptsm->timeout), &res); in ptsmodule_make_authstate_filter()
1507 … rc = ldap_search_st(ptsm->ld, base, ptsm->group_scope, filter, attrs, 0, &(ptsm->timeout), &res); in ptsmodule_make_authstate_group()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/ptclient/
H A Dldap.c170 int group_scope; member
545 ptsm->group_scope = LDAP_SCOPE_ONELEVEL; in myinit()
547 ptsm->group_scope = LDAP_SCOPE_BASE; in myinit()
549 ptsm->group_scope = LDAP_SCOPE_SUBTREE; in myinit()
1286 … rc = ldap_search_st(ptsm->ld, base, ptsm->group_scope, filter, attrs, 0, &(ptsm->timeout), &res); in ptsmodule_make_authstate_filter()
1500 … rc = ldap_search_st(ptsm->ld, base, ptsm->group_scope, filter, attrs, 0, &(ptsm->timeout), &res); in ptsmodule_make_authstate_group()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/tests/integration/targets/win_domain_group/tasks/
H A Dmain.yml61 - create_default.group_scope == 'Global'
188 - create_non_default.group_scope == 'DomainLocal'
283 - modify_existing.group_scope == 'Global'
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_domain_group/tasks/
H A Dmain.yml61 - create_default.group_scope == 'Global'
188 - create_non_default.group_scope == 'DomainLocal'
283 - modify_existing.group_scope == 'Global'
/dports/www/ilias/ILIAS-5.4.25/Services/LDAP/classes/
H A Dclass.ilLDAPServer.php736 $this->group_scope = $a_value;
740 return $this->group_scope;
1144 $this->setGroupScope($row->group_scope);
/dports/www/ilias6/ILIAS-6.14/Services/LDAP/classes/
H A Dclass.ilLDAPServer.php736 $this->group_scope = $a_value;
740 return $this->group_scope;
1144 $this->setGroupScope($row->group_scope);
/dports/net/samba412/samba-4.12.15/python/samba/netcmd/
H A Dgroup.py113 versionopts=None, H=None, groupou=None, group_scope=None, argument
117 gtype = security_group.get(group_scope, GTYPE_SECURITY_GLOBAL_GROUP)
119 gtype = distribution_group.get(group_scope, GTYPE_DISTRIBUTION_GLOBAL_GROUP)

12