API Reference
Class
UnixPasswordAccount
Single account row indicating which UNIX password attributes are present.
Inheritance
- Object
- UnixPasswordAccount
Constructors
public UnixPasswordAccount() #Inherited Methods
Properties
public String DomainName { get; set; } #DNS domain hosting the user.
public String SamAccountName { get; set; } #User's sAMAccountName.
public Boolean HasUserPassword { get; set; } #True when userPassword is present.
public Boolean HasUnixUserPassword { get; set; } #True when unixUserPassword is present.
public Boolean HasMsSFU30Password { get; set; } #True when msSFU30Password is present.