소스 검색

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>