CIFSグループメンバーの追加は、別のセキュリティ識別子が割り当てられていると失敗します
環境
- ONTAP 9
- CIFS
問題
- ローカルCIFSグループへのユーザの追加が失敗し、セキュリティIDが異なるローカル構成データベースにActive Directoryオブジェクトが存在するというエラーが表示されます。
::> vserver cifs users-and-groups local-group add-members -group-name GROUP -member-names DOM\user
Error: command failed: The Active Directory object "DOM\user" is present in the local configuration databases with a different security identifier. Before retrying this command, if the object has been renamed in Active Directory, run the
"vserver cifs users-and-groups update-names" command under advanced privilege. If the object was deleted, reset any privileges associated with it and remove the object from all local groups.
- PowerShellの例:
Add-NcCifsLocalGroupMember : The Active Directory object "DOM\user" is present in the local configuration databases with a different security identifier.