Sorry about the freeradius MySQL question.  I should have checked the
package list at one of the Redhat Fedora Linux mirror sites before asking.
The additional packages for freeradius include MySQL support.  They simply
need to be added from the included rpms on the YARROW CD set.

One of the mirror sites for Redhat Fedora YARROW release:
http://redhat.secsup.org/fedora/core/1/i386/os/Fedora/RPMS

freeradius packages:
freeradius-0.9.1-1.i386.rpm                       28-Oct-2003 17:55   907k  
freeradius-mysql-0.9.1-1.i386.rpm                 28-Oct-2003 17:55     8k  
freeradius-postgresql-0.9.1-1.i386.rpm            28-Oct-2003 17:55     8k  
freeradius-unixODBC-0.9.1-1.i386.rpm              28-Oct-2003 17:55     8k  


I forgot add the freeradius-mysql-0.9.1-1.i386.rpm and
freeradius-unixODBC-0.9.1-1.i386.rpm packages to my Redhat Fedora system.

Patrick E. McShane
Office: (610) 690-2197
Cell: (610) 247-3717
FAX: (610) 544-8192




-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Wednesday, March 03, 2004 5:42 PM
To: [EMAIL PROTECTED]
Subject: Freeradius-Users digest, Vol 1 #2932 - 4 msgs

Send Freeradius-Users mailing list submissions to
        [EMAIL PROTECTED]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.freeradius.org/mailman/listinfo/freeradius-users
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Freeradius-Users digest..."


Today's Topics:

   1. RE: multiple repliItems from ldap (Kostas Kalevras)
   2. Re: ldap group authorization...HELP!!! (Kostas Kalevras)
   3. Missing /usr/lib/rlm_sql_mysql.so file in Fedora Linux YARROW release
(Patrick McShane)
   4. Re: Missing /usr/lib/rlm_sql_mysql.so file in Fedora Linux YARROW
release (Paul Hampson)

--__--__--

Message: 1
Date: Wed, 3 Mar 2004 23:53:39 +0200 (EET)
From: Kostas Kalevras <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'"
<[EMAIL PROTECTED]>
Subject: RE: multiple repliItems from ldap
Reply-To: [EMAIL PROTECTED]

On Wed, 3 Mar 2004, Tariq Rashid wrote:

>
> thank you for the reply - but where do these additional operators go? also
-
> does this mean that the number of valuies that an ldap attribute has can
not
> be variable? using the example given (value1 .. value3) we can't cope with
a
> 7 valued ldap attribute?

My general answer would be: HUH??

I believe my previous answer was quite clear. If you need to have a
multivalued
radius attribute you use the := operator for the first value, and the +=
operator for the rest.

-- LDAP ENTRY ---

dn: uid=username,ou=people,dc=company,dc=com
[...]
testAttr: := value1
testAttr: += value2
[...]
testAttr: += value8

