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:10, 24 May 2012 by Psolagna (talk | contribs) (Created page with "File attached to this wiki page: # script file for the LDIF (python) # Configuration file for the LDAP server # GLUE20.schema file, containing the GLUE20 LDAP definitions. '''No...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File attached to this wiki page:

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

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 &