달력

112024  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30

fedora 12 를 설치하면, xwindow 가 처음 실행될 때 root 로 로그인할 수 없게 설정되어
아래 두 파일의 내용을 변경한다.

/etc/pam.d/gdm
/etc/pam.d/gdm-password

auth    required pam_succeed_if.so user != root quiet
 
1) 주석 처리를 해도 무관  
2) user != root 를 user !=  or user != test 등등 root 이외의 이름으로  변경.

로그인 할 때 other 를 선택.

id : root
password : password 입력.

Posted by 짜꾸미의골골몽
|