[Résolu][ProFTPd] Accès anonyme impossible

Accès anonyme impossible [Résolu][ProFTPd] - réseaux et sécurité - Linux et OS Alternatifs

Marsh Posté le 30-06-2008 à 18:19:52    

Bonjour,
 
J'essaye désespérément de mettre en place un accès anonyme à un répertoire d'un VH mais impossible d'y avoir accès :(. J'ai fait une recherche sur OSA mais ça n'a rien donné de concluant pour ce qui est de Google, certes il y a plein de résultat mais à présent aucun ne m'a donné la solution, et celles proposées ne fonctionnes pas.
 
Voici un exemple :

Code :
  1. <VirtualHost seb.XXX.net>
  2. ServerName "Seb FTP Server"
  3. MaxClients 10
  4. #
  5. # Limite le nombre de tentatives de login.
  6. #
  7. MaxLoginAttempts 1
  8. #
  9. # Permet de chrooter les autres personnes que Seb.
  10. #
  11. DefaultRoot ~ !seb
  12. #
  13. # Racine.
  14. #
  15. <Directory />
  16.       #
  17.   # Accepte uniquement le login de Seb et lui donne tout les droits.
  18.   #
  19.   <Limit LOGIN ALL>
  20.  Order Allow,Deny
  21.  AllowUser seb
  22.  Deny from all
  23.   </Limit>
  24.       <Limit ALL>
  25.         DenyAll
  26.       </Limit>
  27. </Directory>
  28. #
  29. # Répertoire privé.
  30. #
  31. <Directory /home/ftp/seb/private>
  32.   #
  33.   # Accepte uniquement le login de Seb et lui donne tout les droits.
  34.   #
  35.   <Limit LOGIN ALL>
  36.  Order Allow,Deny
  37.  AllowUser seb
  38.  Deny from all
  39.   </Limit>
  40.     </Directory>
  41. #
  42. # Partie anonyme.
  43. #
  44. <Anonymous /home/ftp/seb/public>
  45.       User ftp
  46.   Group ftp
  47.   UserAlias anonymous ftp
  48.       <Limit LOGIN>
  49.         AllowAll
  50.       </Limit>
  51. #
  52. # Cache les fichiers de Root.
  53. #
  54.       HideUser root
  55.       HideGroup root
  56. #
  57.     # Répertoire publique.
  58. #
  59.     <Directory /home/ftp/seb/public>
  60.   <Limit LIST READ RETR>
  61.         AllowAll
  62.       </Limit>
  63.       <Limit ALL>
  64.         Order Allow,Deny
  65.  AllowUser seb
  66.  Deny from all
  67.       </Limit>
  68.     </Directory>
  69.   </Anonymous>
  70. </VirtualHost>


Où est le problème ?


Message édité par Gavrinis le 22-08-2008 à 13:12:37
Reply

Marsh Posté le 30-06-2008 à 18:19:52   

Reply

Marsh Posté le 30-06-2008 à 18:30:43    

voici le log :

Code :
  1. orbis.wyrd-network.lan - no matching vhost found for 10.1.1.10#21, using DefaultServer 'FTP Server from Orbis'
  2. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at main.c:1034
  3. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - SETUP PRIVS at main.c:1039
  4. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FTP session requested from unknown class
  5. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - performing module session initializations
  6. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_sql.c:3809
  7. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_sql.c:3811
  8. orbis.wyrd-network.lan - FS: using system lstat()
  9. orbis.wyrd-network.lan - FS: using system lstat()
  10. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: opening DelayTable '/var/run/proftpd/proftpd.delay'
  11. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_delay.c:948
  12. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system open()
  13. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_delay.c:950
  14. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_log: opening ExtendedLog '/var/log/proftpd.access_log'
  15. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_log.c:1178
  16. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_log.c:1180
  17. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_log: opening ExtendedLog '/var/log/proftpd.auth_log'
  18. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_log.c:1178
  19. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_log.c:1180
  20. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_auth.c:145
  21. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - opening scoreboard '/var/log/scoreboard'
  22. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_auth.c:147
  23. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - AuthOrder in effect, resetting auth module order
  24. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ident lookup disabled
  25. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - connected - local  : 10.1.1.10:21
  26. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - connected - remote : 10.1.1.2:1399
  27. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FTP session opened.
  28. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_rewrite
  29. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_tls
  30. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_core
  31. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_core
  32. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_delay
  33. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_auth
  34. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_sql
  35. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_sql
  36. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching CMD command 'USER anonymous' to mod_auth
  37. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'USER anonymous' to mod_sql
  38. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'USER anonymous' to mod_delay
  39. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: mapping DelayTable '/var/run/proftpd/proftpd.delay' into memory
  40. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: write-locking DelayTable '/var/run/proftpd/proftpd.delay', row 1
  41. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: selecting median interval from 54 values
  42. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: adding 1853 usecs to USER row
  43. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: unlocking DelayTable '/var/run/proftpd/proftpd.delay', row 1
  44. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: unmapping DelayTable '/var/run/proftpd/proftpd.delay' from memory
  45. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD command 'USER anonymous' to mod_sql
  46. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD command 'USER anonymous' to mod_log
  47. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_rewrite
  48. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_tls
  49. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_core
  50. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_core
  51. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_wrap
  52. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_sql
  53. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_delay
  54. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_auth
  55. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_sql
  56. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_sql
  57. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching CMD command 'PASS (hidden)' to mod_auth
  58. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getpwnam" to module mod_sql
  59. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - no such user 'ftp'
  60. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - USER ftp: no such user found from 10.1.1.2 [10.1.1.2] to 10.1.1.10:21
  61. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD_ERR command 'PASS (hidden)' to mod_sql
  62. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD_ERR command 'PASS (hidden)' to mod_delay
  63. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: mapping DelayTable '/var/run/proftpd/proftpd.delay' into memory
  64. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: write-locking DelayTable '/var/run/proftpd/proftpd.delay', row 2
  65. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: selecting median interval from 54 values
  66. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: adding 3692 usecs to PASS row
  67. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: unlocking DelayTable '/var/run/proftpd/proftpd.delay', row 2
  68. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: unmapping DelayTable '/var/run/proftpd/proftpd.delay' from memory
  69. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: additional random delay of 109 usecs added
  70. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: delaying for 1435 usecs
  71. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_sql
  72. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_log
  73. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_auth
  74. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to core
  75. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to mod_tls
  76. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to mod_sql
  77. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to mod_auth_unix
  78. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_sql
  79. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_sql
  80. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to mod_xfer
  81. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FTP session closed.
  82. orbis.wyrd-network.lan - FS: using system lstat()
  83. orbis.wyrd-network.lan - FS: using system lstat()
  84. orbis.wyrd-network.lan - ROOT PRIVS at main.c:1185
  85. orbis.wyrd-network.lan - RELINQUISH PRIVS at main.c:1189
  86. orbis.wyrd-network.lan - no matching vhost found for 10.1.1.10#21, using DefaultServer 'FTP Server from Orbis'
  87. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at main.c:1034
  88. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - SETUP PRIVS at main.c:1039
  89. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FTP session requested from unknown class
  90. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - performing module session initializations
  91. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_sql.c:3809
  92. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_sql.c:3811
  93. orbis.wyrd-network.lan - FS: using system lstat()
  94. orbis.wyrd-network.lan - FS: using system lstat()
  95. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: opening DelayTable '/var/run/proftpd/proftpd.delay'
  96. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_delay.c:948
  97. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system open()
  98. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_delay.c:950
  99. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_log: opening ExtendedLog '/var/log/proftpd.access_log'
  100. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_log.c:1178
  101. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_log.c:1180
  102. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_log: opening ExtendedLog '/var/log/proftpd.auth_log'
  103. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_log.c:1178
  104. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_log.c:1180
  105. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_auth.c:145
  106. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - opening scoreboard '/var/log/scoreboard'
  107. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_auth.c:147
  108. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - AuthOrder in effect, resetting auth module order
  109. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ident lookup disabled
  110. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - connected - local  : 10.1.1.10:21
  111. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - connected - remote : 10.1.1.2:1401
  112. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FTP session opened.
  113. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER Anonymous' to mod_rewrite
  114. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER Anonymous' to mod_tls
  115. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER Anonymous' to mod_core
  116. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER Anonymous' to mod_core
  117. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER Anonymous' to mod_delay
  118. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER Anonymous' to mod_auth
  119. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_sql
  120. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_sql
  121. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching CMD command 'USER Anonymous' to mod_auth
  122. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getgroups" to module mod_sql
  123. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - no supplemental groups found for user 'Anonymous'
  124. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "requires_pass" to module mod_tls
  125. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'USER Anonymous' to mod_sql
  126. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'USER Anonymous' to mod_delay
  127. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: mapping DelayTable '/var/run/proftpd/proftpd.delay' into memory
  128. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: write-locking DelayTable '/var/run/proftpd/proftpd.delay', row 1
  129. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: selecting median interval from 55 values
  130. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: adding 4713 usecs to USER row
  131. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: unlocking DelayTable '/var/run/proftpd/proftpd.delay', row 1
  132. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: unmapping DelayTable '/var/run/proftpd/proftpd.delay' from memory
  133. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD command 'USER Anonymous' to mod_sql
  134. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD command 'USER Anonymous' to mod_log
  135. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_rewrite
  136. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_tls
  137. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_core
  138. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_core
  139. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_wrap
  140. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_sql
  141. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getgroups" to module mod_sql
  142. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - no supplemental groups found for user 'Anonymous'
  143. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_delay
  144. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_auth
  145. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_sql
  146. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_sql
  147. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching CMD command 'PASS (hidden)' to mod_auth
  148. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getpwnam" to module mod_sql
  149. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - no such user 'Anonymous'
  150. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - USER Anonymous: no such user found from 10.1.1.2 [10.1.1.2] to 10.1.1.10:21
  151. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD_ERR command 'PASS (hidden)' to mod_sql
  152. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD_ERR command 'PASS (hidden)' to mod_delay
  153. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: mapping DelayTable '/var/run/proftpd/proftpd.delay' into memory
  154. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: write-locking DelayTable '/var/run/proftpd/proftpd.delay', row 2
  155. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: selecting median interval from 55 values
  156. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: adding 2190 usecs to PASS row
  157. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: unlocking DelayTable '/var/run/proftpd/proftpd.delay', row 2
  158. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: unmapping DelayTable '/var/run/proftpd/proftpd.delay' from memory
  159. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: additional random delay of 145 usecs added
  160. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: delaying for 1838 usecs
  161. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_sql
  162. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_log
  163. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_auth
  164. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to core
  165. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to mod_tls
  166. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to mod_sql
  167. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to mod_auth_unix
  168. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_sql
  169. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_sql
  170. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to mod_xfer
  171. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FTP session closed.

Reply

Marsh Posté le 01-07-2008 à 19:39:40    

up

Reply

Marsh Posté le 03-08-2008 à 13:47:18    

je n'abandonne plus :D pour qq infos supplémentaires voir ici
 
s'il vous plait aidez moi :(

Reply

Marsh Posté le 03-08-2008 à 18:24:50    

Et si tu utilises "anonymous" en minuscule ?

Reply

Marsh Posté le 03-08-2008 à 18:36:08    

j'ai déjà essayé et sans résultat :(

Reply

Marsh Posté le 04-08-2008 à 11:11:32    

Je ne suis pas du tout expert en Virtual Host mais je pense que pour les permissions c'est pas très clair.

Citation :

#
 # Racine.
 #
 <Directory />
      #
   # Accepte uniquement le login de Seb et lui donne tout les droits.
   #
   <Limit LOGIN ALL>
  Order Allow,Deny
  AllowUser seb
  Deny from all
   </Limit>
      <Limit ALL>
        DenyAll
      </Limit>
 </Directory>
 

ici seulement seb peut aller sur la racine

Citation :


 #
 # Répertoire privé.
 #
 <Directory /home/ftp/seb/private>
   #
   # Accepte uniquement le login de Seb et lui donne tout les droits.
   #
   <Limit LOGIN ALL>
  Order Allow,Deny
  AllowUser seb
  Deny from all
   </Limit>
    </Directory>

Seul seb peut aller sur le répertoire privé

Citation :


 #
 # Partie anonyme.
 #
 <Anonymous /home/ftp/seb/public>
      User ftp
   Group ftp
   UserAlias anonymous ftp

 

     <Limit LOGIN>
        AllowAll
      </Limit>

 

#
 # Cache les fichiers de Root.
 #
      HideUser root
      HideGroup root

anonymous peut aller sur le répertoire public

Citation :


 #
    # Répertoire publique.
 #
    <Directory /home/ftp/seb/public>
   <Limit LIST READ RETR>
        AllowAll
      </Limit>
      <Limit ALL>
        Order Allow,Deny
  AllowUser seb
  Deny from all

      </Limit>
    </Directory>
  </Anonymous>

Ben là je crois qu'il y a plus que seb. :spamafote:


Message édité par ogaby le 04-08-2008 à 11:25:59
Reply

Marsh Posté le 04-08-2008 à 11:39:14    

Bon je crois que j'ai dit une connerie.
 
Dans le log, il y a écrit que le "user" et le "group" ftp n'existe pas.

Reply

Marsh Posté le 04-08-2008 à 14:18:07    

C'est normal que Seb soit le seul à avoir accès au répertoire "private".
Pour le "public", j'avoue ne pas être trop sûr car je veux autoriser tout le monde à lire mais que Seb à écrire.
Pour la racine c'est normal :).
 
Pour l'utilisateur et groupe inexistant c'est possible car j'ai suivi des tutos, je vais y regarder.

Reply

Marsh Posté le 06-08-2008 à 14:54:49    

