Hello All,
I was pitted with the task to migrate everyone off of Centrify and onto the Native Active Directory tool. I am at the point where I need to grant the user permissions to their own home folder but when using the following command, I am receiving the dreaded: illegal group name
Example:
Username = TestUser123
Domain = CONTSO
sudo Chown -R TestUser123:"CONTOSODomain Users" /Users/TestUser123
I am wondering if the issue has something to do with our multi-domain environment.