- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 44 for memberOf (0.07 seconds)
-
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 08:03:27 GMT 2026 - 56.8K bytes - Click Count (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"; } });
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 16.9K bytes - Click Count (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); } }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 8.4K bytes - Click Count (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
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
// SAML form.samlSpBaseUrl = fessConfig.getSystemProperty("saml.sp.base.url", "http://localhost:8080"); form.samlAttributeGroupName = fessConfig.getSystemProperty("saml.attribute.group.name", "memberOf"); form.samlAttributeRoleName = fessConfig.getSystemProperty("saml.attribute.role.name", StringUtil.EMPTY); form.samlDefaultGroups = fessConfig.getSystemProperty("saml.default.groups", StringUtil.EMPTY);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 05:54:31 GMT 2026 - 27.2K bytes - Click Count (0) -
src/main/resources/fess_label.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
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
setSystemProperty(Constants.LDAP_SECURITY_PRINCIPAL, value); } default String getLdapMemberofAttribute() { return getSystemProperty(Constants.LDAP_MEMBEROF_ATTRIBUTE, "memberOf"); } default void setLdapMemberofAttribute(final String value) { setSystemProperty(Constants.LDAP_MEMBEROF_ATTRIBUTE, value); } default void setStorageEndpoint(final String value) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 92.3K bytes - Click Count (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=密鑰
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Group Filter */ public static final String LABELS_LDAP_GROUP_FILTER = "{labels.ldapGroupFilter}"; /** The key of the message: memberOf Attribute */ public static final String LABELS_LDAP_MEMBEROF_ATTRIBUTE = "{labels.ldapMemberofAttribute}"; /** The key of the message: Account Filter */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 172.6K bytes - Click Count (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=Конечная точка
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 66.6K bytes - Click Count (0)