/[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

Diff of /sql/hreduperson.sql

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

revision 47 by dpavlin, Fri Apr 17 21:39:45 2009 UTC revision 55 by dpavlin, Wed Apr 29 12:22:40 2009 UTC
# Line 1  Line 1 
1    
2  select  select
3          concat('uid=',trim(userid))                     as dn,          concat('uid=',trim(userid),',ou=',categorycode,',dc=ffzg,dc=hr')        as dn,
4          'person          'person
5          organizationalPerson          organizationalPerson
6          inetOrgPerson          inetOrgPerson
# Line 16  select Line 16  select
16          surname                                         as displayName,          surname                                         as displayName,
17          rfid_sid                                        as pager,          rfid_sid                                        as pager,
18          email                                           as mail,          email                                           as mail,
19  --      categorycode                                    as memberOf,          categorycode                                    as memberOf,
20          categorycode                                    as department,          categorycode                                    as ou,
21          concat('/home/',borrowernumber)                 as homeDirectory          concat('/home/',borrowernumber)                 as homeDirectory
22  from borrowers  from borrowers
23    

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

  ViewVC Help
Powered by ViewVC 1.1.26