Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 79 for DN (0.03 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DependencyManagementResultsAsInputsIntegrationTest.groovy

                }
            """
    
            when:
            succeeds("verify", "-Dn=foo")
    
            then:
            executedAndNotSkipped(":verify")
    
            when:
            succeeds("verify", "-Dn=foo")
    
            then:
            skipped(":verify")
    
            when:
            succeeds("verify", "-Dn=bar")
    
            then:
            executedAndNotSkipped(":verify")
    
            where:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 19:04:04 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_fr.properties

    labels.term	=	Terme
    labels.fields	=	Des champs
    labels.ex_q	=	Requête étendue
    labels.ldapProviderUrl	=	URL LDAP
    labels.ldapSecurityPrincipal	=	DN de l'utilisateur
    labels.ldapAdminSecurityPrincipal	=	Bind DN
    labels.ldapAdminSecurityCredentials	=	Mot de passe
    labels.ldapBaseDn	=	DN de base
    labels.ldapAccountFilter	=	Filtre de compte
    labels.ldapGroupFilter	=	Filtre de groupe
    labels.ldapMemberofAttribute	=	Attribut memberOf
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_ko.properties

    labels.ldapProviderUrl = LDAP URL
    labels.ldapSecurityPrincipal = User DN
    labels.ldapAdminSecurityPrincipal = Bind DN
    labels.ldapAdminSecurityCredentials = 비밀번호
    labels.ldapBaseDn = Base DN
    labels.ldap_provider_url = LDAP URL
    labels.ldap_security_principal = User DN
    labels.ldap_admin_security_principal = Bind DN
    labels.ldap_admin_security_credentials = 비밀번호
    labels.ldap_base_dn = Base DN
    labels.ldapAccountFilter = 계정 필터
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 44K bytes
    - Viewed (0)
  4. src/main/resources/fess_label.properties

    labels.targetLabel=Label
    labels.term=Term
    labels.fields=Fields
    labels.ex_q=Extended Query
    labels.ldapProviderUrl=LDAP URL
    labels.ldapSecurityPrincipal=User DN
    labels.ldapAdminSecurityPrincipal=Bind DN
    labels.ldapAdminSecurityCredentials=Password
    labels.ldapBaseDn=Base DN
    labels.ldapAccountFilter=Account Filter
    labels.ldapGroupFilter=Group Filter
    labels.ldapMemberofAttribute=memberOf Attribute
    labels.oldPassword=Current Password
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    		sys, e = UTF16PtrFromString(system)
    		if e != nil {
    			return nil, "", 0, e
    		}
    	}
    	n := uint32(50)
    	dn := uint32(50)
    	for {
    		b := make([]byte, n)
    		db := make([]uint16, dn)
    		sid = (*SID)(unsafe.Pointer(&b[0]))
    		e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
    		if e == nil {
    			return sid, UTF16ToString(db), accType, nil
    		}
    		if e != ERROR_INSUFFICIENT_BUFFER {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  6. pkg/kubelet/apis/config/validation/validation_test.go

    			ep := "dn%2s://localhost:4317"
    			conf.FeatureGates = map[string]bool{"KubeletTracing": true}
    			conf.Tracing = &tracingapi.TracingConfiguration{Endpoint: &ep}
    			return conf
    		},
    		errMsg: "tracing.endpoint: Invalid value: \"dn%2s://localhost:4317\": parse \"dn%2s://localhost:4317\": first path segment in URL cannot contain colon",
    	}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  7. src/os/timeout_test.go

    		if err := w.SetWriteDeadline(deadline); err != nil {
    			t.Fatalf("SetWriteDeadline(%v): %v", deadline, err)
    		}
    		var n int64
    		var err error
    		for {
    			var dn int
    			dn, err = w.Write([]byte("TIMEOUT TRANSMITTER"))
    			n += int64(dn)
    			if err != nil {
    				break
    			}
    		}
    		t1 := time.Now()
    		// Inv: err != nil
    		if !isDeadlineExceeded(err) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  8. build-logic/performance-testing/src/main/kotlin/gradlebuild/performance/tasks/BuildCommitDistribution.kt

    /*
    The error output looks like this:
    
        Downloading https://services.gradle.org/distributions-snapshots/gradle-7.5-20220202183149+0000-bin.zip
        Exception in thread "main" java.io.FileNotFoundException: https://downloads.gradle-dn.com/distributions-snapshots/gradle-7.5-20220202183149+0000-bin.zip
     */
    private
    val oldWrapperMissingErrorRegex = """\Qjava.io.FileNotFoundException:\E.*/distributions-snapshots/gradle-([\d.]+)""".toRegex()
    
    
    @CacheableTask
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 08:07:16 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_ja.properties

    labels.ldapProviderUrl=LDAP URL
    labels.ldapSecurityPrincipal=User DN
    labels.ldapAdminSecurityPrincipal=Bind DN
    labels.ldapAdminSecurityCredentials=パスワード
    labels.ldapBaseDn=Base DN
    labels.ldap_provider_url=LDAP URL
    labels.ldap_security_principal=User DN
    labels.ldap_admin_security_principal=Bind DN
    labels.ldap_admin_security_credentials=パスワード
    labels.ldap_base_dn=Base DN
    labels.ldapAccountFilter=アカウントフィルタ
    labels.ldapGroupFilter=グループフィルタ
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  10. internal/config/identity/ldap/config.go

    		if err != nil {
    			return l, err
    		}
    	}
    
    	// Lookup bind user configuration
    	l.LDAP.LookupBindDN = getCfgVal(LookupBindDN)
    	l.LDAP.LookupBindPassword = getCfgVal(LookupBindPassword)
    
    	// User DN search configuration
    	l.LDAP.UserDNSearchFilter = getCfgVal(UserDNSearchFilter)
    	l.LDAP.UserDNSearchBaseDistName = getCfgVal(UserDNSearchBaseDN)
    	l.LDAP.UserDNAttributes = getCfgVal(UserDNAttributes)
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top