|
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 Here are the commands i am using #Search set lh [ns_ldap gethandle] set res [ns_ldap search $lh -scope "subtree" "ou=people, dc=server1, dc=com" "mail=m*"] #Add set dn "cn=test,ou=people,dc=server1,dc=com" ns_ldap add $lh $dn "cn" "test" ** Adding an entry crashes the server
|
