filter for a search on ldap

2013-01-25 Thread samuel desseaux
Hi! My question can be easy but i want to have some opinions before making some changes. the soft i use, when i connect it to my ldap for importing users, use the uid as the userid. But, as our ldap is supann, we would like to use the supannaliaslogin. So, my goal is to add a filter on the func

some transformations on file

2013-01-20 Thread samuel desseaux
Hi, I work on file for our library. I have one file with all biblio records and one with items. A biblio record can have one or more than one item. First operation: i want to compare the two files and the identifier is the field 001. I want to have th results in two separates files 1st: all the

manipulate data from ldap

2012-12-20 Thread samuel desseaux
Hi, It's the first time i work with data from ldap. I know some methods in python but not in perl. The case: I've exported my datas from ldap in an xml format and it gives this (it's an extract). Joseph Stephanie Mme employee josephs stephanie.jos...@ecp.fr

Re: question of regexp or (another solution)

2012-12-14 Thread samuel desseaux
i do with a script perl? Many thanks samuel 2012/12/14 samuel desseaux > Hi! > > I work in a library and i need to have several fields in one line > > Example > > I have this > > =995 \\$xPR$wLivre > =995 \\$bECAM$cECAM > =995 \\$n > =995 \\$oDisponible &

question of regexp or (another solution)

2012-12-14 Thread samuel desseaux
Hi! I work in a library and i need to have several fields in one line Example I have this =995 \\$xPR$wLivre =995 \\$bECAM$cECAM =995 \\$n =995 \\$oDisponible =995 \\$kG1 42171 and i want in one line =995 \\$bECAM$cECAM$kG1 42171$n$oDisponible$xPR$wLivre

change authentication ldap with perl

2012-11-21 Thread samuel desseaux
Hi! I'm not a perl expert (but i try to learn) but i've a question. I have to install koha, a well-known library software written in perl. I connect it to my ldap in order to get all borrowers with informations. The connection is enabled but i'd like to change authentication method. Here is m