Hi ,

I am trying to use into our aolserver . We got browsing working but I am getting the following error when trying to add an entry into ldap

à [25/May/2006:08:52:02][18991.1084881264][-conn:server1::0] Fatal: received fatal signal 7

My aolserver version is Aolserver 4.0.10 running Red hat Enterprise linux update 4 . AMD 64 bit .

Here are the commands i am using

#Search works fine
set lh [ns_ldap gethandle]
set res [ns_ldap search $lh -scope "subtree" "ou=people, dc=server1, dc=com" "mail=m*"]
 
#Add crashes
set dn "cn=test,ou=people,dc=server1,dc=com"
ns_ldap add $lh $dn "cn" "test"
 
** Adding an entry crashes the server

-- AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.

Reply via email to