close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 19 and Version 20 of dSite/e0LDAP


Ignore:
Timestamp:
Oct 13, 2014, 10:20:03 PM (10 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dSite/e0LDAP

    v19 v20  
    168168/etc/init.d/slapd restart
    169169    }}}
    170 
     170=== Configure PHPLDAPADMIN ===
     171Edit the ''/etc/phpldapadmin/config.php'' file and modify the following lines:
     172{{{
     173...
     174$servers->setValue('server','base',array('dc=example,dc=com'));
     175...
     176$servers->setValue('login','bind_id','cn=admin,dc=example,dc=com');
     177...
     178}}}
     179These lines should have your LDAP DN which is dervied from your FQDN. (e.g. for geni.rutgers.edu => dc=geni,dc=rutgers,dc=edu). The result should look like
     180{{{
     181...
     182$servers->setValue('server','base',array('dc=geni,dc=rutgers,dc=edu'));
     183...
     184$servers->setValue('login','bind_id','cn=admin,dc=geni,dc=rutgers,dc=edu');
     185...
     186}}}
     187You can then point a browser to '''http://console.geni.DOMAN/phpldapamin'''.
    171188=== Import initial GENI LDAP content ===
    172189Next we will import initial content consisting of first groups and accounts that will be used as administrators for the range of services. The deployment assumes the following delegated accounting structure: users are organized into groups based on their organization or project (or in LDAP terms organizational units (OUs)). Each group can have number of administrators (or users with group management capabilities) but has to have one person who is the main administrator for the OU (the principal investigator - PI). While most of the account management is performed through Control Panel functions, the initial site administrator and the first OU need to be added to LDAP manually. This can be done through ''phpldapadmin'' or through LDIF configuration file and command line tools. The LDIF config for initial import looks like: