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

Diff of /sql/organizationalunit.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 47 by dpavlin, Fri Apr 17 21:39:45 2009 UTC revision 48 by dpavlin, Fri Apr 17 23:16:00 2009 UTC
# Line 1  Line 1 
1    
2  select  select
3          concat('ou=',categorycode)      as dn,          'ou=groups'                     as dn,
4          'top          'organizationalunit'            as objectClass,
5          organizationalUnit'             as objectClass,          'groups'                        as ou,
6          categorycode                    as ou,          'Groups from Koha'              as description
         description                     as description,  
7    
         -- fake objectGUID since we don't have primary key  
         crc32(categorycode)             as objectGUID  
   
 from categories  

Legend:
Removed from v.47  
changed lines
  Added in v.48

  ViewVC Help
Powered by ViewVC 1.1.26