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:
@@ -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`:
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user