Integrating Windows/OSX/Linux authentication against Linux Server (web server) -
i have application have authenticate against linux machine. clients run in windows / linux / mac, , must authenticate using user credentials under windows/linux/mac aganist linux machine.
my question about, if can use user credential authenticate in linux machine long , instance linux server connected ldap activedirectory in windows server.
more conscious: i'm user authenticated in windows under activedirectory, , app connect linux machine , send user credentials authenticate, so, it's possible linux server can connect ldap services in windows domain , validate credentials?
thanks in advance.
if you're asking whether in general possible app running on linux web-server have users authenticate against ad on windows box: yes.
that can done, i've done both perl & php in past. caveats see a) want make sure use ssl browser webserver , b) make sure code won't leak/log credentials on linux box.
Comments
Post a Comment