>
> tariq
>
>
> -----Original Message-----
> From: Kostas Kalevras [mailto:[EMAIL PROTECTED]
> Sent: 02 March 2004 19:16
> To: '[EMAIL PROTECTED]'
> Subject: Re: multiple repliItems from ldap
>
>
> On Tue, 2 Mar 2004, Tariq Rashid wrote:
>
> >
> > Mapping from ldap attributes to radius attributes is fine using the
> > ldap.attrmap file, such as
> >     replyItem       Framed-Protocol                 protocol
> >
> > In addition, using the ldap entries to store a reply line is also fine
> > using:
> >     replyItem       $GENERIC$                       dialAttr
> >
> > but what if the dialAttr ldap attribute consists of more than one set of
> > values... using the radiator radius server, we simply iterate over the
> > returned ldap entries and add them to the reply packet. i'm not sure how
> to
> > handle this here... the above only add the first value to the reply
> packety
>
> Use operators in the ldap values. Something like:
>
> dialAttr: value1
> dialAttr: += value2
> dialAttr: += value3
>
> >
> > tariq
> >
> > -
> > List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
> >
>
> --
> Kostas Kalevras               Network Operations Center
> [EMAIL PROTECTED]     National Technical University of Athens, Greece
> Work Phone:           +30 210 7721861
> 'Go back to the shadow'       Gandalf
>
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
>
> -
> List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
>

--
Kostas Kalevras         Network Operations Center
[EMAIL PROTECTED]       National Technical University of Athens, Greece
Work Phone:             +30 210 7721861
'Go back to the shadow' Gandalf


--__--__--

Message: 2
Date: Wed, 3 Mar 2004 23:57:27 +0200 (EET)
From: Kostas Kalevras <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: ldap group authorization...HELP!!!
Reply-To: [EMAIL PROTECTED]

On Wed, 3 Mar 2004, Tre Johnston wrote:

> I am having problems with radius grabbing the group memberUid attribute
from
> ldap and deny initial access to routers users based on the group they are
in.
> Below is a copy of the ldap configuration I have in my radiusd.conf file,
> also I have enabled ldap in the auth section.  Any help would be gladly
> appreciated.

As it is clearly described in doc/rlm_ldap you need to *do* some kind of
group
checking somewhere (like the users file). In the rlm_ldap condifuration you
just
configure the ldap group lookup, *not* the ldap group checks.

>
> ldap {
>                 server = (Hidden to protect the innocent)
>                 identity = (Hidden to protect the innocent)
>                 password =(Hidden to protect the innocent)
>                 basedn = (Hidden to protect the innocent)
>                 filter = "(uid=%{Stripped-User-Name:-%{User-Name}})"
>                 base_filter = "(objectclass=radiusprofile)"
>
>                 # set this to 'yes' to use TLS encrypted connections
>                 # to the LDAP database by using the StartTLS extended
>                 # operation.
>                 # The StartTLS operation is supposed to be used with
normal
>                 # ldap connections instead of using ldaps (port 689)
connections
>                 start_tls = yes
>
>                 tls_cacertfile  = /etc/openldap/ssl/cacert.pem
>                 # tls_cacertdir         = /path/to/ca/dir/
>                 # tls_certfile          = /path/to/radius.crt
>                 # tls_keyfile           = /path/to/radius.key
>                 # tls_randfile          = /path/to/rnd
>                 # tls_require_cert      = "demand"
>
>                 # default_profile = "cn=radprofile,ou=dialup,o=My
Org,c=UA"
>                 profile_attribute = "radiusProfileDn"
>                 access_attr = "cn"
>                 #access_group = ops
>                 # Mapping of RADIUS dictionary attributes to LDAP
>                 # directory attributes.
>                 dictionary_mapping = ${raddbdir}/ldap.attrmap
>
>                 ldap_connections_number = 5
>
>                 #
>                 # NOTICE: The password_header directive is NOT case
insensitive
>                 #
>                 password_header = "{SSHA}"
>                 password_attribute = userPassword
>                 groupname_attribute = "(|(&(objectClass=%(MemberUid))))
>                 groupmembership_filter =
"(|(&(objectClass=GroupOfNames)(member=%{Ldap-UserDn}))(&(objectClass=GroupO
fUniqueNames)(uniquemember=%{Ldap-UserDn})))ou=Group,ou=Corproate,dc=supplys
olution,dc=com"
>                 groupmembership_attribute = cn
>
>                 #
>                 #  The server can usually figure this out on its own, and
pull
>                 #  the correct User-Password or NT-Password from the
database.
>                 #
>                 #  Note that NT-Passwords MUST be stored as a 32-digit hex
>                 #  string, and MUST start off with "0x", such as:
>                 #
>                 #       0x000102030405060708090a0b0c0d0e0f
>                 #
>                 #  Without the leading "0x", NT-Passwords will not work.
>                 #  This goes for NT-Passwords stored in SQL, too.
>                 #
>                 # password_attribute = userPassword
>                 # groupname_attribute = cn
>                  groupmembership_filter =
"(|(&(objectClass=GroupOfNames)(member=%{Ldap-UserDn}))(&(objectClass=GroupO
fUniqueNames)(uniquemember=%{Ldap-UserDn})))"
>                 groupmembership_attribute = radiusGroupName
>                 timeout = 4
>                 timelimit = 3
>                 net_timeout = 1
>                 # compare_check_items = yes
>                 # do_xlat = yes
>                 access_attr_used_for_allow = yes
>         }
>
>
>
>
>
>
> Here is a copy of the log for the request.
>
> rad_recv: Access-Request packet from host (Hidden to protect the
innocent), id=38, length=86
>         User-Name = "dev"
>         Reply-Message = "Password: "
>         User-Password = "(Hidden to protect the innocent)"
>         NAS-Port = 66
>         NAS-Port-Type = Virtual
>         Calling-Station-Id = "(Hidden to protect the innocent)"
>         NAS-IP-Address = (Hidden to protect the innocent)
> Wed Mar  3 11:27:23 2004 : Debug: rad_lowerpair:  User-Name now 'dev'
> Wed Mar  3 11:27:23 2004 : Debug: modcall: entering group authorize for
request
> 0
> Wed Mar  3 11:27:23 2004 : Debug:   modsingle[authorize]: calling
preprocess (rl
> m_preprocess) for request 0
> Wed Mar  3 11:27:23 2004 : Debug:   modsingle[authorize]: returned from
preproce
> ss (rlm_preprocess) for request 0
> Wed Mar  3 11:27:23 2004 : Debug:   modcall[authorize]: module
"preprocess" retu
> rns ok for request 0
> Wed Mar  3 11:27:23 2004 : Debug:   modsingle[authorize]: calling ldap
(rlm_ldap
> ) for request 0
> Wed Mar  3 11:27:23 2004 : Debug: rlm_ldap: - authorize
> Wed Mar  3 11:27:23 2004 : Debug: rlm_ldap: performing user authorization
for de
> v
> Wed Mar  3 11:27:23 2004 : Debug: radius_xlat:  '(uid=dev)'
> Wed Mar  3 11:27:23 2004 : Debug: radius_xlat:  (Hidden to protect the
innocent)
> Wed Mar  3 11:27:23 2004 : Debug: ldap_get_conn: Got Id: 0
> Wed Mar  3 11:27:23 2004 : Debug: rlm_ldap: attempting LDAP reconnection
> Wed Mar  3 11:27:23 2004 : Debug: rlm_ldap: (re)connect to
management1.pleas.sup
> plysolution.com:389, authentication 0
> Wed Mar  3 11:27:23 2004 : Debug: rlm_ldap: starting TLS
> Wed Mar  3 11:27:23 2004 : Debug: rlm_ldap: bind as (Hidden to protect the
innocent)
> Wed Mar  3 11:27:23 2004 : Debug: rlm_ldap: waiting for bind result ...
> Wed Mar  3 11:27:23 2004 : Debug: rlm_ldap: performing search in (Hidden
to protect the innocent), with filter (uid=dev)
> Wed Mar  3 11:27:23 2004 : Debug: rlm_ldap: checking if remote access for
dev is
>  allowed by cn
> Wed Mar  3 11:27:23 2004 : Debug: rlm_ldap: Added password
umFYzyfnmhVQdQC+Lleys
> j8RFv7g+TE+ in check items
> Wed Mar  3 11:27:23 2004 : Debug: rlm_ldap: looking for check items in
directory
> ...
> Wed Mar  3 11:27:23 2004 : Debug: rlm_ldap: looking for reply items in
directory
> ...
> Wed Mar  3 11:27:23 2004 : Debug: rlm_ldap: user dev authorized to use
remote ac
> cess
> Wed Mar  3 11:27:23 2004 : Debug: ldap_release_conn: Release Id: 0
> Wed Mar  3 11:27:23 2004 : Debug:   modsingle[authorize]: returned from
ldap (rl
> m_ldap) for request 0
> Wed Mar  3 11:27:23 2004 : Debug:   modcall[authorize]: module "ldap"
returns ok
>  for request 0
> Wed Mar  3 11:27:23 2004 : Debug: modcall: group authorize returns ok for
reques
> t 0
> Wed Mar  3 11:27:23 2004 : Debug:   rad_check_password:  Found Auth-Type
LDAP
> Wed Mar  3 11:27:23 2004 : Debug: auth: type "LDAP"
> Wed Mar  3 11:27:23 2004 : Debug: modcall: entering group Auth-Type for
request
> 0
> Wed Mar  3 11:27:23 2004 : Debug:   modsingle[authenticate]: calling ldap
(rlm_l
> dap) for request 0
> Wed Mar  3 11:27:23 2004 : Debug: rlm_ldap: - authenticate
> Wed Mar  3 11:27:23 2004 : Debug: rlm_ldap: login attempt by "dev" with
password
>  "changeme"
> Wed Mar  3 11:27:23 2004 : Debug: rlm_ldap: user DN: uid=dev,(Hidden to
protect the innocent)
> Wed Mar  3 11:27:23 2004 : Debug: rlm_ldap: (re)connect to (Hidden to
protect the innocent) authentication 1
> Wed Mar  3 11:27:23 2004 : Debug: rlm_ldap: starting TLS
> Wed Mar  3 11:27:23 2004 : Debug: rlm_ldap: bind as uid=dev,(Hidden to
protect the innocent)
> Wed Mar  3 11:27:23 2004 : Debug: rlm_ldap: waiting for bind result ...
> Wed Mar  3 11:27:23 2004 : Debug: rlm_ldap: user dev authenticated
succesfully
> Wed Mar  3 11:27:23 2004 : Debug:   modsingle[authenticate]: returned from
ldap
> (rlm_ldap) for request 0
> Wed Mar  3 11:27:23 2004 : Debug:   modcall[authenticate]: module "ldap"
returns
>  ok for request 0
> Wed Mar  3 11:27:23 2004 : Debug: modcall: group Auth-Type returns ok for
reques
> t 0
> Wed Mar  3 11:27:23 2004 : Auth: Login OK: [dev] (from client router port
> 66 cli (hidden))
> Sending Access-Accept of id 38 to 67.29.144.130:1645
> Wed Mar  3 11:27:23 2004 : Debug: Finished request 0
> Wed Mar  3 11:27:23 2004 : Debug: Going to the next request
> Wed Mar  3 11:27:23 2004 : Debug: --- Walking the entire request list ---
> Wed Mar  3 11:27:23 2004 : Debug: Waking up in 6 seconds...
> Warning: Remote host denied X11 forwarding.
>
>
> -
> List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
>

