Re: [PHP] no traffic

2012-03-06 Thread Lawrence Decker
YEA that was it!!! Yes, selinux is enabled. Checked the selinux log, and saw all the connection failures with httpd... Excellent, thanks it's been driving me nuts!!! On Tue, Mar 6, 2012 at 10:13 AM, Charles wrote: > On Tue, Mar 6, 2012 at 8:55 PM, Lawrence Decker wrote: > > I've been playi

Re: [PHP] no traffic

2012-03-06 Thread Charles
On Tue, Mar 6, 2012 at 8:55 PM, Lawrence Decker wrote: > I've been playing with PHP for about 6 years and I have no idea why this is > happening... I've been writing a script to auth to AD.  When I run the > script on my dev box, nothing.  I have wireshark running in the background > on the dev bo

Re: [PHP] no traffic

2012-03-06 Thread Lawrence Decker
Thanks Franks, corrected but still same problem... On Tue, Mar 6, 2012 at 9:33 AM, Frank Arensmeier wrote: > > 6 mar 2012 kl. 15.29 skrev Mike Mackintosh: > > > On Mar 6, 2012, at 8:55, Lawrence Decker wrote: > > > >> I've been playing with PHP for about 6 years and I have no idea why > this is

Re: [PHP] no traffic

2012-03-06 Thread Lawrence Decker
I can cli to any host/port that's open, firewall's wide open fc-lawrence:~># telnet ad1.bac.com 389 Trying 10.13.3.10... Connected to ad1.bac.com. Escape character is '^]'. ^CConnection closed by foreign host. # iptables -nL Chain INPUT (policy ACCEPT) target prot opt source de

Re: [PHP] no traffic

2012-03-06 Thread Frank Arensmeier
6 mar 2012 kl. 15.29 skrev Mike Mackintosh: > On Mar 6, 2012, at 8:55, Lawrence Decker wrote: > >> I've been playing with PHP for about 6 years and I have no idea why this is >> happening... I've been writing a script to auth to AD. When I run the >> script on my dev box, nothing. I have wire

Re: [PHP] no traffic

2012-03-06 Thread Mike Mackintosh
On Mar 6, 2012, at 8:55, Lawrence Decker wrote: > I've been playing with PHP for about 6 years and I have no idea why this is > happening... I've been writing a script to auth to AD. When I run the > script on my dev box, nothing. I have wireshark running in the background > on the dev box, I c

Re: [PHP] no traffic

2012-03-06 Thread Charles
On Tue, Mar 6, 2012 at 8:55 PM, Lawrence Decker wrote: > I've been playing with PHP for about 6 years and I have no idea why this is > happening... I've been writing a script to auth to AD.  When I run the > script on my dev box, nothing.  I have wireshark running in the background > on the dev bo

[PHP] no traffic

2012-03-06 Thread Lawrence Decker
I've been playing with PHP for about 6 years and I have no idea why this is happening... I've been writing a script to auth to AD. When I run the script on my dev box, nothing. I have wireshark running in the background on the dev box, I can see the script's traffic go out and hit the DNS server

[PHP] SDO DAS XML "drops" some elements

2012-03-06 Thread Emil Obermayr
Hello, I try to generate a XML using an XSD with the library SDO DAS XML: http://www.php.net/manual/en/book.sdo-das-xml.php Most elements are working nicely, but others are just missing in XML. There where no warnings and no log entries. Where can I get some more debug information? Is there a