/[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 56 by dpavlin, Wed Apr 29 12:22:40 2009 UTC revision 57 by dpavlin, Wed Sep 9 11:42:22 2009 UTC
# Line 3  select Line 3  select
3          concat('ou=',c.categorycode,',dc=ffzg,dc=hr')   as dn,          concat('ou=',c.categorycode,',dc=ffzg,dc=hr')   as dn,
4          'organizationalunit'            as objectClass,          'organizationalunit'            as objectClass,
5          c.categorycode                  as ou,          c.categorycode                  as ou,
6          c.description                   as description          c.description                   as description,
7            -- fake for SafeQ, we don't have numeric primary key
8            crc32(categorycode) % 1000      as objectGUID
9  from categories c  from categories c
10    

Legend:
Removed from v.56  
changed lines
  Added in v.57

  ViewVC Help
Powered by ViewVC 1.1.26