如果CIFS组成员具有不同的安全标识符、则添加此成员将失败
适用场景
- ONTAP 9
- CIFS
问题描述
- 将用户添加到本地CIFS组失败、并显示错误、指出具有不同安全标识符的本地配置数据库中存在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.