Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 51 for DN (0.14 sec)

  1. okhttp/src/main/kotlin/okhttp3/internal/connection/ConnectPlan.kt

              throw SSLPeerUnverifiedException(
                """
                |Hostname ${address.url.host} not verified:
                |    certificate: ${CertificatePinner.pin(cert)}
                |    DN: ${cert.subjectDN.name}
                |    subjectAltNames: ${OkHostnameVerifier.allSubjectAltNames(cert)}
                """.trimMargin(),
              )
            } else {
              throw SSLPeerUnverifiedException(
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 20 17:03:43 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_LDAP_PROVIDER_URL = "{labels.ldapProviderUrl}";
    
        /** The key of the message: User DN */
        public static final String LABELS_LDAP_SECURITY_PRINCIPAL = "{labels.ldapSecurityPrincipal}";
    
        /** The key of the message: Bind DN */
        public static final String LABELS_LDAP_ADMIN_SECURITY_PRINCIPAL = "{labels.ldapAdminSecurityPrincipal}";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  3. src/net/url/url_test.go

    	// fix issue https://golang.org/issue/20054
    	{
    		"magnet:?xt=urn:btih:c12fe1c06bba254a9dc9f519b335aa7c1367a88a&dn",
    		&URL{
    			Scheme:   "magnet",
    			Host:     "",
    			Path:     "",
    			RawQuery: "xt=urn:btih:c12fe1c06bba254a9dc9f519b335aa7c1367a88a&dn",
    		},
    		"magnet:?xt=urn:btih:c12fe1c06bba254a9dc9f519b335aa7c1367a88a&dn",
    	},
    	{
    		"mailto:?subject=hi",
    		&URL{
    			Scheme:   "mailto",
    			Host:     "",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:52:38 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  4. cmd/admin-handlers-users.go

    		for k, v := range cred.Claims {
    			if k == expClaim {
    				continue
    			}
    			opts.claims[k] = v
    		}
    	} else if globalIAMSys.LDAPConfig.Enabled() {
    		// In case of LDAP we need to resolve the targetUser to a DN and
    		// query their groups:
    		opts.claims[ldapUserN] = targetUser // simple username
    		var lookupResult *xldap.DNSearchResult
    		lookupResult, targetGroups, err = globalIAMSys.LDAPConfig.LookupUserDN(targetUser)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 28 17:19:04 UTC 2024
    - 78.6K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/types2/api_test.go

    				return true
    			})
    		case "n":
    			dn = def
    		}
    	}
    
    	if gm != dm {
    		t.Errorf(`N.Method(...) returns %v for "m", but Info.Defs has %v`, gm, dm)
    	}
    	if gn != dn {
    		t.Errorf(`N.Method(...) returns %v for "m", but Info.Defs has %v`, gm, dm)
    	}
    	if dmm != dm {
    		t.Errorf(`Inside "m", r.m uses %v, want the defined func %v`, dmm, dm)
    	}
    	if dmn == dn {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 93.3K bytes
    - Viewed (0)
  6. src/go/types/api_test.go

    				return true
    			})
    		case "n":
    			dn = def
    		}
    	}
    
    	if gm != dm {
    		t.Errorf(`N.Method(...) returns %v for "m", but Info.Defs has %v`, gm, dm)
    	}
    	if gn != dn {
    		t.Errorf(`N.Method(...) returns %v for "m", but Info.Defs has %v`, gm, dm)
    	}
    	if dmm != dm {
    		t.Errorf(`Inside "m", r.m uses %v, want the defined func %v`, dmm, dm)
    	}
    	if dmn == dn {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 94.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

    //	                       ::= dn <destructor-name>
    //
    //	<simple-id> ::= <source-name> [ <template-args> ]
    func (st *state) baseUnresolvedName() AST {
    	var n AST
    	if len(st.str) >= 2 && st.str[:2] == "on" {
    		st.advance(2)
    		n, _ = st.operatorName(true)
    	} else if len(st.str) >= 2 && st.str[:2] == "dn" {
    		st.advance(2)
    		if len(st.str) > 0 && isDigit(st.str[0]) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 94.1K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/arm64/asm7.go

    		os[0] = c.opirr(p, AMOVZW)
    		os[0] |= MOVCONST(int64(d), 0, rt)
    		os[1] = c.opirr(p, AMOVKW)
    		os[1] |= MOVCONST(int64(d), 1, rt)
    		return 2
    
    	case AMOVD:
    		d := a.Offset
    		dn := ^d
    		var immh [4]uint64
    		var i int
    		zeroCount := int(0)
    		negCount := int(0)
    		for i = 0; i < 4; i++ {
    			immh[i] = uint64((d >> uint(i*16)) & 0xffff)
    			if immh[i] == 0 {
    				zeroCount++
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  9. cmd/site-replication.go

    	// use the normalized form of the entityName (which will be an LDAP DN).
    	userType := IAMUserType(mapping.UserType)
    	isGroup := mapping.IsGroup
    	entityName := mapping.UserOrGroup
    	if globalIAMSys.GetUsersSysType() == LDAPUsersSysType && userType == stsUser {
    
    		// Validate that the user or group exists in LDAP and use the normalized
    		// form of the entityName (which will be an LDAP DN).
    		var err error
    		if isGroup {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String LDAP_ADMIN_USER_FILTER = "ldap.admin.user.filter";
    
        /** The key of the configuration. e.g. ou=People,dc=fess,dc=codelibs,dc=org */
        String LDAP_ADMIN_USER_BASE_DN = "ldap.admin.user.base.dn";
    
        /** The key of the configuration. e.g. organizationalPerson,top,person,inetOrgPerson */
        String LDAP_ADMIN_USER_OBJECT_CLASSES = "ldap.admin.user.object.classes";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
Back to top