/[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

Annotation of /sql/organizationalunit.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 47 - (hide annotations)
Fri Apr 17 21:39:45 2009 UTC (15 years ago) by dpavlin
File size: 247 byte(s)
split out sql queries into own files for easier
maintenance

1 dpavlin 47
2     select
3     concat('ou=',categorycode) as dn,
4     'top
5     organizationalUnit' as objectClass,
6     categorycode as ou,
7     description as description,
8    
9     -- fake objectGUID since we don't have primary key
10     crc32(categorycode) as objectGUID
11    
12     from categories

  ViewVC Help
Powered by ViewVC 1.1.26