Re: [Freeipa-devel] [PATCHES] 106-113 Access raw LDAP values directly from LDAPEntry

2013-11-05 Thread Petr Viktorin
On 10/29/2013 04:17 PM, Petr Viktorin wrote: On 10/29/2013 01:34 PM, Jan Cholasta wrote: On 16.10.2013 18:13, Petr Viktorin wrote: On 10/14/2013 10:59 AM, Jan Cholasta wrote: On 10.10.2013 09:45, Jan Cholasta wrote: On 9.10.2013 13:57, Petr Viktorin wrote: [...] 109. Decode and encode

Re: [Freeipa-devel] [PATCHES] 106-113 Access raw LDAP values directly from LDAPEntry

2013-10-31 Thread Martin Kosek
On 10/29/2013 04:17 PM, Petr Viktorin wrote: On 10/29/2013 01:34 PM, Jan Cholasta wrote: On 16.10.2013 18:13, Petr Viktorin wrote: On 10/14/2013 10:59 AM, Jan Cholasta wrote: On 10.10.2013 09:45, Jan Cholasta wrote: On 9.10.2013 13:57, Petr Viktorin wrote: [...] 109. Decode and encode

Re: [Freeipa-devel] [PATCHES] 106-113 Access raw LDAP values directly from LDAPEntry

2013-10-29 Thread Petr Viktorin
On 10/29/2013 01:34 PM, Jan Cholasta wrote: On 16.10.2013 18:13, Petr Viktorin wrote: On 10/14/2013 10:59 AM, Jan Cholasta wrote: On 10.10.2013 09:45, Jan Cholasta wrote: On 9.10.2013 13:57, Petr Viktorin wrote: [...] 109. Decode and encode attribute values in LDAPEntry on demand. The

Re: [Freeipa-devel] [PATCHES] 106-113 Access raw LDAP values directly from LDAPEntry

2013-10-16 Thread Petr Viktorin
On 10/14/2013 10:59 AM, Jan Cholasta wrote: On 10.10.2013 09:45, Jan Cholasta wrote: On 9.10.2013 13:57, Petr Viktorin wrote: On 09/26/2013 02:22 PM, Jan Cholasta wrote: On 24.9.2013 15:35, Jan Cholasta wrote: On 27.2.2013 16:31, Jan Cholasta wrote: Hi, these patches add the ability to

Re: [Freeipa-devel] [PATCHES] 106-113 Access raw LDAP values directly from LDAPEntry

2013-10-10 Thread Jan Cholasta
On 9.10.2013 13:57, Petr Viktorin wrote: On 09/26/2013 02:22 PM, Jan Cholasta wrote: On 24.9.2013 15:35, Jan Cholasta wrote: On 27.2.2013 16:31, Jan Cholasta wrote: Hi, these patches add the ability to access and manipulate raw attribute values as they are returned from python-ldap to the

Re: [Freeipa-devel] [PATCHES] 106-113 Access raw LDAP values directly from LDAPEntry

2013-10-09 Thread Petr Viktorin
On 09/26/2013 02:22 PM, Jan Cholasta wrote: On 24.9.2013 15:35, Jan Cholasta wrote: On 27.2.2013 16:31, Jan Cholasta wrote: Hi, these patches add the ability to access and manipulate raw attribute values as they are returned from python-ldap to the LDAPEntry class. This is useful for

[Freeipa-devel] [PATCHES] 106-113 Access raw LDAP values directly from LDAPEntry

2013-02-27 Thread Jan Cholasta
Hi, these patches add the ability to access and manipulate raw attribute values as they are returned from python-ldap to the LDAPEntry class. This is useful for comparing entries, computing modlists for the modify operation, deleting values that don't match the syntax of an attribute, etc.,