On Fri, Mar 13, 2009 at 10:18 AM, Steve Winter <[email protected]> wrote: > I modified; > > <select-user>SELECT userid, userpassword, homedirectory, enableflag, > writepermission, idletime, uploadrate, downloadrate FROM FTP_USER WHERE > userid = '{userid}'</select-user> > > to > > <select-user>SELECT userid, userpassword, homedirectory, enableflag, > writepermission, idletime, uploadrate, downloadrate, maxloginnumber, > maxloginperip FROM FTP_USER WHERE userid = '{userid}'</select-user> > > and things are now working... :-) Thanks to all for their assistance to this > point...
Thanks for reporting, I've corrected out example file (ftpd-full.xml) to contain these columns as well. > Niklas, I'll prepare some additional 'notes for novices' to include on the > database user-manager doc page in the next day or so... Thanks! /niklas
