I am impressed by nuBuilder, that is for sure.
But as a system manager i try to use single sign on and minimize the amount of password databases.
It would be good to make the users to authenticate against an external Active Directory Server or anything using ldap/kerberos/imap or whatever.
If someone is working on it I would like to help out, otherwise I need to write the code myself.
Any pointers would be helpful to prevent me from reinventing the wheel.
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
external authentication
Re: external authentication
pere,
I'm glad to hear you are enjoying nuBuilder.
We had only recently discussed adding authentication for Active Directory Server, but it wasn't going to be for a while.
So if you would like to write it yourself that would be great.
It would make a really good 'plug-in'.
Let us know if you have any specific questions we can help you with.
Steve
I'm glad to hear you are enjoying nuBuilder.
We had only recently discussed adding authentication for Active Directory Server, but it wasn't going to be for a while.
So if you would like to write it yourself that would be great.
It would make a really good 'plug-in'.
Let us know if you have any specific questions we can help you with.
Steve
If you like nuBuilder, how about leaving a nice review on SourceForge?
-
- Posts: 6
- Joined: Sat Jul 25, 2009 6:51 pm
Re: external authentication
After a quick browse of the code it seems like some hack in formlogin.php with the use of http://adldap.sourceforge.net/ would suffice.
However are there other ways to do it?
The next question is if one would want to use the permissions from the mysql database or from the ldap tree, initially I think it would suffice with the alreday existing user framework.
In the long run it would perhaps be possible to make nuBuilder do lookups and edit ldapdatabase in the same way as sql databases if there is a need for that.
Well initially I will be happy with just the verification of the username and password at the login window.
I have not used adldap before but I assume it will work with any other free ldap servers too.
If no other ways exists, I will start hacking formlogin.php
However are there other ways to do it?
The next question is if one would want to use the permissions from the mysql database or from the ldap tree, initially I think it would suffice with the alreday existing user framework.
In the long run it would perhaps be possible to make nuBuilder do lookups and edit ldapdatabase in the same way as sql databases if there is a need for that.
Well initially I will be happy with just the verification of the username and password at the login window.
I have not used adldap before but I assume it will work with any other free ldap servers too.
If no other ways exists, I will start hacking formlogin.php
Re: external authentication
pere,
Do whatever way you think is best, in any case, it will mean making changes to formlogin.php.
Steve
Do whatever way you think is best, in any case, it will mean making changes to formlogin.php.
Steve
If you like nuBuilder, how about leaving a nice review on SourceForge?
-
- Posts: 1
- Joined: Mon Mar 09, 2015 7:38 am
Re: external authentication
you can reference the values that you have put in the fields of that form (your input parameters) via hash variables..
Usman