All of lore.kernel.org
 help / color / mirror / Atom feed
* pppd + ldap??
@ 2005-04-12  9:14 Ramses van Pinxteren
  2005-04-12 16:15 ` Ray Van Dolson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ramses van Pinxteren @ 2005-04-12  9:14 UTC (permalink / raw)
  To: linux-ppp

Hi,

I read on the net somewhere that ldap authentication was done by 
radius.so plugin?? if this is true, then I hope someone can help me 
with setting this plugin up?

thanks,
ramses

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: pppd + ldap??
  2005-04-12  9:14 pppd + ldap?? Ramses van Pinxteren
@ 2005-04-12 16:15 ` Ray Van Dolson
  2005-04-13  7:43 ` Ramses van Pinxteren
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Ray Van Dolson @ 2005-04-12 16:15 UTC (permalink / raw)
  To: linux-ppp

You would use the radius plugin to authenticate against a RADIUS server which
in turn would be configured to authenticate against LDAP.

Ray

On Tue, Apr 12, 2005 at 11:14:53AM +0200, Ramses van Pinxteren wrote:
> Hi,
> 
> I read on the net somewhere that ldap authentication was done by 
> radius.so plugin?? if this is true, then I hope someone can help me 
> with setting this plugin up?
> 
> thanks,
> ramses

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: pppd + ldap??
  2005-04-12  9:14 pppd + ldap?? Ramses van Pinxteren
  2005-04-12 16:15 ` Ray Van Dolson
@ 2005-04-13  7:43 ` Ramses van Pinxteren
  2005-04-15 15:52 ` Jeff Hardy
  2005-04-19  6:58 ` Ramses van Pinxteren
  3 siblings, 0 replies; 5+ messages in thread
From: Ramses van Pinxteren @ 2005-04-13  7:43 UTC (permalink / raw)
  To: linux-ppp

Well, let me exactly explain what I want it to do, perhaps you, (or 
one of the list members) can point me in the right direction.

I want to get poptop (VPN) authenticate to an ldap database. so 
poptop calls pppd, who in turn connects to LDAP using one way or the 
other. Thusfar, I have seen some pages (not working ofcourse) that 
people authenticate to a samba server, that connects to ldap.

Until now I have a samba authentication server (no shares, or 
printers) that connects to LDAP, but i don't yet have a radius 
server. What is the easiest way to go? Connect to the samba server 
(running on the same machine) or setup a radius server?

And does anyone have a WORKING howto for setting up either one of them?

Thanks
ramses


>You would use the radius plugin to authenticate against a RADIUS server which
>in turn would be configured to authenticate against LDAP.
>
>Ray
>
>On Tue, Apr 12, 2005 at 11:14:53AM +0200, Ramses van Pinxteren wrote:
>>  Hi,
>>
>>  I read on the net somewhere that ldap authentication was done by
>>  radius.so plugin?? if this is true, then I hope someone can help me
>>  with setting this plugin up?
>>
>>  thanks,
>>  ramses
>-
>To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: pppd + ldap??
  2005-04-12  9:14 pppd + ldap?? Ramses van Pinxteren
  2005-04-12 16:15 ` Ray Van Dolson
  2005-04-13  7:43 ` Ramses van Pinxteren
@ 2005-04-15 15:52 ` Jeff Hardy
  2005-04-19  6:58 ` Ramses van Pinxteren
  3 siblings, 0 replies; 5+ messages in thread
From: Jeff Hardy @ 2005-04-15 15:52 UTC (permalink / raw)
  To: linux-ppp

Lacking a radius server, it is pretty easy to configure winbind/samba to
authenticate against an existing Samba domain.  There are a number of
docs on the poptop homepage, most of them working off the info in this
great howto:

http://download.samba.org/ftp/unpacked/lorikeet/trunk/pppd/final-
report.pdf




On Wed, 2005-04-13 at 09:43 +0200, Ramses van Pinxteren wrote:
> Well, let me exactly explain what I want it to do, perhaps you, (or 
> one of the list members) can point me in the right direction.
> 
> I want to get poptop (VPN) authenticate to an ldap database. so 
> poptop calls pppd, who in turn connects to LDAP using one way or the 
> other. Thusfar, I have seen some pages (not working ofcourse) that 
> people authenticate to a samba server, that connects to ldap.
> 
> Until now I have a samba authentication server (no shares, or 
> printers) that connects to LDAP, but i don't yet have a radius 
> server. What is the easiest way to go? Connect to the samba server 
> (running on the same machine) or setup a radius server?
> 
> And does anyone have a WORKING howto for setting up either one of them?
> 
> Thanks
> ramses
> 
> 
> >You would use the radius plugin to authenticate against a RADIUS server which
> >in turn would be configured to authenticate against LDAP.
> >
> >Ray
> >
> >On Tue, Apr 12, 2005 at 11:14:53AM +0200, Ramses van Pinxteren wrote:
> >>  Hi,
> >>
> >>  I read on the net somewhere that ldap authentication was done by
> >>  radius.so plugin?? if this is true, then I hope someone can help me
> >>  with setting this plugin up?
> >>
> >>  thanks,
> >>  ramses
> >-
> >To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
> >the body of a message to majordomo@vger.kernel.org
> >More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: pppd + ldap??
  2005-04-12  9:14 pppd + ldap?? Ramses van Pinxteren
                   ` (2 preceding siblings ...)
  2005-04-15 15:52 ` Jeff Hardy
@ 2005-04-19  6:58 ` Ramses van Pinxteren
  3 siblings, 0 replies; 5+ messages in thread
