I am not sure if this post belongs here in PHP or under Linux.
I have an application at work running both on Centos 4.5 and on a Debian PC. For both of these, an authentication of a user is made using either smbauth_validat e and smbauth.so (Centos) or pam_auth (Debian), where the user's ID and password is sent to our Windows server and checked to see if they are valid.
Now I need to migrate the application to a SUSE 10.1 x86_64 machine, and having difficulties in finding the right package that can do the same job.
Can anyone help? Can anyone tell me for SUSE what module or RPM package can be used?
Thanks for any help,
Regards,
Steve, Denmark
I have an application at work running both on Centos 4.5 and on a Debian PC. For both of these, an authentication of a user is made using either smbauth_validat e and smbauth.so (Centos) or pam_auth (Debian), where the user's ID and password is sent to our Windows server and checked to see if they are valid.
Now I need to migrate the application to a SUSE 10.1 x86_64 machine, and having difficulties in finding the right package that can do the same job.
Can anyone help? Can anyone tell me for SUSE what module or RPM package can be used?
Thanks for any help,
Regards,
Steve, Denmark
Comment