Project

General

Profile

Anomalie #3277

prise en compte du port du service EoleSSO dans l'agent SSO

Added by Bruno Boiget over 11 years ago. Updated over 11 years ago.

Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Start date:
04/12/2012
Due date:
% Done:

100%

Spent time:
Distribution:
EOLE 2.2

Description

le test est fait par un wget sur les metadata du service EoleSSO, mais le port déclaré dans gen_config n'est pas pris en compte.


Related issues

Related to EoleSSO - Anomalie #3284: port 8443 eole-sso Fermé 04/12/2012

Associated revisions

Revision ca12479c (diff)
Added by Bruno Boiget over 11 years ago

prise en compte de eolesso_port pour la surveillance du service EoleSSO (fixes #3277)

Revision 66c233b7 (diff)
Added by Johan Cwiklinski over 5 years ago

Drop deprecated methods; fixes #3277

History

#1 Updated by Bruno Boiget over 11 years ago

  • Status changed from Accepté to Résolu
  • % Done changed from 0 to 100

#2 Updated by Joël Cuissinat over 11 years ago

  • Status changed from Résolu to Fermé
Mise à jour corrective du 13 avril 2012 :
  • zephir-client 2.2-eole117
    root@scribe:~# grep port_sso /usr/share/zephir/monitor/configs/sso.agent
                port_sso = dico_eole.get('port_sso', '8443')
                sso = SSO('sso', port_sso, period=900, description='Réponse du service EoleSSO', section="""Services""")
    

    root@scribe:~# grep sso_port /var/lib/python-support/python2.5/zephir/monitor/agents/sso.py
        def __init__(self, name, sso_port, **params):
            self.sso_port = sso_port
            meta_url = "https://localhost:%s/saml/metadata" % self.sso_port
    

Also available in: Atom PDF