Bug#374962: ldapvi: Fails removing trailing spaces from attributes

2006-06-23 Thread Gerfried Fuchs
* David Lichteblau <[EMAIL PROTECTED]> [2006-06-22 14:01]: > Quoting Javier Barroso ([EMAIL PROTECTED]): >> And ldapmodify fails because it can't add before than delete >> ldap_modify: Type or value exists (20) >> additional info: modify/add: givenName: value #0 already exists >> >> Do you

Bug#374962: ldapvi: Fails removing trailing spaces from attributes

2006-06-22 Thread David Lichteblau
Quoting Javier Barroso ([EMAIL PROTECTED]): > Now I try to invoke ldapvi again, and remove this trailing space, ldapvi > generate: > changetype: modify > add: givenName > givenName: Javier > - > delete: givenName > givenName: Javier > > And ldapmodify fails because it can't add before than delet

Bug#374962: ldapvi: Fails removing trailing spaces from attributes

2006-06-22 Thread Javier Barroso
Package: ldapvi Version: 1.5-1 Severity: important Try: add a space " " to givenName attribute of a object, ldapvi generate: changetype: modify delete: givenName givenName: Javier - add: givenName givenName: Javier With last givenName with a space trail and it will run fine Now I try to