--
Kostas Kalevras         Network Operations Center
[EMAIL PROTECTED]       National Technical University of Athens, Greece
Work Phone:             +30 210 7721861
'Go back to the shadow' Gandalf


--__--__--

Message: 3
From: "Patrick McShane" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Missing /usr/lib/rlm_sql_mysql.so file in Fedora Linux YARROW
release
Date: Wed, 3 Mar 2004 17:36:01 -0500
Reply-To: [EMAIL PROTECTED]

This is a multi-part message in MIME format.

------=_NextPart_000_0009_01C40145.FF24CEB0
Content-Type: multipart/alternative;
        boundary="----=_NextPart_001_000A_01C40145.FF24CEB0"


------=_NextPart_001_000A_01C40145.FF24CEB0
Content-Type: text/plain;
        charset="us-ascii"
Content-Transfer-Encoding: 7bit

Hi,

 

As freeradius is part of the Redhat Fedora Linux release (YARROW), does
anybody know where the /usr/lib/rlm_sql_mysql.so library module went????

 

It isn't in the freeradius 0.9.3 release that's included in Fedora YARROW.

 

Please advise.

 

Thanks,

Patrick E. McShane




 


------=_NextPart_001_000A_01C40145.FF24CEB0
Content-Type: text/html;
        charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns=3D"http://www.w3.org/TR/REC-html40";>