le user et group "ftp" existent bien, il se trouve dans passwd et shadow :(.

Reply

Marsh Posté le 06-08-2008 à 14:54:49   

Reply

Marsh Posté le 06-08-2008 à 16:43:04    

J'ai un peu changé et voici à quoi il ressemble now, mais bien sur ça ne va pas mieux :
 

Code :
  1. <VirtualHost seb.XXX.net>
  2. ServerName "Seb FTP Server"
  3. MaxClients 10
  4. #
  5. # Limite le nombre de tentatives de login.
  6. #
  7. MaxLoginAttempts 1
  8. #
  9. # Permet de chrooter les autres personnes que Seb.
  10. #
  11. DefaultRoot ~ !seb
  12. #
  13. # Racine.
  14. #
  15. <Directory />
  16.       #
  17.   # Accepte uniquement le login de Seb et lui donne tout les droits.
  18.   #
  19.   <Limit LOGIN ALL>
  20.  Order Allow,Deny
  21.  AllowUser seb
  22.  Deny from all
  23.   </Limit>
  24.       <Limit ALL>
  25.         DenyAll
  26.       </Limit>
  27. </Directory>
  28. #
  29. # Répertoire privé.
  30. #
  31. <Directory /home/ftp/seb/private>
  32.   #
  33.   # Accepte uniquement le login de Seb et lui donne tout les droits.
  34.   #
  35.   <Limit LOGIN ALL>
  36.  Order Allow,Deny
  37.  AllowUser seb
  38.  Deny from all
  39.   </Limit>
  40.     </Directory>
  41. #
  42.     # Répertoire publique.
  43. #
  44.     <Directory /home/ftp/seb/public>
  45.   #
  46.   # Cache les fichiers de Root.
  47.   #
  48.       HideUser root
  49.       HideGroup root
  50.   <Limit LIST READ RETR>
  51.         Order Allow,Deny
  52.  AllowUser Anonyme
  53.  Deny from all
  54.       </Limit>
  55.       <Limit ALL>
  56.         Order Allow,Deny
  57.  AllowUser seb
  58.  Deny from all
  59.       </Limit>
  60.     </Directory>
  61. </VirtualHost>

Reply

Marsh Posté le 08-08-2008 à 17:34:51    

un peu d'aide s'il vous plait :(
 
suis-je le seul au monde à vouloir un accès anonyme à ProFTPd ? :??:

Reply

Marsh Posté le 08-08-2008 à 18:25:17    

Ben tu peux aussi vérifier que ftp peut lire et écrire dans home/ftp car c'est là qu'il va arriver quand il va se connecter.
-> DefaultRoot ~
 
Tu as certainement aussi des messages d'erreurs dans tes logs.

Reply

Marsh Posté le 08-08-2008 à 20:14:27    

Quand il se connectera, il arrivera dans /home/ftp/[leSousDomaineDuDomaine].
Quand un anonyme se connectera, il devrait arriver dans /home/ftp/[leSousDomaineDuDomaine]/public.
 
Mes logs sont tel qu'ils sont postés plus haut.
 
Je sais que c'est possible de mettre de l'anonyme dans un VH car plusieurs l'on fait. Mais chez moi ça ne va pas :(. Quoi qu'il arrive on me demande un login :??:.
 
Ces config ont déjà été reproduites sans succès :
 

Reply

Marsh Posté le 12-08-2008 à 17:13:55    

[:undertaker666]

Reply

Marsh Posté le 15-08-2008 à 17:12:34    

Toujours personne, pour pas changer :(

Reply

Marsh Posté le 18-08-2008 à 00:42:41    

[:undertaker666]

Reply

Marsh Posté le 18-08-2008 à 01:59:49    

dans ton premier log je lis ceci

Citation :

orbis.wyrd-network.lan - no matching vhost found for 10.1.1.10#21, using DefaultServer 'FTP Server from Orbis'


A priori a aucun moment il ne tient compte de ta configuration virtuel étant donné que celle ci se nomme Seb FTP Server.


---------------
Intermittent du GNU
Reply

Marsh Posté le 18-08-2008 à 12:22:44    

Si il ne tient pas compte de mon VH pourquoi j'arrive à me connecter sur les comptes utilisateur et accéder à leurs répertoires ?
 
De plus cette erreur (celle que tu mentionnes) est référencé quelques fois dans Google mais bien sur personne ne donne de solution. :(

Reply

Marsh Posté le 19-08-2008 à 02:54:25    

je ne connais pas le fonctionnement par défaut de proftpd (préférant a titre personnel un logiciel plus simple comme pure-ftpd), cependant il ne me semble pas impossible qu'il permette par défaut la connexion des utilisateurs unix du système.
Après ma remarque n'est basée que sur les logs que tu fournis.
Pour ce qui est du virtualhost, le ftp 1.1 (en rapport au http 1.1) n'existant pas, il me semble plus logique d'user des ips dans la dénomination des vhosts en lieu et place des noms (sauf a imaginer que le domaine seb.xxx.net ne pointe que sur l'ip en question).
 

Citation :

The <VirtualHost> context is used to define the configuration for a particular virtual host, bound to an IP address. For example:
  <VirtualHost 1.2.3.4>
    ...
  </VirtualHost>
defines a configuration for a virtual server that proftpd should use whenever a remote client connects to the IP address 1.2.3.4. DNS names, too, can be used with the <VirtualHost> configuration directive, and this is where some of the name-based vhost support confusion creeps in:
  <VirtualHost ftp.mydomain.com>
    ...
  </VirtualHost>
When proftpd parses this context on startup, it will resolve the given DNS name to its IP address and use that, just as if that IP address had been used in the first place. Use of DNS names like this, while convenient, can easily lead to confusion when multiple DNS names resolve to the same IP address. If this happens, proftpd will use the first context in the configuration file when serving that address.


Un moyen simple de spécifier ce vhost serait probablement de le faire écouter sur un port différent (et donc de vérifier qu'il est bien pris en compte par proftpd.
Voila voila,


---------------
Intermittent du GNU
Reply

Marsh Posté le 19-08-2008 à 10:46:15    

Ok merci beaucoup, je vais regarder à tout cela :)
 
Cependant si j'utilise l'IP au lieu du sous domaine, comment saura-t-il le "public" de quel compte je veux joindre ? En se logant il le saura mais une fois en anonyme non.

Reply

Marsh Posté le 19-08-2008 à 11:14:20    

Le changement de port n'a rien fait, anonyme ne va toujours pas.
 
dernière version de la partie VH :

Code :
  1. <VirtualHost seb.XXX.net>
  2. ServerName "Seb FTP Server"
  3. Port 2121
  4. MaxClients 10
  5. #
  6. # Limite le nombre de tentatives de login.
  7. #
  8. MaxLoginAttempts 1
  9. #
  10. # Permet de chrooter les autres personnes que Seb.
  11. #
  12. DefaultRoot ~ !seb
  13. #
  14. # Racine.
  15. #
  16. <Directory />
  17.       #
  18.   # Accepte uniquement le login de Seb et lui donne tout les droits.
  19.   #
  20.   <Limit LOGIN ALL>
  21.  Order Allow,Deny
  22.  AllowUser seb
  23.  Deny from all
  24.   </Limit>
  25.       <Limit ALL>
  26.         DenyAll
  27.       </Limit>
  28. </Directory>
  29. #
  30. # Répertoire privé.
  31. #
  32. <Directory /home/ftp/seb/private>
  33.   #
  34.   # Accepte uniquement le login de Seb et lui donne tout les droits.
  35.   #
  36.   <Limit LOGIN ALL>
  37.  Order Allow,Deny
  38.  AllowUser seb
  39.  Deny from all
  40.   </Limit>
  41.     </Directory>
  42. <Anonymous ~public>
  43. User ftp
  44. Group nogroup
  45. UserAlias anonymous ftp
  46. <Limit LOGIN>
  47. AllowAll
  48. </Limit>
  49. #
  50.     # Répertoire publique.
  51. #
  52.     <Directory /home/ftp/seb/public>
  53.   #
  54.   # Cache les fichiers de Root.
  55.   #
  56.       HideUser root
  57.       HideGroup root
  58.   <Limit LIST READ RETR>
  59. AllowAll
  60.       </Limit>
  61.       <Limit ALL>
  62.         Order Allow,Deny
  63.  AllowUser seb
  64.  Deny from all
  65.       </Limit>
  66.     </Directory>
  67. </Anonymous>
  68. </VirtualHost>


 
Sinon, j'hésite à essayer PureFTPd, je sais qu'il y a aussi moyen de faire ce que je veux avec :). Il me faut des users virtuels dans une base de donnée ainsi que le support des VH avec pour chaque VH un accès anonyme à un répertoire, le reste n'étant accessible qu'au compte.

Reply

Marsh Posté le 19-08-2008 à 11:25:55    

# orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_delay
# orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_auth
# orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_sql
# orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_sql
# orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching CMD command 'PASS (hidden)' to mod_auth
# orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getpwnam" to module mod_sql
# orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - no such user 'Anonymous'
 
 
tu te connectes en anonymous ou Anonymous ?
 
 
<Anonymous ~public>
 User ftp
 Group nogroup
 UserAlias anonymous ftp
 <Limit LOGIN>
 AllowAll
</Limit>
 
l'alias c'est bien anonymous et non Anonymous ;).
 
 
http://www.linuxquestions.org/ques [...] gin-14266/
 
Par défaut, le compte ftp, est configuré avec sans shell  
a priori, il faut authoriser les utilisateurs sans shell à se connecter a proftpd
 
RequireValidShell off
 
cf la doc ubuntu concernant proftpd Lien

Message cité 1 fois
Message édité par l4nkou le 19-08-2008 à 11:32:23

---------------
Les avis, c'est comme les anus, tout le monde en a un.
Reply

Marsh Posté le 19-08-2008 à 11:51:33    

Gavrinis a écrit :

Ok merci beaucoup, je vais regarder à tout cela :)
 
Cependant si j'utilise l'IP au lieu du sous domaine, comment saura-t-il le "public" de quel compte je veux joindre ? En se logant il le saura mais une fois en anonyme non.


Si j'en crois la documentation de proftpd il te faut une ip précise pour un vhost donné...
Donc si tu veux qu'un vhost s'applique il te faudra évidemment te connecter sur l'ip en question et pas ailleurs (sauf a ajouter toutes les ips sur un vhost donné).
En persistant a utiliser un nom (sans savoir si la résolution correspond a l'ip voulue) ton vhost ne sera probablement pas pris en compte...
Tu as combien d'ips d'ailleurs sur ton interface ?


---------------
Intermittent du GNU
Reply

Marsh Posté le 19-08-2008 à 11:53:17    

Gavrinis a écrit :

Le changement de port n'a rien fait, anonyme ne va toujours pas.
 
Sinon, j'hésite à essayer PureFTPd, je sais qu'il y a aussi moyen de faire ce que je veux avec :). Il me faut des users virtuels dans une base de donnée ainsi que le support des VH avec pour chaque VH un accès anonyme à un répertoire, le reste n'étant accessible qu'au compte.


l'absence de changement de port est la *preuve* que ton vhost n'est pas appliqué, rien de plus, d'ailleurs a en croire la configuration que tu redonnes tu n'as *toujours* pas précisé une ip donnée sur le vhost en question.
Pour mémoire ftp ne *supporte* pas le http 1.1 ....


---------------
Intermittent du GNU
Reply

Marsh Posté le 19-08-2008 à 15:52:40    

cf doc ubuntu déjà citée :
 
exemple:
 
<VirtualHost  192.168.2.2>
 ServerAdmin  aide_gnu_linux@yahoo.fr
 ServerName  "ftp.cereli.org"
 # Port mode PASSV  
        PassivePorts 5000 5100
        # Addresse de Masquage !!! A REMPLACER PAR LA VOTRE !!!
         MasqueradeAddress  XXX.XXX.XXX.XXX
 Port   21
 
</VirtualHost>

Message cité 1 fois
Message édité par l4nkou le 19-08-2008 à 15:55:20

---------------
Les avis, c'est comme les anus, tout le monde en a un.
Reply

Marsh Posté le 19-08-2008 à 16:28:34    

l4nkou a écrit :


tu te connectes en anonymous ou Anonymous ?
 
...
 
l'alias c'est bien anonymous et non Anonymous ;).


D'après les logs, je me connecterais en Anonymous mais ce n'est pas moi qui veut ça car IE ou un client FTP mettent cet user (FF ne passe pas :??:). Pour le shell Ok, j'ajoute "RequireValidShell off"
 

mikala a écrit :


Si j'en crois la documentation de proftpd il te faut une ip précise pour un vhost donné...
Donc si tu veux qu'un vhost s'applique il te faudra évidemment te connecter sur l'ip en question et pas ailleurs (sauf a ajouter toutes les ips sur un vhost donné).
En persistant a utiliser un nom (sans savoir si la résolution correspond a l'ip voulue) ton vhost ne sera probablement pas pris en compte...
Tu as combien d'ips d'ailleurs sur ton interface ?


Je n'ai qu'une IP mais j'ai un Bind qui résout mes noms de domaine sur mon IP donc le serveur FTP sait que seb.XXX.net correspond à 10.1.1.10
 

mikala a écrit :


l'absence de changement de port est la *preuve* que ton vhost n'est pas appliqué, rien de plus, d'ailleurs a en croire la configuration que tu redonnes tu n'as *toujours* pas précisé une ip donnée sur le vhost en question.
Pour mémoire ftp ne *supporte* pas le http 1.1 ....


Ok je modifie ;)
 

l4nkou a écrit :

cf doc ubuntu déjà citée :
 
exemple:
 
<VirtualHost  192.168.2.2>
 ServerAdmin  aide_gnu_linux@yahoo.fr
 ServerName  "ftp.cereli.org"
 
 
 # Port mode PASSV  
        PassivePorts 5000 5100
        # Addresse de Masquage !!! A REMPLACER PAR LA VOTRE !!!
         MasqueradeAddress  XXX.XXX.XXX.XXX
 Port   21
 
</VirtualHost>


Apparemment j'avais mal compris à quoi servait le "ServerName".

Reply

Marsh Posté le 19-08-2008 à 17:43:58    

Après tous vos conseils, voici le résultat d'une connexion échoué sur "seb.XXX.net" en anonyme :
 

Code :
  1. - Controls: testing Unix domain socket using S_ISFIFO
  2. - Controls: testing Unix domain socket using S_ISSOCK
  3. - Controls: using S_ISSOCK macro for Unix domain socket detection
  4. - mod_ctrls/0.9.4: binding ctrls socket to '/var/run/proftpd/proftpd.sock'
  5. - parsing '/etc/proftpd/proftpd.conf' configuration
  6. - FS: using system open()
  7. - FS: using system read()
  8. - dispatching directive 'ServerName' to module mod_core
  9. - dispatching directive 'User' to module mod_core
  10. - dispatching auth request "getpwnam" to module mod_auth_file
  11. - dispatching auth request "getpwnam" to module mod_auth_unix
  12. - retrieved UID 65534 for user 'nobody'
  13. - dispatching directive 'Group' to module mod_core
  14. - dispatching auth request "getgrnam" to module mod_auth_file
  15. - dispatching auth request "getgrnam" to module mod_auth_unix
  16. - retrieved GID 65534 for group 'nogroup'
  17. - dispatching directive 'Include' to module mod_core
  18. - FS: using system lstat()
  19. - parsing '/etc/proftpd/modules.conf' configuration
  20. - FS: using system open()
  21. - FS: using system read()
  22. - dispatching directive 'ModulePath' to module mod_dso
  23. - FS: using system stat()
  24. - dispatching directive 'ModuleControlsACLs' to module mod_dso
  25. - dispatching auth request "name2uid" to module mod_auth_file
  26. - dispatching auth request "name2uid" to module mod_auth_unix
  27. - dispatching auth request "name2uid" to module mod_auth_file
  28. - dispatching auth request "name2uid" to module mod_auth_unix
  29. - dispatching directive 'ModuleControlsACLs' to module mod_dso
  30. - dispatching directive 'LoadModule' to module mod_dso
  31. - dispatching directive 'LoadModule' to module mod_dso
  32. - mod_tls/2.1.1: using OpenSSL 0.9.8c 05 Sep 2006
  33. - dispatching directive 'LoadModule' to module mod_dso
  34. - dispatching directive 'LoadModule' to module mod_dso
  35. - dispatching event 'core.module-load' to mod_sql_mysql
  36. - dispatching directive 'LoadModule' to module mod_dso
  37. - dispatching event 'core.module-load' to mod_sql_mysql
  38. - dispatching directive 'LoadModule' to module mod_dso
  39. - dispatching event 'core.module-load' to mod_sql_mysql
  40. - dispatching directive 'LoadModule' to module mod_dso
  41. - dispatching event 'core.module-load' to mod_sql_mysql
  42. - dispatching directive 'LoadModule' to module mod_dso
  43. - dispatching event 'core.module-load' to mod_sql_mysql
  44. - dispatching directive 'LoadModule' to module mod_dso
  45. - dispatching event 'core.module-load' to mod_sql_mysql
  46. - dispatching directive 'LoadModule' to module mod_dso
  47. - dispatching event 'core.module-load' to mod_sql_mysql
  48. - FS: using system read()
  49. - FS: using system close()
  50. - dispatching directive 'ServerType' to module mod_core
  51. - dispatching directive 'UseIPv6' to module mod_core
  52. - disabling runtime support for IPv6 connections
  53. - dispatching directive 'DefaultServer' to module mod_core
  54. - dispatching directive '<Global>' to module mod_core
  55. - FS: using system read()
  56. - dispatching directive 'DefaultRoot' to module mod_auth
  57. - dispatching directive 'AllowOverwrite' to module mod_xfer
  58. - dispatching directive '</Global>' to module mod_core
  59. - dispatching directive 'DefaultTransferMode' to module mod_core
  60. - dispatching directive 'UseFtpUsers' to module mod_auth
  61. - dispatching directive 'Port' to module mod_core
  62. - dispatching directive 'Umask' to module mod_core
  63. - dispatching directive 'MaxInstances' to module mod_core
  64. - dispatching directive 'ScoreboardFile' to module mod_core
  65. - FS: using system read()
  66. - dispatching directive 'TransferRate' to module mod_xfer
  67. - dispatching directive 'TransferRate' to module mod_xfer
  68. - dispatching directive 'TimeoutNoTransfer' to module mod_xfer
  69. - dispatching directive 'TimeoutStalled' to module mod_xfer
  70. - dispatching directive 'TimeoutIdle' to module mod_core
  71. - dispatching directive 'AuthPAM' to module mod_auth_pam
  72. - dispatching directive 'AuthPAMConfig' to module mod_auth_pam
  73. - dispatching directive 'IdentLookups' to module mod_core
  74. - dispatching directive 'UseReverseDNS' to module mod_core
  75. - dispatching directive 'AccessDenyMsg' to module mod_auth
  76. - dispatching directive 'AccessGrantMsg' to module mod_auth
  77. - dispatching directive 'AllowOverwrite' to module mod_xfer
  78. - dispatching directive 'DeleteAbortedStores' to module mod_xfer
  79. - dispatching directive 'HiddenStor' to module mod_xfer
  80. - dispatching directive 'RootLogin' to module mod_auth
  81. - dispatching directive 'MaxLoginAttempts' to module mod_auth
  82. - dispatching directive 'RequireValidShell' to module mod_auth
  83. - dispatching directive 'DeferWelcome' to module mod_core
  84. - FS: using system read()
  85. - dispatching directive 'AllowStoreRestart' to module mod_xfer
  86. - dispatching directive 'AllowRetrieveRestart' to module mod_xfer
  87. - dispatching directive 'PathDenyFilter' to module mod_core
  88. - PathDenyFilter: compiling deny regex '\.ftp)|\.ht)[a-z]+$'
  89. - dispatching directive 'DisplayLogin' to module mod_core
  90. - dispatching directive 'TransferLog' to module mod_core
  91. - dispatching directive 'MaxClients' to module mod_auth
  92. - dispatching directive 'MaxClientsPerHost' to module mod_auth
  93. - dispatching directive 'DirFakeUser' to module mod_ls
  94. - dispatching directive 'DirFakeGroup' to module mod_ls
  95. - dispatching directive 'AuthOrder' to module mod_core
  96. - dispatching directive 'SQLAuthTypes' to module mod_sql
  97. - dispatching directive 'SQLAuthenticate' to module mod_sql
  98. - SQLAuthenticate: use of * in SQLAuthenticate has been deprecated.  Use AuthOrder for setting authoritativeness
  99. - dispatching directive 'SQLConnectInfo' to module mod_sql
  100. - dispatching directive 'SQLUserInfo' to module mod_sql
  101. - FS: using system read()
  102. - dispatching directive 'SQLUserWhereClause' to module mod_sql
  103. - dispatching directive 'SQLGroupInfo' to module mod_sql
  104. - dispatching directive 'SQLLog' to module mod_sql
  105. - dispatching directive 'SQLNamedQuery' to module mod_sql
  106. - dispatching directive 'SQLLog' to module mod_sql
  107. - dispatching directive 'SQLNamedQuery' to module mod_sql
  108. - dispatching directive 'SQLNamedQuery' to module mod_sql
  109. - dispatching directive 'SQLShowInfo' to module mod_sql
  110. - dispatching directive 'SQLLog' to module mod_sql
  111. - dispatching directive 'SQLNamedQuery' to module mod_sql
  112. - dispatching directive 'SQLLog' to module mod_sql
  113. - dispatching directive 'SQLNamedQuery' to module mod_sql
  114. - FS: using system read()
  115. - dispatching directive 'QuotaLimitTable' to module mod_quotatab
  116. - dispatching directive 'QuotaTallyTable' to module mod_quotatab
  117. - dispatching directive 'SQLLogFile' to module mod_sql
  118. - dispatching directive 'LogFormat' to module mod_log
  119. - dispatching directive 'ExtendedLog' to module mod_log
  120. - dispatching directive 'LogFormat' to module mod_log
  121. - dispatching directive 'ExtendedLog' to module mod_log
  122. - dispatching directive '<VirtualHost>' to module mod_core
  123. - '10.1.1.10' resolved to IPv4 address 10.1.1.10
  124. - dispatching directive 'ServerName' to module mod_core
  125. - dispatching directive 'Port' to module mod_core
  126. - dispatching directive 'PassivePorts' to module mod_core
  127. - dispatching directive 'MaxClients' to module mod_auth
  128. - dispatching directive 'MaxLoginAttempts' to module mod_auth
  129. - dispatching directive 'DefaultRoot' to module mod_auth
  130. - dispatching directive '<Directory>' to module mod_core
  131. - <Directory />: deferring resolution of path
  132. - dispatching directive '<Limit>' to module mod_core
  133. - dispatching directive 'Order' to module mod_core
  134. - dispatching directive 'AllowUser' to module mod_core
  135. - dispatching directive 'Deny' to module mod_core
  136. - dispatching directive '</Limit>' to module mod_core
  137. - dispatching directive '<Limit>' to module mod_core
  138. - dispatching directive 'DenyAll' to module mod_core
  139. - dispatching directive '</Limit>' to module mod_core
  140. - FS: using system read()
  141. - dispatching directive '</Directory>' to module mod_core
  142. - dispatching directive '<Directory>' to module mod_core
  143. - <Directory /home/ftp/seb/private>: deferring resolution of path
  144. - dispatching directive '<Limit>' to module mod_core
  145. - dispatching directive 'Order' to module mod_core
  146. - dispatching directive 'AllowUser' to module mod_core
  147. - dispatching directive 'Deny' to module mod_core
  148. - dispatching directive '</Limit>' to module mod_core
  149. - dispatching directive '</Directory>' to module mod_core
  150. - dispatching directive '<Anonymous>' to module mod_core
  151. - dispatching directive 'User' to module mod_core
  152. - dispatching directive 'Group' to module mod_core
  153. - dispatching directive 'UserAlias' to module mod_auth
  154. - dispatching directive 'RequireValidShell' to module mod_auth
  155. - dispatching directive '<Limit>' to module mod_core
  156. - dispatching directive 'AllowAll' to module mod_core
  157. - dispatching directive '</Limit>' to module mod_core
  158. - dispatching directive '<Directory>' to module mod_core
  159. - <Directory /home/ftp/seb/public>: deferring resolution of path
  160. - dispatching directive 'HideUser' to module mod_core
  161. - dispatching auth request "getpwnam" to module mod_sql
  162. - dispatching auth request "getpwnam" to module mod_auth_file
  163. - dispatching auth request "getpwnam" to module mod_auth_unix
  164. - retrieved UID 0 for user 'root'
  165. - dispatching directive 'HideGroup' to module mod_core
  166. - dispatching auth request "getgrnam" to module mod_sql
  167. - dispatching auth request "getgrnam" to module mod_auth_file
  168. - dispatching auth request "getgrnam" to module mod_auth_unix
  169. - retrieved GID 0 for group 'root'
  170. - dispatching directive '<Limit>' to module mod_core
  171. - dispatching directive 'AllowAll' to module mod_core
  172. - dispatching directive '</Limit>' to module mod_core
  173. - dispatching directive '<Limit>' to module mod_core
  174. - dispatching directive 'Order' to module mod_core
  175. - dispatching directive 'AllowUser' to module mod_core
  176. - dispatching directive 'Deny' to module mod_core
  177. - dispatching directive '</Limit>' to module mod_core
  178. - dispatching directive '</Directory>' to module mod_core
  179. - dispatching directive '</Anonymous>' to module mod_core
  180. - dispatching directive '</VirtualHost>' to module mod_core
  181. - '10.1.1.10' resolved to IPv4 address 10.1.1.10
  182. - attempting to resolve 'orbis.wyrd-network.lan' to IPv4 address via DNS
  183. - resolved 'orbis.wyrd-network.lan' to IPv4 address 10.1.1.10
  184. - FS: using system read()
  185. - FS: using system close()
  186. - attempting to resolve 'orbis.wyrd-network.lan' to IPv4 address via DNS
  187. - resolved 'orbis.wyrd-network.lan' to IPv4 address 10.1.1.10
  188. orbis.wyrd-network.lan -
  189. orbis.wyrd-network.lan - Config for FTP Server from orbis:
  190. orbis.wyrd-network.lan - UserID
  191. orbis.wyrd-network.lan - UserName
  192. orbis.wyrd-network.lan - GroupID
  193. orbis.wyrd-network.lan - GroupName
  194. orbis.wyrd-network.lan - DefaultServer
  195. orbis.wyrd-network.lan - DefaultTransferMode
  196. orbis.wyrd-network.lan - UseFtpUsers
  197. orbis.wyrd-network.lan - Umask
  198. orbis.wyrd-network.lan - TransferRate
  199. orbis.wyrd-network.lan - TransferRate
  200. orbis.wyrd-network.lan - TimeoutNoTransfer
  201. orbis.wyrd-network.lan - TimeoutStalled
  202. orbis.wyrd-network.lan - TimeoutIdle
  203. orbis.wyrd-network.lan - AuthPAM
  204. orbis.wyrd-network.lan - AuthPAMConfig
  205. orbis.wyrd-network.lan - IdentLookups
  206. orbis.wyrd-network.lan - AccessDenyMsg
  207. orbis.wyrd-network.lan - AccessGrantMsg
  208. orbis.wyrd-network.lan - AllowOverwrite
  209. orbis.wyrd-network.lan - DeleteAbortedStores
  210. orbis.wyrd-network.lan - HiddenStores
  211. orbis.wyrd-network.lan - RootLogin
  212. orbis.wyrd-network.lan - MaxLoginAttempts
  213. orbis.wyrd-network.lan - RequireValidShell
  214. orbis.wyrd-network.lan - DeferWelcome
  215. orbis.wyrd-network.lan - AllowStoreRestart
  216. orbis.wyrd-network.lan - AllowRetrieveRestart
  217. orbis.wyrd-network.lan - PathDenyFilter
  218. orbis.wyrd-network.lan - DisplayLogin
  219. orbis.wyrd-network.lan - TransferLog
  220. orbis.wyrd-network.lan - MaxClients
  221. orbis.wyrd-network.lan - MaxClientsPerHost
  222. orbis.wyrd-network.lan - DirFakeUser
  223. orbis.wyrd-network.lan - DirFakeGroup
  224. orbis.wyrd-network.lan - AuthOrder
  225. orbis.wyrd-network.lan - SQLAuthTypes
  226. orbis.wyrd-network.lan - SQLAuthenticate
  227. orbis.wyrd-network.lan - SQLConnectInfo
  228. orbis.wyrd-network.lan - SQLUserTable
  229. orbis.wyrd-network.lan - SQLUsernameField
  230. orbis.wyrd-network.lan - SQLPasswordField
  231. orbis.wyrd-network.lan - SQLUidField
  232. orbis.wyrd-network.lan - SQLGidField
  233. orbis.wyrd-network.lan - SQLHomedirField
  234. orbis.wyrd-network.lan - SQLShellField
  235. orbis.wyrd-network.lan - SQLUserWhereClause
  236. orbis.wyrd-network.lan - SQLGroupTable
  237. orbis.wyrd-network.lan - SQLGroupnameField
  238. orbis.wyrd-network.lan - SQLGroupGIDField
  239. orbis.wyrd-network.lan - SQLGroupMembersField
  240. orbis.wyrd-network.lan - SQLLog_PASS
  241. orbis.wyrd-network.lan - SQLNamedQuery_counter
  242. orbis.wyrd-network.lan - SQLLog_EXIT
  243. orbis.wyrd-network.lan - SQLNamedQuery_time_logout
  244. orbis.wyrd-network.lan - SQLNamedQuery_login_time
  245. orbis.wyrd-network.lan - SQLShowInfo_PASS
  246. orbis.wyrd-network.lan - SQLLog_RETR
  247. orbis.wyrd-network.lan - SQLLog_STOR
  248. orbis.wyrd-network.lan - SQLNamedQuery_transfer1
  249. orbis.wyrd-network.lan - SQLLog_ERR_RETR
  250. orbis.wyrd-network.lan - SQLLog_ERR_STOR
  251. orbis.wyrd-network.lan - SQLNamedQuery_transfer2
  252. orbis.wyrd-network.lan - QuotaLimitTable
  253. orbis.wyrd-network.lan - QuotaTallyTable
  254. orbis.wyrd-network.lan - SQLLogFile
  255. orbis.wyrd-network.lan - ExtendedLog
  256. orbis.wyrd-network.lan - ExtendedLog
  257. orbis.wyrd-network.lan - DefaultRoot
  258. orbis.wyrd-network.lan - AllowOverwrite
  259. orbis.wyrd-network.lan - '10.1.1.10' resolved to IPv4 address 10.1.1.10
  260. orbis.wyrd-network.lan -
  261. orbis.wyrd-network.lan - Config for seb.XXX.net:
  262. orbis.wyrd-network.lan - ~public/
  263. orbis.wyrd-network.lan -  /home/ftp/seb/public
  264. orbis.wyrd-network.lan -   Limit
  265. orbis.wyrd-network.lan -    Order
  266. orbis.wyrd-network.lan -    AllowUser
  267. orbis.wyrd-network.lan -    Deny
  268. orbis.wyrd-network.lan -   Limit
  269. orbis.wyrd-network.lan -    AllowAll
  270. orbis.wyrd-network.lan -   HideUser
  271. orbis.wyrd-network.lan -   HideGroup
  272. orbis.wyrd-network.lan -   RequireValidShell
  273. orbis.wyrd-network.lan -   MaxClients
  274. orbis.wyrd-network.lan -   AllowOverwrite
  275. orbis.wyrd-network.lan -  Limit
  276. orbis.wyrd-network.lan -   AllowAll
  277. orbis.wyrd-network.lan -  UserName
  278. orbis.wyrd-network.lan -  GroupName
  279. orbis.wyrd-network.lan -  UserAlias
  280. orbis.wyrd-network.lan -  RequireValidShell
  281. orbis.wyrd-network.lan -  MaxClients
  282. orbis.wyrd-network.lan -  AllowOverwrite
  283. orbis.wyrd-network.lan - /home/ftp/seb/private
  284. orbis.wyrd-network.lan -  Limit
  285. orbis.wyrd-network.lan -   Order
  286. orbis.wyrd-network.lan -   AllowUser
  287. orbis.wyrd-network.lan -   Deny
  288. orbis.wyrd-network.lan -  MaxClients
  289. orbis.wyrd-network.lan -  AllowOverwrite
  290. orbis.wyrd-network.lan - /
  291. orbis.wyrd-network.lan -  Limit
  292. orbis.wyrd-network.lan -   DenyAll
  293. orbis.wyrd-network.lan -  Limit
  294. orbis.wyrd-network.lan -   Order
  295. orbis.wyrd-network.lan -   AllowUser
  296. orbis.wyrd-network.lan -   Deny
  297. orbis.wyrd-network.lan -  MaxClients
  298. orbis.wyrd-network.lan -  AllowOverwrite
  299. orbis.wyrd-network.lan - PassivePorts
  300. orbis.wyrd-network.lan - MaxClients
  301. orbis.wyrd-network.lan - MaxLoginAttempts
  302. orbis.wyrd-network.lan - DefaultRoot
  303. orbis.wyrd-network.lan - DefaultRoot
  304. orbis.wyrd-network.lan - AllowOverwrite
  305. orbis.wyrd-network.lan - dispatching event 'core.postparse' to mod_delay
  306. orbis.wyrd-network.lan - ROOT PRIVS at mod_delay.c:292
  307. orbis.wyrd-network.lan - FS: using system open()
  308. orbis.wyrd-network.lan - RELINQUISH PRIVS at mod_delay.c:294
  309. orbis.wyrd-network.lan - FS: using system fstat()
  310. orbis.wyrd-network.lan - mod_delay/0.5: mapping DelayTable '/var/run/proftpd/proftpd.delay' into memory
  311. orbis.wyrd-network.lan - mod_delay/0.5: write-locking DelayTable '/var/run/proftpd/proftpd.delay'
  312. orbis.wyrd-network.lan - FS: using system ftruncate()
  313. orbis.wyrd-network.lan - mod_delay/0.5: resetting DelayTable '/var/run/proftpd/proftpd.delay'
  314. orbis.wyrd-network.lan - mod_delay/0.5: unlocking DelayTable '/var/run/proftpd/proftpd.delay'
  315. orbis.wyrd-network.lan - mod_delay/0.5: unmapping DelayTable '/var/run/proftpd/proftpd.delay' from memory
  316. orbis.wyrd-network.lan - FS: using system close()
  317. orbis.wyrd-network.lan - dispatching event 'core.postparse' to mod_ctrls
  318. orbis.wyrd-network.lan - ROOT PRIVS at mod_ctrls.c:1610
  319. orbis.wyrd-network.lan - mod_ctrls/0.9.4: binding ctrls socket to '/var/run/proftpd/proftpd.sock'
  320. orbis.wyrd-network.lan - RELINQUISH PRIVS at mod_ctrls.c:1612
  321. orbis.wyrd-network.lan - dispatching event 'core.postparse' to mod_tls
  322. orbis.wyrd-network.lan - dispatching auth request "getgroups" to module mod_sql
  323. orbis.wyrd-network.lan - dispatching auth request "getgroups" to module mod_auth_file
  324. orbis.wyrd-network.lan - dispatching auth request "getgroups" to module mod_auth_unix
  325. orbis.wyrd-network.lan - retrieved group ID: 65534
  326. orbis.wyrd-network.lan - setting group ID: 65534
  327. orbis.wyrd-network.lan - SETUP PRIVS at main.c:2920
  328. orbis.wyrd-network.lan - ROOT PRIVS at main.c:2000
  329. orbis.wyrd-network.lan - RELINQUISH PRIVS at main.c:2007
  330. orbis.wyrd-network.lan - ROOT PRIVS at main.c:2355
  331. orbis.wyrd-network.lan - opening scoreboard '/var/log/scoreboard'
  332. orbis.wyrd-network.lan - RELINQUISH PRIVS at main.c:2381
  333. orbis.wyrd-network.lan - dispatching event 'core.startup' to mod_core
  334. orbis.wyrd-network.lan - dispatching event 'core.startup' to mod_ctrls
  335. orbis.wyrd-network.lan - dispatching event 'core.startup' to mod_ctrls_admin
  336. orbis.wyrd-network.lan - ROOT PRIVS at mod_ctrls_admin.c:995
  337. orbis.wyrd-network.lan - opening scoreboard '/var/log/scoreboard'
  338. orbis.wyrd-network.lan - RELINQUISH PRIVS at mod_ctrls_admin.c:997
  339. orbis.wyrd-network.lan - ROOT PRIVS at inet.c:328
  340. orbis.wyrd-network.lan - RELINQUISH PRIVS at inet.c:386
  341. orbis.wyrd-network.lan - ProFTPD 1.3.0 (stable) (built Thu Jul 24 09:10:17 UTC 2008) standalone mode STARTUP
  342. orbis.wyrd-network.lan - ROOT PRIVS at main.c:2218
  343. orbis.wyrd-network.lan - RELINQUISH PRIVS at main.c:2220
  344. orbis.wyrd-network.lan - FS: using system lstat()
  345. orbis.wyrd-network.lan - ROOT PRIVS at mod_ctrls.c:1173
  346. orbis.wyrd-network.lan - RELINQUISH PRIVS at mod_ctrls.c:1177
  347. orbis.wyrd-network.lan - FS: using system lstat()
  348. orbis.wyrd-network.lan - ROOT PRIVS at main.c:1185
  349. orbis.wyrd-network.lan - RELINQUISH PRIVS at main.c:1189
  350. orbis.wyrd-network.lan - no matching vhost found for 10.1.1.10#21, using DefaultServer 'FTP Server from orbis'
  351. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at main.c:1034
  352. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - SETUP PRIVS at main.c:1039
  353. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FTP session requested from unknown class
  354. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - performing module session initializations
  355. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_sql.c:3809
  356. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_sql.c:3811
  357. orbis.wyrd-network.lan - FS: using system lstat()
  358. orbis.wyrd-network.lan - FS: using system lstat()
  359. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: opening DelayTable '/var/run/proftpd/proftpd.delay'
  360. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_delay.c:948
  361. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system open()
  362. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_delay.c:950
  363. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_log: opening ExtendedLog '/var/log/proftpd.access_log'
  364. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_log.c:1178
  365. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_log.c:1180
  366. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_log: opening ExtendedLog '/var/log/proftpd.auth_log'
  367. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_log.c:1178
  368. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_log.c:1180
  369. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_auth.c:145
  370. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - opening scoreboard '/var/log/scoreboard'
  371. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_auth.c:147
  372. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - AuthOrder in effect, resetting auth module order
  373. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ident lookup disabled
  374. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - connected - local  : 10.1.1.10:21
  375. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - connected - remote : 10.1.1.2:4578
  376. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FTP session opened.
  377. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_rewrite
  378. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_tls
  379. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_core
  380. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_core
  381. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_delay
  382. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_auth
  383. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_sql
  384. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_sql
  385. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching CMD command 'USER anonymous' to mod_auth
  386. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getgroups" to module mod_sql
  387. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - no supplemental groups found for user 'anonymous'
  388. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "requires_pass" to module mod_tls
  389. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'USER anonymous' to mod_sql
  390. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'USER anonymous' to mod_delay
  391. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: mapping DelayTable '/var/run/proftpd/proftpd.delay' into me     mory
  392. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: write-locking DelayTable '/var/run/proftpd/proftpd.delay',      row 1
  393. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: selecting median interval from 1 value
  394. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: adding 8659 usecs to USER row
  395. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: unlocking DelayTable '/var/run/proftpd/proftpd.delay', row      1
  396. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: unmapping DelayTable '/var/run/proftpd/proftpd.delay' from      memory
  397. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD command 'USER anonymous' to mod_sql
  398. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD command 'USER anonymous' to mod_log
  399. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_rewrite
  400. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_tls
  401. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_core
  402. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_core
  403. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_wrap
  404. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_sql
  405. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getgroups" to module mod_sql
  406. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - no supplemental groups found for user 'anonymous'
  407. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_delay
  408. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_auth
  409. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_sql
  410. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_sql
  411. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching CMD command 'PASS (hidden)' to mod_auth
  412. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getpwnam" to module mod_sql
  413. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - no such user 'anonymous'
  414. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - USER anonymous: no such user found from 10.1.1.2 [10.1.1.2] to 10.1.1.10:2     1
  415. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD_ERR command 'PASS (hidden)' to mod_sql
  416. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD_ERR command 'PASS (hidden)' to mod_delay
  417. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: mapping DelayTable '/var/run/proftpd/proftpd.delay' into me     mory
  418. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: write-locking DelayTable '/var/run/proftpd/proftpd.delay',      row 2
  419. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: selecting median interval from 1 value
  420. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: adding 8135 usecs to PASS row
  421. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: unlocking DelayTable '/var/run/proftpd/proftpd.delay', row      2
  422. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: unmapping DelayTable '/var/run/proftpd/proftpd.delay' from      memory
  423. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_sql
  424. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_log
  425. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_auth
  426. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to core
  427. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to mod_tls
  428. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to mod_sql
  429. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to mod_auth_unix
  430. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_sql
  431. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_sql
  432. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to mod_xfer
  433. orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FTP session closed.


En ligne 350, même erreur que tantôt et tentative de connexion sur le port 21 alors que je lui ai dit 2121.
413 et 414 pour lui l'utilisateur "anonymous" n'existe pas alors qu'il doit forcément exister sur un serveur FTP. (doit-on le créer manuellement :??::??::??: si oui en utilisateur système ?)

Reply

Marsh Posté le 20-08-2008 à 14:31:15    

Apparemment oui, ceci dit c'est logique :sarcastic:, je pensais que ProFTPd en créait un pendant l'installation ...

Reply

Marsh Posté le 20-08-2008 à 15:20:51    

Ca avance à grand pas, la connexion anonyme est désormais possible à partir de gFTP :ange:
 
Mais toujours pas à partir d'un browser que se soit Firefox ou IE :(
 
Log d'une connexion à partir d'IE avec l'adresse "ftp://seb.XXX.net:2121/" :

Code :
  1. - Controls: testing Unix domain socket using S_ISFIFO
  2. - Controls: testing Unix domain socket using S_ISSOCK
  3. - Controls: using S_ISSOCK macro for Unix domain socket detection
  4. - mod_ctrls/0.9.4: binding ctrls socket to '/var/run/proftpd/proftpd.sock'
  5. - parsing '/etc/proftpd/proftpd.conf' configuration
  6. - FS: using system open()
  7. - FS: using system read()
  8. - dispatching directive 'ServerName' to module mod_core
  9. - dispatching directive 'User' to module mod_core
  10. - dispatching auth request "getpwnam" to module mod_auth_file
  11. - dispatching auth request "getpwnam" to module mod_auth_unix
  12. - retrieved UID 65534 for user 'nobody'
  13. - dispatching directive 'Group' to module mod_core
  14. - dispatching auth request "getgrnam" to module mod_auth_file
  15. - dispatching auth request "getgrnam" to module mod_auth_unix
  16. - retrieved GID 65534 for group 'nogroup'
  17. - dispatching directive 'Include' to module mod_core
  18. - FS: using system lstat()
  19. - parsing '/etc/proftpd/modules.conf' configuration
  20. - FS: using system open()
  21. - FS: using system read()
  22. - dispatching directive 'ModulePath' to module mod_dso
  23. - FS: using system stat()
  24. - dispatching directive 'ModuleControlsACLs' to module mod_dso
  25. - dispatching auth request "name2uid" to module mod_auth_file
  26. - dispatching auth request "name2uid" to module mod_auth_unix
  27. - dispatching auth request "name2uid" to module mod_auth_file
  28. - dispatching auth request "name2uid" to module mod_auth_unix
  29. - dispatching directive 'ModuleControlsACLs' to module mod_dso
  30. - dispatching directive 'LoadModule' to module mod_dso
  31. - dispatching directive 'LoadModule' to module mod_dso
  32. - mod_tls/2.1.1: using OpenSSL 0.9.8c 05 Sep 2006
  33. - dispatching directive 'LoadModule' to module mod_dso
  34. - dispatching directive 'LoadModule' to module mod_dso
  35. - dispatching event 'core.module-load' to mod_sql_mysql
  36. - dispatching directive 'LoadModule' to module mod_dso
  37. - dispatching event 'core.module-load' to mod_sql_mysql
  38. - dispatching directive 'LoadModule' to module mod_dso
  39. - dispatching event 'core.module-load' to mod_sql_mysql
  40. - dispatching directive 'LoadModule' to module mod_dso
  41. - dispatching event 'core.module-load' to mod_sql_mysql
  42. - dispatching directive 'LoadModule' to module mod_dso
  43. - dispatching event 'core.module-load' to mod_sql_mysql
  44. - dispatching directive 'LoadModule' to module mod_dso
  45. - dispatching event 'core.module-load' to mod_sql_mysql
  46. - dispatching directive 'LoadModule' to module mod_dso
  47. - dispatching event 'core.module-load' to mod_sql_mysql
  48. - FS: using system read()
  49. - FS: using system close()
  50. - dispatching directive 'ServerType' to module mod_core
  51. - dispatching directive 'UseIPv6' to module mod_core
  52. - disabling runtime support for IPv6 connections
  53. - dispatching directive 'DefaultServer' to module mod_core
  54. - dispatching directive '<Global>' to module mod_core
  55. - FS: using system read()
  56. - dispatching directive 'DefaultRoot' to module mod_auth
  57. - dispatching directive 'AllowOverwrite' to module mod_xfer
  58. - dispatching directive '</Global>' to module mod_core
  59. - dispatching directive 'DefaultTransferMode' to module mod_core
  60. - dispatching directive 'UseFtpUsers' to module mod_auth
  61. - dispatching directive 'Port' to module mod_core
  62. - dispatching directive 'Umask' to module mod_core
  63. - dispatching directive 'MaxInstances' to module mod_core
  64. - dispatching directive 'ScoreboardFile' to module mod_core
  65. - FS: using system read()
  66. - dispatching directive 'TransferRate' to module mod_xfer
  67. - dispatching directive 'TransferRate' to module mod_xfer
  68. - dispatching directive 'TimeoutNoTransfer' to module mod_xfer
  69. - dispatching directive 'TimeoutStalled' to module mod_xfer
  70. - dispatching directive 'TimeoutIdle' to module mod_core
  71. - dispatching directive 'AuthPAM' to module mod_auth_pam
  72. - dispatching directive 'AuthPAMConfig' to module mod_auth_pam
  73. - dispatching directive 'IdentLookups' to module mod_core
  74. - dispatching directive 'UseReverseDNS' to module mod_core
  75. - dispatching directive 'AccessDenyMsg' to module mod_auth
  76. - dispatching directive 'AccessGrantMsg' to module mod_auth
  77. - dispatching directive 'AllowOverwrite' to module mod_xfer
  78. - dispatching directive 'DeleteAbortedStores' to module mod_xfer
  79. - dispatching directive 'HiddenStor' to module mod_xfer
  80. - dispatching directive 'RootLogin' to module mod_auth
  81. - dispatching directive 'MaxLoginAttempts' to module mod_auth
  82. - dispatching directive 'RequireValidShell' to module mod_auth
  83. - dispatching directive 'DeferWelcome' to module mod_core
  84. - FS: using system read()
  85. - dispatching directive 'AllowStoreRestart' to module mod_xfer
  86. - dispatching directive 'AllowRetrieveRestart' to module mod_xfer
  87. - dispatching directive 'PathDenyFilter' to module mod_core
  88. - PathDenyFilter: compiling deny regex '\.ftp)|\.ht)[a-z]+$'
  89. - dispatching directive 'DisplayLogin' to module mod_core
  90. - dispatching directive 'TransferLog' to module mod_core
  91. - dispatching directive 'MaxClients' to module mod_auth
  92. - dispatching directive 'MaxClientsPerHost' to module mod_auth
  93. - dispatching directive 'DirFakeUser' to module mod_ls
  94. - dispatching directive 'DirFakeGroup' to module mod_ls
  95. - dispatching directive 'AuthOrder' to module mod_core
  96. - dispatching directive 'SQLAuthTypes' to module mod_sql
  97. - dispatching directive 'SQLAuthenticate' to module mod_sql
  98. - SQLAuthenticate: use of * in SQLAuthenticate has been deprecated.  Use AuthOrder for setting authoritativeness
  99. - dispatching directive 'SQLConnectInfo' to module mod_sql
  100. - dispatching directive 'SQLUserInfo' to module mod_sql
  101. - FS: using system read()
  102. - dispatching directive 'SQLUserWhereClause' to module mod_sql
  103. - dispatching directive 'SQLGroupInfo' to module mod_sql
  104. - dispatching directive 'SQLLog' to module mod_sql
  105. - dispatching directive 'SQLNamedQuery' to module mod_sql
  106. - dispatching directive 'SQLLog' to module mod_sql
  107. - dispatching directive 'SQLNamedQuery' to module mod_sql
  108. - dispatching directive 'SQLNamedQuery' to module mod_sql
  109. - dispatching directive 'SQLShowInfo' to module mod_sql
  110. - dispatching directive 'SQLLog' to module mod_sql
  111. - dispatching directive 'SQLNamedQuery' to module mod_sql
  112. - dispatching directive 'SQLLog' to module mod_sql
  113. - dispatching directive 'SQLNamedQuery' to module mod_sql
  114. - FS: using system read()
  115. - dispatching directive 'QuotaLimitTable' to module mod_quotatab
  116. - dispatching directive 'QuotaTallyTable' to module mod_quotatab
  117. - dispatching directive 'SQLLogFile' to module mod_sql
  118. - dispatching directive 'LogFormat' to module mod_log
  119. - dispatching directive 'ExtendedLog' to module mod_log
  120. - dispatching directive 'LogFormat' to module mod_log
  121. - dispatching directive 'ExtendedLog' to module mod_log
  122. - dispatching directive '<VirtualHost>' to module mod_core
  123. - '10.1.1.10' resolved to IPv4 address 10.1.1.10
  124. - dispatching directive 'ServerName' to module mod_core
  125. - dispatching directive 'Port' to module mod_core
  126. - dispatching directive 'PassivePorts' to module mod_core
  127. - dispatching directive 'MaxClients' to module mod_auth
  128. - dispatching directive 'MaxLoginAttempts' to module mod_auth
  129. - dispatching directive 'DefaultRoot' to module mod_auth
  130. - dispatching directive '<Directory>' to module mod_core
  131. - <Directory />: deferring resolution of path
  132. - dispatching directive '<Limit>' to module mod_core
  133. - dispatching directive 'Order' to module mod_core
  134. - dispatching directive 'AllowUser' to module mod_core
  135. - dispatching directive 'Deny' to module mod_core
  136. - dispatching directive '</Limit>' to module mod_core
  137. - dispatching directive '<Limit>' to module mod_core
  138. - dispatching directive 'DenyAll' to module mod_core
  139. - dispatching directive '</Limit>' to module mod_core
  140. - FS: using system read()
  141. - dispatching directive '</Directory>' to module mod_core
  142. - dispatching directive '<Directory>' to module mod_core
  143. - <Directory /home/ftp/seb/private>: deferring resolution of path
  144. - dispatching directive '<Limit>' to module mod_core
  145. - dispatching directive 'Order' to module mod_core
  146. - dispatching directive 'AllowUser' to module mod_core
  147. - dispatching directive 'Deny' to module mod_core
  148. - dispatching directive '</Limit>' to module mod_core
  149. - dispatching directive '</Directory>' to module mod_core
  150. - dispatching directive '<Anonymous>' to module mod_core
  151. - dispatching directive 'User' to module mod_core
  152. - dispatching directive 'Group' to module mod_core
  153. - dispatching directive 'UserAlias' to module mod_auth
  154. - dispatching directive 'RequireValidShell' to module mod_auth
  155. - dispatching directive '<Limit>' to module mod_core
  156. - dispatching directive 'AllowAll' to module mod_core
  157. - dispatching directive '</Limit>' to module mod_core
  158. - dispatching directive '<Directory>' to module mod_core
  159. - <Directory /home/ftp/seb/public>: deferring resolution of path
  160. - dispatching directive 'HideUser' to module mod_core
  161. - dispatching auth request "getpwnam" to module mod_sql
  162. - dispatching auth request "getpwnam" to module mod_auth_file
  163. - dispatching auth request "getpwnam" to module mod_auth_unix
  164. - retrieved UID 0 for user 'root'
  165. - dispatching directive 'HideGroup' to module mod_core
  166. - dispatching auth request "getgrnam" to module mod_sql
  167. - dispatching auth request "getgrnam" to module mod_auth_file
  168. - dispatching auth request "getgrnam" to module mod_auth_unix
  169. - retrieved GID 0 for group 'root'
  170. - dispatching directive '<Limit>' to module mod_core
  171. - dispatching directive 'AllowAll' to module mod_core
  172. - dispatching directive '</Limit>' to module mod_core
  173. - dispatching directive '<Limit>' to module mod_core
  174. - dispatching directive 'Order' to module mod_core
  175. - dispatching directive 'AllowUser' to module mod_core
  176. - dispatching directive 'Deny' to module mod_core
  177. - dispatching directive '</Limit>' to module mod_core
  178. - dispatching directive '</Directory>' to module mod_core
  179. - dispatching directive '</Anonymous>' to module mod_core
  180. - dispatching directive '</VirtualHost>' to module mod_core
  181. - '10.1.1.10' resolved to IPv4 address 10.1.1.10
  182. - attempting to resolve 'Orbis.wyrd-network.lan' to IPv4 address via DNS
  183. - resolved 'Orbis.wyrd-network.lan' to IPv4 address 10.1.1.10
  184. - FS: using system read()
  185. - FS: using system close()
  186. - attempting to resolve 'Orbis.wyrd-network.lan' to IPv4 address via DNS
  187. - resolved 'Orbis.wyrd-network.lan' to IPv4 address 10.1.1.10
  188. Orbis.wyrd-network.lan -
  189. Orbis.wyrd-network.lan - Config for FTP Server from Orbis:
  190. Orbis.wyrd-network.lan - UserID
  191. Orbis.wyrd-network.lan - UserName
  192. Orbis.wyrd-network.lan - GroupID
  193. Orbis.wyrd-network.lan - GroupName
  194. Orbis.wyrd-network.lan - DefaultServer
  195. Orbis.wyrd-network.lan - DefaultTransferMode
  196. Orbis.wyrd-network.lan - UseFtpUsers
  197. Orbis.wyrd-network.lan - Umask
  198. Orbis.wyrd-network.lan - TransferRate
  199. Orbis.wyrd-network.lan - TransferRate
  200. Orbis.wyrd-network.lan - TimeoutNoTransfer
  201. Orbis.wyrd-network.lan - TimeoutStalled
  202. Orbis.wyrd-network.lan - TimeoutIdle
  203. Orbis.wyrd-network.lan - AuthPAM
  204. Orbis.wyrd-network.lan - AuthPAMConfig
  205. Orbis.wyrd-network.lan - IdentLookups
  206. Orbis.wyrd-network.lan - AccessDenyMsg
  207. Orbis.wyrd-network.lan - AccessGrantMsg
  208. Orbis.wyrd-network.lan - AllowOverwrite
  209. Orbis.wyrd-network.lan - DeleteAbortedStores
  210. Orbis.wyrd-network.lan - HiddenStores
  211. Orbis.wyrd-network.lan - RootLogin
  212. Orbis.wyrd-network.lan - MaxLoginAttempts
  213. Orbis.wyrd-network.lan - RequireValidShell
  214. Orbis.wyrd-network.lan - DeferWelcome
  215. Orbis.wyrd-network.lan - AllowStoreRestart
  216. Orbis.wyrd-network.lan - AllowRetrieveRestart
  217. Orbis.wyrd-network.lan - PathDenyFilter
  218. Orbis.wyrd-network.lan - DisplayLogin
  219. Orbis.wyrd-network.lan - TransferLog
  220. Orbis.wyrd-network.lan - MaxClients
  221. Orbis.wyrd-network.lan - MaxClientsPerHost
  222. Orbis.wyrd-network.lan - DirFakeUser
  223. Orbis.wyrd-network.lan - DirFakeGroup
  224. Orbis.wyrd-network.lan - AuthOrder
  225. Orbis.wyrd-network.lan - SQLAuthTypes
  226. Orbis.wyrd-network.lan - SQLAuthenticate
  227. Orbis.wyrd-network.lan - SQLConnectInfo
  228. Orbis.wyrd-network.lan - SQLUserTable
  229. Orbis.wyrd-network.lan - SQLUsernameField
  230. Orbis.wyrd-network.lan - SQLPasswordField
  231. Orbis.wyrd-network.lan - SQLUidField
  232. Orbis.wyrd-network.lan - SQLGidField
  233. Orbis.wyrd-network.lan - SQLHomedirField
  234. Orbis.wyrd-network.lan - SQLShellField
  235. Orbis.wyrd-network.lan - SQLUserWhereClause
  236. Orbis.wyrd-network.lan - SQLGroupTable
  237. Orbis.wyrd-network.lan - SQLGroupnameField
  238. Orbis.wyrd-network.lan - SQLGroupGIDField
  239. Orbis.wyrd-network.lan - SQLGroupMembersField
  240. Orbis.wyrd-network.lan - SQLLog_PASS
  241. Orbis.wyrd-network.lan - SQLNamedQuery_counter
  242. Orbis.wyrd-network.lan - SQLLog_EXIT
  243. Orbis.wyrd-network.lan - SQLNamedQuery_time_logout
  244. Orbis.wyrd-network.lan - SQLNamedQuery_login_time
  245. Orbis.wyrd-network.lan - SQLShowInfo_PASS
  246. Orbis.wyrd-network.lan - SQLLog_RETR
  247. Orbis.wyrd-network.lan - SQLLog_STOR
  248. Orbis.wyrd-network.lan - SQLNamedQuery_transfer1
  249. Orbis.wyrd-network.lan - SQLLog_ERR_RETR
  250. Orbis.wyrd-network.lan - SQLLog_ERR_STOR
  251. Orbis.wyrd-network.lan - SQLNamedQuery_transfer2
  252. Orbis.wyrd-network.lan - QuotaLimitTable
  253. Orbis.wyrd-network.lan - QuotaTallyTable
  254. Orbis.wyrd-network.lan - SQLLogFile
  255. Orbis.wyrd-network.lan - ExtendedLog
  256. Orbis.wyrd-network.lan - ExtendedLog
  257. Orbis.wyrd-network.lan - DefaultRoot
  258. Orbis.wyrd-network.lan - AllowOverwrite
  259. Orbis.wyrd-network.lan - '10.1.1.10' resolved to IPv4 address 10.1.1.10
  260. Orbis.wyrd-network.lan -
  261. Orbis.wyrd-network.lan - Config for seb.duolet.net:
  262. Orbis.wyrd-network.lan - /home/ftp/seb/public/
  263. Orbis.wyrd-network.lan -  /home/ftp/seb/public
  264. Orbis.wyrd-network.lan -   Limit
  265. Orbis.wyrd-network.lan -    Order
  266. Orbis.wyrd-network.lan -    AllowUser
  267. Orbis.wyrd-network.lan -    Deny
  268. Orbis.wyrd-network.lan -   Limit
  269. Orbis.wyrd-network.lan -    AllowAll
  270. Orbis.wyrd-network.lan -   HideUser
  271. Orbis.wyrd-network.lan -   HideGroup
  272. Orbis.wyrd-network.lan -   RequireValidShell
  273. Orbis.wyrd-network.lan -   MaxClients
  274. Orbis.wyrd-network.lan -   AllowOverwrite
  275. Orbis.wyrd-network.lan -  Limit
  276. Orbis.wyrd-network.lan -   AllowAll
  277. Orbis.wyrd-network.lan -  UserName
  278. Orbis.wyrd-network.lan -  GroupName
  279. Orbis.wyrd-network.lan -  UserAlias
  280. Orbis.wyrd-network.lan -  RequireValidShell
  281. Orbis.wyrd-network.lan -  MaxClients
  282. Orbis.wyrd-network.lan -  AllowOverwrite
  283. Orbis.wyrd-network.lan - /home/ftp/seb/private
  284. Orbis.wyrd-network.lan -  Limit
  285. Orbis.wyrd-network.lan -   Order
  286. Orbis.wyrd-network.lan -   AllowUser
  287. Orbis.wyrd-network.lan -   Deny
  288. Orbis.wyrd-network.lan -  MaxClients
  289. Orbis.wyrd-network.lan -  AllowOverwrite
  290. Orbis.wyrd-network.lan - /
  291. Orbis.wyrd-network.lan -  Limit
  292. Orbis.wyrd-network.lan -   DenyAll
  293. Orbis.wyrd-network.lan -  Limit
  294. Orbis.wyrd-network.lan -   Order
  295. Orbis.wyrd-network.lan -   AllowUser
  296. Orbis.wyrd-network.lan -   Deny
  297. Orbis.wyrd-network.lan -  MaxClients
  298. Orbis.wyrd-network.lan -  AllowOverwrite
  299. Orbis.wyrd-network.lan - PassivePorts
  300. Orbis.wyrd-network.lan - MaxClients
  301. Orbis.wyrd-network.lan - MaxLoginAttempts
  302. Orbis.wyrd-network.lan - DefaultRoot
  303. Orbis.wyrd-network.lan - DefaultRoot
  304. Orbis.wyrd-network.lan - AllowOverwrite
  305. Orbis.wyrd-network.lan - dispatching event 'core.postparse' to mod_delay
  306. Orbis.wyrd-network.lan - ROOT PRIVS at mod_delay.c:292
  307. Orbis.wyrd-network.lan - FS: using system open()
  308. Orbis.wyrd-network.lan - RELINQUISH PRIVS at mod_delay.c:294
  309. Orbis.wyrd-network.lan - FS: using system fstat()
  310. Orbis.wyrd-network.lan - mod_delay/0.5: mapping DelayTable '/var/run/proftpd/proftpd.delay' into memory
  311. Orbis.wyrd-network.lan - mod_delay/0.5: write-locking DelayTable '/var/run/proftpd/proftpd.delay'
  312. Orbis.wyrd-network.lan - FS: using system ftruncate()
  313. Orbis.wyrd-network.lan - mod_delay/0.5: resetting DelayTable '/var/run/proftpd/proftpd.delay'
  314. Orbis.wyrd-network.lan - mod_delay/0.5: unlocking DelayTable '/var/run/proftpd/proftpd.delay'
  315. Orbis.wyrd-network.lan - mod_delay/0.5: unmapping DelayTable '/var/run/proftpd/proftpd.delay' from memory
  316. Orbis.wyrd-network.lan - FS: using system close()
  317. Orbis.wyrd-network.lan - dispatching event 'core.postparse' to mod_ctrls
  318. Orbis.wyrd-network.lan - ROOT PRIVS at mod_ctrls.c:1610
  319. Orbis.wyrd-network.lan - mod_ctrls/0.9.4: binding ctrls socket to '/var/run/proftpd/proftpd.sock'
  320. Orbis.wyrd-network.lan - RELINQUISH PRIVS at mod_ctrls.c:1612
  321. Orbis.wyrd-network.lan - dispatching event 'core.postparse' to mod_tls
  322. Orbis.wyrd-network.lan - dispatching auth request "getgroups" to module mod_sql
  323. Orbis.wyrd-network.lan - dispatching auth request "getgroups" to module mod_auth_file
  324. Orbis.wyrd-network.lan - dispatching auth request "getgroups" to module mod_auth_unix
  325. Orbis.wyrd-network.lan - retrieved group ID: 65534
  326. Orbis.wyrd-network.lan - setting group ID: 65534
  327. Orbis.wyrd-network.lan - SETUP PRIVS at main.c:2920
  328. Orbis.wyrd-network.lan - ROOT PRIVS at main.c:2000
  329. Orbis.wyrd-network.lan - RELINQUISH PRIVS at main.c:2007
  330. Orbis.wyrd-network.lan - ROOT PRIVS at main.c:2355
  331. Orbis.wyrd-network.lan - opening scoreboard '/var/log/scoreboard'
  332. Orbis.wyrd-network.lan - RELINQUISH PRIVS at main.c:2381
  333. Orbis.wyrd-network.lan - dispatching event 'core.startup' to mod_core
  334. Orbis.wyrd-network.lan - dispatching event 'core.startup' to mod_ctrls
  335. Orbis.wyrd-network.lan - dispatching event 'core.startup' to mod_ctrls_admin
  336. Orbis.wyrd-network.lan - ROOT PRIVS at mod_ctrls_admin.c:995
  337. Orbis.wyrd-network.lan - opening scoreboard '/var/log/scoreboard'
  338. Orbis.wyrd-network.lan - RELINQUISH PRIVS at mod_ctrls_admin.c:997
  339. Orbis.wyrd-network.lan - ROOT PRIVS at inet.c:328
  340. Orbis.wyrd-network.lan - RELINQUISH PRIVS at inet.c:386
  341. Orbis.wyrd-network.lan - ProFTPD 1.3.0 (stable) (built Thu Jul 24 09:10:17 UTC 2008) standalone mode STARTUP
  342. Orbis.wyrd-network.lan - ROOT PRIVS at main.c:2218
  343. Orbis.wyrd-network.lan - RELINQUISH PRIVS at main.c:2220
  344. Orbis.wyrd-network.lan - FS: using system lstat()
  345. Orbis.wyrd-network.lan - ROOT PRIVS at mod_ctrls.c:1173
  346. Orbis.wyrd-network.lan - RELINQUISH PRIVS at mod_ctrls.c:1177
  347. Orbis.wyrd-network.lan - FS: using system lstat()
  348. Orbis.wyrd-network.lan - FS: using system lstat()
  349. Orbis.wyrd-network.lan - ROOT PRIVS at main.c:1185
  350. Orbis.wyrd-network.lan - RELINQUISH PRIVS at main.c:1189
  351. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FTP session requested from unknown class
  352. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - performing module session initializations
  353. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: opening DelayTable '/var/run/proftpd/proftpd.delay'
  354. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_delay.c:948
  355. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system open()
  356. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_delay.c:950
  357. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_auth.c:145
  358. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - opening scoreboard '/var/log/scoreboard'
  359. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_auth.c:147
  360. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - performing ident lookup
  361. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ident connection failed: Connection refused
  362. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ident lookup returned 'UNKNOWN'
  363. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - connected - local  : 10.1.1.10:2121
  364. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - connected - remote : 10.1.1.2:2895
  365. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FTP session opened.
  366. Orbis.wyrd-network.lan - FS: using system lstat()
  367. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_rewrite
  368. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_tls
  369. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_core
  370. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_core
  371. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_delay
  372. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_auth
  373. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_sql
  374. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_auth_file
  375. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_auth_unix
  376. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_sql
  377. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_auth_file
  378. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_auth_unix
  379. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching CMD command 'USER anonymous' to mod_auth
  380. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'USER anonymous' to mod_sql
  381. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'USER anonymous' to mod_delay
  382. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: mapping DelayTable '/var/run/proftpd/proftpd.delay' into memory
  383. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: write-locking DelayTable '/var/run/proftpd/proftpd.delay', row 1
  384. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: selecting median interval from 1 value
  385. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: adding 304 usecs to USER row
  386. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: unlocking DelayTable '/var/run/proftpd/proftpd.delay', row 1
  387. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: unmapping DelayTable '/var/run/proftpd/proftpd.delay' from memory
  388. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD command 'USER anonymous' to mod_sql
  389. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD command 'USER anonymous' to mod_log
  390. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_rewrite
  391. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_tls
  392. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_core
  393. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_core
  394. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_wrap
  395. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_sql
  396. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_delay
  397. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_auth
  398. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_sql
  399. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_auth_file
  400. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_auth_unix
  401. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_sql
  402. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_auth_file
  403. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_auth_unix
  404. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching CMD command 'PASS (hidden)' to mod_auth
  405. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getpwnam" to module mod_sql
  406. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getpwnam" to module mod_auth_file
  407. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getpwnam" to module mod_auth_unix
  408. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - stashed module 'mod_auth_unix.c' for user 'anonymous_ftp' in the authcache
  409. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - retrieved UID 2002 for user 'anonymous_ftp'
  410. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "gid2name" to module mod_sql
  411. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "gid2name" to module mod_auth_file
  412. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "gid2name" to module mod_auth_unix
  413. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getgroups" to module mod_sql
  414. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getgroups" to module mod_auth_file
  415. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getgroups" to module mod_auth_unix
  416. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - retrieved group ID: 2002
  417. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - retrieved group name: anonymous_ftp
  418. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "setgrent" to module mod_sql
  419. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "setgrent" to module mod_auth_file
  420. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "setgrent" to module mod_auth_unix
  421. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_auth.c:463
  422. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_auth.c:465
  423. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_auth.c:943
  424. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - setting group ID: 2002
  425. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - SETUP PRIVS at mod_auth.c:958
  426. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system access()
  427. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system stat()
  428. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_auth.c:973
  429. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - setting group ID: 65534
  430. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - SETUP PRIVS at mod_auth.c:988
  431. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getgrnam" to module mod_sql
  432. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getgrnam" to module mod_auth_file
  433. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getgrnam" to module mod_auth_unix
  434. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - retrieved GID 65534 for group 'nogroup'
  435. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -
  436. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - Config for seb.duolet.net:
  437. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - /home/ftp/seb/public/
  438. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  /home/ftp/seb/public
  439. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   Limit
  440. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -    Order
  441. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -    AllowUser
  442. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -    Deny
  443. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   Limit
  444. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -    AllowAll
  445. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   HideUser
  446. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   HideGroup
  447. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   RequireValidShell
  448. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   MaxClients
  449. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   AllowOverwrite
  450. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  Limit
  451. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   AllowAll
  452. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  UserName
  453. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  GroupName
  454. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  UserAlias
  455. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  RequireValidShell
  456. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  MaxClients
  457. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  AllowOverwrite
  458. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - /
  459. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  /home/ftp/seb/private
  460. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   Limit
  461. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -    Order
  462. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -    AllowUser
  463. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -    Deny
  464. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   MaxClients
  465. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   AllowOverwrite
  466. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  Limit
  467. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   DenyAll
  468. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  Limit
  469. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   Order
  470. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   AllowUser
  471. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   Deny
  472. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  MaxClients
  473. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  AllowOverwrite
  474. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - PassivePorts
  475. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - MaxClients
  476. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - MaxLoginAttempts
  477. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - DefaultRoot
  478. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - DefaultRoot
  479. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - AllowOverwrite
  480. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - CURRENT-CLIENTS
  481. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - USER
  482. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ANON anonymous: Login successful.
  483. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_auth.c:1113
  484. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - opening TransferLog '/var/log/xferlog'
  485. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - setting group ID: 2002
  486. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_auth.c:1142
  487. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "setpwent" to module mod_sql
  488. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "setpwent" to module mod_auth_file
  489. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "setpwent" to module mod_auth_unix
  490. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "setgrent" to module mod_sql
  491. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "setgrent" to module mod_auth_file
  492. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "setgrent" to module mod_auth_unix
  493. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getpwent" to module mod_sql
  494. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getpwent" to module mod_auth_file
  495. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getpwent" to module mod_auth_unix
  496. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getgrent" to module mod_sql
  497. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getgrent" to module mod_auth_file
  498. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getgrent" to module mod_auth_unix
  499. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - set TZ environment variable to 'CET'
  500. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - Preparing to chroot to directory '/home/ftp/seb/public'
  501. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_auth.c:74
  502. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system chroot()
  503. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_auth.c:81
  504. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - Environment successfully chroot()ed.
  505. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_auth.c:1185
  506. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - SETUP PRIVS at mod_auth.c:1192
  507. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system chdir()
  508. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - in dir_check_full(): path = '/', fullpath = '/home/ftp/seb/public/'.
  509. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system stat()
  510. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system stat()
  511. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - NetACL: matched 'ALL'
  512. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system stat()
  513. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system stat()
  514. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_sql
  515. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_ifsession
  516. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_quotatab
  517. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_tls
  518. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_cap
  519. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_cap/1.0: capabilities '= cap_net_bind_service+ep'
  520. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_readme
  521. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_delay
  522. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: mapping DelayTable '/var/run/proftpd/proftpd.delay' into memory
  523. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: write-locking DelayTable '/var/run/proftpd/proftpd.delay', row 2
  524. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: selecting median interval from 1 value
  525. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: adding 16795 usecs to PASS row
  526. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: unlocking DelayTable '/var/run/proftpd/proftpd.delay', row 2
  527. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: unmapping DelayTable '/var/run/proftpd/proftpd.delay' from memory
  528. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_log
  529. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_ls
  530. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_auth
  531. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - PRIVS_RELINQUISH: ID switching disabled
  532. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD command 'PASS (hidden)' to mod_sql
  533. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD command 'PASS (hidden)' to mod_log
  534. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'CWD /' to mod_rewrite
  535. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'CWD /' to mod_tls
  536. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'CWD /' to mod_core
  537. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'CWD /' to mod_core
  538. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching CMD command 'CWD /' to mod_core
  539. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - in dir_check_full(): path = '/', fullpath = '/home/ftp/seb/public/'.
  540. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system stat()
  541. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system stat()
  542. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - NetACL: matched 'ALL'
  543. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD_ERR command 'CWD /' to mod_sql
  544. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD_ERR command 'CWD /' to mod_sql
  545. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD_ERR command 'CWD /' to mod_log
  546. Orbis.wyrd-network.lan - FS: using system lstat()
  547. Orbis.wyrd-network.lan - ROOT PRIVS at main.c:1185
  548. Orbis.wyrd-network.lan - RELINQUISH PRIVS at main.c:1189
  549. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FTP session requested from unknown class
  550. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - performing module session initializations
  551. Orbis.wyrd-network.lan - FS: using system lstat()
  552. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to core
  553. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to mod_tls
  554. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to mod_sql
  555. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to mod_auth_unix
  556. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_sql
  557. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_auth_file
  558. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_auth_unix
  559. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - emptying authcache
  560. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_sql
  561. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_auth_file
  562. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_auth_unix
  563. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to mod_xfer
  564. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FTP session closed.
  565. Orbis.wyrd-network.lan - FS: using system lstat()
  566. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: opening DelayTable '/var/run/proftpd/proftpd.delay'
  567. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_delay.c:948
  568. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system open()
  569. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_delay.c:950
  570. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_auth.c:145
  571. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - opening scoreboard '/var/log/scoreboard'
  572. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_auth.c:147
  573. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - performing ident lookup
  574. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ident connection failed: Connection refused
  575. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ident lookup returned 'UNKNOWN'
  576. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - connected - local  : 10.1.1.10:2121
  577. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - connected - remote : 10.1.1.2:2897
  578. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FTP session opened.
  579. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_rewrite
  580. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_tls
  581. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_core
  582. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_core
  583. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_delay
  584. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'USER anonymous' to mod_auth
  585. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_sql
  586. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_auth_file
  587. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_auth_unix
  588. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_sql
  589. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_auth_file
  590. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_auth_unix
  591. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching CMD command 'USER anonymous' to mod_auth
  592. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'USER anonymous' to mod_sql
  593. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'USER anonymous' to mod_delay
  594. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: mapping DelayTable '/var/run/proftpd/proftpd.delay' into memory
  595. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: write-locking DelayTable '/var/run/proftpd/proftpd.delay', row 1
  596. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: selecting median interval from 1 value
  597. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: adding 8457 usecs to USER row
  598. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: unlocking DelayTable '/var/run/proftpd/proftpd.delay', row 1
  599. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: unmapping DelayTable '/var/run/proftpd/proftpd.delay' from memory
  600. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD command 'USER anonymous' to mod_sql
  601. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD command 'USER anonymous' to mod_log
  602. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_rewrite
  603. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_tls
  604. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_core
  605. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_core
  606. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_wrap
  607. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_sql
  608. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_delay
  609. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_auth
  610. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_sql
  611. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_auth_file
  612. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_auth_unix
  613. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_sql
  614. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_auth_file
  615. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_auth_unix
  616. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching CMD command 'PASS (hidden)' to mod_auth
  617. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getpwnam" to module mod_sql
  618. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getpwnam" to module mod_auth_file
  619. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getpwnam" to module mod_auth_unix
  620. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - stashed module 'mod_auth_unix.c' for user 'anonymous_ftp' in the authcache
  621. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - retrieved UID 2002 for user 'anonymous_ftp'
  622. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "gid2name" to module mod_sql
  623. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "gid2name" to module mod_auth_file
  624. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "gid2name" to module mod_auth_unix
  625. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getgroups" to module mod_sql
  626. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getgroups" to module mod_auth_file
  627. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getgroups" to module mod_auth_unix
  628. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - retrieved group ID: 2002
  629. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - retrieved group name: anonymous_ftp
  630. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "setgrent" to module mod_sql
  631. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "setgrent" to module mod_auth_file
  632. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "setgrent" to module mod_auth_unix
  633. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_auth.c:463
  634. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_auth.c:465
  635. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_auth.c:943
  636. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - setting group ID: 2002
  637. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - SETUP PRIVS at mod_auth.c:958
  638. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system access()
  639. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system stat()
  640. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_auth.c:973
  641. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - setting group ID: 65534
  642. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - SETUP PRIVS at mod_auth.c:988
  643. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getgrnam" to module mod_sql
  644. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getgrnam" to module mod_auth_file
  645. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getgrnam" to module mod_auth_unix
  646. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - retrieved GID 65534 for group 'nogroup'
  647. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -
  648. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - Config for seb.duolet.net:
  649. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - /home/ftp/seb/public/
  650. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  /home/ftp/seb/public
  651. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   Limit
  652. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -    Order
  653. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -    AllowUser
  654. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -    Deny
  655. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   Limit
  656. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -    AllowAll
  657. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   HideUser
  658. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   HideGroup
  659. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   RequireValidShell
  660. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   MaxClients
  661. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   AllowOverwrite
  662. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  Limit
  663. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   AllowAll
  664. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  UserName
  665. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  GroupName
  666. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  UserAlias
  667. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  RequireValidShell
  668. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  MaxClients
  669. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  AllowOverwrite
  670. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - /
  671. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  /home/ftp/seb/private
  672. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   Limit
  673. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -    Order
  674. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -    AllowUser
  675. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -    Deny
  676. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   MaxClients
  677. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   AllowOverwrite
  678. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  Limit
  679. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   DenyAll
  680. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  Limit
  681. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   Order
  682. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   AllowUser
  683. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -   Deny
  684. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  MaxClients
  685. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) -  AllowOverwrite
  686. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - PassivePorts
  687. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - MaxClients
  688. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - MaxLoginAttempts
  689. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - DefaultRoot
  690. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - DefaultRoot
  691. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - AllowOverwrite
  692. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - CURRENT-CLIENTS
  693. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - USER
  694. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ANON anonymous: Login successful.
  695. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_auth.c:1113
  696. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - opening TransferLog '/var/log/xferlog'
  697. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - setting group ID: 2002
  698. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_auth.c:1142
  699. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "setpwent" to module mod_sql
  700. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "setpwent" to module mod_auth_file
  701. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "setpwent" to module mod_auth_unix
  702. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "setgrent" to module mod_sql
  703. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "setgrent" to module mod_auth_file
  704. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "setgrent" to module mod_auth_unix
  705. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getpwent" to module mod_sql
  706. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getpwent" to module mod_auth_file
  707. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getpwent" to module mod_auth_unix
  708. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getgrent" to module mod_sql
  709. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getgrent" to module mod_auth_file
  710. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "getgrent" to module mod_auth_unix
  711. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - set TZ environment variable to 'CET'
  712. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - Preparing to chroot to directory '/home/ftp/seb/public'
  713. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_auth.c:74
  714. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system chroot()
  715. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - RELINQUISH PRIVS at mod_auth.c:81
  716. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - Environment successfully chroot()ed.
  717. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ROOT PRIVS at mod_auth.c:1185
  718. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - SETUP PRIVS at mod_auth.c:1192
  719. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system chdir()
  720. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - in dir_check_full(): path = '/', fullpath = '/home/ftp/seb/public/'.
  721. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system stat()
  722. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system stat()
  723. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - NetACL: matched 'ALL'
  724. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system stat()
  725. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system stat()
  726. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_sql
  727. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_ifsession
  728. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_quotatab
  729. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_tls
  730. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_cap
  731. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_cap/1.0: capabilities '= cap_net_bind_service+ep'
  732. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_readme
  733. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_delay
  734. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: mapping DelayTable '/var/run/proftpd/proftpd.delay' into memory
  735. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: write-locking DelayTable '/var/run/proftpd/proftpd.delay', row 2
  736. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: selecting median interval from 1 value
  737. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: adding 27698 usecs to PASS row
  738. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: unlocking DelayTable '/var/run/proftpd/proftpd.delay', row 2
  739. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - mod_delay/0.5: unmapping DelayTable '/var/run/proftpd/proftpd.delay' from memory
  740. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_log
  741. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_ls
  742. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_auth
  743. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - PRIVS_RELINQUISH: ID switching disabled
  744. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD command 'PASS (hidden)' to mod_sql
  745. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD command 'PASS (hidden)' to mod_log
  746. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'CWD /' to mod_rewrite
  747. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'CWD /' to mod_tls
  748. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'CWD /' to mod_core
  749. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching PRE_CMD command 'CWD /' to mod_core
  750. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching CMD command 'CWD /' to mod_core
  751. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - in dir_check_full(): path = '/', fullpath = '/home/ftp/seb/public/'.
  752. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system stat()
  753. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FS: using system stat()
  754. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - NetACL: matched 'ALL'
  755. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching POST_CMD_ERR command 'CWD /' to mod_sql
  756. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD_ERR command 'CWD /' to mod_sql
  757. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching LOG_CMD_ERR command 'CWD /' to mod_log
  758. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - ProFTPD terminating (signal 2)
  759. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to core
  760. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to mod_tls
  761. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to mod_sql
  762. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to mod_auth_unix
  763. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_sql
  764. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_auth_file
  765. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endpwent" to module mod_auth_unix
  766. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - emptying authcache
  767. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_sql
  768. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_auth_file
  769. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching auth request "endgrent" to module mod_auth_unix
  770. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - dispatching event 'core.exit' to mod_xfer
  771. Orbis.wyrd-network.lan (10.1.1.2[10.1.1.2]) - FTP session closed.
  772. Orbis.wyrd-network.lan - ProFTPD terminating (signal 2)

