浏览代码

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

Tal Aloni 8 年之前
父节点
当前提交
0be9ecb03b
共有 1 个文件被更改,包括 1 次插入0 次删除
  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>