[Koha] add member from ldap failed
Samuel Desseaux
samuel.desseaux at ecp.fr
Wed Oct 10 03:53:03 NZDT 2012
Oups, i've dropped some important things.
<!-- Configuration ldap -->
<useldapserver>1</useldapserver>
<ldapserver id="ldapserver" listenref="ldapserver">
<hostname>auth1.ldap.ecp.fr</hostname>
<base>ou=people,dc=ecp,dc=fr</base>
<user>cn=syncrepl,ou=applications,dc=ecp,dc=fr</user>
<pass>****</pass>
<replicate>1</replicate>
<update>1</update>
<auth_by_bind>1</auth_by_bind>
<principal_name>uid=%s,ou=people,dc=ecp,dc=fr</principal_name>
<mapping>
<firstname is="givenname"></firstname>
<surname is="sn"> </surname>
<address is="">Ecole Centrale Paris</address>
<city is="">Chatenay-Malabry</city>
<zipcode is="">92290</zipcode>
<branchcode is="">ECAM</branchcode>
<userid is="uid"></userid>
<password is="userPassword"></password>
<cardnumber is="ecpbadgeNumber"></cardnumber>
<email is="email"></email>
<categorycode is="supannEtuDiplome">employee</categorycode>
<phone is="telephonenumber">903-566-7654</phone>
<dateenrolled is="">2012-09-01</dateenrolled>
<dateexpiry is="">2013-09-01</dateexpiry>
</mapping>
</ldapserver>
I'v seen alos this erreur in the logs
Use of initialized value in concatenation (.) or string at
/usr/share/koha/lib/C4/Auth_with_cas.pm line 94, <DATA> line 577.
Le 08/10/2012 21:15, mourik jan heupink a écrit :
> Seems you have left many settings unconfigured...:
>
>> <hostname></hostname>
>> <base></base>
>> <user></user>
>> <pass></pass>
> You need to enter the details for your ldap server, above.
>
> MJ
> _______________________________________________
> Koha mailing list http://koha-community.org
> Koha at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
More information about the Koha
mailing list