Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Suriname (0.34 sec)

  1. cmd/site-replication.go

    func (c *SiteReplicationSys) PeerJoinReq(ctx context.Context, arg madmin.SRPeerJoinReq) error {
    	var ourName string
    	for d, p := range arg.Peers {
    		if d == globalDeploymentID() {
    			ourName = p.Name
    			break
    		}
    	}
    	if ourName == "" {
    		return errSRSelfNotFound
    	}
    
    	sa, _, err := globalIAMSys.GetServiceAccount(ctx, arg.SvcAcctAccessKey)
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 184.1K bytes
    - Viewed (1)
  2. src/main/resources/fess_config.properties

    ldap.lowercase.permission.name=false
    ldap.allow.empty.permission=true
    
    ldap.role.search.user.enabled=true
    ldap.role.search.group.enabled=true
    ldap.role.search.role.enabled=true
    
    ldap.attr.surname=sn
    ldap.attr.givenName=givenName
    ldap.attr.employeeNumber=employeeNumber
    ldap.attr.mail=mail
    ldap.attr.telephoneNumber=telephoneNumber
    ldap.attr.homePhone=homePhone
    ldap.attr.homePostalAddress=homePostalAddress
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. true */
        String LDAP_ROLE_SEARCH_ROLE_ENABLED = "ldap.role.search.role.enabled";
    
        /** The key of the configuration. e.g. sn */
        String LDAP_ATTR_SURNAME = "ldap.attr.surname";
    
        /** The key of the configuration. e.g. givenName */
        String LDAP_ATTR_GIVEN_NAME = "ldap.attr.givenName";
    
        /** The key of the configuration. e.g. employeeNumber */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
Back to top