Project

General

Profile

Evolution #7967

Appel à parsedico dans dyn-logon.py

Added by Joël Cuissinat over 9 years ago. Updated over 9 years ago.

Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Start date:
Due date:
05/02/2014
% Done:

100%

Estimated time:
2.00 h
Spent time:
Distribution:
EOLE 2.4

Description

Le problème a été découvert grâce à pylint :

E: 66,4:esu: No name 'parsedico' in module 'creole'

Cependant, ce code ne devrait jamais exécuté puisqu'il est conditionné par l'utilisation d'Esu (Eole-Client) mais dans ce cas, ce n'est pas ce script qui est appelé :o


Related issues

Related to horus-backend - Anomalie #7964: Partages Horus non montés en mode "sans Esu" Fermé 04/18/2014

Associated revisions

Revision 09527906 (diff)
Added by Klaas TJEBBES over 9 years ago

dyn-logon : suppression du code relatif à ESU FIXES #7967

Revision 2190a1dd (diff)
Added by Klaas TJEBBES over 9 years ago

dyn-logon : suppression du code relatif à ESU FIXES #7967

History

#1 Updated by Klaas TJEBBES over 9 years ago

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

#3 Updated by Joël Cuissinat over 9 years ago

  • Due date set to 05/02/2014
  • Target version set to Eole 2.4 Stable

#4 Updated by Joël Cuissinat over 9 years ago

  • Status changed from Résolu to Fermé
root@horus:~# CreoleSet activer_esu non
root@horus:~# /usr/share/eole/fichier/dyn-logon.py -u toto -o Vista -m titi -i 1.1.1.1
root@horus:~# cat /home/netlogon/totoVista.bat 

IF EXIST S:\nul goto errSgroupes
NET USE /PERSISTENT:NO S: \\srvhorus24\groupes
goto suitSgroupes
:errSgroupes
NET USE /PERSISTENT:NO * \\srvhorus24\groupes
:suitSgroupes

IF EXIST W:\nul goto errWgroupe2
NET USE /PERSISTENT:NO W: \\srvhorus24\groupe2
goto suitWgroupe2
:errWgroupe2
NET USE /PERSISTENT:NO * \\srvhorus24\groupe2
:suitWgroupe2

Le résultat est identique après CreoleSet activer_esu oui cependant cette situation ne devrait pas se produire (un autre script est appelé).

Also available in: Atom PDF