[Owncloud] Share with LDAP users

Josu Lazkano josu.lazkano at barcelonamedia.org
Tue Sep 27 08:49:07 UTC 2011



On Mon, 2011-09-26 at 16:13 +0200, Tony McCourin wrote:
> it is possible in principle, but not implemented yet.

Hello, I am using this command command to get all LDAP user and then
import on the sqlite database:

ldapsearch -x -b 'OU=User accounts,DC=domain,DC=com' -D 'domain\user' -w
'password' | grep sAMAccountName | awk {'print$2'}

I have no idea how to add this to ownCloud code, just want to help to
implement.

Best regards.




More information about the Owncloud mailing list