[horde] Horde 5.2.13 (final)

Anthony Joseph Messina amessina at messinet.com
Mon Dec 19 14:32:58 UTC 2016


On Monday, December 19, 2016 8:28:39 AM CST Volker Then wrote:
> Quoting Michael J Rubinsky <mrubinsk at horde.org>:
> > The Horde Team is pleased to announce the final release of the Horde
> > Application Framework version 5.2.13.
> 
> Hi Mike,
> 
> did you change something on the ldap authentication mechanism lately?
> After updating conf.php, user logins are all denied. I reversed back
> to the old conf file, and authentication is working again.
> 
> Volker

It seems the following ['user'] params were added.  I use FreeIPA, so my LDAP 
settings are as below (some lines wrapped).  With the following, 
authentication works again.

$conf['auth']['params']['user']['basedn'] =
	'cn=users,cn=accounts,dc=example,dc=com';
$conf['auth']['params']['user']['uid'] = 'uid';
$conf['auth']['params']['user']['objectclass'] =
	array('posixAccount', 'inetOrgPerson');
$conf['auth']['params']['user']['filter_type'] = 'objectclass';

-- 
Anthony - https://messinet.com/ - https://messinet.com/~amessina/gallery
F9B6 560E 68EA 037D 8C3D  D1C9 FF31 3BDB D9D8 99B6
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.horde.org/archives/horde/attachments/20161219/466a4dce/attachment.bin>


More information about the horde mailing list