RT# 83450 - added fields interface and map_location to export
[freeside.git] / FS / FS / Auth / external.pm
1 package FS::Auth::external;
2 #use base qw( FS::Auth );
3
4 use strict;
5
6 sub autocreate { 1; }
7
8 1;
9