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

Contents of /data/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 97 - (show 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 update: schema2ldif-hreduorg schema2ldif-hreduperson openldap
2 rm -f all.ldif
3 cat *.ldif > all.ldif
4
5 openldap: fetch-core schema2ldif-core fetch-inetorgperson schema2ldif-inetorgperson
6
7 fetch-%:
8 test -f $*.schema || wget -nc http://www.openldap.org/devel/cvsweb.cgi/~checkout~/servers/slapd/schema/$*.schema
9
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