PDA

View Full Version : user...


Loke
01-08-2005, 01:10 PM
How do i fix 2 diferent user gropps when i config IOFTPD to run 2 diferent FTP at the same time...

EwarWoo
01-08-2005, 06:46 PM
Allowed_Users = *

Change that line to:

Allowed_Users = =groupname !*

Then it will only allow groupname online

Easiest way to config it would be using a flag instead of a group.

Loke
01-08-2005, 06:49 PM
oki...

but how do i config the Flags to use difrent FTP?????

i have looked in ioftpd.ini and do se the standard flags whot shal i do to ad diferent flags and make them use diferent FTP????

mr_F_2
01-08-2005, 08:08 PM
ie:

Allowed_Users = Z !*

so if you want users to be able to access that FTP you use:
site change [username] flags +Z

keep in mind that flags can be used for whatever you want. Besides the M, V, F, f, and L flags, which have pre-defined meanings, every other letter/number is definable by user (you).

in the above example, you have defined the Z flag as a flag required to log into your FTP. it's as simple as that.