Hello,
I am using the latest version of EspoCRM.
I just tried to configure Ldap authentication.
Test connection was working OK (only through standard LDAP port 389, impossible to have it working using SSL and port 636)
I logged out of EspoCRM and now, I can not connect to Espo anymore.
When I try to connect to the main URL, the page is empty.
HTML source of the page below.
How can I disable Ldap Authentication from the command line ?
I am locked out of EspoCRM and need help
Thanks and regards,
Paul
--------------------
<!doctype html>
<html>
<head>
<title>espo CRM</title>
<script type="text/javascript" src="client/espo.min.js?r=1476101979374" data-base-path=""></script>
<link href="client/css/espo.css?r=1476101979374" rel="stylesheet" id='main-stylesheet'>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="EspoCRM is Open Source CRM application. Increase profitability through customer loyalty!">
<link rel="icon" href="client/img/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="client/img/favicon.ico" type="image/x-icon">
<script type="text/javascript">
$(function () {
Espo.loader.cacheTimestamp = 1485201799;
Espo.require('app', function (App) {
var app = new App({
useCache: true,
cacheTimestamp: 1485201799,
basePath: ''
}, function (app) {
app.start();
});
});
});
</script>
</head>
<body>
<div class="container content"></div>
<footer>
<p class="credit small">© 2016 <a href="http://www.espocrm.com" title="Powered by EspoCRM" alt="Visit official EspoCRM website">EspoCRM</a></p>
</footer>
</body>
</html>
I am using the latest version of EspoCRM.
I just tried to configure Ldap authentication.
Test connection was working OK (only through standard LDAP port 389, impossible to have it working using SSL and port 636)
I logged out of EspoCRM and now, I can not connect to Espo anymore.
When I try to connect to the main URL, the page is empty.
HTML source of the page below.
How can I disable Ldap Authentication from the command line ?
I am locked out of EspoCRM and need help
Thanks and regards,
Paul
--------------------
<!doctype html>
<html>
<head>
<title>espo CRM</title>
<script type="text/javascript" src="client/espo.min.js?r=1476101979374" data-base-path=""></script>
<link href="client/css/espo.css?r=1476101979374" rel="stylesheet" id='main-stylesheet'>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="EspoCRM is Open Source CRM application. Increase profitability through customer loyalty!">
<link rel="icon" href="client/img/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="client/img/favicon.ico" type="image/x-icon">
<script type="text/javascript">
$(function () {
Espo.loader.cacheTimestamp = 1485201799;
Espo.require('app', function (App) {
var app = new App({
useCache: true,
cacheTimestamp: 1485201799,
basePath: ''
}, function (app) {
app.start();
});
});
});
</script>
</head>
<body>
<div class="container content"></div>
<footer>
<p class="credit small">© 2016 <a href="http://www.espocrm.com" title="Powered by EspoCRM" alt="Visit official EspoCRM website">EspoCRM</a></p>
</footer>
</body>
</html>
Comment