文件操作 - README
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/tmp/roundcubemail-plugins-kolab/plugins/kolab_auth_proxy/README
编辑文件内容
Proxy authentication for Kolab ------------------------------ This plugin adds ability for configured external app/user to impersonate as another user in services based on Roundcube Framework. Currently it works with Kolab iRony only, with one limitation - external file storages are not accessible. CONFIGURATION ------------- 1. In iRony config set: $config['kolabdav_plugins'] = array('kolab_auth_proxy', 'kolab_auth'); Note: kolab_auth_proxy MUST be before kolab_auth. 2. In plugin config set: $config['kolab_auth_proxy_user'] = 'proxy'; $config['kolab_auth_proxy_pass'] = '12345'; $config['kolab_auth_proxy_imap_user'] = 'cyrus-admin'; $config['kolab_auth_proxy_imap_pass'] = 'password'; After this you should be able to use *DAV services using HTTP basic authentication with login: proxy**username and password: 12345, where "username" is the login of the user you want to impersonate as. Note that there are more options in config if you need working functionality that involves accessing SMTP or LDAP.
修改文件时间
将文件时间修改为当前时间的前一年
删除文件