Skip to main content
March 6, 2009
Question

FMS and LDAP

  • March 6, 2009
  • 2 replies
  • 2211 views
Hi,
how can do i authenticate the client using an LDAP server ?
    This topic has been closed for replies.

    2 replies

    March 10, 2009
    Check out that first URL I gave you -- step 2 has a list of the Server-Side ActionScript classes you can use. The page also gives code that sends credentials to another server. Let me know if it doesn't help.
    March 10, 2009
    I see this load classes

    load("NetServices.asc"); // for Flash remoting
    load("WebServices.asc"); // for SOAP web services

    Where is the classes for LDAP ? where is the ip of server LDAP ?
    Inspiring
    April 29, 2009

    Hi there,

    did you ever get this to work?

    March 6, 2009
    You can pass credentials to a server-side script in the NetConnection.connect() call and then pass the credentials from the server-side script to an LDAP serve. There are several Server-side ActionScript classes you can use to pass the credentials to the LDAP server:
    http://help.adobe.com/en_US/FlashMediaServer/3.5_Deving/WS5b3ccc516d4fbf351e63e3d11a0773d37a-7feb.html

    You can also write a C++ Access plug-in to authenticate:
    http://help.adobe.com/en_US/FlashMediaServer/3.5_Plugin/WS5b3ccc516d4fbf351e63e3d11a0d662434-7fed.html

    http://help.adobe.com/en_US/FlashMediaServer/3.5_plugin_apiref/html/group___access_adaptor.html

    Hope that helps,
    Jody
    March 9, 2009
    Hi tech_writer_00, thanks
    Wich Server-side ActionScript classes i can use ?

    Show me an example of the LDPA server authentication ?

    Thanks...