>  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

Reply via email to