[Date Prev][Date Next] [Chronological] [Thread] [Top]

ldap_admin.php3...fine with outlook, crashes NS4.72



i'm looking at using ldap_admin.php3 (from www.savoirfairelinux.com) to
provide a webby interface to a new LDAP server i'm setting up (running
openldap on RH6.1, installed from openldap-1.2.7-2.i386.rpm)

after patching a couple of obvious bugs in the PHP code, it all seems to
work beautifully...HOWEVER if, in NS4.72 or NS4.74 (win32), netscape
crashes if i double-click on an entry to display the webby view of all
attributes for that entry...

all this works FINE in outloook 2000 (damn it!)...

outlook uses a bunch of extensions to the standard attribute schema--i'm
not sure if this is the casue of the problem (i'm using the standard
slapd.at.conf and slapd.oc.conf)

an ldbmcat of a minimal entry entered via ldap_admin looks like this:

dn: cn=dfdf dsfdsfdf, dc=hhcl, dc=com
cn: dfdf dsfdsfdf
sn: dfdf
givenname: dsfdsfdf
ou: dsfdfdsf
objectclass: person
creatorsname: cn=Manager, dc=hhcl, dc=com
createtimestamp: 20000731092400Z

(even if i comment out the line that adds the non-standard givenname
attr, still bombs...)

and this is enough to crash NS...

any thoughts? 

thnx