[Koha] Koha Ldap Auth

Daniele Piccoli daniele.piccoli at riseup.net
Mon Jun 24 22:05:29 NZST 2019


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


More information about the Koha mailing list