I�m thinking if I would need to modify my filter in radius.conf.
 Now, my radius.conf is: filter="(&(uid=%u)(objectclass=radiusprofile))"  

 I look my "ldap sever log" and there is one search by h323-ivr-in.
 But when I look GNUGK in port 7000, I don�t receive the alias.



On Mon, 3 Jan 2005, Zoltan Ori wrote:

> >  I have problem with configuration with FreeRadius + LDAP + GnuGK.
> >  Now, I have authetication, but my GnuGK don�t receive alias. My alias is
> > the telephone number.
> >  My authentication use username and password, but I need to receive alias.
> >
> >  What do I make to receive alias ?
> >
> 
> That's mostly a GnuGK question. For the LDAP and RADIUS part, you need to map 
> your end-point's E.164 alias from LDAP to RADIUS (examine raddb/ldap.attrmap 
> & dictionary to see how). Then, send it in the reply to GnuGK.
> 
> Your 'users' file entry might look something like this:
> 
> DEFAULT  # whatever check items you deem appropriate
>               Tunnel-Type=IP, 
>               Tunnel-Medium-Type=E.164, 
>               Tunnel-Client-Endpoint=%{myLdapE164Alias}
> 
> That's just a guess. Whatever attributes GnuGK is expecting 
> (Tunnel-Connection-Id, Tunnel-Private-Group-Id ?) , I don't know. It may not 
> even care about Tunnel-Type or Medium. You'll have to read up on that 
> yourself.
>               
> Zoltan Ori
> 
> - 
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
> 


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

Reply via email to