Novell SLES Pure FTP information

Novell SLES Pure FTP information

Netware FTP had the ability to connect to a single ftp server running on netware and then change dir (cd) to another remote server. This used NCP. Suse Linux enterprise does not have this same feature in its FTP server. What can be done ?

For Linux you can use CIFS connections 

or 

If you have installed SLES OES 2 SP2 / post-sp2 or SLES 10 SP3 you can get this functionality back. 

The following Novell KB url explains how to enable it : http://www.novell.com/support/php/search.do?cmd=displayKC&docType=kc&externalId=7005792&sliceId=1&docTypeID=DT_TID_1_1&dialogID=142713837&stateId=0%200%20142715411

This novell document also deals with this subject. http://www.novell.com/coolsolutions/appnote/16925.html 

The key things are to modify the pure-ftpd.conf and the pureftp-ldap.conf. 
The pureftp-ldap.conf gets modified to point to your ldap server such as this example: 

LDAPServer 10.1.1.1 
LDAPPort 389 
LDAPBindDN cn=some-ldap-proxy-account,o=company 
LDAPBindPW XXXXXX 
LDAPDefaultUID 500 
LDAPDefaultGID 100 
LDAPBaseDN o=company 

The pure-ftpd.conf gets the following sections modified: 

# Cage in every user in his home directory 
#ChrootEveryone yes 
ChrootEveryone no 

# Maximum number of simultaneous users 
#MaxClientsNumber 10 
MaxClientsNumber 200 

# Maximum number of sim clients with the same IP address 
#MaxClientsPerIP 3 
MaxClientsPerIP 200 

# Don’t allow authenticated users - have a public anonymous FTP only. 
AnonymousOnly no 

# Disallow anonymous connections. Only allow authenticated users. 
NoAnonymous yes 

# LDAP configuration file (see README.LDAP) 
LDAPConfigFile /etc/pure-ftpd/pureftpd-ldap.conf 

# Set to ’yes’ if you don’t want your users to rename files. 
#NoRename yes 
NoRename no 

# Enable remote server navigation for ftp server 
# remote_server no 
remote_server yes 

# edirectory ldap port 
edir_ldap_port 389 

    Can't find the KB

    Unable to find the KB to address your issue ?  

      • Recent Articles

      • Lenovo Unified Workspace End-of-Life Questions and Answers

        Will the shutdown of LUW servers and access to downloads affect my server licensing? No, the shutdown of the customer servers and access to the product and licensing downloads will not affect your server licensing. This license is downloaded and ...
      • How do I determine my Unified Workspace license expiration date?

        The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
      • Lenovo Unified Workspace 7.0.2.13 Released

        Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
      • LanSchool Documentation Guides

        LanSchool Classic Teacher Console The LanSchool Teacher Console is the interface teachers will use to manage their classroom and students. It contains all the tools necessary for a teacher to effectively interact with students and create a ...
      • Lenovo Unified Workspace 7.0.1.41 Released

        Highlights of Unified Workspace 7.0.1.41 Before you install: Please view the installation notes here. 7.0.1.41 requires a 7.0 license file. Below is a list of enhancements and fixes for Unified Workspace 7.0.1.41 Updated Log4j Updated Java Updated ...
      • Related Articles

      • Speed up object creation in Novell eDirectory

        Issue: How can I speed up the creation of objects? I have directory caching enabled, and I also have several LDAP indexes. Am I missing something? Solution: Webnetwork is only as fast as your directory is. There are many different tuning techniques ...
      • Connect to users home directory using Netware FTP Server ?

        The nice thing about the Netware FTP server is that you can connect  to any NetWare server in the tree that you have access to from one FTP  server connection. You can test this from a dos prompt  FTP your.ftp.server  .username.context  password  ...
      • What parameters to change for Netware FTP Server ?

        For webNetwork below 6.3.0.0 The ftp server needs to be put in standard Unix format for output.  You set the pseudo_server_flag=1 to put it in Unix mode. For webNetwork 6.3.0.178 and higher, set that flag to 0 for the Default Netware format. Below is ...
      • General MS AD LDAP information.

        General MS AD LDAP information
      • What parameters to change for Microsoft FTP Server ?

        Swift node to Microsoft windows 2003 ftp server fails. with:  java.lang.NullPointerException  at java.util.Collections.sort(Unknown Source)  at com.stoneware.filesystem.u.a(Unknown Source)  at ...