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.

_______________________________________________
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud

Reply via email to