Claus Guttesen writes:
> On solaris the default is to create an /export/home and then
> dynamically locate the username relative to /home during login. But
> this will not work since the files will be at /export/home/httpd
> instead.

There are several different solutions to this.  Here's one discussion
that is on the first page of a google.com search:

  
http://www.voiceworks.pl/cypromis/2007/06/10/the-magic-of-automounting-user-homedirectories-on-solaris/

It essentially suggests adding this to /etc/auto_home:

        httpd   localhost:/export/home/httpd

There are other ways to do this, though.  One is to remove the
auto_home references from /etc/auto_master and then either mount a new
file system directly over /home or use lofs to mount in a lower level
directory.

-- 
James Carlson, Solaris Networking              <[EMAIL PROTECTED]>
Sun Microsystems / 35 Network Drive        71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to