[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54561] [PATCH 0/4] Add service declarations for Samba
From: |
Ludovic Courtès |
Subject: |
[bug#54561] [PATCH 0/4] Add service declarations for Samba |
Date: |
Fri, 08 Apr 2022 23:41:16 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Simon Streit <simon@netpanic.org> skribis:
> +@cindex wsdd
> +@subsubheading Web Service Discovery Daemon
> +
> +Web Service Discovery Daemon implements the WSD protocoll.
Please provide a bit of context, for example:
The Web Service Discovery daemon (wsdd) implements, not surprisingly,
Web Service Discovery (WSD), a protocol for …
> It is a
> +drop-in replacement for host discovery that lack support for the SMBv1
> +protocol.
That too would need a bit more context IMO.
> +@defvr{Scheme Variable} wsdd-service-type
^
Missing space (in other similar places too).
> +Service type for the Web Service Discoery host daemon. The value for
Typo; but you can write “WSD” here, since that has been introduced
above.
> +@item @code{ipv6only} (default: @code{#f})
> +Only listen to ipv6 addresses. Please note: Activating both options is
> +not possible, since there would be no ip versions to listen to.
“IPv6”, “IP”.
> +@item @code{chroot} (default: @code{#f})
> +Chroot into a sperate directory to prevent access to other directories.
“separate”
> +This is to increase security in case there is a vulnerability in
> +@command{wsdd}.
> +
> +@item @code{hoplimit} (default: @code{1})
s/hoplimit/hop-limit/ (two words), and in the code too.
> +@item @code{hostname} (default: @code{#f})
Likewise, preferably ‘host-name’.
Ludo’.
- [bug#54561] v2 [PATCH 0/5] Add service declarations for Samba, Simon Streit, 2022/04/08
- [bug#54561] v2 [PATCH 2/5] doc: Add "Samba" chapter., Simon Streit, 2022/04/08
- [bug#54561] v2 [PATCH 1/5] services: Add samba service., Simon Streit, 2022/04/08
- [bug#54561] v2 [PATCH 3/5] doc: Add documentation for WSDD service., Simon Streit, 2022/04/08
- [bug#54561] v2 [PATCH 5/5] gnu: Add wsdd., Simon Streit, 2022/04/08
- [bug#54561] v2 [PATCH 4/5] services: Add wsdd service., Simon Streit, 2022/04/08
- [bug#54561] [PATCH 0/4] Add service declarations for Samba, Ludovic Courtès, 2022/04/08