Provider Registry Server Install Notes: Difference between revisions
From IHRIS Wiki
No edit summary |
|||
Line 15: | Line 15: | ||
Copy from bzr: | Copy from bzr: | ||
*"ldap/provider.schema" to "/etc/ldap/schema/provider.schema" (chmod 644 with owner root) | *"ldap/provider.schema" to "/etc/ldap/schema/provider.schema" (chmod 644 with owner root) | ||
*"ldap/slapd.conf" to "/etc/ldap/slapd.conf" (chmod 644 with owner | *"ldap/slapd.conf" to "/etc/ldap/slapd.conf" (chmod 644 with owner openldap) | ||
<source lang='bash'> | <source lang='bash'> |
Revision as of 11:37, 4 June 2012
Installation and configuration notes on Ubuntu 12.04 (Precise).
All files are in launchpad
Installation
sudo apt-get install slapd ldap-utils phpldapadmin
Configure Custom Schema
See this for more detailed explanations.
<source lang='bash'> sudo /etc/init.d/slapd stop </source>
Copy from bzr:
- "ldap/provider.schema" to "/etc/ldap/schema/provider.schema" (chmod 644 with owner root)
- "ldap/slapd.conf" to "/etc/ldap/slapd.conf" (chmod 644 with owner openldap)
<source lang='bash'> sudo mv /etc/ldap/slapd.d /etc/ldap/slapd.d.backup_`date +"%d_%m_%y"` sudo mkdir /etc/ldap/slapd.d sudo chown -R openldap:openldap /etc/ldap/slapd.d sudo chmod 755 /etc/ldap/slapd.d slaptest -f slapd.conf -F slapd.d sudo /etc/init.d/slapd start </source>
Load Sample iHRIS Data
Saved in bzr file "ldap/ihris_sample_export.ldif"
sudo slapadd -l ihris_sample_export.ldif