Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

Using TCP Wrapper to control XDMCP access is a not a commonly used access control method. This is because X Servers communicate with XDM (i.e. TCP 래퍼를 사용하여 XDMCP에 대한 접근을 제어하는 것은 일반적으로 사용되는 액세스 제어 방법이 아닙니다. 이는 X서버가 UDP를 사용하여 XDM(GDM/KDM/XDM) using UDP. So far, GDM is the only display manager that refers to TCP Wrapper to control host access.

However, if GDM is compiled without TCP Wrapper support, this feature may not be supported. 

*This article requires remote server configuration. Administrator previlage may be required.

INFORMATION

To control XDMCP access of GDM by using TCP Wrapper, configure 과 통신하기 때문입니다. 아직까지는 GDM이 호스트 접근 제어를 위해 TCP Wrapper를 참조하는 유일한 디스플레이 관리자입니다.

그러나 GDM이 TCP Wrapper 지원 없이 컴파일되면 이 기능이 지원되지 않을 수 있습니다.

*이 문서는 원격 서버 구성이 필요하여 관리자 권한이 필요할 수 있습니다.


TCP 래퍼를 통해 GDM의 XDMCP  접근을 제어하기 위해서, /etc/hosts.allow 파일과 and /etc/hosts.deny 파일을 설정하세요. 

For example, to allow a host, 예를 들어, '.example.domain', enter the following line in을 허용하기 위해, /etc/hosts.allow파일에 아래의 내용을 삽입합니다:

Code Block
gdm: .example.domain


To deny '.example.domain', enter the following line in 을 거부하기 위해서, /etc/hosts.deny파일에 다음 내용을 삽입합니다:

Code Block
gdm: .example.domain


To allow or deny all hosts from using GDM service, enter the following in the corresponding fileGDM 서비스를 모두에게 허용하거나 거부하기 위해서는, 해당 파일에 다음 내용을 삽입합니다:

Code Block
gdm: *