<head>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=3DEN-US link=3Dblue vlink=3Dpurple>

<div class=3DSection1>

<p class=3DMsoNormal><font size=3D3 face=3DArial><span =
style=3D'font-size:12.0pt;
font-family:Arial'>Hi,<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D3 face=3DArial><span =
style=3D'font-size:12.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D3 face=3DArial><span =
style=3D'font-size:12.0pt;
font-family:Arial'>As freeradius is part of the Redhat Fedora Linux =
release
(YARROW), does anybody know where the /usr/lib/rlm_sql_mysql.so library =
module
went????<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D3 face=3DArial><span =
style=3D'font-size:12.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D3 face=3DArial><span =
style=3D'font-size:12.0pt;
font-family:Arial'>It isn&#8217;t in the freeradius 0.9.3 release =
that&#8217;s included
in Fedora YARROW.<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D3 face=3DArial><span =
style=3D'font-size:12.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D3 face=3DArial><span =
style=3D'font-size:12.0pt;
font-family:Arial'>Please advise.<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D3 face=3DArial><span =
style=3D'font-size:12.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D3 face=3DArial><span =
style=3D'font-size:12.0pt;
font-family:Arial'>Thanks,<o:p></o:p></span></font></p>

<p class=3DMsoNormal><b><font size=3D3 color=3Dblue face=3DArial><span
style=3D'font-size:12.0pt;font-family:Arial;color:blue;font-weight:bold'>=
Patrick
E. McShane<br>
</span></font></b><font color=3Dblack face=3DArial><span =
style=3D'font-family:Arial;
color:black'><img width=3D460 height=3D10 id=3D"_x0000_i1025"
src=3D"cid:[EMAIL PROTECTED]"><br>
<img width=3D230 height=3D82 id=3D"_x0000_i1026"
src=3D"cid:[EMAIL PROTECTED]"><br>
<img width=3D178 height=3D29 id=3D"_x0000_i1027"
src=3D"cid:[EMAIL PROTECTED]"></span></font><font =
color=3Dblack><span
style=3D'color:black'><o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

