From mboxrd@z Thu Jan 1 00:00:00 1970 From: abo Subject: smbfs credentias Date: Wed, 5 Jan 2005 13:16:18 +0100 Message-ID: <20050105131618.1ccfca62@localhost> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autofs-bounces@linux.kernel.org Errors-To: autofs-bounces@linux.kernel.org Content-Type: text/plain; charset="us-ascii" To: autofs@linux.kernel.org hi! im trying to mount smbfs resources from an ldap if i put in nisMapEntry this -fstype=smbfs,credentials=/home/abo/smb.creds everything is working right. then i want to do it per user but variable substitution doesn't work, i tried: -fstype=smbfs,credentials=/home/$USER/smb.creds -fstype=smbfs,credentials=/home/${USER}/smb.creds -fstype=smbfs,credentials=~/smb.creds but no succes. how can i get per user credentiasl? im on the wrong direction? thx abo