Harry, Thanks for the reply.
I had forgotten to mention that SELinux is in permissive mode, so I believe that it shouldn't affect the traffic. I did however implement the command; sudo setsebool -P httpd_can_network_connect true SELinux status: enabled SELinuxfs mount: /selinux Current mode: permissive Mode from config file: permissive Policy version: 24 Policy from config file: targeted Is SELinux in permissive status an issue? On Fri, Feb 27, 2015 at 9:37 AM, Harry Hoffman <[email protected]> wrote: > Do you have SELINUX enabled? If so, you'll want to modify your policy > and restart cobblerd. > > Cheers, > Harry > > > On 02/26/2015 07:09 PM, Scott Mattan wrote: > > I don't have specifics on why or what was done before this happened... > > as I typically use the command line anyway. However it seems that the > > web interface for Cobbler has stopped authenticating. It always > > responds with invalid password and or username. I have tried > > re-installing the interface, recreating the user among other things > > exhausting my options. The only error that I can seem to come across is > > this: > > > > Fri Feb 27 17:56:36 2015 - INFO | Exception occured: <type > > 'exceptions.AttributeError'> > > Fri Feb 27 17:56:36 2015 - INFO | Exception value: BootAPI instance has > > no attribute 'authn' > > Fri Feb 27 17:56:36 2015 - INFO | Exception Info: > > File "/usr/lib/python2.6/site-packages/cobbler/remote.py", line 2087, > > in _dispatch > > return method_handle(*params) > > File "/usr/lib/python2.6/site-packages/cobbler/remote.py", line 1886, > > in login > > if self.__validate_user(login_user,login_password): > > File "/usr/lib/python2.6/site-packages/cobbler/remote.py", line 1783, > > in __validate_user > > return self.api.authenticate(input_user,input_password) > > File "/usr/lib/python2.6/site-packages/cobbler/api.py", line 1025, in > > authenticate > > rc = self.authn.authenticate(self,user,password) > > > > > > As it seems to be an issue directly with python code... (although I > > can't imagine why it would suddenly change) I am honestly not sure what > > to do. > > > > Any help is greatly appreciated. > > > > Thanks > > > > Scott > > > > > > > > > > _______________________________________________ > > cobbler mailing list > > [email protected] > > https://lists.fedorahosted.org/mailman/listinfo/cobbler > > > _______________________________________________ > cobbler mailing list > [email protected] > https://lists.fedorahosted.org/mailman/listinfo/cobbler >
_______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/cobbler
