OPSI client connection problem

Antworten
inszekt_
Beiträge: 65
Registriert: 15 Sep 2009, 11:06

OPSI client connection problem

Beitrag von inszekt_ »

finally I set up an OPSI server. everything works, but there are the following lines in the client opsiconfd log:

[2] [Oct 30 17:27:04] Forbidden: Cannot authenticate, no username given (opsiconfd|417)
[1] [Oct 30 17:27:04] Traceback (most recent call last):
File "/usr/sbin/opsiconfd", line 118, in http_GET
return worker.process()
File "/usr/sbin/opsiconfd", line 200, in process
self.deferred.callback(None)
File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 243, in callback
self._startRunCallbacks(result)
File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 312, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 328, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File "/usr/sbin/opsiconfd", line 356, in _authenticate
raise Exception("Cannot authenticate, no username given")
exceptions.Exception: Cannot authenticate, no username given
(opsiconfd|619)
[2] [Oct 30 17:27:04] Failed to process rpc: Cannot authenticate, no username given (opsiconfd|623)

the client connect to the server through VPN connection - OpenVPN passwordless profile, which is started on system startup. is it possible to cause the authentication error?

regards, np
Antworten