We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1fa853 commit 7d1e1b7Copy full SHA for 7d1e1b7
README.md
@@ -24,9 +24,9 @@ Setup
24
25
Copying `mod_winbind.c` into `proftpd-`_version_`/contrib/` and building
26
ProFTPD with:
27
-```
28
-$ ./configure --with-modules=mod_winbind
29
+
+ $ ./configure --with-modules=mod_winbind
30
is a good start. You'll need Samba's Winbind client library,
31
`libwbclient`, *and* its development header, `wbclient.h`, to compile
32
`mod_winbind`.
@@ -52,7 +52,7 @@ $ ./configure --with-modules=mod_winbind
52
Configuring the Winbind Daemon
53
==============================
54
55
-Install Samba(http://www.samba.org/) and configure Winbind in `smb.conf`.
+Install [Samba](http://www.samba.org/) and configure Winbind in `smb.conf`.
56
For example:
57
58
[global]
0 commit comments