Home
last modified time | relevance | path

Searched refs:admin_groups (Results 1 – 25 of 45) sorted by relevance

12

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/auth/saml/
H A Dconfig.rb24 def admin_groups singletonMethod in Gitlab.Auth.Saml.Config
/dports/deskutils/moregroupware/moregroupware/include/
H A Dmodule_exec.inc.php242 $admin_groups = "Admin, ".implode(', ', $module_admins).", Default"; variable
245 $admin_groups = "Admin & Default"; variable
247 $buffer .= "\nSetting default rights to groups: $admin_groups\n";
/dports/www/phpgroupware/phpgroupware-0.9.16.017/projects/inc/
H A Dclass.soprojects.inc.php855 $admin_groups = $GLOBALS['phpgw']->accounts->membership($this->account);
867 if (is_array($admin_groups))
869 for ($j=0;$j<count($admin_groups);$j++)
871 if ($admin_groups[$j]['account_id'] == $admins[$i]['account_id'])
885 $admin_groups = $GLOBALS['phpgw']->accounts->membership($this->account);
897 if (is_array($admin_groups))
899 for ($j=0;$j<count($admin_groups);$j++)
901 if ($admin_groups[$j]['account_id'] == $admins[$i]['account_id'])
/dports/www/seahub/seahub-8.0.7-server/seahub/api2/endpoints/admin/
H A Dshares.py134 admin_groups = ExtraGroupsSharePermission.objects.get_admin_groups_by_repo(repo.repo_id)
148 share_info['is_admin'] = group_id in admin_groups
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/
H A Dlib-auth.php57 public $admin_groups = NULL; variable in Zenphoto_Authority
74 $this->admin_all = $this->admin_groups = $this->admin_users = $this->admin_other = array();
87 $this->admin_groups[$user['id']] = $user;
236 return $this->admin_groups;
/dports/sysutils/accountsservice/accountsservice-0.6.55/src/
H A Ddaemon.c1166 g_autofree gchar *admin_groups = NULL; local
1183 admin_groups = g_strconcat (ADMIN_GROUP, ",",
1186 admin_groups = g_strdup (ADMIN_GROUP);
1189 argv[7] = admin_groups;
/dports/www/seahub/seahub-8.0.7-server/seahub/api2/endpoints/
H A Ddir_shared_items.py113 admin_groups = ExtraGroupsSharePermission.objects.get_admin_groups_by_repo(repo_id)
145 "is_admin": group_id in admin_groups,
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dexim.vim33 syn keyword eximKeyword accept_8bitmime accept_timeout admin_groups allow_mx_to_ip always_bcc auth_…
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dexim.vim33 syn keyword eximKeyword accept_8bitmime accept_timeout admin_groups allow_mx_to_ip always_bcc auth_…
/dports/mail/exim-monitor/exim-4.95/src/
H A Dglobals.h357 extern gid_t *admin_groups; /* List of admin groups */
H A Dexim.c3948 else if (admin_groups)
3949 for (int j = 1; j <= (int)admin_groups[0] && !f.admin_user; j++)
3950 if (admin_groups[j] == group_list[i])
/dports/mail/exim-mysql/exim-4.95/src/
H A Dglobals.h357 extern gid_t *admin_groups; /* List of admin groups */
H A Dexim.c3948 else if (admin_groups)
3949 for (int j = 1; j <= (int)admin_groups[0] && !f.admin_user; j++)
3950 if (admin_groups[j] == group_list[i])
H A Dglobals.c628 gid_t *admin_groups = NULL; variable
/dports/mail/exim-sqlite/exim-4.95/src/
H A Dglobals.h357 extern gid_t *admin_groups; /* List of admin groups */
H A Dexim.c3948 else if (admin_groups)
3949 for (int j = 1; j <= (int)admin_groups[0] && !f.admin_user; j++)
3950 if (admin_groups[j] == group_list[i])
/dports/mail/exim-ldap2/exim-4.95/src/
H A Dglobals.h357 extern gid_t *admin_groups; /* List of admin groups */
H A Dexim.c3948 else if (admin_groups)
3949 for (int j = 1; j <= (int)admin_groups[0] && !f.admin_user; j++)
3950 if (admin_groups[j] == group_list[i])
/dports/mail/exim/exim-4.95/src/
H A Dglobals.h357 extern gid_t *admin_groups; /* List of admin groups */
H A Dexim.c3948 else if (admin_groups)
3949 for (int j = 1; j <= (int)admin_groups[0] && !f.admin_user; j++)
3950 if (admin_groups[j] == group_list[i])
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Dglobals.h357 extern gid_t *admin_groups; /* List of admin groups */
H A Dexim.c3948 else if (admin_groups)
3949 for (int j = 1; j <= (int)admin_groups[0] && !f.admin_user; j++)
3950 if (admin_groups[j] == group_list[i])
/dports/mail/exim-postgresql/exim-4.95/src/
H A Dglobals.h357 extern gid_t *admin_groups; /* List of admin groups */
H A Dexim.c3948 else if (admin_groups)
3949 for (int j = 1; j <= (int)admin_groups[0] && !f.admin_user; j++)
3950 if (admin_groups[j] == group_list[i])
H A Dglobals.c628 gid_t *admin_groups = NULL; variable

12