Re: SMBMOUNT - passwort nervt!
On Mon, 17 Nov 2003 22:27:14 +0100
Johannes.Laemmermann@t-online.de (Johannes Laemmermann) wrote:
moin allerseits,
> > weiss jemand warum sowas
> > smbmount //192.168.0.101/vavvav /mnt/vavvav username=<username>
> > password=<password>
> > trotzdem immer nach Password fragt obwohl ich es
> > explizit angegeben habe?
>
> Note that password which contain the arguement
> delimiter character (i.e. a comma ',') will failed
> to be parsed correctly on the command line.
Vielleicht hilft das weiter:
#### SCHNIPP ####
credentials=<filename>
specifies a file that contains a username and/or password. The
format of the file is:
username = <value>
password = <value>
This is preferred over having passwords in plaintext in a shared
file, such as /etc/fstab. Be sure to protect any credentials
file properly.
#### SCHNAPP ####
Passwörter auf der Kommandozeile sind generell schlecht, da sie meistens
in der Shell-History gespeichert werden.
Gruss,
Serge
Reply to:
- Follow-Ups:
- samba 3.0
- From: Johannes.Laemmermann@t-online.de (Johannes Laemmermann)