projets
/
auf-refer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
120e239
)
Le champ 'c' doit contenir un code ISO-3166 (cf core.schema).
author
Progfou
<jean-christophe.andre@auf.org>
Thu, 6 Sep 2012 15:59:20 +0000
(22:59 +0700)
committer
Progfou
<jean-christophe.andre@auf.org>
Thu, 6 Sep 2012 15:59:20 +0000
(22:59 +0700)
auf-annuaire
patch
|
blob
|
blame
|
history
diff --git
a/auf-annuaire
b/auf-annuaire
index
a83c473
..
5f38c53
100755
(executable)
--- a/
auf-annuaire
+++ b/
auf-annuaire
@@
-127,8
+127,7
@@
class AnnuaireAuF(object):
ldap_dict['givenName'] = [ prenom ]
ldap_dict['cn'] = [ nom_affichage ]
ldap_dict['ou'] = [ u'People', nom_bureau_court, nom_bureau_long ]
- ldap_dict['c'] = [ ISO_3166.get(CC,
- u'### Pays absent de la norme ISO-3166 ###') ]
+ ldap_dict['c'] = [ CC ]
ldap_dict['mail'] = [ adel ]
ldap_dict['o'] = [ u'AuF', u'Agence universitaire de la Francophonie' ]
if json_dict.has_key('mdp') and json_dict['mdp']: