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

Parent Directory Parent Directory | Revision Log Revision Log


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

1
2 select
3 concat('uid=',trim(userid),',ou=',categorycode,',dc=ffzg,dc=hr') as dn,
4 'person
5 organizationalPerson
6 inetOrgPerson
7 hrEduPerson' as objectClass,
8
9 trim(userid) as uid,
10 firstname as givenName,
11 surname as sn,
12 concat(firstname,' ',surname) as cn,
13
14 -- SAFEQ specific mappings from UMgr-LDAP.conf
15 borrowernumber as objectGUID,
16 surname as displayName,
17 rfid_sid as pager,
18 email as mail,
19 categorycode as memberOf,
20 categorycode as ou,
21 concat('/home/',borrowernumber) as homeDirectory
22 from borrowers
23

  ViewVC Help
Powered by ViewVC 1.1.26