Auto Zone home directory
Specify the default home directory. If you do not enable this policy, the default home directory will be based on the platform as follows:
- Mac OS X:
/Users/%{user}
- Linux, HP-UX, and AIX:
/home/%{user}
- Solaris:
/export/home/%{user}
The variable %{user}
specifies the logon name of the user. For example, if you specify /Users/%{user}
and jsmith
logs on to the Mac OS X computer, the home directory is set to /Users/jsmith
.
This group policy modifies the auto.schema.homedir
parameter in the agent configuration file.