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
1 answer

ADAM - Is there a way to "store" application specific attributes?

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 to achieve will probably sound a bit odd - but basically I want an…
samcooper11
  • 265
  • 2
  • 10
  • 20
0
votes
1 answer

Property 'attributeMapFailedPasswordAnswerLockoutTime' cannot be mapped to schema attribute 'lockoutTime' as the attribute is already in use

I am trying to use the ADMembershipProvider to connect to a local ADAM server and I am getting the error in the title. If I remove the enable password reset and the properties it relies on I am able to connect. I have tried to google it and nothing…
user1041169
  • 639
  • 2
  • 9
  • 18
0
votes
2 answers

Error adding users to roles in ADAM (A constraint violation occurred. (Exception from HRESULT: 0x8007202F)

I get the error when trying to add users to a group. A constraint violation occurred. (Exception from HRESULT: 0x8007202F) public string addUserToGroup(string userDN, string groupDN) { try { DirectoryEntry de = new…
samcooper11
  • 265
  • 2
  • 10
  • 20
-1
votes
1 answer

Unicode string max size

I doing some export to ADAM and I would like to know what is the max character I can send to Unicode string?
MoShe
  • 6,197
  • 17
  • 51
  • 77
-1
votes
1 answer

Is Adam optimezer updating weight in every layer?

I'm newbie in Neural network So I little bit confuse about ADAM optimezer. For Example I use MLP with architecture like this: I've used SDG before, so I want to ask if changing the weight with adam's optimization is the same as SDG updating the…
-1
votes
1 answer

mongo export -q issue with date function

mongoexport -h "hostname" -u "username" -p password -d "dbname" -c "collection" -q '{"REQUEST_TIMESTAMP": "{$gt:new Date(ISODate().getTime() - 1000 * 60 * 60)}" }' -o output.json I want to fetch records for last 1 hour using mongoshell the above…
-1
votes
1 answer

Compare more than two strings

Here is what I am trying to achieve... I have to view the ADAM db in VMWARE to see the replication times. My question is how would I compare more than two strings using the compare-object command. I cannot find any articles on more than two…
user1475623
-2
votes
0 answers

Why Adam fails but SGD works when there is only one variable has high correlation with the label?

The task is to predict the stock price (y) in the next day, and the input (X) consists of one variable 'today's price' and three other variables about stock's fundamental information. I have 1000 days as training data, and 300 days as the test data.…
olivia
  • 381
  • 3
  • 14
1 2 3
10
11