Evolution #7967
Appel à parsedico dans dyn-logon.py
Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Target version:
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
Associated revisions
dyn-logon : suppression du code relatif à ESU FIXES #7967
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
Appliqué par commit 2190a1dd8dd8a943e874a0b0471e5967d4b5d3aa.
#2 Updated by Klaas TJEBBES over 9 years ago
Appliqué par commit 0952790681a4bc35fd8b0481e614f0665ceacae7.
#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é).