Changes between Version 90 and Version 91 of Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup
- Timestamp:
- Jul 16, 2013, 6:07:20 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup
v90 v91 593 593 edit /etc/ldap.conf 594 594 1. Check that you have a proper URI (round line 30): 595 {{{ 595 596 uri ldap://console.geni.net/ 597 }}} 596 598 2. Uncommend line for host attribute: 599 {{{ 597 600 pam_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 }}} 602 3. Add these two schemas to your ldap by copying to schema directory (/etc/ldap/slapd.d/cn=config/cn=schema) 600 603 {{{ 601 604 cd /etc/ldap/slapd.d/cn\=config/cn\=schema … … 604 607 }}} 605 608 606 import initial group and user609 4. Import initial group and user 607 610 {{{ 608 611 cd /etc/ldap … … 610 613 ldapadd -vvv -x -D cn=admin,dc=geni,dc=net -H ldap:/// -W -f init.ldif 611 614 }}} 612 Fix the configuration for LDAP for phpldapadmin:615 5. Fix the configuration for LDAP for phpldapadmin: 613 616 edit /etc/phpldapadmin/config.php and change dc=example,dc=com to dc=geni,dc=net 614 617 … … 616 619 $servers->setValue('login','bind_id','cn=admin,dc=geni,dc=net'); 617 620 618 Set password for group admin user (add attribute -> Password -> set password -> update object)621 6. Set password for group admin user (add attribute -> Password -> set password -> update object) 619 622 620 623