Return to lond CVS log | Up to [LON-CAPA] / loncom |
version 1.435, 2010/01/02 23:56:06 | version 1.436, 2010/01/31 04:31:00 |
---|---|
Line 6553 sub rewrite_password_file { | Line 6553 sub rewrite_password_file { |
# Returns the authorization type or nouser if there is no such user. | # Returns the authorization type or nouser if there is no such user. |
# | # |
sub get_auth_type | sub get_auth_type { |
{ | |
my ($domain, $user) = @_; | my ($domain, $user) = @_; |
Debug("get_auth_type( $domain, $user ) \n"); | Debug("get_auth_type( $domain, $user ) \n"); |