From 765aba450f98de9071b7e821d14c27d617c3b542 Mon Sep 17 00:00:00 2001 From: Thomas Arendsen Hein Date: Thu, 7 Dec 2006 12:59:00 +0100 Subject: Updated proftpd.conf template: LDAPHomedirOnDemand(Prefix) is now named LDAPGenerateHomedir(Prefix). --- conf/templates/proftpd.conf.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/templates/proftpd.conf.template b/conf/templates/proftpd.conf.template index 4c95707..d512fd2 100644 --- a/conf/templates/proftpd.conf.template +++ b/conf/templates/proftpd.conf.template @@ -27,8 +27,8 @@ LDAPDefaultUID @l_nuid@ LDAPForceDefaultUID on LDAPDefaultGID @l_ngid@ LDAPForceDefaultGID on -LDAPHomedirOnDemand on -LDAPHomedirOnDemandPrefix /tmp +LDAPGenerateHomedir on +LDAPGenerateHomedirPrefix /tmp MaxInstances 40 User @l_nusr@ -- cgit v0.12