Roland, On Sat, Sep 11, 2010 at 5:48 AM, Roland Gruber <[email protected]> wrote:
> Am 10.09.2010 21:41, schrieb Andrew Niemantsverdriet: >> When I try to export and LDIF through the web interface I seem to >> enter an infinite loop: > > If this does not help or you get no exported objects at all then try to > modify lines 345+346 in the attached file (remove the "@"): > > old: > $attrs = @ldap_get_attributes($this->ds,$this->entry_id); > $attr = @ldap_first_attribute( $this->ds,$this->entry_id ); > > new: > $attrs = ldap_get_attributes($this->ds,$this->entry_id); > $attr = ldap_first_attribute( $this->ds,$this->entry_id ); > > > Then the export will print error messages what went wrong. I have replaced the file on the box and also made the edit in the new file itself and am not seeing any changes in behavior. The loop remains and not additional information is output. What else should I try? Thanks, _ /-\ ndrew -- _ /-\ ndrew Niemantsverdriet Academic Computing (406) 238-7360 Rocky Mountain College 1511 Poly Dr. Billings MT, 59102 ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Lam-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lam-public
