Discussion:
[Gtk-sharp-list] why in linux system connect to windows domain server with timed out
leo.xucn
2017-03-20 06:05:40 UTC
Permalink
Hi Guys:

These days I am programming for a tool for the operation of windows domain
server, the develop environment is Ubuntu 16.04

in laterest monodevelop. I add the referece of system.directoryservices. the
following is my code:

DirectoryEntry entry = new DirectoryEntry(domain_path, domainAndUsername,
str_userPassword, AuthenticationTypes.Secure);

when i compile it, without errrors, but in the debug information, there is
an information with timed out, i don't know why. Is there anyone can help
me?

the port of 389 of my domain is OK, I telnet to windows domain server with
this port it is ok



--
View this message in context: http://mono.1490590.n4.nabble.com/why-in-linux-system-connect-to-windows-domain-server-with-timed-out-tp4670295.html
Sent from the Mono - Gtk# mailing list archive at Nabble.com.
_______________________________________________
Gtk-sharp-list maillist - Gtk-sharp-***@lists.dot.net
http://lists.dot.net/mailman/listinfo/gtk-sha
Pedro Larouca
2017-03-20 21:22:46 UTC
Permalink
Hi,

I have similar issues when running with debug attached but works fine in production. Did you test in production ?
Post by leo.xucn
These days I am programming for a tool for the operation of windows domain
server, the develop environment is Ubuntu 16.04
in laterest monodevelop. I add the referece of system.directoryservices. the
DirectoryEntry entry = new DirectoryEntry(domain_path, domainAndUsername,
str_userPassword, AuthenticationTypes.Secure);
when i compile it, without errrors, but in the debug information, there is
an information with timed out, i don't know why. Is there anyone can help
me?
the port of 389 of my domain is OK, I telnet to windows domain server with
this port it is ok
--
View this message in context: http://mono.1490590.n4.nabble.com/why-in-linux-system-connect-to-windows-domain-server-with-timed-out-tp4670295.html
Sent from the Mono - Gtk# mailing list archive at Nabble.com.
_______________________________________________
http://lists.dot.net/mailman/listinfo/gtk-sharp-list
_______________________________________________
Gtk-sharp-list maillist - Gtk-sharp-***@lists.dot.net
http://lists.dot.net/mailman/listinfo/gtk

Loading...