hi all how can one change the mysql query which does the auth as per the individual specific requirements?
regards, Madan
Sorry, I don't understand, please write your question more precisely.
Jan.
On 31-07 12:27, Madan wrote:
hi all how can one change the mysql query which does the auth as per the individual specific requirements?
regards, Madan
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
my basic idea is to not allow anybody whose account has expired. ser does invite auth..using mysql...i want to change that query so that it can include other auth parameters related to user as well.
Madan ----- Original Message ----- From: "Jan Janak" jan@iptel.org To: "Madan" madan.r@net4india.net Cc: serusers@lists.iptel.org Sent: Thursday, July 31, 2003 2:29 PM Subject: Re: [Serusers] mysql auth query
Sorry, I don't understand, please write your question more precisely.
Jan.
On 31-07 12:27, Madan wrote:
hi all how can one change the mysql query which does the auth as per the
individual
specific requirements?
regards, Madan
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Madan writes:
my basic idea is to not allow anybody whose account has expired. ser does invite auth..using mysql...i want to change that query so that it can include other auth parameters related to user as well.
if you use radius for authentication, your radius server can base its acceptance decision on anything and there is no need to make changes to ser.
-- juha
hi
i m getting the following error while compiling the radius module of ser..what could be the reason?
digest.c: In function `radius_authorize': digest.c:70: `PW_SIP_USER_ID' undeclared (first use in this function) digest.c:70: (Each undeclared identifier is reported only once digest.c:70: for each function it appears in.) digest.c:74: `PW_SIP_USER_REALM' undeclared (first use in this function) digest.c:78: `PW_SIP_NONCE' undeclared (first use in this function) digest.c:82: `PW_SIP_NONCE_COUNT' undeclared (first use in this function) digest.c:86: `PW_SIP_USER_DIGEST_URI' undeclared (first use in this function) digest.c:90: `PW_SIP_USER_METHOD' undeclared (first use in this function) digest.c:107: `PW_SIP_USER_RESPONSE' undeclared (first use in this function) digest.c: In function `radius_authorize_freeradius': digest.c:159: `PW_DIGEST_USER_NAME' undeclared (first use in this function) digest.c:163: `PW_DIGEST_REALM' undeclared (first use in this function) digest.c:167: `PW_DIGEST_NONCE' undeclared (first use in this function) digest.c:171: `PW_DIGEST_URI' undeclared (first use in this function) digest.c:175: `PW_DIGEST_METHOD' undeclared (first use in this function) digest.c:183: `PW_DIGEST_QOP' undeclared (first use in this function) digest.c:191: `PW_DIGEST_CNONCE' undeclared (first use in this function) digest.c:200: `PW_DIGEST_NONCE_COUNT' undeclared (first use in this function) digest.c:210: `PW_DIGEST_BODY_DIGEST' undeclared (first use in this function) digest.c:240: `PW_DIGEST_ALGORITHM' undeclared (first use in this function) digest.c:251: `PW_DIGEST_ATTRIBUTES' undeclared (first use in this function) digest.c:257: `PW_DIGEST_RESPONSE' undeclared (first use in this function) make: *** [digest.o] Error 1
What versio of ser are you trying to compile ? I recommend you to use the latest stable cvs version.
Jan.
On 01-08 10:13, Madan wrote:
hi
i m getting the following error while compiling the radius module of ser..what could be the reason?
digest.c: In function `radius_authorize': digest.c:70: `PW_SIP_USER_ID' undeclared (first use in this function) digest.c:70: (Each undeclared identifier is reported only once digest.c:70: for each function it appears in.) digest.c:74: `PW_SIP_USER_REALM' undeclared (first use in this function) digest.c:78: `PW_SIP_NONCE' undeclared (first use in this function) digest.c:82: `PW_SIP_NONCE_COUNT' undeclared (first use in this function) digest.c:86: `PW_SIP_USER_DIGEST_URI' undeclared (first use in this function) digest.c:90: `PW_SIP_USER_METHOD' undeclared (first use in this function) digest.c:107: `PW_SIP_USER_RESPONSE' undeclared (first use in this function) digest.c: In function `radius_authorize_freeradius': digest.c:159: `PW_DIGEST_USER_NAME' undeclared (first use in this function) digest.c:163: `PW_DIGEST_REALM' undeclared (first use in this function) digest.c:167: `PW_DIGEST_NONCE' undeclared (first use in this function) digest.c:171: `PW_DIGEST_URI' undeclared (first use in this function) digest.c:175: `PW_DIGEST_METHOD' undeclared (first use in this function) digest.c:183: `PW_DIGEST_QOP' undeclared (first use in this function) digest.c:191: `PW_DIGEST_CNONCE' undeclared (first use in this function) digest.c:200: `PW_DIGEST_NONCE_COUNT' undeclared (first use in this function) digest.c:210: `PW_DIGEST_BODY_DIGEST' undeclared (first use in this function) digest.c:240: `PW_DIGEST_ALGORITHM' undeclared (first use in this function) digest.c:251: `PW_DIGEST_ATTRIBUTES' undeclared (first use in this function) digest.c:257: `PW_DIGEST_RESPONSE' undeclared (first use in this function) make: *** [digest.o] Error 1
now i m getting this error i have already installed radiusclient and library for which is in /usr/lib am not sure if radiusclient or libradiusclient are one of the same thing.. please suggest me a way out
/usr/bin/ld: cannot find -lradiusclient collect2: ld returned 1 exit status make[1]: *** [auth_radius.so] Error 1
----- Original Message ----- From: "Jan Janak" jan@iptel.org To: "Madan" madan.r@net4india.net Cc: "Juha Heinanen" jh@tutpro.com; serusers@lists.iptel.org Sent: Friday, August 01, 2003 2:53 PM Subject: Re: radius compile error
What versio of ser are you trying to compile ? I recommend you to use the latest stable cvs version.
Jan.
On 01-08 10:13, Madan wrote:
hi
i m getting the following error while compiling the radius module of ser..what could be the reason?
digest.c: In function `radius_authorize': digest.c:70: `PW_SIP_USER_ID' undeclared (first use in this function) digest.c:70: (Each undeclared identifier is reported only once digest.c:70: for each function it appears in.) digest.c:74: `PW_SIP_USER_REALM' undeclared (first use in this function) digest.c:78: `PW_SIP_NONCE' undeclared (first use in this function) digest.c:82: `PW_SIP_NONCE_COUNT' undeclared (first use in this
function)
digest.c:86: `PW_SIP_USER_DIGEST_URI' undeclared (first use in this function) digest.c:90: `PW_SIP_USER_METHOD' undeclared (first use in this
function)
digest.c:107: `PW_SIP_USER_RESPONSE' undeclared (first use in this
function)
digest.c: In function `radius_authorize_freeradius': digest.c:159: `PW_DIGEST_USER_NAME' undeclared (first use in this
function)
digest.c:163: `PW_DIGEST_REALM' undeclared (first use in this function) digest.c:167: `PW_DIGEST_NONCE' undeclared (first use in this function) digest.c:171: `PW_DIGEST_URI' undeclared (first use in this function) digest.c:175: `PW_DIGEST_METHOD' undeclared (first use in this function) digest.c:183: `PW_DIGEST_QOP' undeclared (first use in this function) digest.c:191: `PW_DIGEST_CNONCE' undeclared (first use in this function) digest.c:200: `PW_DIGEST_NONCE_COUNT' undeclared (first use in this function) digest.c:210: `PW_DIGEST_BODY_DIGEST' undeclared (first use in this function) digest.c:240: `PW_DIGEST_ALGORITHM' undeclared (first use in this
function)
digest.c:251: `PW_DIGEST_ATTRIBUTES' undeclared (first use in this
function)
digest.c:257: `PW_DIGEST_RESPONSE' undeclared (first use in this
function)
make: *** [digest.o] Error 1
On Aug 02, 2003 at 10:58, Madan madan.r@net4india.net wrote:
now i m getting this error i have already installed radiusclient and library for which is in /usr/lib am not sure if radiusclient or libradiusclient are one of the same thing.. please suggest me a way out
/usr/bin/ld: cannot find -lradiusclient collect2: ld returned 1 exit status make[1]: *** [auth_radius.so] Error 1
If you have libradius installed you don't have it in /usr/lib or /usr/local/lib.
Try ls -l /usr/lib/libradiusclient.* , /sbin/ldconfig -p|grep radius , or find /usr -name "libradiusclient.*" -ls If you find libradiusclient add the directory to the modules/auth_radius/Makefile (-L/path/to_lib) and recompile. Please send the lib. location and distribution/OS name to us so we can update the Makefile.
Andrei