</div>

</body>

</html>

------=_NextPart_001_000A_01C40145.FF24CEB0--

------=_NextPart_000_0009_01C40145.FF24CEB0
Content-Type: image/gif;
        name="image001.gif"
Content-Transfer-Encoding: base64
Content-ID: <[EMAIL PROTECTED]>

R0lGODlhzAEKAHcAACH/C0dBTU1BTk9XMS4wBGNbAwAALAAAAADMAQoAhwAAAAEBAQICAgMDAwQE
BAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcX
FxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoq
KisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09
PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQ
UFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNj
Y2RkZGVlZWZmZmdnZ2hoaGlpaWpqamtra2xsbG1tbW5ubm9vb3BwcHFxcXJycnNzc3R0dHV1dXZ2
dnd3d3h4eHl5eXp6ent7e3x8fH19fX5+fn9/f4CAgIGBgYKCgoODg4SEhIWFhYaGhoeHh4iIiImJ
iYqKiouLi4yMjI2NjY6Ojo+Pj5CQkJGRkZKSkpOTk5SUlJWVlZaWlpeXl5iYmJmZmZqampubm5yc
nJ2dnZ6enp+fn6CgoKGhoaKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq6ysrK2tra6urq+v
r7CwsLGxsbKysrOzs7S0tLW1tba2tre3t7i4uLm5ubq6uru7u7y8vL29vb6+vr+/v8DAwMHBwcLC
wsPDw8TExMXFxcbGxsfHx8jIyMnJycrKysvLy8zMzM3Nzc7Ozs/Pz9DQ0NHR0dLS0tPT09TU1NXV
1dbW1tfX19jY2NnZ2dra2tvb29zc3N3d3d7e3t/f3+Dg4OHh4eLi4uPj4+Tk5OXl5ebm5ufn5+jo
6Onp6erq6uvr6+zs7O3t7e7u7u/v7/Dw8PHx8fLy8vPz8/T09PX19fb29vf39/j4+Pn5+fr6+vv7
+/z8/P39/f7+/v///wj/AP8JHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3MixY0YAIEOKHEmy
pMmTKFOqXMmypcuXMGPKnEmzps2bOHPq3CkzX759/f7xHEq0qNGjSJMqXcq06U5r2MLR6+e0qtWr
WLNq3cq1KSVMscLt+6cvGyc+d9KqXcu2rdu3cOPKnUu3rt27ePPq3cu3r9+/gAMLHkz4Lh9O2fT9
2xcuFiZKkCNLnky5suXLmDNr3sy5s+fPoEOLHk26tOnTqFOrXu0ZrNh//eiFw2attu3buHPr3s27
t+/fwIMLH068uPHjyJMrX868ufPn0IdHnSqw3z6f2LNr3869u/fv4MOLMh9Pvrz58+jTq1/Pvr37
9/Djy0cP1KP9+/jz69/Pv7///wAGKOCABBZo4IEIJqigRwEBADs=

