Changeset 2230
- Timestamp:
- Jun 10, 2012, 6:39:39 PM (12 years ago)
- Location:
- branches/fc17-dev/server/doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc17-dev/server/doc/install-howto.sh
r2225 r2230 341 341 cat install-ldap 342 342 343 # Enable lots of services 343 # Enable lots of services (currently in /etc checkout) 344 344 systemctl enable openafs-client.service 345 345 systemctl enable dirsrv.service … … 347 347 systemctl enable nscd.service 348 348 systemctl enable postfix.service 349 systemctl enable nrpe.service 349 systemctl enable nrpe.service # chkconfig'd 350 350 systemctl enable httpd.service # not for [WIZARD] 351 351 -
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.