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

Annotation of /README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 91 - (hide annotations)
Fri May 14 11:50:10 2010 UTC (13 years, 11 months ago) by dpavlin
File size: 830 byte(s)
short instructions how to install and use

1 dpavlin 91 Virtual LDAP is set of perl scripts which allows you to augment data in your
2     existing LDAP server (which you don't want to modify) using ldap-rewrite.pl
3     (supporting rewrite of bind request, search requests and responses).
4    
5     Alternative usage is to expose SQL database (currently Koha database with uses)
6     to some other system as LDAP server.
7    
8    
9     Install with:
10    
11     cd /srv
12     svn co svn://svn.rot13.org/virtual-ldap/
13    
14     cd virtual-ldap
15     ./bin/install-debian.sh
16    
17    
18     If you need to augment or mungle LDAP from upstream server start:
19    
20     ./bin/ldap-rewrite.pl
21    
22     To augment data with your own, you should create files
23    
24     yaml/uid=login,dc=example,dc=com
25    
26    
27     If you want to expose MySQL Koha database as LDAP server start:
28    
29     ./bin/ldap-koha.pl
30    
31    
32     Home page for this program (please register your usage) is:
33    
34     https://www.ohloh.net/p/virtual-ldap

  ViewVC Help
Powered by ViewVC 1.1.26