ok i missed a step.
If the home dir volume is on a separate Volume other than the root or in a directory within a directory, a symbolic link has to be created on the root directory.
Use the command “ln -s” to create the link.
example:
ln -s /Volumes/HomeDir/ADUsers /ADUsers
Recent Comments