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.
- Timestamp:
-
Oct 1, 2014, 7:57:37 PM (8 years ago)
- Author:
-
ssugrim
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v4
|
v5
|
|
25 | 25 | /usr/sbin/create_ldap_certificates.sh |
26 | 26 | }}} |
27 | | 1. Create LDIF file for our newly created certificates in the file named /etc/ssl/geni-cer-info.ldif: |
| 27 | 1. Create LDIF file for our newly created certificates in the file named '''/etc/ssl/geni-cert-info.ldif''': |
28 | 28 | {{{ |
29 | 29 | dn: cn=config |
… |
… |
|
41 | 41 | ldapmodify -Y EXTERNAL -H ldapi:/// -f /etc/ssl/geni-cert-info.ldif |
42 | 42 | }}} |
43 | | 5. Fix the configuration for newly create LDAP for phpldapadmin: |
| 43 | The expected output is: |
| 44 | {{{ |
| 45 | SASL/EXTERNAL authentication started |
| 46 | SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth |
| 47 | SASL SSF: 0 |
| 48 | modifying entry "cn=config" |
| 49 | }}} |
| 50 | 5. 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'' |
44 | 51 | {{{ |
45 | | edit /etc/phpldapadmin/config.php and change dc=example,dc=com to dc=geni,dc=net |
46 | 52 | |
47 | 53 | $servers->setValue('server','base',array('dc=geni,dc=net')); |