Tag Archives: Configuration

Remove an LVM Disk

By | 2021-11-21

There may be occasions where you need to remove an LVM disk. Maybe the host is a VM and you need space on the hypervisor? Perhaps the device is a fiber channel SAN target that you no longer need? No matter the reason, it isn’t terribly difficult to remove an LVM disk. There are three… Read More »

HAProxy LDAP Backend

By | 2020-05-31

There are a few good reasons for setting up an HAProxy LDAP backend. Perhaps the client’s TLS implementation is lacking. Maybe the application only supports a single server and you can’t afford down time. In the latter scenario, setting up multiple address records in DNS with the same domain name. The problem with that is… Read More »

How To Add a User to Sudoers

By | 2019-10-12

To add a user to sudoers, edit the file /etc/sudoers. Many systems come with a /etc/sudoers file that gives permission to a specific group. If your /etc/sudoers has a line that looks like one of these, you can allow a user to use sudo by adding the user to that group. %sudo ALL=(ALL:ALL) ALL %sudo… Read More »

OpenLDAP Audit Log Overlay

By | 2019-09-14

The OpenLDAP audit log overlay is used to track changes to a database. It stores its data in an LDIF file. On busy servers, consider setting up a cron job to automatically rotate, compress, or archive the log file. Setting up the OpenLDAP audit log overlay is pretty straightforward. There are only a few steps… Read More »