Questions tagged [adlds]

Microsoft Active Directory Lightweight Directory Services (AD LDS) is a Lightweight Directory Access Protocol (LDAP) directory service that provides flexible support for directory-enabled applications, without the dependencies that are required for Active Directory Domain Services (AD DS).

AD LDS Features

Install from Media (IFM) Generation
With this feature, you can use a one-step Ntdsutil.exe or Dsdbutil.exe process to create installation media for subsequent AD LDS installations.
Audit AD LDS changes
With this feature, you can set up AD LDS auditing with a new audit subcategory to log old and new values when changes are made to objects and their attributes.
Data Mounting Tool
With this feature, you can view directory data that is stored online in snapshots that are taken at different points in time to better decide which data to restore, without having to restart the server.
Support for Active Directory Sites and Services
With this feature, you can use the Active Directory Sites and Services snap-in to manage replication among AD LDS instances. To use this tool, you must import the classes in MS-ADLDS-DisplaySpecifiers.LDF to extend the schema of a configuration set that you want to manage. To connect to an AD LDS instance that hosts your configuration set, specify the computer name and the port number of a server that hosts this AD LDS instance.
Dynamic list of LDAP Data Interchange Format (LDIF) files during instance setup
With this feature, you can make custom LDIF files available during AD LDS instance setup—in addition to the default LDIF files that are provided with AD LDS—by adding the files to the %systemroot%\ADAM directory.
Recursive linked-attribute queries
With this feature, you can create a single LDAP query that can follow nested attribute links. This can be very useful in determining group membership and ancestry.

101 questions
0
votes
1 answer

Connecting to ad-lds without credentials

I've generated an AD-LDS instance on a Windows Server 2008 R2 and successfully connected to it via ADSI Edit on a windows 7 machine (both computers are situated on the same domain). My goal is to create a lightweight .NET program that will be run by…
chikko
  • 416
  • 5
  • 9
0
votes
1 answer

Active Directory Membership Provider login failing under MVC 4 for valid users

I am trying to use the ActiveDirectoryMembershipProvider with MVC 4 and AD LDS for authentication. Using the many posts on the matter I have managed to get the server to connect to the AD server and attempt to authenticate a user, but this…
Elsimer
  • 1,878
  • 3
  • 18
  • 33
0
votes
1 answer

"The specified directory object is not bound to a remote resource" when creating LDS user via LDAP

I am accessing an AD LDS via LDAP and VB.Net and can create and organize groups without any issue. However, whenever I try to create a user I get the above error that the specified directory object is not bound to a remote resource. I've seen a few…
Phillip Copley
  • 4,238
  • 4
  • 21
  • 38
0
votes
1 answer

StarterSTS as a backup authentication store

I have setup startersts as the ClaimsProviderTrust in ADFS 2.0. Configured the login form to be displayed by changing the ADFS 2.0 web.config entry. I am trying to customize the login process here such that when some one enter's email address he…
Deeptechtons
  • 10,945
  • 27
  • 96
  • 178
0
votes
1 answer

Fields in Active Directory and Active Directory LDS

Is there a definite source i can rely on to know the Objects, Fields that the ActiveDirectoryMembershipProvider requires in Active Directory or Active Directory LDS. It is tiresome to go through all the fields in the active directory to know which…
Deeptechtons
  • 10,945
  • 27
  • 96
  • 178
0
votes
1 answer

Get all roles from AD LDS Programmatically

I am looking for some guidance on how I can connect to AD LDS programmatically. I am trying to retrieve all AD LDS roles using a C# program. Any pointers on where to get started will be much appreciated.
Tarun Arora
  • 4,692
  • 4
  • 30
  • 40
0
votes
2 answers

Add local group to CN=Readers,CN=Roles in AD LDS partition in C#

I am using AD LDS on Windows 7 and created a local instance with a new application partition using the adaminstall utility. How can I add an existing local Windows group to the Readers role of this partition? I want to achieve the same result…
candritzky
  • 351
  • 4
  • 11
0
votes
1 answer

AD LDS ValidateCredentials gives false after enabling Password Policy

I am using AD LDS to authenticate user. There is one issue I am facing with. I have the following code to authenticate a user: PrincipalContext context = new PrincipalContext(ContextType.ApplicationDirectory,xxxx, xxxx,…
PabMohan
  • 31
  • 4
-1
votes
1 answer

Cannot create new computer in ADSI Edit on an AD LDS instance

Using ADSI Edit I cannot use the interface and create a new computer. Background So I installed Active Directory Lightweight Directory Services (AD LDS) on my Windows 8.1 Pro computer. Then I followed the tutorial to create an AD LDS instance and…
S Meaden
  • 8,050
  • 3
  • 34
  • 65
-1
votes
1 answer

Adding NETWORK SERVICE as new user to AD LDS instance administrator member

I try to add the Network Service as a member of the Administrator group of my AD LDS instance but "constraint violation occurred" error always prompts me; but then if i add the Network Service manually from ADSI and then i delete it the strange…
wookiee
  • 110
  • 1
  • 3
  • 11
-2
votes
1 answer

I hope to give LDAP server new OID object

I am studying LDAP server(ADLDS) I figured out that extended operation is implemented in ldap server. For example, oid(1.3.6.1.4.1.4203.1.11.3) stands for whoami command. If I give 1.3.6.1.4.1.4203.1.11.3 to ldap server, server would respond who the…
Hyoseok Lee
  • 33
  • 1
  • 6
1 2 3 4 5 6
7