diff --git a/Migration-Ninegate.md b/Migration-Ninegate.md index 2f7a3ed..6481ed9 100644 --- a/Migration-Ninegate.md +++ b/Migration-Ninegate.md @@ -2,6 +2,32 @@ 1- Désactivation des inscriptions et du reset des password -dans /var/lib/lemonldap-ng/conf -recher +Dans /usr/share/eole/creole/distrib/ +remplacer +``` +%if %%is_empty(%%llResetUrl) + "mailUrl": "https://%%authWebName/mail.pl", +%else + "mailUrl": "%%llResetUrl", +%end if +``` + +par +``` +%if %%is_defined(%%llResetUrl) + "mailUrl": "%%llResetUrl", +%else + "mailUrl": "https://%%authWebName/mail.pl", +%end if +``` + +CreoleSet llResetUrl https://transnum-portail.ac-dijon.fr/ninegate/resetpwd01 +CreoleSet llResetPassword non + + +dans /var/lib/lemonldap-ng/conf +modifier le dernier lmConf-x.json +passer "portalDisplayResetPassword":0 +passer "mailUrl":"https://transnum-portail.ac-dijon.fr/ninegate/resetpwd01" +