Announcement

Collapse
No announcement yet.

Can't work easylogin

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Can't work easylogin

    Hello,

    I want to use original loginpage.
    So, I installed easylogin bundle and I tested this with samplecode.
    (below link)



    But, it can't work. Use Sample code , write ID&PASS and then push submit
    button. Then it redirect to OX's originalloginpage.

    When My browser URL is indicated 'http://oxserver/ox6/ox.html#session=4c739f20b833499fbaa90f349bb151c0'.

    So,How can I use easylogin bundle?

  • #2
    Log says essylogin success

    I checked out ox's log.
    Log said that

    Sep 9, 2010 3:05:59 AM com.openexchange.login.internal.LoginPerformer logLoginRequest
    INFO: Login:t-nishihama IP:10.128.16.178 AuthID:e79f0f6b3ccf47968c49f8d4cedf9573 Agent:Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.55 Safari/534.3 Client:null(null) Interface:HTTP_JSON Context:1(1,defaultcontext,enets.jp,enets.ne.jp) User:4(t-nishihama) Session:5b18ca3c68544288b6ff2f50e32767ef
    Sep 9, 2010 3:05:59 AM com.openexchange.easylogin.EasyLogin doJavaLogin
    INFO: IP: 10.128.16.178, Login: t-nishihama, AuthID: e79f0f6b3ccf47968c49f8d4cedf9573, Login successful. Redirecting.
    But,I can't login and comes to OX loginpage.


    And my easylogin property is below.Is this property something wrong?

    easylogin configuration file

    # Also you can post the variable "direct_link" containing the
    # direct link portion of an OX URL like "#m=infostore&f=37&i=1"
    # but this portion must be encoded like this: %23m=infostore%26f=37%26i=1
    # Usefull if you want to easylogin directly to an object or folder.

    # GET/POST variable name for the password
    com.openexchange.easylogin.passwordPara=password

    # GET/POST variable name for the login name
    com.openexchange.easylogin.loginPara=login

    # AJAX root path on the Open-Xchange server
    # do not change unless you know what you are doing
    com.openexchange.easylogin.AJAX_ROOT=/ajax

    # the relative path to the Open-Xchange GUI
    com.openexchange.easylogin.OX_PATH_RELATIVE=../

    # enable GET for the servlet
    # possible parameters: true/false
    com.openexchange.easylogin.doGetEnabled=true

    # open an alert window if login fails
    # possible values: true/false
    com.openexchange.easylogin.popUpOnError=true

    # allow easylogin via insecure transport (no https).
    # It is not recommended to allow that.
    com.openexchange.easylogin.allowInsecureTransmissi on=true

    # specify a html-file for custom error-pages
    # this needs to have the string ERROR_MESSAGE in it to be replaced with the real message
    !com.openexchange.easylogin.errorPageTemplate=

    # specify a server different than localhost to access for http-login (e.g. loadbalancer)
    com.openexchange.easylogin.loadBalancer=localhost

    Comment

    Working...
    X