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 4 and Version 5 of dSite/e0LDAP


Ignore:
Timestamp:
Oct 1, 2014, 7:57:37 PM (10 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dSite/e0LDAP

    v4 v5  
    2525/usr/sbin/create_ldap_certificates.sh
    2626}}}
    27 1. Create LDIF file for our newly created certificates in the file named /etc/ssl/geni-cer-info.ldif:
     271. Create LDIF file for our newly created certificates in the file named '''/etc/ssl/geni-cert-info.ldif''':
    2828{{{
    2929dn: cn=config
     
    4141ldapmodify -Y EXTERNAL -H ldapi:/// -f /etc/ssl/geni-cert-info.ldif
    4242}}}
    43 5. Fix the configuration for newly create LDAP for phpldapadmin:
     43The expected output is:
     44{{{
     45SASL/EXTERNAL authentication started
     46SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
     47SASL SSF: 0
     48modifying entry "cn=config"
     49}}}
     505. Fix the configuration for newly create LDAP for phpldapadmin by editing '''/etc/phpldapadmin/config.php''' and changing ''dc=example,dc=com'' to ''dc=geni,dc=net''
    4451{{{
    45 edit /etc/phpldapadmin/config.php and change dc=example,dc=com to dc=geni,dc=net
    4652
    4753$servers->setValue('server','base',array('dc=geni,dc=net'));