答案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}"
}
}
}