48.4. Kerberos 엔터프라이즈 주체 별칭 제거
IdM(Identity Management) 환경에서 Kerberos 엔터프라이즈 주체와 관련된 엔터프라이즈 주체 이름을 제거할 수 있습니다.
참고
엔터프라이즈 주체 별칭을 추가하거나 제거하는 경우 두 개의 백슬래시(\\)를 사용하여 @ 기호를 이스케이프합니다. 그렇지 않으면 쉘은 @ 기호를 Kerberos 영역 이름의 일부로 해석하고 다음 오류가 발생합니다.
ipa: ERROR: The realm for the principal does not match the realm for this IPA server
절차
엔터프라이즈 주체 별칭
user@example.com
을/를 제거하려면 계정사용자
에서 다음을 입력합니다.# ipa user-remove-principal <user> <user\\@example.com> -------------------------------- Removed aliases from user "user" -------------------------------- User login: user Principal alias: user@IDM.EXAMPLE.COM
호스트 또는 서비스에서 별칭을 제거하려면
ipa host-remove-principal
또는ipa service-remove-principal
명령을 대신 사용합니다.