Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 103 of 103 for LDAP (0.3 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Suggest */
        public static final String LABELS_general_menu_suggest = "{labels.general_menu_suggest}";
    
        /** The key of the message: LDAP */
        public static final String LABELS_general_menu_ldap = "{labels.general_menu_ldap}";
    
        /** The key of the message: Notification */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

            setSystemProperty(Constants.LDAP_INITIAL_CONTEXT_FACTORY, value);
        }
    
        default String getLdapInitialContextFactory() {
            return getSystemProperty(Constants.LDAP_INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory");
        }
    
        default void setLdapSecurityAuthentication(final String value) {
            setSystemProperty(Constants.LDAP_SECURITY_AUTHENTICATION, 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)
  3. CREDITS

    ================================================================
    
    github.com/go-ldap/ldap/v3
    https://github.com/go-ldap/ldap/v3
    ----------------------------------------------------------------
    The MIT License (MIT)
    
    Copyright (c) 2011-2015 Michael Mitton (******@****.***)
    Portions copyright (c) 2015-2024 go-ldap Authors
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Mar 13 05:29:51 UTC 2025
    - 1.8M bytes
    - Viewed (0)
Back to top