On Tue, Nov 18, 2008 at 12:23 PM, Bakary Dialaya DJIBA <[EMAIL PROTECTED]> wrote: > Hi all, > I create a Custom UserManager in my FTP application and can't connect. > Because of max login limit. > > The message I got is below: > connection failed : Maximum login limit has been reached. > > But in my custom user manager getUserByName(String) method, I set maxlogin > param like this: > > [snip som code] > Can you give help me please?
Looks about right, do you know if you hit the general connection limit or that on a per user level? Does it work with a standard PropertiesUsermanager in place (with the rest of the configuration unchanged)? Could you provide your configuration? /niklas