------=_NextPart_000_0009_01C40145.FF24CEB0
Content-Type: image/jpeg;
        name="image004.jpg"
Content-Transfer-Encoding: base64
Content-ID: <[EMAIL PROTECTED]>

/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAoHBwgHBgoICAgLCgoLDhgQDg0NDh0VFhEYIx8lJCIf
IiEmKzcvJik0KSEiMEExNDk7Pj4+JS5ESUM8SDc9Pjv/2wBDAQoLCw4NDhwQEBw7KCIoOzs7Ozs7
Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozv/wAARCABSAOYDASIA
AhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQA
AAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3
ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWm
p6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEA
AwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSEx
BhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElK
U1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3
uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD2Wiii
gAoopoIPQg/Q0AKPakJA4JAJ7VzvibX00949OglKXU6b9wxlFzjPPc84+hrl7i4ktrG4lEkCvIGU
+ePMZsjghjyD3HJAqoJSmoX1ZEp8qbPRp7mC2TfPKsa+rHFY9x4t02IkRie4P/TKIkfn0ritB8Ra
hqE8elzS+a5z5TsF3Z9NzAjHpxmt2JJZTdKNQuoJrNSzmSQPGCBnGQAB/PrxXf8AVI03apr8zJVe
ZXiaCeNLR5Nn2aVP98gH8q1LXWba5IHzIScDPIP4iuX0/UI9S0y4m1aBPsqIQJHzkv2Ck8569Kyf
D1lf6jchLcOsIb55T0Az+praWDpNSv7vL53QlVkmutz1CimqNqgdcDFOryDpCiiigAooooAKKKKA
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
UAFFFFABRRRQAUUUUAFFFFAH/9k=

------=_NextPart_000_0009_01C40145.FF24CEB0
Content-Type: image/gif;
        name="image005.gif"
Content-Transfer-Encoding: base64
Content-ID: <[EMAIL PROTECTED]>

