public
Authored by avatar Nick Suan

radius default site

  • Clone with SSH
  • Clone with HTTPS
  • default.conf 304 B
    
    authorize {
    
    	filter_username
    
    	preprocess
    
    	chap
    
    	mschap
    
    	digest
    
    	suffix
    
    	eap {
    		ok = return
    	}
    	files
    
    	ldap
    
    	expiration
    	logintime
    
    	pap
    }
    
    
    authenticate {
    	Auth-Type PAP {
    		pap
    	}
    	Auth-Type CHAP {
    		chap
    	}
    	Auth-Type MS-CHAP {
    		mschap
    	}
    	digest
    	unix
    	Auth-Type LDAP {
    		ldap
    	}
    	eap
    
    
    }
    0% or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment