
radius_request_authenticator의 auth_type parameter는 Radius 인증 유형을 지정하는 데 사용됩니다. 가능한 값은 다음과 같습니다.
- PAP (Password Authentication Protocol)
- CHAP (Challenge-Handshake Authentication Protocol)
- MS-CHAP (Microsoft Challenge-Handshake Authentication Protocol)
- EAP (Extensible Authentication Protocol)
- TLS (Transport Layer Security)
default 값은 PAP입니다.
2025-08-06 07:04