/[virtual-ldap]/lib/LDAP/Koha.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /lib/LDAP/Koha.pm

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 107 - (view) (annotate) - [select for diffs]
Modified Wed Oct 9 13:51:45 2013 UTC (10 years, 5 months ago) by dpavlin
File length: 6143 byte(s)
Diff to previous 88
strip cr/lf from attribue

Revision 88 - (view) (annotate) - [selected]
Modified Sun May 2 19:29:45 2010 UTC (13 years, 10 months ago) by dpavlin
File length: 6121 byte(s)
Diff to previous 87
removed bunch of output with $debug


Revision 87 - (view) (annotate) - [select for diffs]
Modified Mon Apr 19 13:48:35 2010 UTC (13 years, 11 months ago) by dpavlin
File length: 6079 byte(s)
Diff to previous 63 , to selected 88
use connect_cached so we will reconnect when mysql drops connection


Revision 63 - (view) (annotate) - [select for diffs]
Modified Thu Feb 18 16:24:58 2010 UTC (14 years, 1 month ago) by dpavlin
File length: 6071 byte(s)
Diff to previous 62 , to selected 88
BUG FIX for Column borrowernumber in where clause is ambiguous

Revision 62 - (view) (annotate) - [select for diffs]
Modified Thu Feb 18 16:22:32 2010 UTC (14 years, 1 month ago) by dpavlin
File length: 6069 byte(s)
Diff to previous 60 , to selected 88
remove debug output and limit on objectclass=*person*

Revision 60 - (view) (annotate) - [select for diffs]
Modified Fri Nov 13 12:43:47 2009 UTC (14 years, 4 months ago) by dpavlin
File length: 6016 byte(s)
Diff to previous 58 , to selected 88
move RFID_SID into borrower_attributes


Revision 58 - (view) (annotate) - [select for diffs]
Modified Tue Sep 15 13:10:13 2009 UTC (14 years, 6 months ago) by dpavlin
File length: 5997 byte(s)
Diff to previous 55 , to selected 88
cleanup dn from @domain since we extract it from e-mail


Revision 55 - (view) (annotate) - [select for diffs]
Modified Wed Apr 29 12:22:40 2009 UTC (14 years, 11 months ago) by dpavlin
File length: 5972 byte(s)
Diff to previous 53 , to selected 88
produce whole dn in SQL queries so we don't have to mungle it in code


Revision 53 - (view) (annotate) - [select for diffs]
Modified Wed Apr 29 11:47:13 2009 UTC (14 years, 11 months ago) by dpavlin
File length: 5966 byte(s)
Diff to previous 52 , to selected 88
fix handling of last entry if there is none


Revision 52 - (view) (annotate) - [select for diffs]
Modified Wed Apr 29 09:29:46 2009 UTC (14 years, 11 months ago) by dpavlin
File length: 5942 byte(s)
Diff to previous 51 , to selected 88
use limit just for object classes which have "person" in them
use MAX_RESULTS enviroment variable if it exists (default: 3000 entries)

This is done to support full list of organizationalUnit and group
members which is often more than MAX_RESULTS limit


Revision 51 - (view) (annotate) - [select for diffs]
Modified Wed Apr 29 09:18:11 2009 UTC (14 years, 11 months ago) by dpavlin
File length: 5896 byte(s)
Diff to previous 50 , to selected 88
reset objectclass for each search request


Revision 50 - (view) (annotate) - [select for diffs]
Modified Wed Apr 29 09:03:47 2009 UTC (14 years, 11 months ago) by dpavlin
File length: 5807 byte(s)
Diff to previous 49 , to selected 88
allow where which are specified in SQL files, so we add just
our conditions with and


Revision 49 - (view) (annotate) - [select for diffs]
Modified Wed Apr 29 08:48:16 2009 UTC (14 years, 11 months ago) by dpavlin
File length: 5705 byte(s)
Diff to previous 48 , to selected 88
fix single filter queries


