1
0
mirror of https://github.com/drakkan/sftpgo.git synced 2025-11-29 22:08:10 +02:00

several doc fixes

This commit is contained in:
Nicola Murino
2020-07-11 13:03:15 +02:00
parent 7896d2eef7
commit 3702bc8413
10 changed files with 32 additions and 24 deletions

View File

@@ -7,7 +7,7 @@ You need to change the LDAP connection parameters and the user search query to m
You can build this example using the following command:
```console
go build -i -ldflags "-s -w" -o ldapauth
go build -ldflags "-s -w" -o ldapauth
```
This program assumes that the 389ds schema was extended to add support for public keys using the following ldif file placed in `/etc/dirsrv/schema/98openssh-ldap.ldif`:

View File

@@ -7,5 +7,5 @@ You can configure the server using the [ldapauth.toml](./ldapauth.toml) configur
You can build this example using the following command:
```console
go build -i -ldflags "-s -w" -o ldapauthserver
go build -ldflags "-s -w" -o ldapauthserver
```