Changes between Version 6 and Version 7 of ldapiam2018


Ignore:
Timestamp:
Sep 12, 2018, 10:53:20 AM (6 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ldapiam2018

    v6 v7  
    127127}}}
    128128Save and close the file when you are finished. Apply the changes to your OpenLDAP system using the ldapmodify command:
    129 {{{
    130 sudo ldapmodify -H ldapi:// -Y EXTERNAL -f addcerts.ldif
    131 }}}
    132 We can reload OpenLDAP to apply the changes:
    133 {{{
    134 sudo service slapd force-reload
    135 }}}
    136 If you see some error while importing,
    137129
    138130Start your `slapd` in debug mode
     
    145137ldapmodify -H ldapi:// -Y EXTERNAL -f addcerts.ldif
    146138}}}
    147 then `ctrl+c` to stop the debug mode on first console and start the service.
     139then `ctrl+c` to stop the debug mode on first console and restart the service.
    148140{{{
    149141sudo service slapd start