Better installation instructions

This commit is contained in:
Éloi Rivard 2020-08-26 12:05:35 +02:00
parent 76251c30d9
commit 0e683d057e

View file

@ -15,7 +15,8 @@ First you need to install the schemas into your LDAP server. There are several w
### Option 1: Add the schema into your filesystem
```bash
sudo cp schema/* /etc/openldap/schema # or /etc/ldap/schema
test -d /etc/openldap/schema && sudo cp schema/* /etc/openldap/schema
test -d /etc/ldap/schema && sudo cp schema/* /etc/ldap/schema
sudo service slapd restart
```