adam

Remove or change an attribute syntax in AD LDS?

I've searched the net and I cant find any information about how to change an attribute syntax or remove an attribute from the schema in AD LDS, former ADAM. From some documents i´ve read they claim it is not possible. However I find that hard to believe. Is there no room for making an error? Regards ...

ActiveDirectoryMembershipProvider and ADAM (or AD LDS) and SetPassword

By the subject line it seems to be a rather broad subject and I need some help here. Basically what I want is to use ActiveDirectoryMembershipProvider with an ADAM instance to authenticate users in an ASP.NET web application. My development environment is a windows 7 machine with an AD LDS instance on it whilst the QA server is a Wind...

Authenticating a WCF call from Silverlight using ADAM (AD LDS)

I have a Silverlight 4 client that invokes several WCF services. We want the communication to be encrypted using SSL (I have this part solved already) and that every call be authenticated against AD LDS (ADAM), do you have any simple example showing how to make this work? There's plenty of documentation on the oh-so-many WCF options but ...

What is the domain name when using ActiveDirectoryMembershipProvider against ADAM (AD LDS)

Ok, I've come a long way in my quest to authenticate WCF invokers against AD LDS, right now I have ActiveDirectoryMembershipProvider set up so that even the VS2010 Project/ASP.NET configuration tool allows me to create and edit AD LDS users, and does so using a Secure connection (so no username/password needed in web.config), so far so g...

AD LDS Context password Intermittently resetting

Using the DirectoryServices.AccountManagement library in C#, I am establishing a PrincipalContext, then using that context to validate users. It seems that the username with which I am establishing the context is being intermittently corrupted/reset or something else is going on causing the establishing of context to fail. After manu...

Authentication using LDAP against ADAM using spring security

I am trying to get a Java app using spring-security to talk to a local ADAM instance that I have setup. I have successfully installed ADAM and setup as follows.... Instance running on localhost:389 Root is O=Company A child called OU=Company Users (orgnizationalUnit) A granchild called CN=Mike Q (user) uid = mike and password = welc...

How do I enumerate through Active Directory Schema attributes?

I'm trying to enumerate through the Active Directory schema and don't think I'm seeing all the attributes. Could someone take a look and tell me where I'm going wrong? objRoot = new DirectoryEntry("LDAP://" + serverName + ":" + port + "/RootDSE"); strSchemaNamingContext = objRoot.Properties[ "schemaNamingContext"].Value.ToString(); ob...

Browse ADAM and retrive values from C#

This is my current PowerShell code: connect-QADService -service 'view.domain.com' -Credential 'MyDomain\Administrator' $AllVMs= ( get-QADObject -SearchRoot 'vdi.vmware.int/Servers' -type pae-VM -IncludedProperties ipHostNumber,pae-SIDString ) How it can be rewrited in C# (.net 3.5) ? ...

defect in ADAM? search using wildcards returns wrong results

Hi Guys, I've tried to Google it out, but i couldn't find any useful information. Problem is as following: My application uses ADAM (Active Directory Application Mode) to store some fancy objects, no big deal. I'm using DirectorySearcher class and wildcards to filter list of those objects - still nothing unusual. Everything works a...

Is there any free GUI for administering AD LDS (ADAM)?

I am researching if ADLDS or ADAM is suitable for handling the users of a company product. Currently we are using AD, but we are planning to scale to more customers without needing to buy CALs. I got how to use ADSI Edit to add User & Groups, but I couldnt find any tool to do that like "Active Directory users and computers", and I would...