Page MenuHomePhorge

D4289.1776171212.diff
No OneTemporary

Authored By
Unknown
Size
407 B
Referenced Files
None
Subscribers
None

D4289.1776171212.diff

diff --git a/lib/Auth/LDAP.php b/lib/Auth/LDAP.php
--- a/lib/Auth/LDAP.php
+++ b/lib/Auth/LDAP.php
@@ -101,7 +101,7 @@
}
}
- $this->config_set("host", $this->_ldap_uri);
+ $this->config_set("host", parse_url($this->_ldap_uri, PHP_URL_HOST));
$this->config_set("port", $this->_ldap_port);
$this->config_set("use_tls", $this->_ldap_scheme == 'tls');

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 14, 12:53 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18834124
Default Alt Text
D4289.1776171212.diff (407 B)

Event Timeline