<% include("language.html") if _SESSION["logined"] ~= nil then %> <% if _GET["domain"] ~= nil then local domain = _GET["domain"] local method = c_AccessDataWay(domain) local dsn_password = c_GetOptionStr(domain,DOPTION_DSN_PASSWORD_STR) local mysql_password = c_GetOptionStr(domain,DOPTION_MYSQL_PASSWORD_STR) local ldap_password = c_GetOptionStr(domain,DOPTION_LDAP_BINDPASS_STR) if _SESSION["admin_readonly"] ~= nil and _SESSION["admin_readonly"] == 1 then dsn_password = "" mysql_password = "" ldap_password = "" end %> Authentication Settings
">
<%=LANG["str_storage_via"]%>:
> <%=LANG["str_via_xml"]%>
> <%=LANG["str_via_odbc"]%>
> <%=LANG["str_via_mysql"]%>
<%=LANG["str_storage_tip"]%>
<%=LANG["str_odbc_source"]%>:
<%=LANG["str_username2"]%>:
<%=LANG["str_password2"]%>:
<%=LANG["str_mysql_server"]%>:
<%=LANG["str_server_port"]%>:
<%=LANG["str_username2"]%>:
<%=LANG["str_password2"]%>:
<%=LANG["str_database"]%>:
<%=LANG["str_unixsocket"]%>:
> SET NAMES UTF8
> <%=LANG["str_enable_aduser"]%>
<%=LANG["str_aduser_domain"]%>: <%=LANG["str_optional"]%>
<%=LANG["str_aduser_dir"]%>:
> <%=LANG["str_aduser_ntfs"]%>
> <%=LANG["str_aduser_owndir"]%>
<%=LANG["str_file_access"]%> > <%=LANG["str_access_read"]%>
> <%=LANG["str_access_write"]%>
> <%=LANG["str_access_append"]%>
> <%=LANG["str_access_delete"]%>
> <%=LANG["str_access_rename"]%>
<%=LANG["str_dir_access"]%> > <%=LANG["str_access_list"]%>
> <%=LANG["str_access_create"]%>
> <%=LANG["str_access_delete"]%>
> <%=LANG["str_access_rename"]%>
> <%=LANG["str_access_zip"]%>   > <%=LANG["str_access_unzip"]%>
> <%=LANG["str_enable_ldap"]%>
<%=LANG["str_ldap_hostinfo"]%>
<%=LANG["str_ldap_host"]%>: <%=LANG["str_ldap_port"]%>:
<%=LANG["str_ldap_basedn"]%>:
<%=LANG["str_ldap_filter"]%>:
<%=LANG["str_ldap_version"]%>:     > <%=LANG["str_ldap_usessl"]%>
 
<%=LANG["str_ldap_bindinfo"]%>
<%=LANG["str_ldap_binddn"]%>: <%=LANG["str_optional"]%>
<%=LANG["str_ldap_bindpass"]%>: <%=LANG["str_optional"]%>
 
<%=LANG["str_aduser_dir"]%>:
> <%=LANG["str_aduser_owndir"]%>
> <%=LANG["str_dir_lowercase"]%>
<%=LANG["str_file_access"]%> > <%=LANG["str_access_read"]%>
> <%=LANG["str_access_write"]%>
> <%=LANG["str_access_append"]%>
> <%=LANG["str_access_delete"]%>
> <%=LANG["str_access_rename"]%>
<%=LANG["str_dir_access"]%> > <%=LANG["str_access_list"]%>
> <%=LANG["str_access_create"]%>
> <%=LANG["str_access_delete"]%>
> <%=LANG["str_access_rename"]%>
> <%=LANG["str_access_zip"]%>   > <%=LANG["str_access_unzip"]%>
    
 
<% else %> <% end %> <% else print("") print("") end %>