Frank Boehme wrote:
> > Admitted. The implementation is really, really simple though.
>
> Is it?
It is. All I do is issue an 'USE databasename' at some points. No
other changes really.
> At this moment, it only works erratically for me. Dunno what is
> wrong. I was not sure how all the prefix business comes in, so I decided
> to use no prefix at all for starters. I believe it is save to remove the
> prefix from the host entry of the admin site.
Oh it is. I only tested for the prefix and the name since I have
several sites in the pagedb and I only want to build 'automatic' host
records for a specific group. I used the name pattern plus an empty
prefix, but you could of course test on anythig you like.
> But then, things became weird. I could login in user admin sites using
> the password from the admin site administrator (I have a virtual host
> for the admin site itself, mainly to create hosts).
Should most definately not happen. If you turn on debugging in apache,
you should expect to see something like the following when logging
into an admin site:
** 1. See if the main database is available
select_database opened <main database>
or
select_database kept current (<main database>)
or
switching to <admin database>
** 2. Go find host record
select_database opened <admin database>
or
switching to <admin database>
** 3. Authenticate
switching to <main database>
** 4. Collect style info
switching to <admin database>
** 5. Ready to execute page
switching to <main database>
It helps if you turn image loading off so your browser won't do a
flurry of requests after succesfully loggin in to retrieve the images.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]