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
Change Reset Password Button Text
Change the text of the "Reset Password" button on the UW Login Page How to change the text of the Reset Password button on the Login Page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants ...
Remove Reset Password Button From Login Page
Remove the Reset Password Button from the Login Page How to remove the Reset Password button from the Unified Workspace login page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants Expand ...
Lenovo Unified Workspace End-of-Life Questions and Answers
As of January 31st 2024, Lenovo Unified Workspace (formerly Stoneware WebNetwork) is no longer supported. This means that we no longer provide licenses, downloads, updates, patches, or technical assistance for this product. If you have any questions ...
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 ...
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 ...
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 ...
General MS AD LDAP information.
General MS AD LDAP information