- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 48 for oldMap (0.19 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/user/AdminUserAction.java
*/ public static void resetPassword(final CreateForm form) { form.password = null; form.confirmPassword = null; } /** * Validates LDAP user attribute types using the configured LDAP manager. * * @param attributes the map of attributes to validate * @param throwError callback to report any validation errors */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 19.5K bytes - Viewed (0) -
src/main/java/jcifs/SidResolver.java
* given user when the target object's ACL has local groups. Local groups * are not listed in a user's group membership (e.g. as represented by the * tokenGroups constructed attribute retrieved via LDAP). * * Domain groups nested inside a local group are currently not expanded. In * this case the key (SID) type will be SID_TYPE_DOM_GRP rather than * SID_TYPE_USER. * * @param tc
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/ProtocolHelperTest.java
assertFalse(protocolHelper.isValidWebProtocol("file://example.com")); assertFalse(protocolHelper.isValidWebProtocol("smb://example.com")); assertFalse(protocolHelper.isValidWebProtocol("ldap://example.com")); assertFalse(protocolHelper.isValidWebProtocol("example.com")); assertFalse(protocolHelper.isValidWebProtocol("")); assertFalse(protocolHelper.isValidWebProtocol("xyz")); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 21.5K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.general_menu_suggest=Suggest labels.general_menu_ldap=LDAP labels.general_menu_notification=Notification labels.general_storage=Storage labels.ldapProviderUrl=LDAP URL labels.ldapSecurityPrincipal=User DN labels.ldapAdminSecurityPrincipal=Bind DN labels.ldapAdminSecurityCredentials=Password labels.ldapBaseDn=Base DN labels.ldap_provider_url=LDAP URL labels.ldap_security_principal=User DN
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/java/org/codelibs/fess/util/ComponentUtil.java
* @return The role query helper. */ public static RoleQueryHelper getRoleQueryHelper() { return getComponent(ROLE_QUERY_HELPER); } /** * Gets the LDAP manager component. * @return The LDAP manager. */ public static LdapManager getLdapManager() { return getComponent(LDAP_MANAGER); } /** * Gets the activity helper component.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 28.9K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.general_menu_logging=日誌記錄 labels.general_menu_suggest=建議 labels.general_menu_ldap=LDAP labels.general_menu_notification=顯示通知 labels.general_storage=儲存 labels.ldapProviderUrl=LDAP URL labels.ldapSecurityPrincipal=使用者DN labels.ldapAdminSecurityPrincipal=綁定DN labels.ldapAdminSecurityCredentials=密碼 labels.ldapBaseDn=基本DN labels.ldap_provider_url=LDAP URL labels.ldap_security_principal=使用者DN labels.ldap_admin_security_principal=綁定DN
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/java/org/codelibs/fess/app/web/admin/systeminfo/AdminSysteminfoAction.java
* @return true if the value should be masked, false otherwise */ protected static boolean isMaskedValue(final String key) { return "http.proxy.password".equals(key) // || "ldap.admin.security.credentials".equals(key) // || "spnego.preauth.password".equals(key) // || "app.cipher.key".equals(key) // || "oic.client.id".equals(key) //
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.7K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.general_menu_suggest=Vorschlagen labels.general_menu_ldap=LDAP labels.general_menu_notification=Benachrichtigung labels.general_storage=Speicher labels.ldapProviderUrl=LDAP-URL labels.ldapSecurityPrincipal=Benutzer-DN labels.ldapAdminSecurityPrincipal=Bind-DN labels.ldapAdminSecurityCredentials=Passwort labels.ldapBaseDn=Basis-DN labels.ldap_provider_url=LDAP-URL labels.ldap_security_principal=Benutzer-DN
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
src/main/resources/fess_label_pl.properties
labels.general_menu_suggest=Sugestia labels.general_menu_ldap=LDAP labels.general_menu_notification=Pokaż powiadomienie labels.general_storage=Przechowywanie labels.ldapProviderUrl=URL LDAP labels.ldapSecurityPrincipal=DN użytkownika labels.ldapAdminSecurityPrincipal=DN powiązania labels.ldapAdminSecurityCredentials=Hasło labels.ldapBaseDn=Podstawowy DN labels.ldap_provider_url=URL LDAP labels.ldap_security_principal=DN użytkownika
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 44.6K bytes - Viewed (0) -
src/main/java/jcifs/smb1/UniAddress.java
try { context = new InitialDirContext(); for ( ;; ) { try { Attributes attributes = context.getAttributes( "dns:/_ldap._tcp.dc._msdcs." + name, new String[] { "SRV" } ); return name; } catch (NameNotFoundException nnfe) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 17K bytes - Viewed (0)