Talk:Pydio
Jump to navigation
Jump to search
- Daniel, I'm a bit confused about the rpmforge repo and DAG repo. The DAG repo (db repo name) points to rpmforge? Should the DAG repo not be named DAG and rpmforge rpmforge?
they are the same or almost.Unnilennium (talk) 15:38, 24 March 2016 (CET)
_______________
For information the 5.2 version of pydio does not work when you try to disconnect with LemonLdap as auth . HEre is a dirty workaround :
edit the file /var/lib/pydio/plugins/core.auth/standard_auth_actions.xml
<action name="logout" expireDefault="true"> <gui text="164" title="169" src="decrypted.png" iconClass="icon-signout" accessKey="" hasAccessKey="false"> <context selection="false" dir="" recycle="false" contextMenu="false" actionBar="true" actionBarGroup="minisite" ajxpWidgets="UserWidget::logging_string"> </context> </gui> <rightsContext noUser="false" userLogged="only" guestLogged="hidden" read="false" write="false" adminOnly=""></rightsContext> <processing> <clientCallback prepareModal="false"><![CDATA[ clearRememberData(); var connexion = new Connexion(); connexion.addParameter('get_action', 'logout'); connexion.onComplete = function(transport){ //added var child = transport.responseXML.documentElement.childNodes; try{ document.location.href = "https://auth.YOURSITE/index.pl?logout=1"; }catch(e){} // end of add // commented// ajaxplorer.actionBar.parseXmlMessage(transport.responseXML); }; connexion.sendAsync(); ]]></clientCallback> <serverCallback methodName="switchAction"></serverCallback> </processing> </action>
Unnilennium (talk) 15:38, 24 March 2016 (CET)