John Morrissey | 10 Jan 2012 22:42
Gravatar

Re: [Proftpd-user] LDAPGenerateHomedir

On Tue, Jan 10, 2012 at 02:19:06PM +0000, JC Putter wrote:
> Yes both these directories have execute permissions

Can you post your complete ProFTPD configuration?

john
--

-- 
John Morrissey          _o            /\         ----  __o
jwm <at> horde.net        _-< \_          /  \       ----  <  \,
www.horde.net/    __(_)/_(_)________/    \_______(_) /_(_)__

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
ProFTPD Users List   <proftpd-users <at> proftpd.org>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html

JC Putter | 11 Jan 2012 09:36
Picon
Favicon

Re: [Proftpd-user] LDAPGenerateHomedir

Here is my proftpd.conf file

# Includes DSO modules
Include /etc/proftpd/modules.conf

# Set off to disable IPv6 support which is annoying on IPv4 only boxes.
UseIPv6				on
# If set on you can experience a longer connection delay in many cases.
IdentLookups			off

ServerName			"Server FTP"
ServerType			standalone
DeferWelcome			off

MultilineRFC2228		on
DefaultServer			on
ShowSymlinks			on

TimeoutNoTransfer		600
TimeoutStalled			600
TimeoutIdle			1200

DisplayLogin                    welcome.msg
DisplayChdir               	.message true
ListOptions                	"-l"

DenyFilter			\*.*/

Port				21
PassivePorts                  49152 65534
(Continue reading)

John Morrissey | 11 Jan 2012 19:25

Re: [Proftpd-user] LDAPGenerateHomedir

On Wed, Jan 11, 2012 at 08:36:02AM +0000, JC Putter wrote:
> Here is my proftpd.conf file
> 
> 
> <IfModule mod_quotatab.c>
> QuotaEngine off
> </IfModule>
> 
> <IfModule mod_ratio.c>
> Ratios off
> </IfModule>
> 
> <IfModule mod_delay.c>
> DelayEngine on
> </IfModule>
> 
> <IfModule mod_ctrls.c>
> ControlsEngine        off
> ControlsMaxClients    2
> ControlsLog           /var/log/proftpd/controls.log
> ControlsInterval      5
> ControlsSocket        /var/run/proftpd/proftpd.sock
> </IfModule>
> 
> <IfModule mod_ctrls_admin.c>
> AdminControlsEngine off
> </IfModule>
> 
> # LDAP settings
> <IfModule mod_ldap.c>
(Continue reading)

JC Putter | 12 Jan 2012 13:27
Picon
Favicon

Re: [Proftpd-user] LDAPGenerateHomedir

John,

Thank you for your assistance, the CreateHome Directive resolved the issue.

;)

-----Original Message-----
From: John Morrissey [mailto:jwm <at> horde.net] 
Sent: 10 January 2012 11:43 PM
To: proftp-user <at> lists.sourceforge.net
Subject: Re: [Proftpd-user] LDAPGenerateHomedir

On Tue, Jan 10, 2012 at 02:19:06PM +0000, JC Putter wrote:
> Yes both these directories have execute permissions

Can you post your complete ProFTPD configuration?

john
--

-- 
John Morrissey          _o            /\         ----  __o
jwm <at> horde.net        _-< \_          /  \       ----  <  \,
www.horde.net/    __(_)/_(_)________/    \_______(_) /_(_)__

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell
to consumers worldwide. Explore the Intel AppUpSM program developer opportunity.
appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________
ProFTPD Users List   <proftpd-users <at> proftpd.org>
Unsubscribe problems?
(Continue reading)


Gmane