/[A3C]/data/Makefile
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 /data/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 97 - (hide annotations)
Wed Apr 30 21:26:14 2008 UTC (15 years, 11 months ago) by dpavlin
File size: 395 byte(s)
download schema from OpenLDAP, not ldif since Net::LDAP::Schema has problems with upstream ldif
1 dpavlin 97 update: schema2ldif-hreduorg schema2ldif-hreduperson openldap
2 dpavlin 96 rm -f all.ldif
3     cat *.ldif > all.ldif
4    
5 dpavlin 97 openldap: fetch-core schema2ldif-core fetch-inetorgperson schema2ldif-inetorgperson
6 dpavlin 96
7     fetch-%:
8 dpavlin 97 test -f $*.schema || wget -nc http://www.openldap.org/devel/cvsweb.cgi/~checkout~/servers/slapd/schema/$*.schema
9 dpavlin 96
10     schema2ldif-%:
11     ./ol-schema-migrate.pl -b $*.schema > $*.ldif
12    
13     clean:
14     rm -f *.ldif

  ViewVC Help
Powered by ViewVC 1.1.26