Question

I am currently working on a intranet with a CMS (Drupal or Wordpress). I have to authenticate the users via Active Directory Database (more precisely Server Radius). I don't want to import the data but just check if the login and password are correct in AD. I search if there were a module/plugin in Drupal or Wordpress but i'm very lost because i found LDAP plugins and not Server Radius.... What's the difference between the two ? and can i use those plugin ?

Thanks a lot !

Was it helpful?

Solution

I would suggest you to use WordPress and use Active Directory integration plugin. it is very easy to use and configure and best of all it works.

  1. install WAMP and Wordpress. here is tutorial
  2. enable php ldap extension (check the below given instruction).
  3. install Active Directory integration plugin
  4. fill up all required configuration detail. (such as domain controller, Base Dn and Account Suffix this filed must be filled)
  5. test the connection.
  6. login to WordPress standard login screen using AD user info.

  7. instruction to enable ldap php extension using wamp.

     *click on wamp icon on task-bar*
    
     *click on php floder*
    
     *click on php extension*
    
     *select php_ldap e.g*
    

enter image description here

let me know if you stuck somewhere or if any of the above instruction don't make sense.

hope that help.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top