Changes between Version 6 and Version 7 of ldapiam2018
- Timestamp:
- Sep 12, 2018, 10:53:20 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ldapiam2018
v6 v7 127 127 }}} 128 128 Save 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.ldif131 }}}132 We can reload OpenLDAP to apply the changes:133 {{{134 sudo service slapd force-reload135 }}}136 If you see some error while importing,137 129 138 130 Start your `slapd` in debug mode … … 145 137 ldapmodify -H ldapi:// -Y EXTERNAL -f addcerts.ldif 146 138 }}} 147 then `ctrl+c` to stop the debug mode on first console and start the service.139 then `ctrl+c` to stop the debug mode on first console and restart the service. 148 140 {{{ 149 141 sudo service slapd start