idealbrain Posted August 1, 2008 Share Posted August 1, 2008 We have an intranet application using Apache as the web server. This application is Single SignOn enabled. So users who try to access this application , has to login using their SSO ID & pwd. But I don't this ID information in the Apache webserver log files. I mean in "Field 3." the ID information is not getting into the log files. Our web server admin is not having much knowledge on this. I am hoping someone here can help me. Thanks. Sample log file format ====================== 111.222.333.123 HOME - [01/Feb/1998:01:08:39 -0800] "GET /bannerad/ad.htm HTTP/1.0" 200 198 "http://www.referrer.com/bannerad/ba_intro.htm" "Mozilla/4.01 (Macintosh; I; PPC)" 111.222.333.123 HOME - [01/Feb/1998:01:08:46 -0800] "GET /bannerad/ad.htm HTTP/1.0" 200 28083 "http://www.referrer.com/bannerad/ba_intro.htm" "Mozilla/4.01 (Macintosh; I; PPC)" Description of Fields: ============================ · Field 1: User Address IP or domain name of the user accessing the site. · Field 2: RFC931 This field is used to log the domain for multi-homed web servers. · Field 3: User Authentication · Field 4: Date/Time Date and time the user accessed the site. · Field 5: GMT Offset Number of hours from GMT (if this is +0000 it is logged in GMT time). · Field 6: Action The particular operation of the hit (this must be in quotes). Quote Link to comment https://forums.phpfreaks.com/topic/117751-missing-authentic-user-name-in-the-apache-log-files/ Share on other sites More sharing options...
idealbrain Posted August 1, 2008 Author Share Posted August 1, 2008 Single Signon using the Siteminder LDAP authentication. Quote Link to comment https://forums.phpfreaks.com/topic/117751-missing-authentic-user-name-in-the-apache-log-files/#findComment-605661 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.