Re: python-ldap validate LDAPObject.modify_ext_s

2018-07-31 Thread Michael Ströder

On 07/27/2018 10:40 AM, Sam Culley wrote:
I am trying to research how I can validate/verify 
executing an LDAPObject.modify_ext_s request in Python.


If I print the response of the result it returns

(103, [], 3, [])

But I can't find much documentation on what that means?


If something goes wrong with add or modify operations, python-ldap will 
raise exception. No need to check the method's result.


This is a python-ldap question and therefore might be considered rather 
off-topic here. Even though python-ldap uses OpenLDAP's libldap it's not 
something published by the OpenLDAP project.


python-ldap has its own low-traffic mailing list where you can ask 
questions about python-ldap:


https://python-ldap.org/en/latest/#mailing-list

Ciao, Michael.



smime.p7s
Description: S/MIME Cryptographic Signature


python-ldap validate LDAPObject.modify_ext_s

2018-07-30 Thread Sam Culley
I am trying to research how I can validate/verify
executing an LDAPObject.modify_ext_s request in Python.

If I print the response of the result it returns

(103, [], 3, [])

But I can't find much documentation on what that means?

Any ideas?

Regards,

Sam