[AIX] 사용자 ID 길이제한 풀기

원문

When you have long user names defined, and then decrease the limit to the original value, the command does not tell you which user names defined are too long. After you reboot the system, if longer names are used as the new lower limit, those user names cannot be used for login. See the following example, which illustrates that you cannot login with a longer user name as the new lower limit.

 

번역

긴 사용자 이름을 정의한 다음 원래 값으로 제한을 줄이면 명령에 정의 된 사용자 이름이 너무 길다는 메시지가 표시되지 않습니다. 시스템을 재부팅 한 후 더 긴 이름을 새로운 하한값으로 사용하면 해당 사용자 이름을 로그인에 사용할 수 없습니다. 더 긴 사용자 이름으로 새로운 하한값으로 로그인 할 수 없음을 나타내는 다음 예를 참조하십시오.

터미널에서 다음과 같이 입력합니다.(i의 대문자가 아니고 영문 L의 소문자입니다.!!!!!)
# lsattr -El sys0 -a max_logname

그럼 다음과 같은 결과가 나타납니다.
max_logname 9 Maximum login name length at boot time True

다음과 같이 입력합니다.(i의 대문자가 아니고 영문 L의 소문자입니다.!!!!!)
# chdev -l sys0 -a max_logname=9 <- 변경될 길이 입력.

그럼 다음과 같운 결과가 나타납니다.
sys0 changed

변경여부를 다시 확인합니다.
# lsattr -El sys0 -a max_logname
max_logname 9 Maximum login name length at boot time True

리부팅합니다.
#shutdown -Fr

다시 확인해봅니다.
# getconf LOGIN_NAME_MAX
20

 

 

도움이 되셨다면 광고클릭 한번 부탁드립니다.

'Operating System > AIX' 카테고리의 다른 글

[AIX] AIX에서 VNC서버 사용하기  (0) 2020.02.23
[AIX]-NFS 발생가능 문제와 방안  (0) 2020.02.15
[AIX] - NFS설정법  (0) 2020.02.15

Designed by JB FACTORY