Networking Forums

Networking Forums > Computer Networking > Linux Networking > Network file system like NFS but with login/pass ?

Reply
Thread Tools Display Modes

Network file system like NFS but with login/pass ?

 
 
sebmil
Guest
Posts: n/a

 
      03-04-2004, 08:09 PM
Hello,

I would like to know if there is a network file system similar to NFS
which provides login/pass based security rather than ip-based one ?

Samba would be just great for this use, but it doesn't offers all the
attributes/owner/group/etc functionnality for the files.

Ideally, the fs i'm looking for would be mounted at boot by the clients
with a command like
mount -t <fs> server:/shared_dir /mnt/another_dir -o user=toto,pass=stg
and would permit all ext2fs operations like chmod/chown/chattr and so.

Thanks in advance for the help.

Sebmil.
 
Reply With Quote
 
 
 
 
Cameron Kerr
Guest
Posts: n/a

 
      03-04-2004, 10:29 PM
sebmil <(E-Mail Removed)> wrote:
> Hello,
>
> I would like to know if there is a network file system similar to NFS
> which provides login/pass based security rather than ip-based one ?


> Samba would be just great for this use, but it doesn't offers all the
> attributes/owner/group/etc functionnality for the files.


Samba 3 has the ability to carry Unix specific information, such as
UID/GID etc. I believe support for it is included in 2.4.25.

> Ideally, the fs i'm looking for would be mounted at boot by the clients
> with a command like
> mount -t <fs> server:/shared_dir /mnt/another_dir -o user=toto,pass=stg


Not very secure, but.

> and would permit all ext2fs operations like chmod/chown/chattr and so.


Actually, I don't know if Samba has be ability to use attributes as
well, such as immutable.

If not, NFS tunneled over SSH may work? It'd be a lot more work and less
efficient though.

--
Cameron Kerr
(E-Mail Removed) : http://nzgeeks.org/cameron/
Empowered by Perl!
 
Reply With Quote
 
sebmil
Guest
Posts: n/a

 
      03-05-2004, 03:53 AM
Hello,

>> I would like to know if there is a network file system similar to NFS
>> which provides login/pass based security rather than ip-based one ?

>
>> Samba would be just great for this use, but it doesn't offers all the
>> attributes/owner/group/etc functionnality for the files.

>
> Samba 3 has the ability to carry Unix specific information, such as
> UID/GID etc. I believe support for it is included in 2.4.25.


Thanks for the suggestion, i'll have a look at this.

>> Ideally, the fs i'm looking for would be mounted at boot by the clients
>> with a command like
>> mount -t <fs> server:/shared_dir /mnt/another_dir -o user=toto,pass=stg

>
> Not very secure, but.


Sure it's not very secure, but it's still better than pure ip based
security. All i want is to prevent someone with a laptop to connect on the
network, take the IP adress from a turned off client, mount the shares,
and take all files.

Actually i'm using Samba 2 with a credential file in each user's home
(perms 0600 of course), so mounting can be done automatically. But Samba
2 is not at ease with file permissions and others things, that's why i'm
looking for something better suited to Unix, like NFS.

>> and would permit all ext2fs operations like chmod/chown/chattr and so.

>
> Actually, I don't know if Samba has be ability to use attributes as
> well, such as immutable.
>
> If not, NFS tunneled over SSH may work? It'd be a lot more work and less
> efficient though.


It sounds a bit to difficult for me at this moment, but i'll look after
this also.

Thanks for the help !

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
SSH cannot login , remote system say /bin/bash: no such file or directory shashi Linux Networking 5 02-14-2011 03:41 PM
Installing services for Network File System JJP Windows Networking 0 05-17-2010 04:13 PM
Network Distributed File System andrei.stoian@gmail.com Linux Networking 2 11-03-2006 11:55 AM
Network File System Not Based on Microsoft Networking? Will Windows Networking 0 07-31-2006 06:00 AM
RAD login/pass Patrick Viet Network Routers 0 01-05-2006 10:33 AM



1 2 3 4 5 6 7 8 9 10 11