marco.pizzoli@gmail.com wrote:
Full_Name: Marco Pizzoli Version: RE24 as of 2012/12/12 OS: Linux x86_64 URL: ftp://ftp.openldap.org/incoming/ Submission from: (NULL) (194.11.209.11)
I composed an erroneous ldif file to modify an entry, I executed the ldapmodify operation and the ldapmodify tool core dumped.
I can't provide the core dump, I'm sorry.
Thanks for the report, fixed now in master.
These are both the ldif and the cmdline I used:
dn: cn=my name,ou=my_ou,dc=mydc changetype: add add: objectClass objectClass: posixAccount
add: userPassword userPassword: {SASL}user@domain.dc
ldapmodify -vvvv -x cn=my_admin -wpassword -h 127.0.0.1 -p 389 -f file.ldif ldap_initialize( ldap://127.0.0.1:389 ) Segmentation fault (core dumped)