Reply

Marsh Posté le 20-08-2008 à 16:29:48    

Peut etre juste un pb de mode passif ou actif?
Le comportement est différent selon le browser, à moins de forcer le ftp passif dans les options de IE.
 
tu arrives a te loguer mais pas a voir le listing du contenu ?
 
pourrais-tu redonner ta configuration actuelle de proftpd ?
 
merci


---------------
Les avis, c'est comme les anus, tout le monde en a un.
Reply

Marsh Posté le 20-08-2008 à 23:38:23    

l4nkou a écrit :

tu arrives a te loguer mais pas a voir le listing du contenu ?


Avec gFTP, je me connecte et ça liste :), avec un browser j'ai une erreur comme quoi il ne peut afficher la page :(
 
config actuelle :

Code :
  1. ### Section 1: Global Environment
  2. #
  3. # Nom du serveur FTP.
  4. #
  5. ServerName "FTP Server from Orbis"
  6. #
  7. # Exécution avec des droits restreinds.
  8. #
  9. User nobody
  10. Group nogroup
  11. #
  12. # On inclut les modules.
  13. #
  14. Include /etc/proftpd/modules.conf
  15. #
  16. # Type du serveur Daemond ou indépendant.
  17. #
  18. ServerType standalone
  19. #
  20. # Désactive l'IPv6.
  21. #
  22. UseIPv6 off
  23. #
  24. # Utile si vous faites des virtualhost, si vous n'utilisez qu'un "server config" sans virtualhost alors ce n'est pas utile de l'indiquer.
  25. # En fait cette directive vérifie qu'elle configuration du serveur sera prise en compte (soit server config ou un des virtual hosts, ou anonyme....)
  26. # Si il n'y aucune configuration de prévue, "l'inconnu" aura le message suivant : "no server available to service your request" et déconnecté.
  27. #
  28. DefaultServer on
  29. <Global>
  30. #
  31. # Limite le user à son home directory, si son home directory est par exemple /home/user, il pourra se ballader dedans,
  32. # mais ne pourra remonter plus haut, il ne pourra pas aller dans /home par exemple et quand il se connecte,
  33. # le user voit comme path dans son client FTP le chemin /
  34. #
  35. DefaultRoot ~
  36. #
  37. # Permet de remplacer d'anciens fichiers par les nouveaux (option inutile si vous interdisez l'écriture).
  38. #
  39. AllowOverwrite on
  40. </Global>
  41. #
  42. # Mode de transfert par defaut.
  43. #
  44. DefaultTransferMode binary
  45. UseFtpUsers on
  46. #
  47. # Port par défaut.
  48. #
  49. Port 21
  50. # Umask 022 is a good standard umask to prevent new dirs and files
  51. # from being group and world writable.
  52. Umask 022
  53. #
  54. # Nombre maximum de connexions simultanées.
  55. #
  56. MaxInstances 3
  57. #
  58. # Include directive should point to place where FTP Virtual Hosts configurations preserved
  59. #
  60. ScoreboardFile /var/log/scoreboard
  61. #
  62. # Limite en download (du serveur vers le client), après avoir downloader 3 Mo (3145728 Octets),
  63. # on limite la bande passante à 20 Ko/s.
  64. #
  65. TransferRate RETR 20:3145728
  66. #
  67. # Limite en upload (du client vers le serveur), après avoir uploader 10 Mo (10485760 Octets),
  68. # on limite la bande passante a 512 Ko/s.
  69. #
  70. TransferRate APPE,STOR 512:10485760
  71. #
  72. # Time-out.
  73. #
  74. TimeoutNoTransfer 600
  75. TimeoutStalled 600
  76. TimeoutIdle 1200
  77. #
  78. # Active l'authentification PAM.
  79. #
  80. AuthPAM on
  81. AuthPAMConfig proftpd
  82. #
  83. # Connaitre quel client se connecte.
  84. #
  85. IdentLookups off
  86. UseReverseDNS off
  87. #
  88. # Messages.
  89. #
  90. AccessDenyMsg "Connection échouée - Connection refused"
  91. AccessGrantMsg "Connection OK bienvenue - Connection OK welcome"
  92. #
  93. # On autorise à réécrire les fichiers déjà présent.
  94. #
  95. AllowOverwrite on
  96. #
  97. # On nettoie ce qui a pas été fini.
  98. #
  99. DeleteAbortedStores on
  100. #
  101. # Afficher les fichiers cachés.
  102. #
  103. HiddenStor on
  104. #
  105. # Empeche Root de se connecter.
  106. #
  107. RootLogin off
  108. #
  109. # Après trois tentatives de connexions si pas loggé on ban.
  110. #
  111. MaxLoginAttempts 3
  112. #
  113. # Pas de Shell.
  114. #
  115. RequireValidShell off
  116. #
  117. # Ne pas donner d'info sur le serveur.
  118. #
  119. DeferWelcome on
  120. #
  121. # On reprend où le transfert a été interrompu aprés une déconnexion.
  122. #
  123. AllowStoreRestart on
  124. AllowRetrieveRestart on
  125. PathDenyFilter "\\.ftp)|\\.ht)[a-z]+$"
  126. #
  127. # Message de connexion pour les utilisateurs.
  128. #
  129. DisplayLogin welcome.msg
  130. #
  131. # Affiche un petit monitoring lors de la saisie de "ftpstats" dans une shell.
  132. #
  133. TransferLog /var/log/proftpd.xferlog
  134. #
  135. # Nombre de connections.
  136. # Nombre de transferts par utilisateur.
  137. #
  138. MaxClients 10 "Trop de connections veuillez réessayer plus tard merci"
  139. MaxClientsPerHost 10 "Une IP par connection SVP - One IP per connect please"
  140. #
  141. # On n'affiche pas les permissions des fichiers.
  142. #
  143. DirFakeUser on nobody
  144. DirFakeGroup on nobody
  145. ### Section 2 : MySQL
  146. #
  147. # Les mots de passes dans la base sont chiffrés.
  148. #
  149. AuthOrder mod_sql.c
  150. SQLAuthTypes Backend
  151. SQLAuthenticate users* groups
  152. SQLConnectInfo [table]@localhost [user] [motDePasse]
  153. #
  154. # On donne à ProFTPD le nom des colonnes de la table usertable.
  155. #
  156. SQLUserInfo usertable userid passwd uid gid homedir shell
  157. SQLUserWhereClause "disabled=0 and (NOW()<=expiration or expiration=-1 or expiration=0)"
  158. #
  159. # On donne à ProFTPD le nom des colonnes de la table "grouptable".
  160. #
  161. SQLGroupInfo grouptable groupname gid members
  162. #
  163. # Met à jour les compteurs à chaque connection d'un utilisateur.
  164. #
  165. SQLLog PASS counter
  166. SQLNamedQuery counter UPDATE "lastlogin=now(), count=count+1 WHERE userid='%u'" usertable
  167. #
  168. # Log de déconnexion.
  169. #
  170. SQLLog EXIT time_logout
  171. SQLNamedQuery time_logout UPDATE "lastlogout=now() WHERE userid='%u'" usertable
  172. #
  173. # Affiche le temps du dernier login quand PASS est tapé.
  174. #
  175. SQLNamedQuery login_time SELECT "lastlogin from usertable where userid='%u'"
  176. SQLShowInfo PASS "230" "Last login was: %{login_time}"
  177. #
  178. # Log de transfert.
  179. #
  180. SQLLog RETR,STOR transfer1
  181. SQLNamedQuery  transfer1 INSERT "'%u', '%f', '%b', '%h', '%a', '%m', '%T', now(), 'c', NULL" xfer_stat
  182. SQLLOG ERR_RETR,ERR_STOR transfer2
  183. SQLNamedQuery  transfer2 INSERT "'%u', '%f', '%b', '%h', '%a', '%m', '%T', now(), 'i', NULL" xfer_stat
  184. QuotaLimitTable sql:/get-quota-limit
  185. QuotaTallyTable sql:/get-quota-tally/update-quota-tally/insert-quota-tally
  186. #
  187. # Enregistre les requêtes SQL dans /var/log/proftpd/mysql.log
  188. #
  189. SQLLogFile /var/log/proftpd.mysql
  190. #
  191. # Enregistre les authentifications.
  192. #
  193. LogFormat auth "%v [%P] %h %t \"%r\" %s"
  194. ExtendedLog /var/log/proftpd.auth_log AUTH auth
  195. #
  196. # Enregistre les accès aux fichiers.
  197. #
  198. LogFormat write "%h %l %u %t \"%r\" %s %b"
  199. ExtendedLog /var/log/proftpd.access_log WRITE,READ write
  200. ### Section 3 : Virtual Host
  201. #
  202. <VirtualHost 10.1.1.10>
  203. ServerName "seb.XXX.net"
  204. Port 2121
  205. PassivePorts 5000 5100
  206. MaxClients 10
  207. #
  208. # Limite le nombre de tentatives de login.
  209. #
  210. MaxLoginAttempts 1
  211. #
  212. # Permet de chrooter les autres personnes que Seb.
  213. #
  214. DefaultRoot ~ !seb
  215. #
  216. # Racine.
  217. #
  218. <Directory />
  219.       #
  220.   # Accepte uniquement le login de Seb et lui donne tout les droits.
  221.   #
  222.   <Limit LOGIN ALL>
  223.  Order Allow,Deny
  224.  AllowUser seb
  225.  Deny from all
  226.   </Limit>
  227.       <Limit ALL>
  228.         DenyAll
  229.       </Limit>
  230. </Directory>
  231. #
  232. # Répertoire privé.
  233. #
  234. <Directory /home/ftp/seb/private>
  235.   #
  236.   # Accepte uniquement le login de Seb et lui donne tout les droits.
  237.   #
  238.   <Limit LOGIN ALL>
  239.  Order Allow,Deny
  240.  AllowUser seb
  241.  Deny from all
  242.   </Limit>
  243.     </Directory>
  244. <Anonymous /home/ftp/seb/public>
  245. User anonymous_ftp
  246. Group nogroup
  247. UserAlias anonymous anonymous_ftp
  248. RequireValidShell off
  249. <Limit LOGIN>
  250. AllowAll
  251. </Limit>
  252. #
  253.     # Répertoire publique.
  254. #
  255.     <Directory /home/ftp/seb/public>
  256.   #
  257.   # Cache les fichiers de Root.
  258.   #
  259.       HideUser root
  260.       HideGroup root
  261.   <Limit LIST READ RETR PWD>
  262. AllowAll
  263.       </Limit>
  264.       <Limit ALL>
  265.         Order Allow,Deny
  266.  AllowUser seb
  267.  Deny from all
  268.       </Limit>
  269.     </Directory>
  270. </Anonymous>
  271. </VirtualHost>


