admin管理员组文章数量:1327804
I know there are a few plugins. I need to more than likely roll my own. But, I don't know enough about the WP security infrastructure. Where does WP authorization and authentication code go? I'm not really asking about a broad spectrum here, just a very basic answer to where the code is to begin editing so it looks at my AD.
I know there are a few plugins. I need to more than likely roll my own. But, I don't know enough about the WP security infrastructure. Where does WP authorization and authentication code go? I'm not really asking about a broad spectrum here, just a very basic answer to where the code is to begin editing so it looks at my AD.
Share Improve this question asked Aug 7, 2014 at 16:47 johnnyjohnny 3191 gold badge5 silver badges15 bronze badges1 Answer
Reset to default 1Best thing is to learn as much as you can from the available plugins even if they are not a perfect match to your requirements. This will help you identify areas of functionality which you will need to handle.
As for coding itself, for the authentication part you will most likely need to override the authenticate
filter which lets you do user/password authentication before wordpress tries by itself.
Authorization can be a complex beast and I am not sure what kind of it you will need so can't even guess what will be useful. You most likely will need to get familiar with user roles and permissions.
本文标签: authenticationHow can LDAPActive Directory be integrated in WordPress
版权声明:本文标题:authentication - How can LDAPActive Directory be integrated in WordPress? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742230971a2437206.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论