Purpose:
-
Active.Directory.Utility {ADU} is an implementation of LDAP directory services by Microsoft for use primarily in Windows environments. The main purpose of Active Directory is to provide central authentication and authorization services for Windows based computers. Active Directory stores information and settings relating to an organization in a central, organized, accessible database. Active Directory is a directory service used to store information about the network resources across a domain.
-
An Active Directory (AD) structure is a hierarchical framework of objects. The objects fall into three broad categories: resources (e.g. printers), services (e.g. e-mail) and users (user accounts and groups). The AD provides information on the objects, organizes the objects, controls access and sets security.
-
Each object represents a single entity — whether a user, a computer, a printer, or a group — and its attributes. Certain objects can also be containers of other objects. An object is uniquely identified by its name and has a set of attributes — the characteristics and information that the object can contain — defined by a schema, which also determines the kind of objects that can be stored in the AD.
-
Active.Directory.Utility (ADU) is a .NET based C# WEB Service that supports secure and unsecured operations.
Target Audience:
|