Can I encrypt shared files on windows server and allow only authenticated domain users have access to these files?
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 workflo
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 Activ开发者_如何学Pythone Directory, t
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
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::LDA开发者_如何学PythonP Here is a helpful a
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
In my Cocoa app how can I get the current user\'s domain when they\'re logged in via Active Directory?
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. Bu
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 locatio
How to connect to Active Directory from Perl? I am us开发者_如何学JAVAing the Net::LDAP Module.