Explorar el Código

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

Tal Aloni hace 8 años
padre
commit
0be9ecb03b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>