尽管存在显式名称映射规则、但多协议名称映射仍不正确
适用场景
- ONTAP 9
- 多协议NAS
- LDAP
问题描述
- UNIX用户映射到错误的Windows用户、反之亦然
- 已明确为用户创建名称映射规则、例如:
cluster1::> vserver name-mapping create -vserver svm1 -direction unix-win -position 1 -pattern root -replacement domain\\Administrator
cluster1::> vserver name-mapping show -vserver svm1
Vserver: svm1
Direction: unix-win
Position Hostname IP Address/Mask
-------- ---------------- ----------------
1 - - Pattern: root
Replacement: domain\\Administrator
cluster1::> set advanced
cluster1::*> access-check authentication show-creds -node cluster1-01 -vserver svm1 -unix-user-name root
(vserver services access-check authentication show-creds)
UNIX UID: root <>Windows User: domain\some_other_user(Windows Domain User)
...