Menu

#88 LDAP Authentication

v1.1
closed
General (114)
9
2004-02-02
2003-10-28
No

Patch written by:
Tim Sullivan
Mike Morgan

Goal:
To integrate LDAP authentication into dotproject.

Improvements:
-login() in AppUI class is simpler
-login_ldap() added for ldap auth
-login_db() added for db auth
-config-dist updated
-modules/admin/ files updated

Comments:
Tim is my hero.

Discussion

  • Michael Morgan

    Michael Morgan - 2003-10-28

    LDAP Authentication Patch for dotproject

     
  • Michael Morgan

    Michael Morgan - 2003-10-28
    • priority: 5 --> 9
    • assigned_to: nobody --> eddieajau
     
  • Adam Donnison

    Adam Donnison - 2003-11-08
    • assigned_to: eddieajau --> ajdonnison
     
  • Greg Meinert

    Greg Meinert - 2003-12-05

    Logged In: YES
    user_id=327721

    Michael,

    Thanks for the patch! Saved me several other people a lot of
    trouble. Hopefully this feature will be included as part of
    the standard dotproject distribution. (*hint*)

    For those not familiar with patching, read the man page for
    patch ($ man patch), Or just copy it to your server next to
    the dotproject folder and type something like:

    patch -p0 <dotproject_LDAP.patch

    Then go and configure your ldap settings in the appropriate
    files (hint: config-dist.php needs to be reconfigured).

    - Greg

     
  • Karen Chisholm

    Karen Chisholm - 2004-01-29

    Logged In: YES
    user_id=862411

    Administration Purposes - there is a feature request for
    LDAP Integration - whoever reviews this patch - would you
    please update the feature request as well.

    Thanks Karen C

     
  • Karen Chisholm

    Karen Chisholm - 2004-01-29

    Logged In: YES
    user_id=862411

    Administration Purposes - there is a feature request for
    LDAP Integration - whoever reviews this patch - would you
    please update the feature request as well.

    Thanks Karen C

     
  • Karen Chisholm

    Karen Chisholm - 2004-01-29

    Logged In: YES
    user_id=862411

    Administration Purposes - there is a feature request for
    LDAP Integration - whoever reviews this patch - would you
    please update the feature request as well.

    Thanks Karen C

     
  • Karen Chisholm

    Karen Chisholm - 2004-01-29

    Logged In: YES
    user_id=862411

    Administration Purposes - there is a feature request for
    LDAP Integration - whoever reviews this patch - would you
    please update the feature request as well.

    Thanks Karen C

     
  • Karen Chisholm

    Karen Chisholm - 2004-01-29

    Logged In: YES
    user_id=862411

    Administration Purposes - there is a feature request for
    LDAP Integration - whoever reviews this patch - would you
    please update the feature request as well.

    Thanks Karen C

     
  • Karen Chisholm

    Karen Chisholm - 2004-01-29

    Logged In: YES
    user_id=862411

    Administration Purposes - there is a feature request for
    LDAP Integration - whoever reviews this patch - would you
    please update the feature request as well.

    Thanks Karen C

     
  • Karen Chisholm

    Karen Chisholm - 2004-01-29

    Logged In: YES
    user_id=862411

    Administration Purposes - there is a feature request for
    LDAP Integration - whoever reviews this patch - would you
    please update the feature request as well.

    Thanks Karen C

     
  • Michael Morgan

    Michael Morgan - 2004-01-29

    Logged In: YES
    user_id=842581

    Stop spamming us. Does it really take 7 emails? Oh, and I
    love you.

     
  • Karen Chisholm

    Karen Chisholm - 2004-02-02
    • status: open --> closed
     
  • acexx

    acexx - 2004-06-08

    Logged In: YES
    user_id=1058666

    Has anyone else ldap working with dotproject? I have tried
    different combinations for the following lines without any
    luck. Do you need to have an ldap client to query the ldap
    server in addition to installing the ldap patch. I'm currently
    running 1.0.2-1. Are there any logs available that point to
    why the query is failing? The database authentication works
    just. When I comment out the database authentication to
    use ldap, I can never successfully log on to the site.

    $dPconfig['ldap_auth_dn'] = "";
    $dPconfig['ldap_user_dn'] = "";
    $dPconfig['ldap_filter'] = "";
    $dPconfig['ldap_host'] = "";
    $dPconfig['ldap_pass'] = "";

     
  • Michael Morgan

    Michael Morgan - 2004-06-09

    Logged In: YES
    user_id=842581

    One requirement for the ldap patch is that the username in
    the dotproject users table has to be a valid ldap username. If
    you did not to a synch with your ldap tree and/or if your
    dotproject users table is blank, then you will never be able to
    log in -- since the dotproject username is required for the
    ldap bind for password auth.

     

Log in to post a comment.