Changes between Version 48 and Version 49 of Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup


Ignore:
Timestamp:
Jun 21, 2013, 9:06:07 PM (11 years ago)
Author:
ParviK
Comment:

Legend:

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

    v48 v49  
    328328''' Setting up LDAP server '''
    329329
    330 Decide on the organizational structure for ldap:
     3301. Decide on the organizational structure for ldap:
    331331{{{
    332332    orbit-lab.org => dc=orbit-lab,dc=org
    333333}}}
    334 Install the server and utilities:
    335 {{{
    336 apt-get install slapd ldap-utils phpldapadmin
    337 }}}
    338 Modify the /etc/default/slapd file and edit the SLAPD_CONF and SLAPD_PIDFILE values to
     334
     3352. Install the server and utilities:
     336{{{
     337   apt-get install slapd ldap-utils phpldapadmin
     338}}}
     339
     3403. Modify the /etc/default/slapd file and edit the SLAPD_CONF and SLAPD_PIDFILE values to
    339341{{{
    340342   SLAPD_CONF="/etc/ldap/slapd.conf"
     
    366368   access to attrs=userPassword by dn.regex="cn=admin,dc=orbit-lab,dc=org" write by anonymous auth by self write by * none
    367369}}}
    368 You can download openssh-lpk_openldap.schema from ​ http://code.google.com/p/openssh-lpk/downloads/detail?name=openssh-lpk_openldap.schema
    369 
    370 Set sizelimit to 10000 by editing slapd.conf file
     370
     3714. You can download openssh-lpk_openldap.schema from ​ http://code.google.com/p/openssh-lpk/downloads/detail?name=openssh-lpk_openldap.schema
     372
     3735. Set sizelimit to 10000 by editing slapd.conf file
    371374{{{
    372375   sizelimit 10000
    373376}}}
    374 Start the service:
     3776. Start the service:
    375378{{{
    376379   /etc/init.d/slapd start
    377380}}}
    378381
    379 /etc/init.d/slapd start
    380 
    381 make sure you can access the service with admin credentials:
     3827. Make sure you can access the service with admin credentials:
    382383{{{
    383384   ldapsearch -x   -b "dc=orbit-lab,dc=org"  "objectClass=organizationalRole"