Difference between revisions of "RADIUS Groups"

(Created page with "__FORCETOC__ === RADIUS > 그룹 === RADIUS 사용자 계정을 그룹화하는 기능으로 사용자를 그룹화하거나 그룹 정책을 이용해 사용자를 관리 할...")
 
Line 1: Line 1:
 
__FORCETOC__
 
__FORCETOC__
=== RADIUS > 그룹 ===
+
=== RADIUS > Groups ===
RADIUS 사용자 계정을 그룹화하는 기능으로 사용자를 그룹화하거나 그룹 정책을 이용해 사용자를 관리 할 수 있습니다.<br>
+
A RADIUS user can be grouped and each group has its own attributes that can be replying to a user.
RADIUS [[RADIUS 사용자|사용자]]를 등록하거나 수정 할 때 생성된 그룹을 선택 할 수 있으며 생성된 그룹에 새로운 사용자를 포함 시킬 수 있습니다.
 
  
 +
==== Create New Group ====
 +
You can create a new group by click the "Create New group" button at the bottom of the left group tree.
 +
By the right-click at the group name on the left group tree, you can change, move, or delete a group,
 +
The RADIUS attributes can be added into each group excepts for the most top group.
  
==== 그룹 관리 ====
+
===== Group Check / Group Reply =====
RADIUS 그룹은 왼쪽 그룹 트리의 "그룹 등록" 버튼을 클릭하여 새로운 그룹을 생성 할 수 있으며 특정 그룹명에서 마우스 오른쪽 클릭 후 새로운 그룹을 생성, 수정 그리고 삭제 할 수 있습니다.<br>
+
If you want to deny access to a specific user, or group of users, you need to use the group check item.
가장 상위 그룹에는 정책 및 사용자를 포함 시킬 수 없으며 그 하위 그룹부터 사용자 및 정책을 포함 시킬 수 있습니다.<br>
+
If you want to reply some attributes to a user, you need to use the group reply item.<ref>https://freeradius.org/rfc/attributes.html</ref><ref>https://wiki.freeradius.org/guide/FAQ</ref>
 
 
 
 
===== 그룹 정책 / 그룹 응답(reply) 정책 =====
 
그룹에 포함된 사용자에 적용 할 수 있는 정책과 응답시 전송 할 수 있는 정책을 정의할 수 있습니다.<br>
 
정책은 RADIUS Attribute<ref>https://freeradius.org/rfc/attributes.html</ref> 및 연산자<ref>https://wiki.freeradius.org/config/Operators</ref>를 사용하여 등록 할 수 있으며 [[속성(Attributes)|속성]] 검색에서 필요한 Attribute를 검색 할 수 있습니다.
 
  
 
{| class="wikitable"
 
{| class="wikitable"
|+ 그룹 응답 정책 예
+
|+ Group reply example
 
|-
 
|-
! 속성(Attribute) !! 연산자 !! 값 !! 설명
+
! Attribute !! Operator !! Value
 
|-
 
|-
| Reply-Message|| = || "Hello, bob" || 응답 메시지에 포함
+
| Reply-Message|| = || "Hello, bob"
 
|}
 
|}
  
 
+
===== Users =====
 
+
The "users" tab lists all users in a specific group. you can also create a user and the user will be grouped into the current group.
===== 사용자 =====
 
그룹에 포함된 사용자를 표시하며 그룹 정책 및 응답 정책이 있는 경우 그 정책을 적용합니다.<br>
 
사용자 탭에서 새로운 사용자를 등록하면 현재 선택된 그룹에 생성된 사용자가 포함됩니다.
 
 
 
<br>
 
<hr>
 

Revision as of 19:29, 15 March 2021

RADIUS > Groups

A RADIUS user can be grouped and each group has its own attributes that can be replying to a user.

Create New Group

You can create a new group by click the "Create New group" button at the bottom of the left group tree. By the right-click at the group name on the left group tree, you can change, move, or delete a group, The RADIUS attributes can be added into each group excepts for the most top group.

Group Check / Group Reply

If you want to deny access to a specific user, or group of users, you need to use the group check item. If you want to reply some attributes to a user, you need to use the group reply item.[1][2]

Group reply example
Attribute Operator Value
Reply-Message = "Hello, bob"
Users

The "users" tab lists all users in a specific group. you can also create a user and the user will be grouped into the current group.