We are trying to implement a onedrive sync solution. On our campus users authenticate with AD credentials and their home share is created on the Mac. One of the steps after creating the symbolic links is to do a chown on the links for the user. The problem is that they are network users, so they are not in the list of users on the mac and you will get an illegal user error.
If the account is a mobile account we can do the chown. So, how can I convert a network account to a mobile account? One proposed solution that will not logistically work for us calls for having the user login, checking the box for mobile account, and then we have to provide admin credentials. With a few hundred machines that is just not feasible.
The other proposed solution I have read also has its own issues. That would be to create a local account, and when it bugs about the home share already existing to select that one. The issue with that solution is in the account creation process you have to provide a password for the account. I do not know their passwords and if I pick something else the user will get keychain errors upon logging in.