From: Ramses van Pinxteren @ 2005-04-19  6:58 UTC (permalink / raw)
  To: linux-ppp

And there I have a problem, I dont have an existing domain. I dont 
even have any samba servers right now, except the PDC i am creating. 
I am struggeling with winbind right now, to get it up and running, 
but I think that is a bit outside the scope of this maillist and I 
better go to the samba list for that. If I have everything up and 
running I will create an howto and publish it in the different 
maillists.

Thanks
ramses


>Lacking a radius server, it is pretty easy to configure winbind/samba to
>authenticate against an existing Samba domain.  There are a number of
>docs on the poptop homepage, most of them working off the info in this
>great howto:
>
>http://download.samba.org/ftp/unpacked/lorikeet/trunk/pppd/final-
>report.pdf
>
>
>
>
>On Wed, 2005-04-13 at 09:43 +0200, Ramses van Pinxteren wrote:
>>  Well, let me exactly explain what I want it to do, perhaps you, (or
>>  one of the list members) can point me in the right direction.
>>
>>  I want to get poptop (VPN) authenticate to an ldap database. so
>>  poptop calls pppd, who in turn connects to LDAP using one way or the
>>  other. Thusfar, I have seen some pages (not working ofcourse) that
>>  people authenticate to a samba server, that connects to ldap.
>>
>>  Until now I have a samba authentication server (no shares, or
>>  printers) that connects to LDAP, but i don't yet have a radius
>>  server. What is the easiest way to go? Connect to the samba server
>>  (running on the same machine) or setup a radius server?
>>
>>  And does anyone have a WORKING howto for setting up either one of them?
>>
>>  Thanks
>>  ramses
>>
>>
>>  >You would use the radius plugin to authenticate against a RADIUS 
>>server which
>>  >in turn would be configured to authenticate against LDAP.
>>  >
>>  >Ray
>>  >
>>  >On Tue, Apr 12, 2005 at 11:14:53AM +0200, Ramses van Pinxteren wrote:
>>  >>  Hi,
>>  >>
>>  >>  I read on the net somewhere that ldap authentication was done by
>>  >>  radius.so plugin?? if this is true, then I hope someone can help me
>>  >>  with setting this plugin up?
>>  >>
>>  >>  thanks,
>>  >>  ramses
>>  >-
>>  >To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
>>  >the body of a message to majordomo@vger.kernel.org
>>  >More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>>  -
>>  To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
>>  the body of a message to majordomo@vger.kernel.org
>>  More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-04-19  6:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-12  9:14 pppd + ldap?? Ramses van Pinxteren
2005-04-12 16:15 ` Ray Van Dolson
2005-04-13  7:43 ` Ramses van Pinxteren
2005-04-15 15:52 ` Jeff Hardy
2005-04-19  6:58 ` Ramses van Pinxteren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.