--- loncom/auth/lonauth.pm 1999/10/13 17:48:52 1.1 +++ loncom/auth/lonauth.pm 1999/11/16 19:14:15 1.2 @@ -1,6 +1,7 @@ # The LearningOnline Network # User Authentication Module -# 5/21/99,5/22,5/25,5/26,5/27,5/29,6/2,6/11,6/14,6/15 Gerd Kortemeyer +# 5/21/99,5/22,5/25,5/26,5/27,5/29,6/2,6/11,6/14,6/15 +# 16/11 Gerd Kortemeyer package Apache::lonauth; @@ -25,7 +26,9 @@ sub success { $cookie="$username\_$now\_$domain\_$authhost"; { my $idf=Apache::File->new(">$lonids/$cookie.id"); - print $idf "Name: $username\n"; + print $idf "username=$username\n"; + print $idf "userdomain=$domain\n"; + print $idf "userhome=$authhost\n"; } } $cookie="lonID=$cookie; path=/";