Hi!
First post from me, so trying to squeeze all the stuff here :D
Uv4 proves to be an provider supported, but why the Member class is using plain SQL call's and why the admin Members control does not use the providers?
Haven't look the source repository yet, but I think I have to build them from scratch to make it support the Provider model?
I have full AD integration for the members and the users for the "back office".
Roles worked great, they show in the tree and all AD Groups are there, but why not the members :D
Anyhow, is there any work done for this prob, or should I just start making my own?
PS: Why o why are the namespaces, classes and methods lower cased? Makes it look so PHP :/ But still, best CMS for building real sites, even tho done some supporting coding a lot :D
umbraco.cms.businesslogic.member.Member
Hi!
First post from me, so trying to squeeze all the stuff here :D
Uv4 proves to be an provider supported, but why the Member class is using plain SQL call's and why the admin Members control does not use the providers?
Haven't look the source repository yet, but I think I have to build them from scratch to make it support the Provider model?
I have full AD integration for the members and the users for the "back office".
Roles worked great, they show in the tree and all AD Groups are there, but why not the members :D
Anyhow, is there any work done for this prob, or should I just start making my own?
PS: Why o why are the namespaces, classes and methods lower cased? Makes it look so PHP :/ But still, best CMS for building real sites, even tho done some supporting coding a lot :D
Whop!
All good, I changed all % chars to *-char when using usernames in AdProvider.
Controls use %-char as an wildchar... duh.
I'll keep digging :d/
is working on a reply...