C'est moi qui te remercie ;)

Reply

Marsh Posté le 20-08-2008 à 23:58:42    

le port 2120 est ouvert en tcp?


---------------
Intermittent du GNU
Reply

Marsh Posté le 21-08-2008 à 11:18:46    

oui :)

Reply

Marsh Posté le 21-08-2008 à 14:23:27    

ServerName "FTP Server from Orbis"
User nobody
Group nogroup
Include /etc/proftpd/modules.conf
ServerType standalone
UseIPv6 off
DefaultServer on
DefaultRoot ~
AllowOverwrite on
</Global>
 
DefaultTransferMode binary
UseFtpUsers on
Port 21
Umask 022
MaxInstances 3
ScoreboardFile /var/log/scoreboard
TransferRate RETR 20:3145728
TransferRate APPE,STOR 512:10485760
TimeoutNoTransfer 600
TimeoutStalled 600
AuthPAM on
AuthPAMConfig proftpd
IdentLookups off
UseReverseDNS off
AccessDenyMsg "Connection échouée - Connection refused"
AccessGrantMsg "Connection OK bienvenue - Connection OK welcome"
AllowOverwrite on
DeleteAbortedStores on
HiddenStor on
RootLogin off
MaxLoginAttempts 3
RequireValidShell off
DeferWelcome on
AllowStoreRestart on
AllowRetrieveRestart on
PathDenyFilter "\\.ftp)|\\.ht)[a-z]+$"
DisplayLogin welcome.msg
TransferLog /var/log/proftpd.xferlog
MaxClients 10 "Trop de connections veuillez réessayer plus tard merci"
MaxClientsPerHost 10 "Une IP par connection SVP - One IP per connect please"
DirFakeUser on nobody
DirFakeGroup on nobody
AuthOrder mod_sql.c
SQLAuthTypes Backend
SQLAuthenticate users* groups
SQLConnectInfo [table]@localhost [user] [motDePasse]
SQLUserInfo usertable userid passwd uid gid homedir shell
SQLUserWhereClause "disabled=0 and (NOW()<=expiration or expiration=-1 or expiration=0)"
SQLGroupInfo grouptable groupname gid members
SQLLog PASS counter
SQLNamedQuery counter UPDATE "lastlogin=now(), count=count+1 WHERE userid='%u'" usertable
SQLLog EXIT time_logout
SQLNamedQuery time_logout UPDATE "lastlogout=now() WHERE userid='%u'" usertable
SQLNamedQuery login_time SELECT "lastlogin from usertable where userid='%u'"
SQLShowInfo PASS "230" "Last login was: %{login_time}"
SQLLog RETR,STOR transfer1
SQLNamedQuery  transfer1 INSERT "'%u', '%f', '%b', '%h', '%a', '%m', '%T', now(), 'c', NULL" xfer_stat
SQLLOG ERR_RETR,ERR_STOR transfer2
SQLNamedQuery  transfer2 INSERT "'%u', '%f', '%b', '%h', '%a', '%m', '%T', now(), 'i', NULL" xfer_stat
QuotaLimitTable sql:/get-quota-limit
QuotaTallyTable sql:/get-quota-tally/update-quota-tally/insert-quota-tally
SQLLogFile /var/log/proftpd.mysql
LogFormat auth "%v [%P] %h %t \"%r\" %s"
ExtendedLog /var/log/proftpd.auth_log AUTH auth
LogFormat write "%h %l %u %t \"%r\" %s %b"
ExtendedLog /var/log/proftpd.access_log WRITE,READ write
 
