PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : gruppen proftp



Pinguli
21.10.08, 16:46
Hallo,
ich habe die verschiedenen user der gruppe ftpuser hinzugefügt und diese auch in der proftpd.conf angegeben.


ServerName "test"
ServerType standalone
DeferWelcome off

MultilineRFC2228 on
DefaultServer on
ShowSymlinks on

TimeoutNoTransfer 600
TimeoutStalled 600
TimeoutIdle 1200

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

DenyFilter \*.*/


Port 21

# In some cases you have to specify passive ports range to by-pass
# firewall limitations. Ephemeral ports can be used for that, but
# feel free to use a more narrow range.
PassivePorts 49152 65534

# If your host was NATted, this option is useful in order to
# allow passive tranfers to work. You have to use your public
# address and opening the passive ports used on your firewall as well.

# To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections
# at once, simply increase this value. Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
MaxInstances 30

# Set the user and group that the server normally runs at.
User nobody
Group nogroup

# Umask 022 is a good standard umask to prevent new files and dirs
# (second parm) from being group and world writable.
<Directory /*>
Umask 022 022
# Normally, we want files to be overwriteable.
AllowOverwrite on
</Directory>

MaxClients 3 "sorry too busy!"

DefaultRoot ~ ftpuser

<Limit LOGIN>
DenyGroup !ftpuser
</Limit>

<Global>
RootLogin off
RequireValidShell off

</Global>
UseReverseDNS off
IdentLookups off


Aber leider kann ich mich nur mit einem meiner erstellten logins einloggen..
mit dem 2ten login bekomm ich fehlermeldung 530
versuche es jetz schon längere zeit.. hoffe ihr könnt mir helfen

mfg ToaDy

cane
21.10.08, 17:08
Was steht denn im Logfile?

mfg
cane

Pinguli
21.10.08, 18:45
hi, hatte mich bei DefaultRoot vertippt :S danke aber :P