1
vote
1answer
76 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 …
0
votes
0answers
17 views
AD/ADAM - DirectoryEntry Authentication
Hello,
I have a principal with credentials to login to an ADAM, creating a successful DirectoryEntry object with:
DirectoryEntry entry = new DirectoryEntry("
LDAP://site.com:10001/
…
0
votes
3answers
719 views
ADAM authentication w/ ADAM user and simple bind
I've followed the ADAM Step by Step Guide from Microsoft and setup an ADAM instance on my local machine. I'm attempting to authenticate using the "Mary Baker" account, but every time I get a COM …
0
votes
0answers
37 views
ActiveDirectoryMembershipProvider - Can’t use secure connection protection
Hi!
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 …
0
votes
0answers
19 views
Reading from ADAM slow from one machine but not another
I'm trying to read from an ADAM directory using C# as well as Delphi. On some machines the code executes very fast (sub-second).
On other machines the authentication is fast but reading values from …
0
votes
1answer
301 views
Unable to Authenticate SharePoint Extranet Site against ADAM
Project Background:
I am setting up a small farm where the Intranet is its own application. Following the Least Priveleged Account setup principle, I have Domain User accounts created for each …
0
votes
1answer
46 views
ADAM Administration from SharePoint
We're in the process of building a MOSS site and one of the 3rd party tools we're using has a requirement of AD/ADAM as the authentication provider. We would like the user's to manage their own …
1
vote
3answers
174 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?
0
votes
0answers
49 views
AzMan Role Assignment not reflecting in ADAM
I created a sample ADAM Instance. Used AzMan. Created a webservice to get
the information from ADAM and AzMan. I created a user in AD. Used that user
for anonymous access in IIS. Gave reader access …
1
vote
4answers
1k 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!
0
votes
1answer
151 views
Open Source SPML to LDAP Gateways
I recently ran across Project Keychain and wanted to know if there are any other SPML to LDAP gateways that are open source. Implementation language does not matter.
0
votes
0answers
161 views
Can’t get example for ASP.NET AuthorizationStoreRoleProvider to work
I was following this example http://msdn.microsoft.com/en-us/library/ms998331.aspx but seem to be messing something.
I keep getting
the parameter is incorrect. (Exception from HRESULT: …
0
votes
2answers
27 views
ADAM activity
We have an application that will retrive intformation from ADAM server.
I would like to moniter the user activity on ADAM server and would like to capture the user requests on the ADAM server.
Is …
0
votes
1answer
64 views
ADAM - Is there a way to “store” application specific attributes?
Hi Everyone,
I have ADAM set-up & I've written web-services to complete admin tasks like adding new users etc. (I have multiple applications utilising the same ADAM instance)
What I am trying …
0
votes
1answer
276 views
Error adding users to roles in ADAM (A constraint violation occurred. (Exception from HRESULT: 0x8007202F)
I get the error " A constraint violation occurred. (Exception from HRESULT: 0x8007202F) " when trying to add users to a group. My code looks like this:
public string addUserToGroup(string userDN, …
