MOTOBIT.COM - ASP upload, IIS utility RasUser Class, Member of UserManager

Member of  UserManager Use RasUser object | Changes | Purchase | Download

Description

RAS privileges and call-back phone number for the user.

Object model

RasUser - RAS privileges and call-back phone number for the user. (Ras property, Enables setting of the RAS privileges and call-back phone number for the user.)

Properties

AdminSetCallbackTrue if the user account is configured to have the administrator set the call-back number.
Boolean, RW
CallerSetCallbackTrue if the remote user can specify a call-back phone number when dialing in.
Boolean, RW
DialinPrivilegeSpecifies if the user has permission to dial in to this server.
Boolean, RW
NoCallbackTrue if the user has no call-back privilege.
Boolean, RW
PhoneNumberSpecifies the call-back phone number for the user.
String, RW
PrivilegeA set of bit flags that specify the RAS privileges of the user. This member can be a combination of the rpDialinPrivilege flag and one of the call-back flags.
RasPrivileges, RW

Examples

Enable dial-in with callback

  Set Srv = CreateObject("UserManager.Server")
  Set Usr = Srv.Users("John")

  Usr.Ras.AdminSetCallback = True
  Usr.Ras.PhoneNumber = "61225407"

Used in

User.Ras

Other links for RasUser class

ActiveX UserManager classes

User, Users, Group, Server, Groups, GroupMembers, RasUser, Servers, Domain

ActiveX UserManager enums

UsersFilter, GroupAttributes, UserFlags, UserPrivileges, ServerTypes, LogonTypes, LogonProviders, OperatorPrivileges, RasPrivileges, SIDNameUse

UserManager

ActiveX UserManager is easy to use COM component with classes to create, delete and manage local and remote user accounts, groups, servers and domains in the Windows NT (2000/XP) environment. You can simple work with user accounts and groups from VBA, VBS/JS, ASP and T-SQL programming environment.

© 1996 - 2009 Antonin Foller, Motobit Software | About, Contacts | e-mail: info@pstruh.cz