I'd like to authorize the user/application combination, not only the user.
The scenario is that we've built an app that guides the user to safe updates of some data.
If the same user installs PL/SQL Dev, Toad, or any other Oracle management tool, she can edit the data in ways that the app prohibits.
...
How to connect to Active Directory from Perl?
I am using the Net::LDAP Module.
Could you please give me some examples, that can help me get started.
...
I am a little confused about setting NTFS Permissions to a directory after I created Active Directory Groups (both programmatically). When I created the Active Directory Objects then I have to wait a few seconds to set the NTFS Permissions. If I have not this timeout then I get sometimes an error message that the identify (active directo...
Hi everyone!
I have an AD domain (let's refer to it as DMN) and credentials to access it. My aim is to retrieve information about another user. It is pretty easy when this user is registered in the domain DMN. But this user can be a part of a DMN-trusted domain. So I have to look for this user in all domains trusted to DMN. Any suggestio...
Hi,
I'm in charge of a Sharepoint collection, and a user asks this. Is it possible that when a user creates an item, some fields are automatically filled with some info, such as email address and location?
Authentication uses Active Directory, so every user is identified when using Sharepoint. The only issue is that, being in a big c...
I have an intranet on a remote Web server. This will be integrated with Active Directory on our local server. The web server is running Apache / Linux and the AD server is running Windows 2003. This is all done with VPN.
Login to the intranet is conducted in two ways:
1. Users who are logged in to AD to be logged in automatically with S...
Is it possible to configure CruiseControl.NET to send an email to the user(s) that did modifications to a broken build by mapping their SVN username to the corresponding Active-Directory alias (hence retrieving the correct, updated email address).
Our SVN server is set-up to allow users of a certain Active-Directory group to read and co...
In my Cocoa app how can I get the current user's domain when they're logged in via Active Directory?
I need to determine two things:
If the current user is logged on to an Active Directory domain (only need to handle Active Directory).
If 1, the domain of the user.
I've found references to Directory Services and the Open Directory P...
I need to access Active Directory to get information about groups that customers belong to. The project I have is an ASP.Net MVC application using C#. I've never programmed against Active Directory before, and need some advice on what the best way to get started is, what security model to use to access the information, and maybe point ...
I am porting an old 32-bit COM component that was written in VB6 for the purpose of reading and writing to an Active Directory server. The new solution will be in C# and will use SQL CLR user functions.
The assembly that I am trying to deploy to SQL Server contains a reference to System.DirectoryServices. The project does compile wi...
What is equivalent LDAP attributes for Active Directory
I am looking for password using Net::LDAP.
I dont know to how to set the user password using Net::LDAP
...
Lets say we have a simple DTO with properties Id, Name. If this DTO comes from database through some data layer, Id should be of type int. If this DTO comes from Active Directory, through some data layer, Id should be of type Guid.
What would be the best way to implement this?
Thanks in advance!
...
I'm trying to get a list of the groups that are in an AD group using .NET.
As an example, I have a group called TestGroup and inside that group I have the group DomainAdministrators.
Using the code below I can get all of the users including those from the DomainAdministrators group but not the group itself.
PrincipalContext ctx = ...
Hello,
I'm trying to build a .Net application to interrogate Active Directory.
Edit: I need to use a Web Service to do this as I will be talking to AD from a Sharepoint Workflow using a third party workflow tool that requires the use of a web service.
From my research, Windows 2008 R2 has Active Directory Web Services (ADWS) built in....
Hi,
I'm trying to obtain a list of all Machines that are members of a known group. I have the group GUID and am constructing a query using the "memberof=" format and filtering by ObjectClass.
This works fine but doesn't return machines if the PrimaryGroup attribute of a machine is set to be the known group. In this case, that machine...
Hi,
Say that i have an active directory group called "Group1". I add this Group1 to a SharePoint site ( People and Group >> New User).
All the users that are part of Group1 can now access sharepoint site.
Now,for a specific custom webpart, i need to target to only users who belong to Group1. But when a user who belongs to Group1 logs ...
Trying to figure out how to display just user name without domain in person-type fields during Data entry. By default it displays the domain/user-account.
...
I have enabled active directory authentication in my desktop application, my question is what happens if the AD server is down? Should I just throw the exception handled and say "Sorry ad is down cannot authenticate you right now , check with system administrator ?"
...
‘This will launch the PPT in a GPO
Dim ppt
Set ppt = CreateObject("PowerPoint.Application")
ppt.Visible = True
ppt.Presentations.Open "C:\Scripts\Test.pptx"
‘This is the batch file at the end of the PPT that records the date, time, computer name
and username
echo "Logon Date:%date%,Logon Time:%time%,Computer Name:%computername%,Us...
Hi,
I want to get the computer names from Active Directory and display it in our SharePoint 2007 site without programming.
Can anybody check and help on this ?
Is it possible by configuring LDAP query at SSP level ?
Awaiting for the reply.
Thanks in advance.
...