|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-01-30 21:46 UTC] magnus@php.net
[2003-02-13 19:47 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 11:00:02 2025 UTC |
ldap_add causes php to crash. code is: $addResult = ldap_add($ldap, "uid=$username, ou=People, dc=UCBldap", $info); if ($addResult != 1) { $err = ldap_error($ldap); echo "$err<BR>"; ldap_close($ldap); return(1); } and $info is an array with this in it: dn: uid=test,ou=People,dc=UCBldap cn: test uid: test objectclass[0]: account objectclass[1]: posixAccount objectclass[2]: top loginshell: /bin/false userpassword: test homedirectory: /data/test gidnumber: 503 uidnumber: 509 the error in /var/log/apache/error_log is /var/log/apache/error.log:[Thu Jan 30 10:48:26 2003] [notice] child pid 31804 exit signal Segmentation fault (11)