This topic is locked

LDAP Authentication

9/20/2010 5:02:53 AM
PHPRunner General questions
R
Renex author

Hello everyone!
I know that there has been a lot of topics concerning this subject, but I am a little bit confused.
I have read the topic from the user "thesofa" about the LDAP authentication login form. But it's not that clear how to really set up the login with LDAP.

The how-to that's been made by thesofa is not a step-by-step tutorial. Because I am a complete noob at PHP, I didn't understand the tutorial.
Right now I have my project build with a user login with a database. The database contains the following field:

  • ID (primary key)
  • Username
  • Password
    Now, what do I need to do and/or change in the files of the project?
    Please help me!
    Kind regards,
    Rinse Ringma

    The Netherlands

Admin 9/20/2010

Rinse,
would you clarify what kind of LDAP support you looking for? Each scenario is a but different and we need more details from you.

R
Renex author 9/21/2010



Rinse,
would you clarify what kind of LDAP support you looking for? Each scenario is a but different and we need more details from you.


Admin,
What I wanted to have;
A user is logged in with his Windows User Account, which is hosted on the Active Directory. The goal is to retrieve that username and authenticate it against a AD group.

When the user is a member of a specific group, let's say "Read/Write"-group, then it's authorized to read and write within the PHPRunner generated 'form'.
If the user is not a member of a specific group, then he will get a message saying that he is not authorized to use this webbased form.
I hope I made myself clear with my crappy English. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=52837&image=1&table=forumreplies' class='bbc_emoticon' alt=':P' />
Kind regards, Rinse Ringma

R
Renex author 9/21/2010

Hi there!
Right I have looked up the Help file and I have single sign on working.
But how to configure the permissions for a user. I have full access by default.

R
Renex author 9/22/2010

Nobody? I really need to know, because I am doing this for my work. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=52865&image=1&table=forumreplies' class='bbc_emoticon' alt=':D' />