Displaying 4 results from an estimated 4 matches for "conectevil".
2002 Jun 13
3
How to automatically mount shares.
Hi list, I've installed samba 2.2.3a on my Linux box.
I have to join into an NT4 domain and all works fine.
I've got only a question:
Now I'm able to mount the NT share with the command:
mount -t smbfs -o username=morgan,password=morgan //SERVERNT/DISC /mnt
and it works only if I am root.
Is there any possibility of mounting it automatically on boot?
I've tough about /etc/fstab but
2002 Jun 13
2
pam_mount and winbind
...in
domain VALBONE).
The following command works fine:
$ smbmount //DEDALE/SHAREDIR \
/mnt/smb/dedale/sharedir/ -o \
credentials=/home/win2k/VALBONE/slautier/.smbpw,uid='VALBONE+slautier',gid='VALB
ONE+Domain users',fmask=664,dmask=775
I've installed pam_mount (http://pam-mount.conectevil.com/) as I would
like domain users to automatically mount their home dir (or anyone
else) when they log into the linux box.
I've updated the /etc/pam.d/login file:
-----------------------------------------------------------------------
auth required /lib/security/pam_securetty.so
aut...
2003 Nov 21
7
winbindd
hi all,
as i heard, i need winbind to connect linux-clients on samba. i installed
this - without pam (in the hope this would work...) but this constellation
seems to be needed, as i still cannot connect, even if winbind logs my
domain as accepted.
Do i really have to do the pam-configuration on the samba-server-side
too?? i just thought, it was enough to authentificate against smbpasswd.
is
2003 Dec 01
0
No subject
...://lists.samba.org/pipermail/samba/
On Fri, 10 Aug 2001, Kendrick G. Hamilton wrote:
> It there a way to make smbmount read my smbpassword file (or at least
> encrypt the passwd on the credentials file)?
I don't know what you are doing, but pam_mount may be an option.
http://pam-mount.conectevil.com/
smbmount does not use smbpasswd. I had a quick look, but I have to admit I
don't know if the smbpasswd entries contain what is needed to send to the
server (I think they do, based on some comments in smbpasswd(5)) or how to
use them. Others on this list knows ...
I suppose it could be u...