Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Sep : Re: TIdUserManager
| Subject: | Re: TIdUserManager |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 24 Sep 2007 12:00:31 |
"Jamie Dale" <jamie.dale@yahoo.com> wrote in message
news:46f6bed5@newsgroups.borland.com...
> What is this component for then?
It is primarily used by the TIdFTPServer component to help automate
authentication.
> What I am surprised about is that it has no way of storing/reading
> users into the registry, database, inifile etc. That would of been
> very useful.
All of those are platform-specific technologies. Indy is platform-neutral.
You are responsible for loading and saving the list yourself from/to
whatever storage you choose to use. The component can then manage the
information once it has been loaded.
Gambit