It's OK. Thank you for your Help. Thierry Carceles
-----Message d'origine----- De�: Aengus [mailto:[EMAIL PROTECTED]] Envoy�: mercredi 19 juin 2002 18:31 ��: [EMAIL PROTECTED] Objet�: Re: [analog-help] analog with II5.0 authentificated mode CARCELES Thierry (CSIF) <[EMAIL PROTECTED]> wrote: > I don't know this syntax %u10.50.10.16 and I don't find any > information in the documentation... %u is the user field, and 10.50.10.16 is the address of the virtual server. %S %u10.50.10.16 That simply tells Analog that everything between the space after the client IP address (%S) and the literal string "10.50.10.16" is the username, including any spaces. so "172.30.16.93 leonard christophe 10.50.10.16" matches %u against "leonard christophe ". If you have more than one server address in your report, you'll have to account for that, and you won't have a %v any more for the Virtual Host report. The key thing here is that your LOGFORMAT uses spaces to separate the fields, so "leonard christophe" is considered 2 fields, not 1. The only way to get around this is to use something other than a space to indicate the end of the username field. And the only other possible choice to mark the end of the username field is the Server address field. If "leonard christophe" is the only user with a space in the name, then you could write a special LOGFORMAT for just that user instead, but I would expect that you have more users than servers. Again, this is a bug in IIS, not a bug in Analog. You can tell Analog how to work around it in specific cases, but you can't write a non-specific rule to handle this kind of thing. Aengus +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------ +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