R0lGODlhsgAdAHcAACH/C01TT0ZGSUNFOS4wDQAAAAFzUkdCAK7OHOkAIf8LTVNPRkZJQ0U5LjAX
AAAAC21zT1BNU09GRklDRTkuMEI8pPUALAAAAACyAB0Ahw4TGEZfdxslLnGav2+Wu2yStmOGp11+
nVZ1kT1TZyc1QnObwWiNr09rhTNFVQAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAj/ACEIHGggAYAHCB84OLBgoMOHECNKnEixosWLGDNq3KiRgYCEIBECOMCxpMmTKFOq3Ngg
pEuECRqunEmzps2VLRN+BLkToYObQIMKHcogpIGQB0IiGMq0qdONPR8AgKAg4dSqIAc83cqV61GQ
CSAkhSk2ZACVBAocKEAg44ICDAwUkJmxgNoCWrvqhZDAKAQCCQ38DTlV4kGEbQEnLADBY0gBjB28
fGBgQQCXDQR+JdwWAoLDCR1oVSwgYoGECvamdClzZ+uQnR+eTtiAAOipYx8IcHAYwIDJDwr0dID1
Qea+DxQ44I1wKfLkkhGmHpv54QLQD+iq5hjyp8CW3iHk/1wccbzuqAlmP1gKYcHOAAgQIBcQH0F0
AXnHTj2sdQHyAwiQNxhiyDEAUV8A7GTgdiUhNQACdj1wwINphcQYRFVhB5IBOZU2EFYkiYfQWRD8
hpBgAhUllXohhYUVie0lZBtC2jWG0AGXrcdggyAxcJgBAKj4gI8gXeiQieY9N0COqWkmUl7RoWji
kAItgFUD5lnF2E7VQcCkYk0OdJ1L4e2YEUjKWdVATwLkiBhEYw2wUwJfpaaeAggUhyIECeVFlUgB
BHCYAlYiNFpCJAUI05oiEaBoSHxNZuZGzz2HUFQPuFnYQ32ldhmhOVYHZHdGzhZme9FZhcACJnqo
GJUimv+lVaqhjRUiBDsZOalFm7k52XNdOpRWWwPM9Zdd2hUQHwN+VmlXbAMNYAACa4n57EBp4SUm
A/EZK1C2dtk1QLbCIrtrRjth6hIA/J3r7rspAjcZe/DWO2mW8sJo774MPpovvwDvKBxwIwVsMIMF
YedAZQc37HC0DgRb5ap4UmRfRQ7o256gCkDLUbFseSvQAQLQ99Bvui6AwAAO0FsRAcstbFFRAzVQ
5lCflrjUWn2dBl9D0zJmAIANANjtg4KpfNStAvFmgAICLADgAEqvKvXKYk1tgGAcKhDAR9oZF2Ba
CAhWlKMD8BycA3hRy2rZDD0UYAE9A0jAtAM8CIGyBgT/IPUBESPd2NQ2AdZSWQtIyG5LCgAgHwBV
/QbAZYAf5KPTCkD9ALSAGTgux2wr5DhvjSdeMp6iZWqzbg+xu+ppjcenwFF8AglAS0c1HkBSVTHN
1+xQd9p440W5F0DGvH30WeOAPxCWTbxdRsDxp1lJLQDuBSiYhMEBRkBR04ou2YMPyPbAaI7y1nJp
jg8JWIDkH3U8q8OW2wAACQSQWgLLBRr6AAoo2npKYx/9JW5BAymZAxJAgDbxiQGJOw1vrpMUBpwG
PO1z2UyKspwhRSwBpVnP/IKzngAFCAJHsQ3bPgO4ADFgOQ8xXFIusyb5MHBIIlyPB9ODEF1xSgEF
UM7XoHzEwowZhE8IOB4CINMmPFXPIQesUnCQeJlCHQAwpzmAQQ4wkpZt7ibwEQidLtMyXAmgAQaA
mcqksrXMcAhwC1yAZBIAQADI7CH3ux1V8FcQufykJQDoG7sE0BbnUYQAVSFkAxXCMgKAJzMCuJ0B
5KQQORagIDEUzbcc0BBACkY+e/tJXyImR4UY4GYPW4nJ/hK5VLrSKQjozIN8+EqIBAQAOw==

------=_NextPart_000_0009_01C40145.FF24CEB0--



--__--__--

Message: 4
Date: Thu, 4 Mar 2004 09:41:10 +1100
To: [EMAIL PROTECTED]
Subject: Re: Missing /usr/lib/rlm_sql_mysql.so file in Fedora Linux YARROW
release
From: [EMAIL PROTECTED] (Paul Hampson)
Reply-To: [EMAIL PROTECTED]

On Wed, Mar 03, 2004 at 05:36:01PM -0500, Patrick McShane wrote:
> As freeradius is part of the Redhat Fedora Linux release (YARROW), does
> anybody know where the /usr/lib/rlm_sql_mysql.so library module went????

> It isn't in the freeradius 0.9.3 release that's included in Fedora YARROW.

Maybe they didn't compile it in? Does it depend on mySQL at all? Or
maybe they've split the package into components like Debian has, which
means you'd be looking for freeradius-mysql or similar package...

If you're up for it, get the SRPM, and have a look and see what flags
are passed to configure, and what packages it produces...

(Does RPM even allow multi-binary output from an SRPM?)

--
Paul "TBBle" Hampson, on an alternate email client.



--__--__--

- 
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html


End of Freeradius-Users Digest


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to