Information about load a new rlm_sql module driver
Hi at all, i created a new rlm_sql driver for oracle database that permit to use package/procedure that return a cursor and that doesn't use directly oci library but use ocilib (http://orclib.sourceforge.net/). For this module is there a way to load sources on freeradius repository or i must create a new project on sf.net as an indipendent project? Thanks in advance. Geaaru
Ge@@ru wrote:
For this module is there a way to load sources on freeradius repository or i must create a new project on sf.net as an indipendent project?
See http://git.freeradius.org. It contains instructions for sending patches. We prefer (1), github, or (2), patches to the mailing list. Avoid sf.net. It's horrible. Alan DeKok.
Hi Alan, thanks for feedback. I will try to use git or i will send here my patch for new driver. Bye On Mon, 2011-02-28 at 15:09 +0100, Alan DeKok wrote:
Ge@@ru wrote:
For this module is there a way to load sources on freeradius repository or i must create a new project on sf.net as an indipendent project?
See http://git.freeradius.org. It contains instructions for sending patches.
We prefer (1), github, or (2), patches to the mailing list.
Avoid sf.net. It's horrible.
Alan DeKok.
I test rlm_sql_ocioracle driver on 2.1.10 but what is tree where i must commit driver? master or v2.1.x or both? On Mon, 2011-02-28 at 15:09 +0100, Alan DeKok wrote:
Ge@@ru wrote:
For this module is there a way to load sources on freeradius repository or i must create a new project on sf.net as an indipendent project?
See http://git.freeradius.org. It contains instructions for sending patches.
We prefer (1), github, or (2), patches to the mailing list.
Avoid sf.net. It's horrible.
Alan DeKok.
Hi Alan, i prepared commit on branch v2.1.x but when i try to commit i have this error: $ git push fatal: The remote end hung up unexpectedly It is needed a registered user to do commit? Can you add to whitelist or said me how can i do this? thanks On Sun, 2011-03-06 at 16:10 +0100, Alan DeKok wrote:
Ge@@ru wrote:
I test rlm_sql_ocioracle driver on 2.1.10 but what is tree where i must commit driver? master or v2.1.x or both?
v2.1.x
Alan DeKok.
Ge@@ru wrote:
It is needed a registered user to do commit? Can you add to whitelist or said me how can i do this?
You were told to read http://git.freeradius.org for instructions on submitting patches. This is documented. You need to read the documentation. Alan DeKok.
participants (2)
-
Alan DeKok -
Ge@@ru