I actually have that running on the 1TB server and it seems to work pretty good. As with every solution I've been able to come up with so far, however, I'm still stuck on getting a single authentication point. Idealy I would like to use NDS for now... no.. ideally I would like to get rid of NetWare altogether, however, that is not an option at this point. So until that time comes I would like to authenticate against NDS since all of the tech staff know how to work with user accounts on NetWare.
Cameron Miller <cdmiller@adams.edu> 01/21/03 09:37AM >>>
You might want to check out the current status of the MARS-NWE (netware
emulator for linux) project, I haven't looked at it for a few years, but
it worked pretty nice as a netware 3 server in the past. I had a
netware login script mapping drives from the Marws-NWE server after the
user logged into an NDS netware 4 server.
Last time I set up a linux all access home directory server, I used a
Samba, NFS, and Netatalk combination, but Mars-NWE could be added to the
mix.
I don't know if a Netware server itself can actully mount drives form
other systems and serve them up, but Linux servers certainly can.
- cameron
Cory Jaeger wrote:
I would even be happy if the Novell server mounted an NFS volume for it's home-dir instead. In fact that is the main reason for building the 1TB storage server to be honest.
cdmiller@adams.edu 01/21/03 09:07AM >>>
Linux at DCE wrote:
Like many schools in this area, we primarily have NetWare for file
servers and use NDS for authentication. One of my biggest roadblocks to
Linux on the desktop is finding some way to share a common home
directory between Linux and NetWare and managing a single source for
authentication. If anyone has done this, I'd love to know the details.
Cory Jaeger
Network Manager
D.C. Everest Area School District
Weston, WI 54476
Hi Corey,
I recently, (yesterday), got Novell automounted home directories for
Linux working.
I used the pam_mount module from pam_mount-0.5.10 and ncpfs-2.2.0.19. I
had to modify a pam_mount pmhelper.c program to get it to work here.
Now pam_mount.so handles NDS authentication and automounting of user
home directories stored on a Novell server.
There appear to be some drawbacks to using a Netware home directory,
file and directory permissions are immutable, and free disk space
detection is affecting OpenOffice client installation. You can
apparently gain symbolic link support by enabling the
CONFIG_NCPFS_EXTRAS flag at kernel compile time when turning on NCPFS
support in the kernel. It does look possible to automount an NFS home
directory and submount the Netware directory in there, at which point
Netware is not acting as the sole home directory.
I'll be posting a write up on it in the next week or month, (link to a
web page). If you need this earlier let me know and I'll send you what
details I have right now.
- cameron