Revision 48 - (view) (annotate) - [select for diffs]
Modified Fri Apr 17 23:16:00 2009 UTC (14 years, 11 months ago) by dpavlin
File length: 5684 byte(s)
Diff to previous 47 , to selected 88
implement multiple values by keeping dn and repeating rows with changed
attributes, implement organizationalunit and group with same attributes
as Active Directory


Revision 47 - (view) (annotate) - [select for diffs]
Modified Fri Apr 17 21:39:45 2009 UTC (14 years, 11 months ago) by dpavlin
File length: 5244 byte(s)
Diff to previous 46 , to selected 88
split out sql queries into own files for easier
maintenance


Revision 46 - (view) (annotate) - [select for diffs]
Modified Wed Apr 15 13:50:07 2009 UTC (14 years, 11 months ago) by dpavlin
File length: 5868 byte(s)
Diff to previous 45 , to selected 88
support different SQL queries for different objectClasses

- display DIE messages
- example organizationalUnit
- specify objectClass within SQL query (values separated by LF)


Revision 45 - (view) (annotate) - [select for diffs]
Modified Wed Apr 15 12:47:57 2009 UTC (14 years, 11 months ago) by dpavlin
File length: 5440 byte(s)
Diff to previous 44 , to selected 88
rename join_with -> filter


Revision 44 - (view) (annotate) - [select for diffs]
Modified Wed Apr 15 11:06:27 2009 UTC (14 years, 11 months ago) by dpavlin
File length: 5467 byte(s)
Diff to previous 43 , to selected 88
dump a lot more debugging information


Revision 43 - (view) (annotate) - [select for diffs]
Modified Fri Mar 27 16:55:53 2009 UTC (15 years ago) by dpavlin
File length: 5240 byte(s)
Diff to previous 42 , to selected 88
we really need AutoCommit => 1 so we see changes
in koha database which happend after startup


Revision 42 - (view) (annotate) - [select for diffs]
Modified Fri Mar 27 16:52:05 2009 UTC (15 years ago) by dpavlin
File length: 5240 byte(s)
Diff to previous 40 , to selected 88
use new column rfid_sid for card serial numbers
(as opposed to cardnumber which is data *ON* card)


Revision 40 - (view) (annotate) - [select for diffs]
Modified Wed Mar 25 23:23:12 2009 UTC (15 years ago) by dpavlin
File length: 5243 byte(s)
Diff to previous 39 , to selected 88
implement simple one argument filter and added objectClass


Revision 39 - (view) (annotate) - [select for diffs]
Modified Wed Mar 25 22:57:01 2009 UTC (15 years ago) by dpavlin
File length: 4879 byte(s)
Diff to previous 38 , to selected 88
implement or


Revision 38 - (view) (annotate) - [select for diffs]
Modified Wed Mar 25 22:06:00 2009 UTC (15 years ago) by dpavlin
File length: 4827 byte(s)
Diff to previous 36 , to selected 88
finish mappings from UMgr-LDAP.conf


Revision 36 - (view) (annotate) - [select for diffs]
Modified Wed Mar 25 21:15:19 2009 UTC (15 years ago) by dpavlin
File length: 4518 byte(s)
Diff to previous 35 , to selected 88


Revision 35 - (view) (annotate) - [select for diffs]
Modified Mon Mar 23 22:00:26 2009 UTC (15 years ago) by dpavlin
File length: 2365 byte(s)
Diff to previous 33 , to selected 88
added cn


Revision 33 - (view) (annotate) - [select for diffs]
Modified Mon Mar 23 21:31:49 2009 UTC (15 years ago) by dpavlin
File length: 2308 byte(s)
Diff to previous 32 , to selected 88
add notice about LDAP::Net::Entry lc on attributes


Revision 32 - (view) (annotate) - [select for diffs]
Added Mon Mar 23 20:26:48 2009 UTC (15 years ago) by dpavlin
File length: 2144 byte(s)
Diff to selected 88
simple LDAP server which reads data from Koha
indexed by otherPager which is cardnumber in Koha


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26