/[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 57 - (hide annotations)
Wed Sep 9 11:42:22 2009 UTC (14 years, 7 months ago) by dpavlin
File size: 274 byte(s)
fake objectGUID
1 dpavlin 47
2     select
3 dpavlin 55 concat('ou=',c.categorycode,',dc=ffzg,dc=hr') as dn,
4 dpavlin 48 'organizationalunit' as objectClass,
5 dpavlin 54 c.categorycode as ou,
6 dpavlin 57 c.description as description,
7     -- fake for SafeQ, we don't have numeric primary key
8     crc32(categorycode) % 1000 as objectGUID
9 dpavlin 54 from categories c
10 dpavlin 47

  ViewVC Help
Powered by ViewVC 1.1.26