Python LDAP support

I understand that oC allows for configuration with the PHP LDAP module, but I was trying to figure out if there is any way I could configure the pyocclient to work with python-LDAP module or not.
Thanks

Hi,

i think you're mixing here two different things: Server and Client

The pyoclient is (as the name is saying) a client and doesn't care about LDAP at all. There is no point to try to get the pyoclient to work with python-LDAP for the simple reason that it just connects to a server (namely ownCloud).

The client doesn't do any authentication on its own. Thats the job of ownCloud which is using your mentioned PHP LDAP module.

1 Like