LDAP管理工具-SAIL
2010-10-30 17:14:10 阿炯

SAIL (Samba Administration Interface for LDAP) 是一个Web管理界面,为系统管理员提供使用LDAP数据库的Samba系统中创建、编辑、修改密码、删除用户、分组的功能。主要用于管理Samba服务器中的账户。

SAIL is a software that allows you to handle Users, Groups, Computers and Shares of a Samba/CIFS domain easily.

It's a web interface written in PHP language, whose aim is to manage the LDAP database of your Samba domain, and the smb.conf file (for the shares).

To install Sail, you just need to copy the src/ folder into a web-shared folder, with the following dependencies in mind :
* PHP (ideally php5, not tested with php4, but may work too.)
* php-ldap is the extension module for php that allows you to access an ldap database (this is a standard module)
* perl and perl-suid are used for some system scripts (mkdir and mkpassword)
* libcrypt-smbhash-perl allows sail to change samba passwords
* locales if you want to use multilingual capabilities of SAIL, you must have the standard GNU locales installed and configured for your language.

最新版本:0.3


官方主页:http://sail.eu.org/