Click here to Skip to main content
16,008,075 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: OK, BTW... Pin
ThatsAlok1-Apr-07 22:16
ThatsAlok1-Apr-07 22:16 
JokeRe: OK, BTW... Pin
ThatsAlok1-Apr-07 22:16
ThatsAlok1-Apr-07 22:16 
GeneralA little more... Pin
CPallini1-Apr-07 22:31
mveCPallini1-Apr-07 22:31 
GeneralRe: A little more... Pin
ThatsAlok1-Apr-07 22:43
ThatsAlok1-Apr-07 22:43 
QuestionEnumerating user of a domain from a service Pin
ku198320011-Apr-07 1:36
ku198320011-Apr-07 1:36 
AnswerRe: Enumerating user of a domain from a service Pin
Mark Salsbery1-Apr-07 6:57
Mark Salsbery1-Apr-07 6:57 
GeneralRe: Enumerating user of a domain from a service Pin
ku198320011-Apr-07 7:07
ku198320011-Apr-07 7:07 
GeneralRe: Enumerating user of a domain from a service Pin
Mark Salsbery1-Apr-07 7:28
Mark Salsbery1-Apr-07 7:28 
If it's a security issue then it should fail regardless of what method you use to enumerate.

I would first verify that security is the problem - a breakpoint and check the error code should
do it.

The LocalSystem account may have high priveledges on the local computer but not on the network.
Actually, I'm pretty sure you can't access the network with that account anymore (I may be
confusing it with another account).

It's recommended these days to use specific accounts to run services under which have just the
needed access rights and no more.

Mark


"If you can dodge a wrench, you can dodge a ball."

GeneralRe: Enumerating user of a domain from a service Pin
ku198320011-Apr-07 9:00
ku198320011-Apr-07 9:00 
GeneralRe: Enumerating user of a domain from a service [modified] Pin
Mark Salsbery1-Apr-07 9:22
Mark Salsbery1-Apr-07 9:22 
QuestionIn CTreeView i can't control check box by using SetCheck .... Pin
Yanshof31-Mar-07 23:27
Yanshof31-Mar-07 23:27 
QuestionOpengl version 1.4 Pin
shiraztk31-Mar-07 22:59
shiraztk31-Mar-07 22:59 
AnswerRe: Opengl version 1.4 Pin
El Corazon1-Apr-07 19:23
El Corazon1-Apr-07 19:23 
GeneralRe: Opengl version 1.4 Pin
shiraztk1-Apr-07 23:18
shiraztk1-Apr-07 23:18 
GeneralRe: Opengl version 1.4 Pin
El Corazon2-Apr-07 2:11
El Corazon2-Apr-07 2:11 
Question[Internet] Connect directly between 2 computer Pin
hoanglinh946631-Mar-07 20:58
hoanglinh946631-Mar-07 20:58 
QuestionRe: [Internet] Connect directly between 2 computer Pin
Mark Salsbery1-Apr-07 6:58
Mark Salsbery1-Apr-07 6:58 
AnswerRe: [Internet] Connect directly between 2 computer Pin
ThatsAlok1-Apr-07 21:26
ThatsAlok1-Apr-07 21:26 
AnswerRe: [Internet] Connect directly between 2 computer Pin
ThatsAlok1-Apr-07 22:13
ThatsAlok1-Apr-07 22:13 
AnswerRe: [Internet] Connect directly between 2 computer Pin
arr.cpp3-Apr-07 5:36
arr.cpp3-Apr-07 5:36 
QuestionA linker error! Pin
Malini Nair31-Mar-07 20:50
Malini Nair31-Mar-07 20:50 
AnswerRe: A linker error! Pin
hoanglinh946631-Mar-07 21:02
hoanglinh946631-Mar-07 21:02 
AnswerRe: A linker error! Pin
CPallini1-Apr-07 1:03
mveCPallini1-Apr-07 1:03 
AnswerRe: A linker error! Pin
C Mahesh1-Apr-07 20:38
C Mahesh1-Apr-07 20:38 
AnswerRe: A linker error! Pin
Sachin R Sangoi2-Apr-07 1:20
Sachin R Sangoi2-Apr-07 1:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.