Changes between Version 57 and Version 58 of Internal/LoginService


Ignore:
Timestamp:
Jan 22, 2013, 5:37:21 PM (11 years ago)
Author:
dmeyer@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/LoginService

    v57 v58  
    2828Install the server and utilities:
    2929{{{
    30 apt-get install slapd, ldap-utils, phpldapadmin,
     30apt-get install slapd ldap-utils phpldapadmin
    3131}}}
    3232Modify the /etc/default/slapd file and edit the SLAPD_CONF and SLAPD_PIDFILE values to
     
    6666sizelimit 10000
    6767}}}
     68
    6869Start the service:
    6970{{{
     
    7172}}}
    7273
     74Note:  I ran into issues with the start/stop script not creating the .pid file.  Without the pid file, the start/stop script fail to start/stop the daemon.  This can be resolved by editing the /etc/init.d/slapd file and search for the function start_slapd().  Add this to the last line of that function before it exits:
     75{{{
     76pidof /usr/sbin/slapd > "$SLAPD_PIDFILE"
     77}}}
    7378
    7479Make sure it is running by checking that ldap server is listening on both ports: