0042.html 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Installing Free Filezilla FTP Server with LDAP Authentication</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="How To,Tutorial,i12bretro,FTP,LDAP,Windows,FileZilla,FTP Server">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Installing Free Filezilla FTP Server with LDAP Authentication">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  12. <script type="text/javascript" src="includes/js/steps.js"></script>
  13. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  14. </head>
  15. <body>
  16. <div id="gridContainer">
  17. <div class="topMargin"></div>
  18. <div id="listName" class="topMargin">
  19. <h1>Installing Free Filezilla FTP Server with LDAP Authentication</h1>
  20. </div>
  21. <div></div>
  22. <div id="content">
  23. <h2>Installing FileZilla Server</h2>
  24. <ol>
  25. <li>Download FileZilla with LDAP support, FzLDAP <a href="https://sourceforge.net/projects/fzldap/" target="_blank">Download</a></li>
  26. <li>Install the downloaded executable</li>
  27. <li>Launch FileZilla Server Administration</li>
  28. <li>Select Edit &gt; Settings from the top navigation</li>
  29. <li>Click LDAP from the left navigation</li>
  30. <li>Check the Enable LDAP support box</li>
  31. <li>Fill out the LDAP server, port and domain name</li>
  32. <li>Click OK</li>
  33. </ol>
  34. <h2>Adding Individual LDAP Users</h2>
  35. <ol>
  36. <li>Back in Server Administration click Edit &gt; Users</li>
  37. <li>Click the Add button under Users</li>
  38. <li>Enter the username exactly as it is in LDAP</li>
  39. <li>Leave the Password checkbox unchecked</li>
  40. <li>Under the Check password in section uncheck LOCAL and check the LDAP option</li>
  41. <li>Click Shared folders under the Page section</li>
  42. <li>Click the Add button and browse to folder(s) to share with the new user</li>
  43. <li>Set the users permissions to the right of the directories box</li>
  44. <li>Click OK once finish with configuration.</li>
  45. </ol>
  46. <h2>Batch Importing LDAP Users</h2>
  47. <ol>
  48. <li>From the Start menu launch FzLDAP Import</li>
  49. <li>Fill out the LDAP server information
  50. <p>Server: i12bretro.local<br />
  51. Port: 389<br />
  52. Domain: i12bretro.local<br />
  53. User: readonly_svc<br />
  54. Password: Read0nly!!<br />
  55. Base DN: DC=i12bretro,DC=local<br />
  56. Search DN: CN=Users,DC=i12bretro,DC=local<br />
  57. Search: cn=*</p>
  58. </li>
  59. <li>A list of users found with the LDAP search will display &gt; Click Next</li>
  60. <li>Set the FTP root directory path</li>
  61. <li>Click the Generate button</li>
  62. <li>A summary will be displayed &gt; Click OK</li>
  63. <li>Click the ed button next to users.txt to view the generated users file</li>
  64. <li>Open File Explorer and navigate to C:\Program Files (x86)\FileZilla Server</li>
  65. <li>Edit FileZilla Server.xml in a text editor</li>
  66. <li>Copy the user(s) generated in users.txt to the Users node of FileZilla Server.xml</li>
  67. <li>Save the changes to FileZilla Server.xml</li>
  68. <li>Right click on the Start button &gt; Run &gt; type services.msc &gt; Press Enter</li>
  69. <li>Find the FileZilla Server FTP server and restart the service</li>
  70. <li>Load FileZilla Server Administration</li>
  71. <li>Click Edit &gt; Users from the top navigation</li>
  72. <li>The imported user(s) should be listed and editable</li>
  73. </ol>
  74. <h2>Testing LDAP Authentication</h2>
  75. <ol>
  76. <li><label for="cb_li_445432_0">Download FileZilla FTP client </label><label for="cb_li_445432_0"><a href="https://filezilla-project.org/download.php?show_all=1" target="_blank">Download</a></label></li>
  77. <li><label for="cb_li_743670_1">Extract the downloaded FileZilla .zip file</label></li>
  78. <li><label for="cb_li_743670_1">Launch FileZilla.exe</label></li>
  79. <li>Enter the FileZilla server DNS name or IP address in the host field</li>
  80. <li>Enter the LDAP credentials in the username and password fields</li>
  81. <li>Click the Quickconnect button</li>
  82. </ol>
  83. </div>
  84. </div>
  85. </body>
  86. </html>