Hi guys, I wrote a custom user backend [1], which authenticates again an other website. Everything works fine, if I login through the webinterface. But it will fail if I try caldav or webdav. I see in the log files, that owncloud tries to authenticate the user against the core user backend. Do you have any idea or reference, how I can get it work?
I use this snippet to register my backend:
```
OC_User::clearBackends();
OC_User::registerBackend("HIORG");
OC_User::useBackend( "HIORG" );
```
Klaus
[1] https://github.com/sualko/owncloud_user_hiorg
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Devel mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/devel
