Il 24/06/19 11:45, Katrin Fischer ha scritto:
> Hi Daniele,

Hi Katrin,

> I think this line might be the problem:
>  
> <mapping>record field names -->
>  
> You are missing the closing tag. I am not sure if a mapping is required
> or if this could be removed, but it's invalid XML.

Mapping tags were closed, like these:

  <mapping> <!-- match koha SQL field names to your LDAP record field
names -->
   <userid       is="uid"></userid>
   <password     is="userpassword"></password>
   <email        is="mail"></email>
  </mapping>

By the way, I've just tried to remove them, but the result is the same.
 
> Hope this helps,
>  
> Katrin
>  

Thanks

Daniele
_______________________________________________
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to