Named Pipe access problems across network
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have created a Named Pipe with a security descriptor that contains a NULL DACL to allow everyone to access the pipe on a server application and have also created a client application to connect to it. All works fine if client and server are on the same machine but i get a 0x0000052e Logon failure: unknown user name or bad password. When using a remote client. Anybody shed some light on this will be appreciated. Ceri