<VirtualHost 10.1.1.10>
 ServerName "seb.XXX.net"
 Port 2121
 PassivePorts 5000 5100 <- pas de firewall qui bloquerait coté client ou coté serveur la plage de port 5000-5010 ?
 MaxClients 10
 MaxLoginAttempts 1
 DefaultRoot ~ !seb
 
<Directory />
   <Limit LOGIN ALL>
      Order Allow,Deny
      AllowUser seb
      Deny from all
   </Limit>
   <Limit ALL>
      DenyAll
   </Limit>
</Directory>
 
<Directory /home/ftp/seb/private>
   <Limit LOGIN ALL>
      Order Allow,Deny
      AllowUser seb
      Deny from all
   </Limit>
</Directory>
 
<Anonymous /home/ftp/seb/public>
    User anonymous_ftp
    Group nogroup
    UserAlias anonymous anonymous_ftp
    RequireValidShell off
 <Limit LOGIN>
     AllowAll
 </Limit>
 <Directory /home/ftp/seb/public>
    HideUser root
    HideGroup root
 <Limit LIST READ RETR PWD>
    AllowAll
 </Limit>
 <Limit ALL>
    Order Allow,Deny
    AllowUser seb
    Deny from all
 </Limit>
 </Directory>
</Anonymous>
</VirtualHost>


