francescm (Francesco Malvezzi)
- Login: francescm
- Email: francesco.malvezzi@unimore.it
- Registered on: 09/04/2013
- Last sign in: 09/04/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
09/04/2013
-
06:47 PM Ruby Bug #8861 (Third Party's Issue): segmentation fault with ruby-ldap
- The following code is wrong as the fourth line should read: mod = LDAP::Mod.new(LDAP::LDAP_MOD_DELETE, "uid", ["uid=malvezzi"])
#encoding: utf-8
require 'ldap'
require 'ldap/ldif'
mod = LDAP::Mod.new(LDAP::LDAP_MOD_DELETE, ["ui...