Questions tagged [lds]

24 questions
0
votes
1 answer

Deleting LDAP record with 0x0A in CN (Java)

I'm trying to delete ADLDS user records created by Microsoft's conflict resolution model. Microsoft describes the creation of the new records as The new RDN will be \0ACNF: These are the records I'm trying to delete from my…
Stephan B
  • 58
  • 8
0
votes
1 answer

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 attribute, even though I imported the MS-User*.ldf…
Pablo
  • 2,054
  • 8
  • 30
  • 56
0
votes
1 answer

Search for users in an AD via an LDS instance

I am attempting to configure a system that will allow me to search an active directory via an LDS instance. So far I have: One Windows 10 machine with the LDP client installed One virtual Windows Server 2016 machine with an AD and domain…
Biggy
  • 1
0
votes
1 answer

Extended UserPrincipals C#

My organisation using a combination of AD and LDS. AD syncs to LDS and stores some information within the extensionAttribute fields [mainly 10, 11 and 12]. I can pull back the standard information okay from LDS, i.e. Title, Surname, Initials but…
Gareth
  • 512
  • 1
  • 4
  • 15
0
votes
1 answer

How could I use SVG icons with the and tags

I have an Angular 1.5 application that communicate with Salesforce using REST API. Salesforce require us to use SVG icons with the following syntax:
Francisco
  • 1,748
  • 1
  • 17
  • 19
0
votes
0 answers

Speed of linear dynamical system trajectory

[warning: biologist asking a math question] In a linear dynamical system (LDS), what feature of the matrix controls the speed of the trajectory in state space? Say I have a matrix M describing how the LDS evolves per discrete time unit t. State…
Thiago Gouvea
  • 543
  • 4
  • 12
0
votes
1 answer

C# LDAP against LDS

I'm trying to resolve this problem but I cannot get this to work. The Question What is wrong with my query? The Code private static void ExecuteQuery() { string sDomain = "10.12.14.165:389"; string sDefaultOU =…
Nick Prozee
  • 2,823
  • 4
  • 22
  • 49
0
votes
1 answer

Connecting to ad-lds without credentials

I've generated an AD-LDS instance on a Windows Server 2008 R2 and successfully connected to it via ADSI Edit on a windows 7 machine (both computers are situated on the same domain). My goal is to create a lightweight .NET program that will be run by…
chikko
  • 416
  • 5
  • 9
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
1
2