---------------
Les avis, c'est comme les anus, tout le monde en a un.
Reply

Marsh Posté le 21-08-2008 à 16:47:30    

l4nkou a écrit :

PassivePorts 5000 5100 <- pas de firewall qui bloquerait coté client ou coté serveur la plage de port 5000-5010 ?


Non je viens d'essayer en désactivant celui du serveur et le mien mais ça ne change rien

Reply

Marsh Posté le 21-08-2008 à 17:35:16    

tu as testé la connection gftp depuis ta machine ou depuis la machine serveur, en te connectant en ftp en localhost ?
 
possèdes tu un fichier /etc/hosts.allow?
peut-être faudrait-il rajouter le process en écoute sur l'ensemble des interfaces :
proftpd:ALL
 
de mémoire , si ton but est d'avoir ton serveur ftp joignable depuis internet, il faut que le serveur ftp présente son adresse ip publique, plutot que son ip locale.


Message édité par l4nkou le 21-08-2008 à 17:38:34

---------------
Les avis, c'est comme les anus, tout le monde en a un.
Reply

Marsh Posté le 21-08-2008 à 17:41:43    

depuis ma machine donc pas localhost.
il n'y a qu'une interface.
mais j'ai une IP dynamique donc pas possible de l'utiliser dans le fichier conf.

