Active Directory User authentication

  • Follow


Hi every body.

Currently im working in a implementation of some security measures under MatLab. So, im trying to authenticate the users and password in Microsoft Active Directory, but when i try to get the handle of LDAP COM Object MatLab raises de following error:

c = actxGetRunningServer('LDAP')
??? Error using ==> actxGetRunningServer
The server 'LDAP' is not running on this system.

I would appreciate any help to solve this issue or any suggestions for implement ActiveDirectory Authentication in MatLab applications.

NOTE: Currently i have impplemented Active Directory User authentication under Microsotf VBA for Excel and works fine. If necessary i can post the VBA code example used for.

Kind regards,
Yersinio Jiménez Campos.
0
Reply Yersinio 9/28/2010 8:25:23 PM

Hi Jimenez,

Did you find an answer on how to get Matlab to due user authentication via LDAP?  We need to be able to do this and our developer is not sure how to accomplish this task.

Thanks
Troy

"Yersinio Jimenez" <yersinioj@hotmail.com> wrote in message <i7tivj$kcr$1@fred.mathworks.com>...
> Hi every body.
> 
> Currently im working in a implementation of some security measures under MatLab. So, im trying to authenticate the users and password in Microsoft Active Directory, but when i try to get the handle of LDAP COM Object MatLab raises de following error:
> 
> c = actxGetRunningServer('LDAP')
> ??? Error using ==> actxGetRunningServer
> The server 'LDAP' is not running on this system.
> 
> I would appreciate any help to solve this issue or any suggestions for implement ActiveDirectory Authentication in MatLab applications.
> 
> NOTE: Currently i have impplemented Active Directory User authentication under Microsotf VBA for Excel and works fine. If necessary i can post the VBA code example used for.
> 
> Kind regards,
> Yersinio Jiménez Campos.
0
Reply troy.berning (1) 2/6/2012 5:07:09 PM


1 Replies
508 Views

(page loaded in 0.046 seconds)

Similiar Articles:













7/25/2012 4:01:56 PM


Reply: