I am attempting to get my device hostnames in the database. I haven't had any luck thus far. The last step I have taken was to run the 'ip_update_gestioip_dns' command. When executed, the terminal freezes up and the webpage times out. The logs (ip_update_gestioip_dns.log) do not have any information available. I am at a loss. I can ping all addresses and perfrom a successful 'dig -x' for many IPs, but I am still not able to get the hostnames. Also, and this my be related, on the webpage, the DNS...
I am attempting to get my device hostnames in the database. I haven't had any luck thus far. The last step I have taken was to run the 'ip_update_gestioip_dns' command. When executed, the terminal freezes up and the webpage times out. The logs (ip_update_gestioip_dns.log) do not have any information available. I am at a loss. I can ping all addresses and perfrom a successful 'dig -x' for many IPs, but I am still not able to get the hostnames. I appreciate any help! Thank you!
I feel somewhat idiotic after finding the cause, there was typo in "gestioip.conf". I have port 3286 instead of 3268 for a couple lines which caused the LDAP server bind to break when trying to go beyond index.cgi. Everything is working, now we just have to populate our data. Thank you for help, it's very appreaciated, as well as all of the discussions in this forum.
After getting my ldap auth to work, I tried "walking" around the site, seeing what pages I can access and what I can do within them. From the main index, If I click anything in a drop down menu, I error out. The only thing I can acess is the subnet calc. It looks like anything in /res/ is unaccessible. What could be the cause of this? I do not have any information in my apache error logs indicating a specific problem.
I was able to remedy my issue. I am not sure what was the final step for success, but here are a few of the things I did. set the error log to debug in /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf was set to mostly defaults other than the server root other directory paths. In /etc/httpd/conf.d/getsioip.conf, I added the ldap config as follows: AddHandler cgi-script .cgi AddDefaultCharset utf8 AllowOverride None DirectoryIndex index.cgi Options ExecCGI FollowSymLinks Order allow,deny Allow...
Well I do have the config file, but it doesnt' seem to work. I have read the documentation and almost all posts her pertaining to the issue i'm experiencing. Where does this config need to go? /etc/httpd/conf/httpd.conf? /etc/httpd/conf.d/http.conf? /etc/httpd/conf.d/gestioip.conf? Is it a mix of them or all of them? The closet I have gotten was to have the prompt come up, but then error out when credentials are entered.
I have been unsucessful in authenticating with LDAP. I have had multiple outcomes, some 500 errros with being authenticated, sometimes I can't authenticate at all. I am not sure with .conf file I should be making my changes in for use of LDAP. I have tried /etc/httpd/conf.d/http.conf and also /etc/httpd/conf/httpd.conf and also a combonation of each. I can communicate with the LDAP server as confirmed from a telnet test. I have attemtped auth with port 389 and 3268. Any help to get this to work would...
I have been unsucessful in authenticating with LDAP. I have had multiple outcomes, some 500 errros with being authenticated, sometimes I can't authenticate at all. I am not sure with .conf file I should be making my changes in for use of LDAP. I have tried /etc/httpd/conf.d/http.conf and also /etc/httpd/conf/httpd.conf and also a combonation of each. I can communicate with the LDAP server as confirmed from a telnet test. I have attemtped auth with port 389 and 3268. Any help to get this to work would...