Multiprotocol name mapping is incorrect despite explicit name mapping rule
Applies to
- ONTAP 9
- Multiprotocol NAS
- LDAP
Issue
- A UNIX user maps to the wrong Windows user, or vice versa
- A name mapping rule was explicitly created for the user, e.g.:
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)
...
