openhip-reference/src/util/cfg-ldap/utils
Jeff Ahrenholz 36136a6684 initial import of hip_release_ver0_6
git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/trunk@1 4c5cb64f-9889-4596-9799-84b02dc3effa
2009-06-11 15:29:33 +00:00
..
README initial import of hip_release_ver0_6 2009-06-11 15:29:33 +00:00
endbox.schema initial import of hip_release_ver0_6 2009-06-11 15:29:33 +00:00
endboxes.ldif initial import of hip_release_ver0_6 2009-06-11 15:29:33 +00:00
load-parents.sh initial import of hip_release_ver0_6 2009-06-11 15:29:33 +00:00
s1.sh initial import of hip_release_ver0_6 2009-06-11 15:29:33 +00:00
s2.sh initial import of hip_release_ver0_6 2009-06-11 15:29:33 +00:00
s3.sh initial import of hip_release_ver0_6 2009-06-11 15:29:33 +00:00
s4.sh initial import of hip_release_ver0_6 2009-06-11 15:29:33 +00:00

README

1. openldap-2.3.43.tar.gz - only contrib/ldapc++ is used for creating C++ libraries and header files.
   and they are used for compiling hip ldap configuration DDL
2. install rpm packages for ldap server (tested on ebics):
   db42-4.4.53
   openslp-1.2.1
   openldap2-2.3.32
3. install and configure ldap server
 a. install the rpm packages in 2 in that order.
 b. edit /etc/openldap/sldapd.conf
    change lines: rootdn, suffix, rootpw
    add line: "include IpLegacyNodes eq"
    add line: "include /etc/openldap/schema/endbox.schema"
 c. copy file endbox.schema to directory /etc/openldap/schema
 d. run sldapindex
 e. start sldap daemon: /etc/init.d/ldap start
 f. run load-parents.sh" to load parent entries for endbox entries.
 g. provision endbox entries as in example endboxes.ldif, OR
    use ldapbrowser to provision it.