projects
/
virtual-ldap
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
apply regex on hrEduPersonGroupMember
[virtual-ldap]
/
sql
/
organizationalunit.sql
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
-- fake for SafeQ, we don't have numeric primary key
8
crc32(categorycode) % 1000 as objectGUID
9
from categories c
10