Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

HOWTO15 How to configure the Federated Cloud BDII

From EGIWiki
Revision as of 15:19, 24 May 2012 by Psolagna (talk | contribs)
Jump to navigation Jump to search

File attached to this wiki page:

  1. script file for the LDIF (python). Download here.
  2. Configuration file for the LDAP server. Download here.
  3. GLUE20.schema file, containing the GLUE20 LDAP definitions. download here.

Note:The configuration file, slapd.conf has been tested with these openldap package:

  • openldap-2.4.23-20.el6.x86_64
  • openldap-servers-2.4.23-20.el6.x86_64
  • openldap-clients-2.4.23-20.el6.x86_64

For other openldap releases it may need to be tuned.


Once you have installed the ldap server you should be able to load the ldap data with:

$ slapadd  -f /etc/openldap/slapd.conf -l cloud-ldif.ldi

and to start the LDAP server with:

 $ slapd -f /etc/openldap/slapd.conf -h ldap://full.hostname:2170  -d 0  > file-name 2>&1 &