X-Git-Url: http://git.rot13.org/?p=virtual-ldap;a=blobdiff_plain;f=lib%2FLDAP%2FKoha.pm;h=801c4fdec6abf06bf369d4c7793c4aadc89e021d;hp=b738c55d69f3242b429d95e407777d22ac73d1a6;hb=e677132070a88d0c06e6d8b98dd062202f3a2099;hpb=93928e3aef0157263201341fd7db2a59ea821b3e diff --git a/lib/LDAP/Koha.pm b/lib/LDAP/Koha.pm index b738c55..801c4fd 100644 --- a/lib/LDAP/Koha.pm +++ b/lib/LDAP/Koha.pm @@ -34,6 +34,11 @@ my $sth = $dbh->prepare(q{ userid as uid, firstname as givenName, surname as sn, + concat( + firstname, + ' ', + surname + ) as cn, cardnumber as otherPager, email as mail from borrowers