/[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 48 by dpavlin, Fri Apr 17 23:16:00 2009 UTC revision 54 by dpavlin, Wed Apr 29 11:48:10 2009 UTC
# Line 1  Line 1 
1  select  select
2          concat('cn=',c.categorycode,',ou=groups')       as dn,          concat('cn=',c.categorycode,',ou=',c.categorycode)      as dn,
3          'group'                         as objectClass,          'group'                         as objectClass,
4          'groups'                        as ou,          'groups'                        as ou,
5          c.categorycode                  as cn,          c.categorycode                  as cn,

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

  ViewVC Help
Powered by ViewVC 1.1.26