home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
WebService and Mobile Access
Popular Plugins
MPExtended
Access account MPExtended
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="sjevtic" data-source="post: 954671" data-attributes="member: 118214"><p>I'm not sure what you're working on with respect to the new permission system, but generally speaking, you can do Active Directory authentication anywhere you have a LDAP client library available.</p><p> </p><p>You can authenticate a user by binding with the provided username and password (if it succeeds, the credentials are good), and checking if a user is a member of a group isn't that hard either. That said, dealing with the nuances of most things involving LDAP tend to be less pleasant than they should be. I remember playing once with <a href="http://adldap.sourceforge.net/" target="_blank">adLDAP</a>, and was able to get useful results pretty quickly. I realize it's not C# and thus not directly usable, but it will give you a good idea of a workable approach and its associated complexity.</p><p> </p><p>Sasha</p></blockquote><p></p>
[QUOTE="sjevtic, post: 954671, member: 118214"] I'm not sure what you're working on with respect to the new permission system, but generally speaking, you can do Active Directory authentication anywhere you have a LDAP client library available. You can authenticate a user by binding with the provided username and password (if it succeeds, the credentials are good), and checking if a user is a member of a group isn't that hard either. That said, dealing with the nuances of most things involving LDAP tend to be less pleasant than they should be. I remember playing once with [URL='http://adldap.sourceforge.net/']adLDAP[/URL], and was able to get useful results pretty quickly. I realize it's not C# and thus not directly usable, but it will give you a good idea of a workable approach and its associated complexity. Sasha [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
WebService and Mobile Access
Popular Plugins
MPExtended
Access account MPExtended
Contact us
RSS
Top
Bottom