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.

Difference between revisions of "HOWTO15 How to configure the Federated Cloud BDII"

From EGIWiki
Jump to navigation Jump to search
(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...")
 
Line 1: Line 1:
File attached to this wiki page:
File attached to this wiki page:
# script file for the LDIF (python)
# script file for the LDIF (python). [https://dc2.safesync.com/FZMqMvz/Peter%20Solagna/cache/single-info-system-maker.py?a=s5SgZj5B2do Download here].
# Configuration file for the LDAP server
# Configuration file for the LDAP server. [https://dc2.safesync.com/FZMqMvz/Peter%20Solagna/cache/slapd.conf?a=VLl9dZrz__8 Download here].
# GLUE20.schema file, containing the GLUE20 LDAP definitions.
# GLUE20.schema file, containing the GLUE20 LDAP definitions ([https://dc2.safesync.com/FZMqMvz/Peter%20Solagna/cache/GLUE20.schema?a=KhPgEaqz32g download here]).


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

Revision as of 15:18, 24 May 2012

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 &