- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 92 for memberOf (0.04 sec)
-
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
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 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_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) -
src/main/resources/fess_label_it.properties
labels.ldap_base_dn=DN base labels.ldapAccountFilter=Filtro account labels.ldapGroupFilter=Filtro gruppo labels.ldapMemberofAttribute=Attributo memberOf labels.ldap_account_filter=Filtro account labels.ldap_group_filter=Filtro gruppo labels.ldap_memberof_attribute=Attributo memberOf labels.notification_login=Pagina di login labels.notification_search_top=Pagina principale di ricerca labels.storage_endpoint=Endpoint
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
src/main/resources/fess_label_zh_CN.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.5K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.ldap_base_dn=DN de base labels.ldapAccountFilter=Filtre de compte labels.ldapGroupFilter=Filtre de groupe labels.ldapMemberofAttribute=Attribut memberOf labels.ldap_account_filter=Filtre de compte labels.ldap_group_filter=Filtre de groupe labels.ldap_memberof_attribute=Attribut memberOf labels.notification_login=Page de connexion labels.notification_search_top=Page d'accueil de la recherche labels.storage_endpoint=Point de terminaison
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
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_ja.properties
labels.ldap_admin_security_credentials=パスワード labels.ldap_base_dn=Base 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=アクセスキー
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Nov 07 06:19:20 UTC 2024 - 46.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
/** LDAP group filter configuration key. */ public static final String LDAP_GROUP_FILTER = "ldap.group.filter"; /** LDAP member of attribute configuration key. */ public static final String LDAP_MEMBEROF_ATTRIBUTE = "ldap.memberof.attribute"; // ============================================================ // Notification Configuration
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (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) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 86.5K bytes - Viewed (0)