Author Archives: tyler

About tyler

I would like to remain as anonymous as possible, so I am going to be somewhat vague. I have been working in IT for 15 years. I have experience with PC repair, software development, security, and systems administration. Over the years I have built my skills through self-study, military training, formal education, certification programs, vendor training, coursera.org, and work experience.

OpenLDAP – How To Add a User

By | 2019-05-30

Unless you are using some kind of management tool, you use ldapadd to add a user to an OpenLDAP database. Before doing so, you will need a few pieces of information: What type of user you are creating (e.g. POSIX or non-POSIX) The LDAP suffix of the database you wish to add the user to.… Read More »

How To Change an OpenLDAP Password

By | 2019-05-28

How to change an OpenLDAP password depends on whether it is a regular user or an administrative user. The configuration directory and each database (with a few exceptions) have an administrative account. I will cover how to change all three. Run all of the commands in this guide on your directory server as the root… Read More »

Beginner’s Guide to find

By | 2019-05-04

The Linux find program is very powerful. It has a small learning curve, but a little time spent learning find now will save you a lot of time later. The Linux find command isn’t actually part of Linux. It is a program that is part of the GNU findutils project. It can be installed on… Read More »