forked from Github-Mirrors/canaille
Better installation instructions
This commit is contained in:
parent
76251c30d9
commit
0e683d057e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
### Option 1: Add the schema into your filesystem
|
||||||
|
|
||||||
```bash
|
```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
|
sudo service slapd restart
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue