Active Directory (AD) is a directory service created by Microsoft. It stores all information and settings for a deployment in a central database. AD allows administrators to assign policies, deploy and update software. AD networks can vary from a small installation with a few computers, users and ...

learn more… | top users | synonyms

0
votes
0answers
5 views

How can i check is my Windows user account can delegate rights?

I need to check delegation rights -http://msdn.microsoft.com/en-us/library/ff649252.aspx How can i do that? thanks
0
votes
0answers
13 views

Open LDAP - How to get a more specific error response code if 'Invalid Credentials' error is encountered?

More specifically, how do we distinguish between 'bad password' and 'password expired' case with an Open LDAP server (if we are using Microsoft Active Directory, the 'Invalid Credentials' error has a ...
0
votes
0answers
9 views

Use existing Single Sign-On solution for Active Directory too

We have a client using SSO already with us, they post SAML assertions to one of our .aspx pages, which decodes the assertion and authenticates the user. We have been asked by a second customer to user ...
0
votes
0answers
18 views

Delphi XE2: Retreiving LastLogon Int64 to TDateTime conversion

I am trying to get the LastLogin information from AD at my work. I have about 1200 accounts. When i run a Query and include the LastLogin information, for about 40 - 45% of the accounts, i get a ...
0
votes
0answers
19 views

integration between active directory and EPM

I recently come to know that there are ADWS(Active directory Web Service) i Want to read/write data from active directory using biz talk server through WCF adapter. Are there any documentation or ...
-1
votes
2answers
22 views

How to use Active Directory with LDAP in C# to get data based on username?

This is what i have so far (Incorrect for my purposes, but it runs) bool found = false; if (DirectoryEntry.Exists("LDAP://" + "OU=Users, OU=location, OU=Sites, OU=domain, DC=domain, DC=com")) { ...
0
votes
1answer
21 views

Determine User Active Directory Groups from Local Machine off Network

My current project requires that I validate a user against Active Directory groups. The catch is, the computer may not always be connected to the domain but users may still need to run the tool. I ...
1
vote
1answer
32 views

Windows Azure Active Directory Single Sign On - Custom error page for log in errors

We have successfully set up a Windows Azure AD Tenant and implemented web single sign-on in our ASP.NET application in accordance with this tutorial ...
0
votes
0answers
18 views

Session Times out with AD authentication on Jboss

I am implementing Active Directory authentication on an old EJB 1.1/webwork/jboss app and i have replaced this code with an API method for AD and now the application timesout as soon as I Login. here ...
0
votes
2answers
44 views

How to write a Validation inside my model class to check if the user is Inside Active Directory or not

I have a UserGroup table which stores the GroupID and the associated UserName. Currently the users exists inside the active directory, so i do not have a Users table. But before assigning any user to ...
-1
votes
0answers
10 views

Where is the best place to setup Exchange Server in an Active Directory environment? [on hold]

I have a forest root domain and two tree root child domains for it. I need to know where in this infrastructure is the best place for MS Exchange Server?
1
vote
0answers
14 views

grant admin's privilegies to domain group on MSSQL

Is it possible to grant admin's privilegies to domain group on MSSQL using Active Directory or vbscript? We have hundreds of MSSQL servers and we would automatically give access to domain group for ...
1
vote
0answers
7 views

Authentication for non Active Directory aware services

I have a number of services (confluence, webRT etc etc) these services have the ability to point to an ldap (or Active Directory server) for authentication purposes, however if the server has to be ...
0
votes
1answer
42 views

c# remote powershell create AD/Exchange user account and modify

We are trying to set a user’s logon script from a remote machine in C#. However, we get the error “The term ‘Set-ADUser’ is not recognized as the name of a cmdlet, function, script file, or operable ...
1
vote
1answer
27 views

C# Active Directory authentication

I have a heavy client side webapp in AngularJS. I'm using a C# controller to do Active Directory authentication, here is this code. public UserModel Get() { UserModel currentUser = new ...

1 2 3 4 5 294
15 30 50 per page