@nutsonnet:
Thank you for reply can you please provide more detail.
two usefull links ;)
http://bit.ly/VEOcgx
http://sourceforge.net/p/sarg/discussion/363374/thread/ce485ee9
TAG: user_authentication yes|no
# Allow user authentication in User Reports using .htaccess
# Parameters:
# AuthUserFile - where the user password file is
# AuthName - authentication realm. Eg "Members Only"
# AuthType - authenticaion type - basic
# Require - authorized users to see the report.
# %u - user report
user_authentication no
AuthUserFile /usr/local/sarg/passwd
AuthName "SARG, Restricted Access"
AuthType Basic
Require user admin %u