- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 152 for memberOf (0.06 sec)
-
src/main/webapp/js/admin/popper.min.js.map
this.options.onUpdate(data);\n }\n}\n","/**\n * Helper used to know if the given modifier is enabled.\n * @method\n * @memberof Popper.Utils\n * @returns {Boolean}\n */\nexport default function isModifierEnabled(modifiers, modifierName) {\n return modifiers.some(\n ({ name, enabled }) => enabled && name === modifierName\n );\n}\n","/**\n * Get the prefixed supported property name\n * @method\n * @memberof Popper.Utils\n * @argument {String} property (camelCase)\n * @returns {String} prefixed property (camelCase...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 120.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 28 09:13:08 UTC 2025 - 37.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/ldap/LdapUserTest.java
public String getLdapAccountFilter() { return "(uid=%s)"; } @Override public String getLdapGroupFilter() { return "(memberOf=%s)"; } @Override public String getRoleSearchUserPrefix() { return "U"; } });
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 16.6K bytes - Viewed (0) -
cmd/iam-store.go
// exist. gi = newGroupInfo(members) } else { gi.Members = set.CreateStringSet(append(gi.Members, members...)...).ToSlice() gi.UpdatedAt = UTCNow() } if err := store.saveGroupInfo(ctx, group, gi); err != nil { return updatedAt, err } cache.iamGroupsMap[group] = gi // update user-group membership map for _, member := range members { gset := cache.iamUserGroupMemberships[member]
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 86.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/login/SamlCredential.java
final List<String> list = new ArrayList<>(); final FessConfig fessConfig = ComponentUtil.getFessConfig(); final String key = fessConfig.getSystemProperty("saml.attribute.group.name", "memberOf"); if (StringUtil.isNotBlank(key)) { final List<String> nameList = attributes.get(key); if (nameList != null) { list.addAll(nameList); } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.4K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.ldap_base_dn=Base DN labels.ldapAccountFilter=Account Filter labels.ldapGroupFilter=Group Filter labels.ldapMemberofAttribute=memberOf Attribute labels.ldap_account_filter=Account Filter labels.ldap_group_filter=Group Filter labels.ldap_memberof_attribute=memberOf Attribute labels.notification_login=Login Page labels.notification_search_top=Search Top Page labels.storage_endpoint=Endpoint
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.ldap_admin_security_credentials=密碼 labels.ldap_base_dn=基本DN labels.ldapAccountFilter=帳戶過濾器 labels.ldapGroupFilter=組過濾器 labels.ldapMemberofAttribute=memberOf屬性 labels.ldap_account_filter=帳戶過濾器 labels.ldap_group_filter=組過濾器 labels.ldap_memberof_attribute=memberOf屬性 labels.notification_login=登入頁面 labels.notification_search_top=搜尋首頁 labels.storage_endpoint=端點 labels.storage_access_key=訪問金鑰 labels.storage_secret_key=密鑰
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.ldap_base_dn=Basis-DN labels.ldapAccountFilter=Accountfilter labels.ldapGroupFilter=Groepsfilter labels.ldapMemberofAttribute=memberOf-attribuut labels.ldap_account_filter=Accountfilter labels.ldap_group_filter=Groepsfilter labels.ldap_memberof_attribute=memberOf-attribuut labels.notification_login=Inlogpagina labels.notification_search_top=Zoek startpagina labels.storage_endpoint=Eindpunt
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
src/main/resources/fess_label_pt_BR.properties
labels.ldap_base_dn=DN base labels.ldapAccountFilter=Filtro de conta labels.ldapGroupFilter=Filtro de grupo labels.ldapMemberofAttribute=Atributo memberOf labels.ldap_account_filter=Filtro de conta labels.ldap_group_filter=Filtro de grupo labels.ldap_memberof_attribute=Atributo memberOf labels.notification_login=Página de login labels.notification_search_top=Página inicial de pesquisa labels.storage_endpoint=Ponto de extremidade
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.1K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.ldap_base_dn=Базовый DN labels.ldapAccountFilter=Фильтр учетных записей labels.ldapGroupFilter=Фильтр групп labels.ldapMemberofAttribute=Атрибут memberOf labels.ldap_account_filter=Фильтр учетных записей labels.ldap_group_filter=Фильтр групп labels.ldap_memberof_attribute=Атрибут memberOf labels.notification_login=Страница входа labels.notification_search_top=Главная страница поиска labels.storage_endpoint=Конечная точка
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 55.8K bytes - Viewed (0)