/[virtual-ldap]/sql/group.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/group.sql

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

revision 54 by dpavlin, Wed Apr 29 11:48:10 2009 UTC revision 55 by dpavlin, Wed Apr 29 12:22:40 2009 UTC
# Line 1  Line 1 
1  select  select
2          concat('cn=',c.categorycode,',ou=',c.categorycode)      as dn,          concat('cn=',c.categorycode,',ou=',c.categorycode,',dc=ffzg,dc=hr')     as dn,
3          'group'                         as objectClass,          'group'                         as objectClass,
4          'groups'                        as ou,          c.categorycode                  as ou,
5          c.categorycode                  as cn,          c.categorycode                  as cn,
6          description                     as description,          description                     as description,
7    

Legend:
Removed from v.54  
changed lines
  Added in v.55

  ViewVC Help
Powered by ViewVC 1.1.26