"TitanXV" <Tit...@no-mx.forums.novell.com> wrote in message
news:TitanXV...@no-mx.forums.novell.com...
> With NetWare, you can login to one server and access files on another
> server via NCP. This is not possible with OES2 Linux. You'll need to
> configure FTP on each server you need access to.
Yes I had both working the latter pureftp was a real pain to setup with
edir but it worked.
Th only cavet I found is that users must have a home foolder on ftplogin
to navigate. I implementated auto-home. for this to work.
# Automatically create home directories if they are missing
CreateHomeDir yes
# Enable virtual quotas. The first number is the max number of files.
# The second number is the max size of megabytes.
# So 1000:10 limits every user to 1000 files and 10 Mb.
Quota 1000:10
I just hope the qutoa only applies to the localhome and not the NCP file
permissions. I am pretty sure that is the case.