From 578d32ae0f80ece976e4453ae540ada1881e780e Mon Sep 17 00:00:00 2001 From: Martin Kimmerle Date: Wed, 28 Mar 2018 11:42:14 +0200 Subject: [PATCH] external SMB storage: fix and emphasize ``domain\username`` "domain/username" should actually be written with a backslash. --- admin_manual/configuration_files/external_storage/smb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_files/external_storage/smb.rst b/admin_manual/configuration_files/external_storage/smb.rst index f6be278be..28a299057 100644 --- a/admin_manual/configuration_files/external_storage/smb.rst +++ b/admin_manual/configuration_files/external_storage/smb.rst @@ -16,7 +16,7 @@ You need the following information: * Folder name for your local mountpoint. * Host: The URL of the Samba server. -* Username: The username or domain/username used to login to the Samba +* Username: The username or ``domain\username`` (see below) used to login to the Samba server. * Password: the password to login to the Samba server. * Share: The share on the Samba server to mount.