diff options
author | Thomas Arendsen Hein <thomas@intevation.de> | 2006-12-07 11:59:00 (GMT) |
---|---|---|
committer | Thomas Arendsen Hein <thomas@intevation.de> | 2006-12-07 11:59:00 (GMT) |
commit | 765aba450f98de9071b7e821d14c27d617c3b542 (patch) | |
tree | 6121ac0a833d4d491ece7acbfd64f63010622629 | |
parent | 6d425569da748a00cf0ebb3cffff2357ba0dee91 (diff) | |
download | kolab-conf-765aba450f98de9071b7e821d14c27d617c3b542.tar.gz |
Updated proftpd.conf template:
LDAPHomedirOnDemand(Prefix) is now named LDAPGenerateHomedir(Prefix).
-rw-r--r-- | conf/templates/proftpd.conf.template | 4 |
1 files 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@ |