I have a LDAP schema in a .ldif file that I would like to use python-ldap to install the schema on my LDAP server. My context is the installation process of a python application that needs some custom LDAP schemas.
There is a bit of documentation about ldif and schemas in python-ldap, but I do not know where to start.
How can I install a schema with python-ldap?