We have an active directory on windows 2000 that has all of our users and passwords. I am currently developing a service on a Linux server which will require those users to authenticate. I'd like to use the active directory for the authentication purposes so that usernames and passwords stay in sync.
I've had a significant amount of success using active directory modules from a windows computer, but that obviously isn't going to fly from a linux box.
Has anyone had any success in doing this? I've given Net::LDAP a spin without much luck. All i need is a "yes"/"no" type of authentication responce when feeding the active directory a username and password.