Where To ?
Home Page
Components
NTAccess.User
NTAccess.Groups
NTAccess.RAS
NTAccess.Permissions
NTAccess.Performance
Zaks.POP3
Zaks.Directory
Zaks.URLBuilder
Zaks.Trace
Zaks.Collection
Zaks.Shares
Documents
Configuration FAQ
Java-COM for ASP
Useful Links


|
NTAccess.User Version History 14 March 1999 : v1.41
- New function CopyUser added, this will copy all of the users profile including their group membership, to a new account.
- Fix for LogonUser problems in Cold Fusion.
- New function UserLogoff added.
- Fix for "Incorrect network password" error in ResetPassword function.
29 November 1998 : v1.4
- First release of ColdFusion support
- Added localServerName & localDomainName properties
- Added full support for COM error handling (VB will now show the correct error messages)
- Added use of the Free Threaded Marshaller for improved ASP performance
29 August 1998 : v1.37
- User Profile Path property added
5 August 1998 : v1.36
- GetDomainController now supports an optional parameter to force it to return PDC names only.
28 July 1998 : v1.35
- Account Expiry user property added
- Home Directory Drive user property added
- Improved StripDomain function ( now strips at both \ & / )
24 November 1997 : v1.32
- UserLogon now works with IIS4
- new function Rename added for renaming user accounts
- Bug in ChangePassword fixed
v1.3
- The following user properties have been added
- User must change password at next logon
- Account Disabled
- User Can't Change Password
- Account Lock Out (view and clear lockout)
- Home Directory
- Logon Script Location
- The GetDomainController function from NTAccess.Groups has been added to this component.
v1.2
- A potential bug with lists of long user names ( average length greater than 128 chars ) has been fixed.
- A new property "TrimErrorCodes", allows the trailing CR&LF on the all error descriptions to be trimmed before
being returned to the script. This is useful for display server side errors at the client.
v1.1
- ResetPassword function added, this allows a password to be changed, without having to know the old one.
Administrator privileges are required for this function to work.
- Bug in non local logon's fixed. If the web server is not a domain controller, then full logons to the domain
now work.
v1.0
- GetUsersFullName / SetUsersFullName replaced by FullName property.
- AccountComment property added.
- NeverExpirePassword property added.
- New examples and documentation.
- The License has had a clarification added.
Beta 1b4
- Get the maximum password age for a server
- Get the current age of a users password
- The StripDomain function from the groups component has been added
beta 1b3
- Get a list of all existing user accounts
- COM Object reference now generated automatically by AutoDuck Documentation Tool
Beta 1b2
Beta 1b1
- Full ActiveX errors reported rather than return codes.
- Validate the user, optionally logging them on, Modified to allow domain to be specified
- Add a new NT User account
- Delete an existing NT User account.
Beta 1
- Validate the user, optionally logging them on
- Change the users password
- Return the name of the user account running the current IIS thread
Last Updated : Sunday, March 14, 1999 (C) 1997 - 1999 Simon Fell, All rights reserved
|