TestimoX

API Reference

Class

UnixPasswordAccount

Namespace ADPlayground.Users.UnixPasswordService
Assembly ADPlayground
Modifiers sealed

Single account row indicating which UNIX password attributes are present.

Inheritance

  • Object
  • UnixPasswordAccount

Constructors

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.