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 26 and Version 27 of dSite/e0LDAP


Ignore:
Timestamp:
Oct 23, 2014, 6:36:08 PM (10 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dSite/e0LDAP

    v26 v27  
    365365    [[CollapsibleStart(/etc/phpldapadmin/config.php)]]
    366366    The ''/etc/phpldapadmin/config.php'' will have the following lines modified:
    367 {{{
     367    {{{
    368368...
    369369$servers->setValue('server','base',array('dc=example,dc=com'));
     
    371371$servers->setValue('login','bind_id','cn=admin,dc=example,dc=com');
    372372...
    373 }}}
    374 These 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
    375 {{{
     373    }}}
     374    These lines should have your LDAP DN which is dervied from your FQDN.
     375    (e.g. for geni.rutgers.edu =>     dc=geni,dc=rutgers,dc=edu). The result should look like:
     376    {{{
    376377...
    377378$servers->setValue('server','base',array('dc=geni,dc=rutgers,dc=edu'));
     
    379380$servers->setValue('login','bind_id','cn=admin,dc=geni,dc=rutgers,dc=edu');
    380381...
    381 }}}
     382    }}}
    382383    '''http://console.geni.DOMAN/phpldapamin''' should be accessible, and you should be able to
    383384    login to the portal using the ldap credentials you specified during package installation.