Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connecting to Novell volumes from Samba

Status
Not open for further replies.

newmex999

IS-IT--Management
Jan 5, 2011
1
US
I would like my users that log into a Samba server to be able to get read only access to their Novell drives.

Can anyone direct me on where to start?

Thanks
 
Look into using Native File Access

=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
Brent Schmidt Senior Network Engineer
Keep IT Simple[/color red] Novell Platinum Partner Microsoft Gold Partner
VMWare Enterprise Partner Citrix Gold Partner
 
You need to load the nlm that allows "windows" access (Sorry its been a while and i've forgotten what it is but its not too hard to figure out).

One that is loaded then you can create a user that the samba's can log in with and restrict that login ID to read only perms on the volumes you want them to have access to.

 
What Jim is talking about is CIFS (Common Internet File System). It is the protocol Windows uses for file access, and it is a part of NFAP (Native File Access Protocol). It is built in, most likely you have the NLM already running cause it is default when NetWare 6.5 is installed (unless you clean up your autoexec.ncf after a server setup).

=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
Brent Schmidt Senior Network Engineer
Keep IT Simple[/color red] Novell Platinum Partner Microsoft Gold Partner
VMWare Enterprise Partner Citrix Gold Partner
 
Hi Brent, thanks yes I am certainly getting rusty.

Provogeek, if you don't have these entries this should help you out.

In your autoexec.ncf file (From console load edit autoexec.ncf) put this entry below your IPX bindings

# -- Added by CIFS Install --
CIFSSTRT.NCF
# -- End of CIFS Install --

And if you don't have this file, or the data in the file differs from this then edit CIFSSTRT.NCF

# -- Load CIFS NLMs --
LOAD CIFS.NLM
%if !loaded cifsprox.nlm then cmd LOAD CIFSPROX.NLM
%if !loaded nfap4nrm.nlm then cmd LOAD nfap4nrm.nlm

You also can edit these in the SYS:\SYSTEM folder and you would either type the commands or just reboot the server.

Hope i'm close to right and hope this helps!

Thanks!

Jim

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top