openfiler

disable ipv6

# vi /etc/modprobe.conf

Add following line:

install ipv6 /bin/true

# vi /etc/sysconfig/network

NETWORKING_IPV6=no
IPV6INIT=no


LDAP账户:

1、勾选Use LDAP

2、server:127.0.0.1

3、Base DN:dc=my-domain,dc=cn

4、Root bind DN: cn=root,dc=my-domain,dc=cn

5、Root bind password:服务器root密码

6、SMB LDAP Configuration: 勾选

7、User password policy:勾选


用户组暂不支持中文

samba共享中使用中文文件名:

#vi /opt/openfiler/var/www/htdocs/admin/shares.html,shares_edit.html

将函数htmlentities修改为htmlspecialchars



你可能感兴趣的:(openfiler)