Reply

Marsh Posté le 21-08-2008 à 18:44:53    

Je n'ai plus d'erreur avec Firefox l'hors d'une tentative de connexion mais il n'y a tout de même pas de connexion et rien dans les logs qui témoigne d'un tentative :(.
Pour ce qui en est d'IE toujours rien que se soit en actif ou passif.

Reply

Marsh Posté le 22-08-2008 à 10:41:53    

Salut,
J'ai déjà reglé ce soucis avec vsftpd, grace à un simple script :
 
http://forum.hardware.fr/hfr/OSAlt [...] tm#t930599
 
 
tu ne sembles pas utiliser l'option de configuration indiquée ici :
 
http://www.castaglia.org/proftpd/d [...] O-NAT.html
 
Configuring ProFTPD behind NAT
First configure your installed proftpd so that it works correctly from inside the NAT. There are example configuration files included with the source. Then add the MasqueradeAddress directive to your proftpd.conf file to define the public name or IP address of the NAT. For example:
 
MasqueradeAddress seb.XXX.net  # using a DNS name
 
Au sujet de l'interface, il y en a généralement au moins 2 :
la loopback et ton interface réseau liée à ta carte ethernet.
 
#ifconfig (regarde le résultat )
 
Par defaut, certaines applications n'autorisent que les connexions depuis la loopback.
 


Message édité par l4nkou le 22-08-2008 à 10:45:10

---------------
Les avis, c'est comme les anus, tout le monde en a un.
Reply

Marsh Posté le    

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed