Has bug 314 been fixed? Problem with rlm_otp on FreeBSD 6.0 thanks.. --haizam
Which file i should fix? and what to add? According to Frank "For 6.0, I'll fix it by unconditionally including sys/un.h in cryptocard.c" thanks.. --haizam ----- Original Message ----- From: "Alan DeKok" <aland@ox.org> To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Sent: Tuesday, January 24, 2006 02:09 Subject: Re: Bug 314..
"Rohaizam Abu Bakar" <haizam@myjaring.net> wrote:
Has bug 314 been fixed? Problem with rlm_otp on FreeBSD 6.0
It's trivial to fix by hand in 1.1.0. It will be fixed permanently in 1.1.1.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Rohaizam Abu Bakar wrote:
Which file i should fix? and what to add?
You can manually fix 1.1.0 by removing these two lines in file src/modules/rlm_otp/otp_state.c: Index: src/modules/rlm_otp/otp_state.c =================================================================== RCS file: /source/radiusd/src/modules/rlm_otp/otp_state.c,v retrieving revision 1.23.2.2 diff -u -r1.23.2.2 otp_state.c --- src/modules/rlm_otp/otp_state.c 10 Jan 2006 14:33:16 -0000 1.23.2.2 +++ src/modules/rlm_otp/otp_state.c 24 Jan 2006 11:13:16 -0000 @@ -35,9 +35,7 @@ #include <fcntl.h> #include <unistd.h> #include <sys/socket.h> -#if defined(__linux__) || defined(__APPLE__) #include <sys/un.h> -#endif #include "otp.h" #include "otp_state.h" Nicolas Baradakis -- A: Yes.
Q: Are you sure?
A: Because it reverses the logical flow of conversation.
Q: Why is top posting annoying in email?
participants (3)
-
Alan DeKok -
Nicolas Baradakis -
Rohaizam Abu Bakar