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

Contents of /sql/organizationalunit.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 55 - (show annotations)
Wed Apr 29 12:22:40 2009 UTC (15 years ago) by dpavlin
File size: 177 byte(s)
produce whole dn in SQL queries so we don't have to mungle it in code

1
2 select
3 concat('ou=',c.categorycode,',dc=ffzg,dc=hr') as dn,
4 'organizationalunit' as objectClass,
5 c.categorycode as ou,
6 c.description as description
7 from categories c
8

  ViewVC Help
Powered by ViewVC 1.1.26