From df535c72d73502e74b72f4b4f1bbd6b1b7b629dc Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Wed, 9 Sep 2009 11:42:22 +0000 Subject: [PATCH] fake objectGUID --- sql/organizationalunit.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sql/organizationalunit.sql b/sql/organizationalunit.sql index 8c07ff9..d87aa38 100644 --- a/sql/organizationalunit.sql +++ b/sql/organizationalunit.sql @@ -3,6 +3,8 @@ select concat('ou=',c.categorycode,',dc=ffzg,dc=hr') as dn, 'organizationalunit' as objectClass, c.categorycode as ou, - c.description as description + c.description as description, + -- fake for SafeQ, we don't have numeric primary key + crc32(categorycode) % 1000 as objectGUID from categories c -- 2.20.1