Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for ldap (0.09 sec)

  1. cmd/admin-handlers.go

    	const operationTimeout = 10 * time.Second
    	ldap := madmin.LDAP{}
    	if globalIAMSys.LDAPConfig.Enabled() {
    		ldapConn, err := globalIAMSys.LDAPConfig.LDAP.Connect()
    		//nolint:gocritic
    		if err != nil {
    			ldap.Status = string(madmin.ItemOffline)
    		} else if ldapConn == nil {
    			ldap.Status = "Not Configured"
    		} else {
    			// Close ldap connection to avoid leaks.
    			ldapConn.Close()
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Oct 04 11:32:32 UTC 2024
    - 99.7K bytes
    - Viewed (0)
  2. cmd/site-replication.go

    	s := madmin.IDPSettings{}
    	s.LDAP = madmin.LDAPSettings{
    		IsLDAPEnabled:          globalIAMSys.LDAPConfig.Enabled(),
    		LDAPUserDNSearchBase:   globalIAMSys.LDAPConfig.LDAP.UserDNSearchBaseDistName,
    		LDAPUserDNSearchFilter: globalIAMSys.LDAPConfig.LDAP.UserDNSearchFilter,
    		LDAPGroupSearchBase:    globalIAMSys.LDAPConfig.LDAP.GroupSearchBaseDistName,
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Aug 15 12:04:40 UTC 2024
    - 185.1K bytes
    - Viewed (0)
  3. compat/maven-model-builder/src/test/resources/dag.txt

    	quarkus/extensions/oidc/deployment/pom.xml
    	quarkus/test-framework/junit5-internal/pom.xml
    quarkus/integration-tests/elytron-security-ldap/pom.xml
    	quarkus/extensions/resteasy-classic/resteasy/runtime/pom.xml
    	quarkus/extensions/elytron-security-ldap/runtime/pom.xml
    	quarkus/test-framework/ldap/pom.xml
    	quarkus/test-framework/junit5/pom.xml
    quarkus/devtools/cli/pom.xml
    	quarkus/extensions/picocli/runtime/pom.xml
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 224K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_FIELDS = "{labels.fields}";
    
        /** The key of the message: Extended Query */
        public static final String LABELS_ex_q = "{labels.ex_q}";
    
        /** The key of the message: LDAP URL */
        public static final String LABELS_LDAP_PROVIDER_URL = "{labels.ldapProviderUrl}";
    
        /** The key of the message: User DN */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    no very clear notion how long ago anything had happened.)  So she
    began again:  `Ou est ma chatte?' which was the first sentence in
    her French lesson-book.  The Mouse gave a sudden leap out of the
    water, and seemed to quiver all over with fright.  `Oh, I beg
    your pardon!' cried Alice hastily, afraid that she had hurt the
    poor animal's feelings.  `I quite forgot you didn't like cats.'
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
Back to top