Tagged Questions
The lds tag has no wiki summary.
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!
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). ...
1
vote
2answers
252 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
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 ...
0
votes
1answer
227 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
222 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
271 views
Creating custom user attribute on LDAP (LDS)
I am running a webapp that connects to LDAP (LDS). In the app, I need to check on the user class the value for the attribute userAccountControl.
In my installation my user class does not have such ...
0
votes
1answer
128 views
Should Web.config in ADFS server have machinekey entry for SSO?
I have ADFS server implemented for claim based authentication. For SSO to work properly, should web.config have entry on ADFS servers and proxy as my Web Server form?.