[Tickets #9762] attrisdn in the Groups LDAP Setup does not work?
bugs at horde.org
bugs at horde.org
Thu Mar 31 15:16:49 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9762
------------------------------------------------------------------------------
Ticket | 9762
Created By | Klaus.Steinberger at Physik.Uni-Muenchen.de
Summary | attrisdn in the Groups LDAP Setup does not work?
Queue | Horde Base
Version | 4.0-RC2
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Klaus.Steinberger at Physik.Uni-Muenchen.de (2011-03-31 15:16) wrote:
Hi,
it looks like the "attrisdn" parameter in the Groups LDAP driver does
not work as expected.
I do have a Novell edirectory and have set
$conf[group][params][attrisdn] but got the following error messages:
Mar 31 17:13:17 dmz-sv-webmail HORDE: HORDE [kronolith] Invalid DN
syntax#012Parameters:#012Base: ou=Gruppen,o=physik#012Filter:
(member=campus-admin)#012Scope: sub [pid 9313 on line 359 of
"/usr/share/pear/Horde/Group/Ldap.php"]
Mar 31 17:13:17 dmz-sv-webmail HORDE: HORDE [nag] Invalid DN
syntax#012Parameters:#012Base: ou=Gruppen,o=physik#012Filter:
(member=campus-admin)#012Scope: sub [pid 9313 on line 359 of
"/usr/share/pear/Horde/Group/Ldap.php"]
Mar 31 17:13:17 dmz-sv-webmail HORDE: HORDE [nag] Invalid DN
syntax#012Parameters:#012Base: ou=Gruppen,o=physik#012Filter:
(member=campus-admin)#012Scope: sub [pid 9313 on line 359 of
"/usr/share/pear/Horde/Group/Ldap.php"]
Mar 31 17:13:17 dmz-sv-webmail HORDE: HORDE [kronolith] Invalid DN
syntax#012Parameters:#012Base: ou=Gruppen,o=physik#012Filter:
(member=campus-admin)#012Scope: sub [pid 9313 on line 359 of
"/usr/share/pear/Horde/Group/Ldap.php"]
Mar 31 17:13:17 dmz-sv-webmail HORDE: HORDE [mnemo] Invalid DN
syntax#012Parameters:#012Base: ou=Gruppen,o=physik#012Filter:
(member=campus-admin)#012Scope: sub [pid 9313 on line 359 of
"/usr/share/pear/Horde/Group/Ldap.php"]
Mar 31 17:13:17 dmz-sv-webmail HORDE: HORDE [mnemo] Invalid DN
syntax#012Parameters:#012Base: ou=Gruppen,o=physik#012Filter:
(member=campus-admin)#012Scope: sub [pid 9313 on line 359 of
"/usr/share/pear/Horde/Group/Ldap.php"]
Indeed a search over /var/www/html/horde and /usr/share/pear only
finds references to attrisdn here:
[root at dmz-sv-webmail pear]# grep -Ri attrisdn /var/www/html/horde
/usr/share/pear/
/var/www/html/horde/config/conf.xml: <configboolean
name="attrisdn" required="false"
/var/www/html/horde/config/conf.bak.php:$conf['group']['params']['attrisdn'] =
true;
/var/www/html/horde/config/conf.php:$conf['group']['params']['attrisdn'] =
true;
/usr/share/pear/Horde/Group/Kolab.php: 'attrisdn' => true,
[root at dmz-sv-webmail pear]#
So this looks like its not referenced in the code?
More information about the bugs
mailing list