        +==========================================================+
        |                                                          |
        |                                                          |
        |            RasAdmin extension for Win32 Perl             |
        |                                                          |
        |                                                          |
        |              -----------------------------               |
        |                                                          |
        |              by Dave Roth <rothd@roth.net>               |
        |                                                          |
        |                                                          |
        |  Copyright (c) 1996-1997 Dave Roth. All rights reserved. |
        |                Courtesy of Roth Consulting               |
        |                http://www.roth.net/consult               |
        +==========================================================+



 *****************************************************************************
 *                                                                           *
 *                   Use under GNU General Public License                    *
 *                                                                           *
 *                         Details can be found at:                          *
 *                   http://www.gnu.org/copyleft/gpl.html                    *
 *                                                                           *
 *****************************************************************************

        ----------------------------------------------------------------
NOTICE: I do not guarantee ANYTHING with this package. If you use it you
        are doing so AT YOUR OWN RISK!
        ----------------------------------------------------------------





I know that this documentation is woefully lame, but until I can fix it up...



==== Functions ===
ClearStats($Server, $Port)
    Clears the stats on a particular server's port.

Disconnect($Server, $Port)
    Forces the connection on the server's port to disconnect.

GetAccountServer($Server | $Domain)
    Locates the name of the server which contains the account information for
    users. You can specify either a server name (\\server) or a domain name
    (domainname). The value returned is the name of the server (usually the
    PDC) which the RasServer uses to authenticate users.
    The result of this function is used in other functions.

GetErrorString($ErrorNum)
    Returns the Error Message for a partuclar error number. These are all
    Ras related errors. This is used mostly internally by the extension.

GetPorts($Server [, \%Ports])
    This returns the number of ports available on the server. If a hash
    reference is passed in then the hash is populated with port information
    for all of the ports. Similar to PortGetInfo().

PortGetInfo($Server | $Domain, $Port, \%Hash)
    This will return a populated hash containing information about a server's
    port.

ServerGetInfo($Server, \%Info)
    Returns information in the hash pertaining to the server.

UserGetInfo($Server | $Domain, $User, \%Info)
    Returns information in the hash about a particular user. This info is
    only Ras related (such as call back number, connection type and whether or
    not he is able to use Ras).

UserSetInfo($Server | $Domain, $User, $Flag, $Value [, $Flag, $Value ...])
    Set's users Ras related information. You must be an admin or account
    operator to use this function.


-------------------
A set of bit flags that specify the RAS privileges of the user. This 
member can be a combination of the RASPRIV_DialinPrivilege flag and 
one of the call-back flags. Note that when you call the RasAdminUserSetInfo 
function, you must specify one of the call-back flags. You can use the 
RASPRIV_CallbackType mask to identify the type of call-back privilege 
provided to the user. The following flags are defined. 

RASPRIV_NoCallback 
	The user has no call-back privilege. 

RASPRIV_AdminSetCallback 
	The user account is configured to have the administrator set the call-back number. 

RASPRIV_CallerSetCallback 
	The remote user can specify a call-back phone number when dialing in. 

RASPRIV_DialinPrivilege	
	The user has permission to dial in to this server. 
