[7.850][BUG][NOTABUG] admin and ip are same

Hello Friends !

why the admin user crash into ip address space 
do u think that should not be because admin is also used same ip

please check image 

what is user 1 domain 1 ? even the ip are different they are user 1 

thanks
Parents
  • The point is very clear to me:
    "admin" has an IP address X.X.X.X when he authenticates for the http proxy.
    But in the WebSecurity reporting there two entries, one for "admin" and one for X.X.X.X.

    utm_kid wanted to know why that is the case.

    Here comes the answer:
    Let's say after "admin" left the PC having the address X.X.X.X, user "bob" comes and authenticates for http proxy.
    "bob" now also haves X.X.X.X.

    Then user "alice" comes and uses the http proxy without authentication from the same IP address X.X.X.X.
    So X.X.X.X is neither "admin" nor "bob".

    Without authentication you can't map an IP address to a user.

    Hope that answers your question.

    Regards,
    Daniel
Reply
  • The point is very clear to me:
    "admin" has an IP address X.X.X.X when he authenticates for the http proxy.
    But in the WebSecurity reporting there two entries, one for "admin" and one for X.X.X.X.

    utm_kid wanted to know why that is the case.

    Here comes the answer:
    Let's say after "admin" left the PC having the address X.X.X.X, user "bob" comes and authenticates for http proxy.
    "bob" now also haves X.X.X.X.

    Then user "alice" comes and uses the http proxy without authentication from the same IP address X.X.X.X.
    So X.X.X.X is neither "admin" nor "bob".

    Without authentication you can't map an IP address to a user.

    Hope that answers your question.

    Regards,
    Daniel
Children