active-directory Questions

7

Solved

I used the example in this page to add a user to an Active Directory group, but I get an exception with the message "Server is unwilling to process the request" when executing dirEntry.Properties[...
Ethiopian asked 6/12, 2012 at 17:17

1

Solved

We need an auth service like Auth0 or Clerk. So Customer Identity and Access Management (CIAM) We're building all our services in Azure so we'd like to user their authentication service for the clo...
Thirty asked 28/10, 2023 at 7:42

4

I am looking for a container like openshift/openldap-2441-centos7 or https://github.com/osixia/docker-openldap that would be running a Windows OS and have some sensible defaults. I'd like to add a ...
Whitsun asked 10/9, 2021 at 11:35

4

Solved

How to disable users in Windows active directory.we are using Microsoft Azure.?
Frieze asked 17/7, 2015 at 9:38

4

Our current infrastructure uses ssh keys for passwordless login to our Linux servers. As our infrastructure grows, managing these authorised keys is getting harder. As we also have an Active Direc...
Boaster asked 21/8, 2013 at 11:4

4

Solved

Connect-AzureRMAccount doesn't work. I don't care. I don't want to run through the process of needing a PhD to understand why PowerShell never wants to work. So I'm going to use Login-AzureRMAccou...

5

I'm trying to implement SSO with kerberos using spring-security-kerberos extension. I've created a keytab file and I get the following error when trying to access my webapp: GSSException: Failure...
Apophthegm asked 22/5, 2014 at 8:7

2

Solved

Following this guide: https://azure.microsoft.com/en-us/documentation/articles/resource-manager-api-authentication/#_get-objectid-of-application-service-principal-in-user-azure-ad I've reached the...
Liuka asked 6/9, 2016 at 17:39

6

Solved

I am using Active Directory to authenticate users for an intranet site. I would like to refine the users that are authenticated based on the group they are in in Active Directory. Can someone show ...
Pushkin asked 6/7, 2010 at 23:31

6

Solved

At first I thought the code below works because if I have the group as "IT" it functions correctly because my username is in the IT group in active directory. What I learned is it always returns tr...
Depredate asked 19/8, 2012 at 19:36

4

Solved

I want to move active directory user from one organization unit to another using C#. I have referred below links http://forums.asp.net/t/932664.aspx?Moving+an+AD+user+from+an+OU+to+another+OU h...
Denten asked 10/3, 2016 at 7:6

3

Solved

PowerShell is capable of pulling list of 1492 records. When I using Python with ldap3 module I'm bumping into 1000 records limit. Please help me change Python code to exceed the limit. PowerShell ...
Avenue asked 27/11, 2017 at 6:56

3

Solved

I'm trying to enable service to service auth using AAD tokens. My plan is to validate "groups" claim in the token to make sure the caller is a member of a security group that we created. For exa...
Flog asked 11/12, 2017 at 22:8

2

Solved

I've successfully connected to Active Directory through LDAP to authenticate, and with the following in my ldap.xml I've called my custom authorities populator: <bean id="ldapAuthenticationPro...
Kain asked 19/4, 2013 at 20:37

4

$groups = 'group1', 'group2'.... I need to check if the user is in a specific AD group and echo the group name if he is not ; can I do it in the pipeline? I have googled a lot and cannot find an...
Lynlyncean asked 19/9, 2017 at 8:22

2

Solved

I am making a portal for my organization in which I want the user to login to that portal with their organization acoount's ID and password. For this purpose I am using LDAP authentication with Jav...
Desiderata asked 27/8, 2014 at 5:39

2

I am looking to spin up a Domain Controller in AWS using Terraform. I've tried passing all commands through userdata, but I just can't find a way to get the commands run after a reboot. Here is my...
Stonefish asked 30/6, 2019 at 14:40

10

I have create a webapi secured with azure active directory. I need to test this now and trying to use fiddler with an authorization header. I am trying to generate the token with below code. Targe...

7

Solved

I have a set of test accounts that are going to be created but the accounts will be setup to require password change on the first login. I want to write a program in C# to go through the test accou...
Claudine asked 30/6, 2009 at 21:19

3

Solved

I'm new to powershell and have to fetch users from AD based on a list with names. Is there any way to filter from AD using something similar to an in-statement in SQL? (select * from users where na...
Schizont asked 7/3, 2013 at 10:3

11

In SQL Server 2008 (version 10.0.4000) I have created a linked server to an Active Directory server. This query: select TOP 901 * from openquery(adsisca, ' select givenName, sn, sAMAccountName ...
Matsumoto asked 14/4, 2011 at 9:48

6

Solved

I have two queries that retrieve all groups and all users in a domain, Mydomain --; Get all groups in domain MyDomain select * from OpenQuery(ADSI, ' SELECT samaccountname,mail,sn,name, cn, obje...
Turner asked 19/11, 2009 at 19:50

4

Solved

Following are my environment details:- KDC Server : Windows Server 2012 Target machine : Windows 7 JDK Version : Oracle 1.8.0_121 (64 bit) I'm getting the following exception on running the Jav...

2

Solved

Asp.Net Core doesn't seem to recognize the user from the call context?.User?.Identity?.Name when windows authentication is enabled and running in IIS Express or IIS. Desired behavior: Enabling bo...

3

Solved

Good day. In advance, I apologize for my English, my national forums and resources did not help. I am making a script that either changes or creates a user's password in AD After studying the issue...
Courtship asked 10/10, 2011 at 17:40

© 2022 - 2025 — McMap. All rights reserved.