Tagged Questions
The domaincontroller tag has no wiki summary.
1
vote
1answer
505 views
can't connect to AD without specifically connecting to a DC
I'm trying to bind to an Active Directory server in C# but on-site I seem to have issues not reproducible in the test environment.
I'm getting an Exception
...
1
vote
1answer
246 views
Directory Services, Search all available providers
I have the following method used for searching for a User Group either on the local computer (done first) or in the Current Forest.
public string FindUserGroup(string group)
{
//Search ...
1
vote
2answers
2k views
Using static “hasOne” property in Grails controller class
Hopefully this will be an easy one to answer. I created a class in Grails called player which has this information:
class Player {
String steamId
String name
String portrait
static hasMany = ...
0
votes
0answers
32 views
With a One-Way Trust, Which Local Domain Controller Is Contacted By a Workstation Before the Remote Domain Controller Is Contacted?
We have a Domain X. Our computers (lab PCs) are in Domain X. We have a one-way, transitive trust with Domain Y.
Our outside users sometimes log in to our lab PCs using their Domain Y accounts. ...
0
votes
1answer
35 views
What are the possibilities in which RIDs can be replicated
I am working on an application in which I identify users nd groups on the basis of their RIDs. Hence there would be a problem if duplicate RIDs exist on the domain. The following link ...
0
votes
1answer
595 views
enable remote desktop access on specific machine via domain controller
we have a domain controller (W2008 RC2) and several computers as client machines. At the moment when we introduce a new user to the domain who has to have access to a subset of computers, the admin ...
0
votes
1answer
2k views
MSMQ on a domain controller defaults to workgroup mode, how to switch to Domain mode?
I have a Windows Server 2008 machine acting as Domain Controller for a test domain and I have installed MSMQ on this server including the "Message Queue Server", "Directory Services Integration" and ...
0
votes
0answers
211 views
Configuring MOSS and Reporting Services on a Domain Controller
I'm working on a pretty standard MOSS virtual development environment. I have MOSS, sql 2005 and the machine is also the Domain Controller.
I'm now doing some work with Reporting Services (SSRS) and ...
0
votes
2answers
99 views
404 SysVol entries in webserver's logfiles
Our 404 error logs show a lot of /SysVol http requests on our Windows Web Server 2008 for our website. It only has a webserver role and I believe that SysVol requests are meant for Domain Controllers? ...