Changes between Version 90 and Version 91 of Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup


Ignore:
Timestamp:
Jul 16, 2013, 6:07:20 PM (11 years ago)
Author:
ParviK
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup

    v90 v91  
    593593edit /etc/ldap.conf
    5945941. Check that you have a proper URI (round line 30):
     595{{{
    595596uri ldap://console.geni.net/
     597}}}
    5965982. Uncommend line for host attribute:
     599{{{
    597600pam_check_host_attr yes
    598 
    599 Add these two schemas to your ldap  by copying to schema directory (/etc/ldap/slapd.d/cn=config/cn=schema)
     601}}}
     6023. Add these two schemas to your ldap  by copying to schema directory (/etc/ldap/slapd.d/cn=config/cn=schema)
    600603{{{
    601604cd  /etc/ldap/slapd.d/cn\=config/cn\=schema
     
    604607}}}
    605608
    606 import initial group and user
     6094. Import initial group and user
    607610{{{
    608611cd /etc/ldap
     
    610613ldapadd -vvv -x -D cn=admin,dc=geni,dc=net -H ldap:/// -W -f init.ldif
    611614}}}
    612 Fix the configuration for LDAP for phpldapadmin:
     6155. Fix the configuration for LDAP for phpldapadmin:
    613616edit /etc/phpldapadmin/config.php and change dc=example,dc=com to dc=geni,dc=net
    614617
     
    616619$servers->setValue('login','bind_id','cn=admin,dc=geni,dc=net');
    617620
    618 Set password for group admin user (add attribute -> Password -> set password -> update object)
     6216. Set password for group admin user (add attribute -> Password -> set password -> update object)
    619622
    620623