> -----Original Message-----
> From: [EMAIL PROTECTED] 
> 
> If the idea is to have a 'Network Neighborhood' inside each 
> user's homedir, you could write an executable map for /home 

It will hide /home directory content.

> (not tested..):

> key = shift
Did you mean key=$1 ?

> entry = `ypcat $KEY -k`
What did you mean for $KEY? What is supposed to assign to the 'entry'
variable?

> if [ $? == 0 ] ; then
>    echo $entry " /NetworkNeighborhood -Duser=$key /etc/auto_nn"
>    exit 0
> fi;
> exit 1
> 
> And then use a auto_nn executable map for generating the 
> Neighborhood contents.


_______________________________________________
autofs mailing list
[EMAIL PROTECTED]
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to