Browse Source

Added the Guest account with read permissions to the example user list

Tal Aloni 8 years ago
parent
commit
0be9ecb03b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      SMBServer/Settings.xml

+ 1 - 0
SMBServer/Settings.xml

@@ -8,6 +8,7 @@
   </Shares>
   <Users>
     <User AccountName="Admin" Password="admin"></User>
+    <User AccountName="Guest" Password=""></User>
     <User AccountName="Test" Password="test"></User>
   </Users>
 </Settings>