Changeset 2230 for branches/fc17-dev/server/doc/install-ldap
- Timestamp:
- Jun 10, 2012, 6:39:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc17-dev/server/doc/install-ldap
r2068 r2230 17 17 rm -Rf /etc/dirsrv/slapd-scripts.bak 18 18 19 # Check and make sure the sysconfig references the correct keytab 20 /etc/sysconfig/dirsrv-scripts 21 19 22 # Turn dirsrv off: 20 systemctl stop dirsrv .service23 systemctl stop dirsrv@scripts.service 21 24 22 25 # Apply the following configuration changes. If you're editing … … 52 55 EOF; 53 56 54 systemctl start dirsrv .service57 systemctl start dirsrv@scripts.service 55 58 56 59 ldapvi -b cn=config
Note: See TracChangeset
for help on using the changeset viewer.