Tagged Questions
Active Directory Application Mode (ADAM) is an LDAP-compliant directory service.
7
votes
5answers
530 views
Why aren't companies using LDAP as a central repository for other than users?
In every larger company I worked for they used LDAP as a way to access the central repository of user information, but very few have taken efforts to extend the schema to include objectClasses that ...
4
votes
1answer
299 views
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 ...
4
votes
4answers
8k views
Setting up SSL in Active Directory how-to
I need to set up SSL over Active Directory. I googled a lot but could not found a decent write up about how to do this. Please if you know some good resources about this let me know.
Thanks!
3
votes
2answers
1k views
ADAM, Active Directory, LDAP, ADFS, Identity
What is the difference/relation between ADAM, Active Directory, LDAP, ADFS, Windows Identity, cardspace and which server (Windows 2003, Windows 2008) uses what?
3
votes
3answers
470 views
Can you authenticate into SSAS with AD LDS (ADAM) accounts?
I'm very new to AD LDS and experienced but not qualified with SSAS, so my apologies for my ignorances with these.
We have a couple implementations where we expose SSAS via an HTTPS proxy ...
3
votes
1answer
864 views
Active Directory Custom User Profiles/Attributes?
I am currently using the ActiveDirectoryMembershipProvider just for authentication on an internal business app built in asp.net. This works like a charm.
I am now looking to add some functionality to ...
3
votes
1answer
158 views
How do I use ADAM to run unit tests?
I writing a web site that uses Active Directory to validate users. I don't have access to an Active Directory instance that I can edit in any way.
I've heard that some people are using Active ...
2
votes
1answer
134 views
Concurrent updates in ADAM/AzMan throwing a strange error
We have a custom membership provider that uses a WCF service and ADAM/AzMan. We have been seeing a lot of errors lately which seems to correspond to more heavy use of our web aplication.
I ...
2
votes
1answer
2k views
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
...
2
votes
0answers
162 views
Removing expired certificates from LDS (new ver of ADAM)
This is my situation:
We are in the process of replacing a certificate store currently hosted on Sun's iPlanet with Microsoft's Lightweight Directory Services (new version of ADAM with Server 2008). ...
2
votes
2answers
103 views
Is there an security advantage of using ADAM for asp.net membership over aspnet_regsql?
I'm wondering if there are security (or otherwise) advantages of using an ADAM (Active Directory Application Mode) store for asp.net membership. I'm afraid that setting up the ADAM store is more ...
2
votes
0answers
582 views
ActiveDirectoryMembershipProvider - Can't use secure connection protection
I try to use ASP.Net's MembershipProvider to give access only to certain users. This is backed up by an ADAM instance.
I use some test-code which runs just fine:
public static DataTable ...
2
votes
1answer
535 views
Programmatically administering custom attributes in ADAM
Has everyone ever programatically created a custom attribute? (At the moment I've just used the Scheme snap-in)
Ideally I want (admin) users to be able to administer an ADAM instance through a web ...
2
votes
5answers
4k views
How can I configure Microsoft ADAM to be similar to Active Directory?
I want to put users into an instance of ADAM so that ADAM looks similar to a typical, real, Active Directory server.
I'm developing an application that integrates with LDAP. I've tested with ...
2
votes
2answers
2k views
Why do I get the error “Unable to update the password” when calling AzMan?
I'm doing a authorization check from a WinForms application with the help of the AzMan authorization provider from Enterprise Library and I'm receiving the the following error:
Unable to update ...
1
vote
1answer
72 views
Membership credential verification failed
I'm encountering this error : Membership credential verification failed. when I try to login with Active Directory user in an ASP.NET aplication using form based authentication.
I have a complex ...
1
vote
2answers
249 views
Best practice to link AD LDS user with AD user
We have an application that uses AD LDS (ADAM) which contains a extended user class ( custom attributes, specific to our application).
One of our clients wants our users linked to their domain users ...
1
vote
1answer
156 views
Adobe Adam and Eve (C++ ASL): how to bind Eve variable so to get it updated inside C++ application?
So we know how to compile it, we have seen its demos and loved it. We have seen probably only one real life opensource project based on it. So I look at the samples and see only 3 quite long C++ ...
1
vote
1answer
190 views
Creating Active Directory of usernames for LDAP access
I am a newbie to LDAP and Active Directories.
I need to build a active directory of users who are eligible to access a particular conputer. When the user enters the username and password in a web ...
1
vote
1answer
269 views
WCF and AD LDS and Basic Authentication
I'm not sure what changes are necessary in web.config on the server. I have a WCF service using basic authentication. Currently its working against Active Directory. What changes are necessary so ...
1
vote
0answers
41 views
defect in ADAM? search using wildcards returns wrong results
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 ...
1
vote
1answer
232 views
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 ...
1
vote
0answers
153 views
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 ...
1
vote
5answers
550 views
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 ...
1
vote
1answer
107 views
How many concurrent connections does ADAM allow?
Is there a limit on number of concurrent connections to ADAM. Is is configurable?
-- How many concurrent connections from a same user could be established?
-- How many concurrent connections from ...
1
vote
1answer
114 views
How do I accomplish the following in LDAP?
I would like to accomplish this goal using AD/ADAM
The ability to make an email or other attributeClass as part of inetOrgPerson globally unique across entries
The ability to attach a regular ...
1
vote
1answer
188 views
access domain user thru adam
I'm using redmine (a rails ticket management) and I'd like users to be able to log with their net user and password.
I've followed the ADAM Step by Step Guide from Microsoft and setup an ADAM ...
1
vote
1answer
2k views
Authenticating an ADAM user against ADAM from C# - cannot bind
I have set up an ADAM instance and added some test users. From c# I can bind to ADAM using a windows account but I cannot bind using one of the ADAM users. (I can successfully bind the adam users in ...
1
vote
0answers
473 views
ADFS and ASP.NET
Just looking for clarification on the above topics.
There are a number of domains with their own AD
The domain where my ASP.NET application is running hosts the ADFS server (the root domain)
there ...
1
vote
3answers
745 views
Choosing an RDN for new objectClasses in LDAP?
What are the best practices for choosing an RDN when creating new objectClasses in LDAP? I know you can choose from uid, cn, ou, and so on, but what practices should one follow?
1
vote
6answers
307 views
Are most LDAP administrators creating LDIFs by hand?
Are there tools that make the job easier? If command-line only tools exist, then can anyone speculate if there is a market for a GUI tool? For example, you can create a relational database by modeling ...
1
vote
2answers
152 views
How do you find out if your AD/AM instance is up and running via C#?
I saw a link to find out if AD was running, but am not too sure if the same applies to AD/AM.
One caveat is that I should be able to check about any AD/AM instance (any domain) assuming I have ...
1
vote
1answer
901 views
ADAM authentication - howto?
I'm attempting to authenticate a user against ADAM using a user I created in ADAM. However, regardless of the password used (correct, or incorrect), my search comes back with a valid DirectoryEntry ...
0
votes
1answer
17 views
AD LDS slow on first access - Why?
I have an ADLDS instance setup on a local machine (Windows Server 2008 R2 box) for a new application and have knocked up some .Net code to access it. This is one of the functions i'm testing, as you ...
0
votes
0answers
32 views
Looping through IAzApplication IAzRoles collection too slow
I have this simple code which loops through all the apps in Azman and all their roles. It works great when I have no users assigned to the Roles. But the moment I assign users (2 of the roles have ...
0
votes
1answer
92 views
Use asp.net membership via LDAP
We have an intranet system that uses asp.net with the sql membership provider. We have about 400 users setup in the intranet. These can include employees, contractors, etc.
I'm trying to find out ...
0
votes
1answer
103 views
ADAM and Azman with ASP.Net forms authentication
Has anyone been able to make ADAM/Azman work with ASP.Net forms authentication. The default ADAM role provider works only with AD Domain users. And every single article I have read says that you need ...
0
votes
1answer
221 views
AD LDS (ADAM) ChangePassword over SSL
I have been searching the internet for days trying to solve this problem.
I am working on a project where I have a requirement of allowing the user to change their password using an ASP.NET web ...
0
votes
1answer
220 views
AD LDS ValidateCredentials at ContextType.ApplicationDirectory can't authenticate
I'm trying to use AD LDS for user authentication in my MVC app. I've managed to write some code that allows me to create/edit/delete users and groups, but i can't seem to authenticate them. Here is my ...
0
votes
1answer
49 views
Is there a way to verify that Kerberos is used?
I am using System.DirectoryServices namespace for communicating with an ADAM instance. Part of the network within our organization Kerberos, while another defaults to NTLM. We also have conflicting ...
0
votes
1answer
151 views
ASP.NET ChangePassword Control Stopped Working
We have a couple of ASP.NET WebForms applications that use the ADAM Membership provider, one of which includes the ChangePassword control. The control has started to fail every password change:
...
0
votes
0answers
223 views
AD LDS, “Reset password” does not save the new password
I am facing a problem with AD LDS installed on a Windows Server 2008 R2.
I created an User in "ADSI Edit", but when I run the method "Reset Password", it seems that it does not save the password I ...
0
votes
0answers
211 views
member attribute not synced from AD to ADAM using AdamSync
I have done the following things to sync an AD to an ADAM instance:
Create a new adam instance, during the installation import the 3 ldifs (not AZman)
Create a full schema using ADSchemaAnalyzer by ...
0
votes
1answer
107 views
Access ADAM instance with JXplorer
Is it possible to access an ADAM instance with CA JXplorer?
I have an ADAM up and running, it could be accessed by ADAM ADSI Edit with my own Windows account and password.
JXplorer, on the other hand, ...
0
votes
0answers
79 views
Unable to Create a User in ADAM using asp.net application in IIS 7
string filter = "(&(objectClass=user)(userPrincipalName=kumar@demo))";
string cs = "LDAP://localhost:61000/OU=Users,OU=demo,O=Extranet";
DirectoryEntry entry = new DirectoryEntry(cs);
Here i am ...
0
votes
1answer
277 views
Calling initialize method of AzMan object causes FileNotFoundException
I have A WCF service that has a class that inherits System.Web.Security.RoleProvider. In this class I use Authorization Manager (AzMan) - using AzRoles.dll - for role management.
Authentication is ...
0
votes
1answer
660 views
Spring ldap authentication failed error codes
I'm using Spring LDAP (1.3.1) to talk to ADAM and Active Directory.
When I try to authenticate someone using ldapTemplate.authenticate() I get back errors via the error callback, but it gives a very ...
0
votes
1answer
127 views
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 ...
0
votes
1answer
119 views
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 ...
0
votes
1answer
461 views
LDAP bind error codes using ADSI in C#
I am binding to an ADAM instance from a C# client using the ADSI provider. When the bind fails I get a generic error condition back that indicates a failure. If I look at a network trace of the ...