Migration de Paris vers Montréal

update oc_ldap_user_mapping set ldap_dn=concat("mail=",owncloud_name,",ou=people,o=auf");
update oc_appconfig set configvalue="mail=%uid@auf.org" where configkey="ldap_login_filter" ;
update oc_appconfig set configvalue="o=auf" where configvalue="dc=AUF,dc=FR" ;
update oc_appconfig set configvalue="ldap.ca.auf.org" where configkey="ldap_host";
service apache2 restart