jlan_config.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" standalone="no"?>
  2. <!-- <!DOCTYPE jlanserver SYSTEM "jlanserver.dtd"> -->
  3. <jlanserver>
  4. <servers>
  5. <SMB/>
  6. </servers>
  7. <SMB>
  8. <host name="JLANSRV" domain="ALFRESCO">
  9. <broadcast>192.168.1.255</broadcast>
  10. <smbdialects>LanMan,NT</smbdialects>
  11. <comment>Alfresco JLAN Server</comment>
  12. <!-- To run the server using a non-root account on linux, Mac OS X, Solaris -->
  13. <netBIOSSMB sessionPort="28276" namingPort="28274" datagramPort="28275"/>
  14. <tcpipSMB port="28582"/>
  15. <hostAnnounce interval="5"/>
  16. </host>
  17. <sessionDebug flags="Negotiate,Socket,Tree"/>
  18. <netbiosDebug/>
  19. <announceDebug/>
  20. <authenticator type="local">
  21. <mode>USER</mode>
  22. <NOallowGuest/>
  23. <Debug/>
  24. </authenticator>
  25. </SMB>
  26. <debug>
  27. <output>
  28. <class>org.alfresco.jlan.debug.ConsoleDebug</class>
  29. <append/>
  30. </output>
  31. </debug>
  32. <shares>
  33. <diskshare name="JLAN" comment="Test share">
  34. <driver>
  35. <class>org.alfresco.jlan.smb.server.disk.JavaFileDiskDriver</class>
  36. <LocalPath>.</LocalPath>
  37. </driver>
  38. </diskshare>
  39. </shares>
  40. <security>
  41. <JCEProvider>cryptix.jce.provider.CryptixCrypto</JCEProvider>
  42. <authenticator>
  43. <class>org.alfresco.jlan.server.auth.LocalAuthenticator</class>
  44. <mode>USER</mode>
  45. <allowGuest/>
  46. </authenticator>
  47. <users>
  48. <user name="jlansrv">
  49. <password>jlan</password>
  50. <comment>System administrator</comment>
  51. <administrator/>
  52. </user>
  53. <user name="normal">
  54. <password>normal</password>
  55. </user>
  56. </users>
  57. </security>
  58. </jlanserver>