| Revision 154 (by dpavlin, 2008/06/14 22:03:45) |
new bootstrap procedure and documentation |
A3C -- quick notes
Simple steps to bootstrap:
perl Makefile.PL
make
./bin/bootstrap.sh
First-time configuration
cp etc/config.yml etc/site_config.yml
and strip only parts that you want to customize
Customization
This part is required only if you want to change how A3C works, which
probably means that you are not in CARNet. We bootstraped our person
and organization models from AAI@Edu.hr in following way:
Create models which you specified in config.yml:
objectClass:
person: hrEduPerson
organization: hrEduOrg
with:
./bin/ldap2model.pl --model hrEduPerson --mixin posixAccount --mixin wtAdmin
./bin/ldap2model.pl --model hrEduOrg --mixin dcObject --mixin posixAccount