답변1
확신하는. 승인 섹션의 정책 언어를 사용하여 사용자 이름을 변경하세요.
authorize {
# This is a policy which ships with the server
# It breaks the incoming username into
# - Stripped-User-Name
# - Stripped-User-Domain
split_username_nai
if (&Stripped-User-Domain) {
update request {
User-Name := "123user@%{Stripped-User-Domain}"
}
}
}