2
votes
3answers
29 views
Active Directory Server with .Net
We are developing our application using MS Visual Studio 2008 VB .Net.
We have to use Active Directory Server for authenticating the user logging into the application.
Does any o …
3
votes
3answers
140 views
Faster way to find out if a user exists on a system?
I have an application that checks to see if a USER exists (if not create it) every time it starts, this is done as follows:
bool bUserExists = false;
DirectoryEntry dirEntryLocalM …
0
votes
1answer
30 views
Difference between NativeGuid and Guid in Active Directory
I need to update some AD querying code and want to use the new .NET 3.5 System.DirectoryServices.AccountManagement objects to query AD in a managed way as opposed to our current me …
2
votes
2answers
52 views
List all computers in active directory
Im wondering how to get a list of all computers / machines / pc from active directory?
(Trying to make this page a search engine bait, will reply myself. If someone has a better r …
0
votes
2answers
34 views
ADSI Library/Control for .NET
Is there an ADSI Library out there for .NET/C#? I have been able to find bits and pieces of code to do some tasks but nothing comprehensive.
I'm looking for a library that I can …
0
votes
3answers
16 views
Complex mapped properties in Sharepoint
Is there any way to set a more complex mapping in a sharepoint profile? What I'm trying to do is set it so that a user's picture is set as the equivilent of
String.Format("http:// …
0
votes
2answers
29 views
Active Directory query troubleshooting
Hi,
My customer uses the below query to pull the data from Active Directory into my application.
CN=WebCalAdmin,OU=Security Groups,OU=Groups,DC=hasm,DC=com
and getting the below …
1
vote
4answers
101 views
C# - Find all email addresses for an Active Directory user
I'm trying to get all the email addresses associated to a given AD user.
For the user I have the domain and the login name (ex. DOMAIN\UserName) and I the AD is storing the email …
2
votes
1answer
36 views
Ask ActiveDirectory if a machine is a member of a group
This should be really easy but for some reason it doesn't seem to be. I want to ask AD if the current machine is a member of a particular group. Direct membership is fine.
Group …
2
votes
2answers
29 views
Test Windows AD Integration on a workgroup machine.
Is there a dev aid that can simulate Windows AD on a non-domain machine, aka my dev laptop?
0
votes
1answer
41 views
Active Directory Autologin without Popup
Is there a way to auto-log a user in who is logged into active-directory without propmting them to use the login dialog.
I cannot set the Auth method to windows as there are 5 dif …
1
vote
3answers
50 views
SharePoint migrating domains
I need to migrate our SharePoint farm to a new domain. Until everything is moved we have full trust set up between the domains.
Farm Hardware
One WFE/Index Server
Two SQL DB …
1
vote
1answer
29 views
Accessing Custom Resource Properties of a Resource Mailbox in Active Directory
(This post is referencing Exchange 2010 but the capability of resource mailboxes was introduced in Exchange 2007)
Exchange allows you to create different types of mailboxes for co …
0
votes
0answers
12 views
jBoss Portal LDAP Admin User
Hi guys,
I've configured my jBoss Portal against our AD. Everything seems to work but now I'm facing a problem: How do I determine which AD group should be admin on the portal?
C …
1
vote
2answers
43 views
java web application integrating with active direcotry on OC4J server
i really need help. I'm searching for this from a very long time. I would like to make a servlet (application deployed on OC4J ) which will allow to enter users logged in domain (A …
