/[virtual-ldap]/README
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 /README

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

revision 91 by dpavlin, Fri May 14 11:50:10 2010 UTC revision 94 by dpavlin, Fri May 14 13:12:00 2010 UTC
# Line 2  Virtual LDAP is set of perl scripts whic Line 2  Virtual LDAP is set of perl scripts whic
2  existing LDAP server (which you don't want to modify) using ldap-rewrite.pl  existing LDAP server (which you don't want to modify) using ldap-rewrite.pl
3  (supporting rewrite of bind request, search requests and responses).  (supporting rewrite of bind request, search requests and responses).
4    
5  Alternative usage is to expose SQL database (currently Koha database with uses)  Alternative usage is to expose SQL database (currently Koha database with users)
6  to some other system as LDAP server.  to some other system as LDAP server. This supports arbitrary number of objectClass
7    objects (one per SQL file) and allows export of groups from RDBMS to LDAP groups.
8    
9    
10  Install with:  Install with:
# Line 19  If you need to augment or mungle LDAP fr Line 20  If you need to augment or mungle LDAP fr
20    
21    ./bin/ldap-rewrite.pl    ./bin/ldap-rewrite.pl
22    
23    You might want to edit configuration at top of script itself, especially
24    overlay_prefix if you want your YAML data to be without it.
25    
26  To augment data with your own, you should create files  To augment data with your own, you should create files
27    
28    yaml/uid=login,dc=example,dc=com    yaml/uid=login,dc=example,dc=com
29    
30    If you have test user in your LDAP edit configuration file and run tests:
31    
32      cp t/config.pl.template t/config.pl
33      vi t/config.pl
34      ./t/ldap-rewrite.t
35    
36    
37  If you want to expose MySQL Koha database as LDAP server start:  If you want to expose MySQL Koha database as LDAP server start:
38    

Legend:
Removed from v.91  
changed lines
  Added in v.94

  ViewVC Help
Powered by ViewVC 1.1.26