- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 63 for memberOf (1.28 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: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.ldap_base_dn=Basis-DN labels.ldapAccountFilter=Kontofilter labels.ldapGroupFilter=Gruppenfilter labels.ldapMemberofAttribute=memberOf-Attribut labels.ldap_account_filter=Kontofilter labels.ldap_group_filter=Gruppenfilter labels.ldap_memberof_attribute=memberOf-Attribut labels.notification_login=Anmeldeseite labels.notification_search_top=Such-Startseite labels.storage_endpoint=Endpunkt
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 46.9K bytes - Viewed (1) -
src/main/resources/fess_label_id.properties
labels.ldap_base_dn=DN Dasar labels.ldapAccountFilter=Filter Akun labels.ldapGroupFilter=Filter Grup labels.ldapMemberofAttribute=Atribut memberOf labels.ldap_account_filter=Filter Akun labels.ldap_group_filter=Filter Grup labels.ldap_memberof_attribute=Atribut memberOf labels.notification_login=Halaman Login labels.notification_search_top=Halaman Utama Pencarian labels.storage_endpoint=Endpoint
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 45.2K bytes - Viewed (0) -
src/main/resources/fess_label_pl.properties
labels.ldap_base_dn=Podstawowy DN labels.ldapAccountFilter=Filtr konta labels.ldapGroupFilter=Filtr grupy labels.ldapMemberofAttribute=Atrybut memberOf labels.ldap_account_filter=Filtr konta labels.ldap_group_filter=Filtr grupy labels.ldap_memberof_attribute=Atrybut memberOf labels.notification_login=Strona logowania labels.notification_search_top=Strona główna wyszukiwania labels.storage_endpoint=Punkt końcowy
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 48.1K bytes - Viewed (0) -
src/main/resources/fess_label_tr.properties
labels.ldap_base_dn=Temel DN labels.ldapAccountFilter=Hesap Filtresi labels.ldapGroupFilter=Grup Filtresi labels.ldapMemberofAttribute=memberOf Özniteliği labels.ldap_account_filter=Hesap Filtresi labels.ldap_group_filter=Grup Filtresi labels.ldap_memberof_attribute=memberOf Özniteliği labels.notification_login=Oturum Açma Sayfası labels.notification_search_top=Arama Ana Sayfası labels.storage_endpoint=Uç Nokta
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 47K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.ldap_base_dn=DN base labels.ldapAccountFilter=Filtro de cuenta labels.ldapGroupFilter=Filtro de grupo labels.ldapMemberofAttribute=Atributo memberOf labels.ldap_account_filter=Filtro de cuenta labels.ldap_group_filter=Filtro de grupo labels.ldap_memberof_attribute=Atributo memberOf labels.notification_login=Página de inicio de sesión labels.notification_search_top=Página superior de búsqueda labels.storage_endpoint=Punto final
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49K bytes - Viewed (0) -
src/main/resources/fess_label_hi.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: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 64.5K 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 ConfigurationRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 35.2K bytes - Viewed (0) -
src/main/resources/fess_label_ko.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=액세스 키
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 46.1K 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: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 88.2K bytes - Viewed (0)