Welcome to new things

[Technical] [Electronic work] [Gadget] [Game] memo writing

phpLDAPadmin

Memo for building Nginx+PHP+MySQL environment with Docker Compose

I had a need to use phpLDAPadmin, so I set up Nginx and PHP with Docker Compose and ran it there. This is a template memo for myself to prepare Nginx with PHP running on Docker Compose for the next time I want to use PHP on the web again. …

How to use LDAP & note how to install on Ubuntu 18

I wanted to create and manage users for local use in the project and set up an LDAP server. Since this was my first time touching LDAP, I wrote down a rough explanation of LDAP, its usage, and the procedure for installing LDAP on Ubuntu 18…