Questions tagged [adam]

Active Directory Application Mode (ADAM) is an LDAP-compliant directory service.

ADAM has a simple install and runs as a service on Windows operating systems. It can be fully customized and distributed as an application component or used as a stand-alone LDAP directory. ADAM uses the same technologies found on Active Directory Domain Controllers (including replication and delegation features) and has its own administration and customization features. It can be run as a Windows server.

ADAM can be installed, as a free distribuable, on Windows XP, 2000, 2003, and 2008 operating systems. An improved version of ADAM is included as part of Windows Server 2003 R2 and Windows Server 2008 under the name Lightweight Directory Service (LDS).

158 questions
0
votes
0 answers

How Openam works with ADLDS datastore

I am trying to connect openam ,with ADLDS as data store using Active Director Application mode, I had ADLDS server, running on my windows machine what would be the LDAP bind DN: by default its shows: CN=Administrator,CN=Users,dc=xyz,dc=zyz. I had go…
Indrani Sen
  • 287
  • 4
  • 19
0
votes
1 answer

In ADAM, if admin sets pwdLastSet = 0 , why response control is NULL inspite of bind throws NamingException?

I am setting pwdLastSet = 0 for user in ADAM. So while bind operation, I am getting following Exception which is correct as I am resetting password of that user by setting pwdLastSet = 0 javax.naming.AuthenticationException: [LDAP: error code 49 -…
BND
  • 51
  • 12
0
votes
1 answer

AdLds / Adam stuck every 50s

I have a weird behaviour on my instances of AdLds / Adam. Every 50 seconds or so, the queries takes longer to execute (2.36 seconds instead of 0.1s) I wrote a simple test program to query my local instance with the same simple query and I get the…
Vincent
  • 510
  • 1
  • 5
  • 23
0
votes
1 answer

How to search Single user From LADP:

I have a method that will search particular User into ADAM. 'set up the LDAP entry object objEntry = New DirectoryEntry("LDAP://" & m_strLDAPServer & ":" & m_strLDAPPort & "/" & m_strLDAPEntry) is the default but it must be set explicitly…
ABM Abdul Muttalib
  • 195
  • 1
  • 2
  • 13
0
votes
1 answer

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 traffic I can see that the ADAM instance itself send…
BoxerBucks
  • 3,124
  • 2
  • 21
  • 26
0
votes
1 answer

ADAM abstraction at LDAP call level

I have an ADAM directory that our application needs to interface with. Currently we have an abstraction such that our repository uses Sql Server instead of making hte appropriate LDAP calls. We'd like to get closer to our integration point and…
DarkwingDuck
  • 2,686
  • 24
  • 29
0
votes
1 answer

Unable to connect to ADAM with Windows domain\username

I'm having some difficulty connecting to an ADAM instance from my Commerce Server 2007 ASP .NET solution, and I believe it relates to my config file somehow. The short version is that I can connect to ADAM through ADAM-ADSIEdit with my current…
0
votes
1 answer

Extract ADAM schema

I have been asked to extract the schema information in my client's ADAM setup. I need to get a full list of attributes along with whether the attribute is mandatory or optional. Is there a tool which can help me get just the schema? The other task…
NullPointer
  • 2,084
  • 7
  • 24
  • 38
0
votes
1 answer

ADAM user's password reset with c#

I am trying to reset user passowrd in ADAM. For that I am using Accountmanagement namesapce what i tried : PrincipalContext rootPrincipalContext; LdapConnection objLdapconnection; rootPrincipalContext = new…
AnandSonake
  • 567
  • 1
  • 8
  • 19
0
votes
1 answer

ADAM Load Balancing

I'm interested in load balancing an ADAM instance but don't even know where to begin. Documentation on the web is pretty scarce. Has anyone done this before and more importantly can point me in the right direction for a How To?
Steven
  • 860
  • 6
  • 24
0
votes
1 answer

Powershell pulling LDS/ADAM attribute values

i'm working on pulling user attributes from an ADAM environment, specifically i need 'manageddepartmentnumber' and 'manageddepartment.' after hours though, i'm still at a loss of what's the best way to pull this information?? currently attempting…
AA11oAKas
  • 809
  • 1
  • 11
  • 23
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

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 accounts (e.g. resetting passwords, registering new…
MyItchyChin
  • 13,733
  • 1
  • 24
  • 44
0
votes
1 answer

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 process/app. pool. The service authentication works…
JackAd
0
votes
1 answer

What to write in webconfig file when use Web Authentication in Asp.net

I have this problem: What to write in webconfig file when use Web Authentication in Asp.net? As what do I know if use Web Authentication in Asp.net dont have to put user id and password. So this is the original coding in webconfig file: add…
catcool
  • 51
  • 1
  • 9
1 2 3
10
11