|
Dernière réponse | |
---|---|
Sujet : [FTP] proftpd.conf | |
leirn | Bon, ben je merde dans tous les sens. Mon conf n'a pas de prob de syntaxe, mais vraisemblablement un prob sur le fond, je ne parvient pas a faire faire reconnaitre le user...
C un script avec users stocké dans une db mysql (ki existe) Voila la script: # # /usr/local/etc/proftpd.conf # ServerType standalone DefaultServer on <global> Umask 022 User nobody Group nogroup AllowOverWrite off </global> <VirtualHost slaughter.darktech.org> ServerName "Leirn's Private FTP" Port 21 MaxLoginAttempts 10 # Configuration MYSQL #Authusing mysql connect info user pass SQLConnectInfo proftp root lili3108 SQLUserTable proftp SQLUsernameField username SQLUidField uid SQLGidField gid SQLPasswordField password SQLHomedirField homedir SQLLoginCountField count SQLAuthoritative on SQLAuthTypes Plaintext DefaultRoot ~/ <Directory ~/> <Limit ALL> AllowAll </Limit> </Directory> </VirtualHost> |
Vue Rapide de la discussion |
---|