php + Active Directory

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tomasz D³u¿niewski

    #1

    php + Active Directory

    Hello

    I would like to authenticate portal users (php) in Active Directory (Win
    Server 2003). (right now php authenticates them on radius). If somebody has
    codes or articles about php + AD .. please send me.

    Thanks a lot
    Tomi


  • Daedalus.OS

    #2
    Re: php + Active Directory

    Active Directory is an LDAP directory service so use php ldap function
    (extension)
    Lightweight Directory Access Protocol


    Dae


    "Tomasz D³u¿niewski" <tdluzniewski@s ystem.strefa.pl > wrote in message
    news:d7ovng$941 $1@pippin.nask. net.pl...[color=blue]
    > Hello
    >
    > I would like to authenticate portal users (php) in Active Directory (Win
    > Server 2003). (right now php authenticates them on radius). If somebody
    > has
    > codes or articles about php + AD .. please send me.
    >
    > Thanks a lot
    > Tomi
    >
    >[/color]


    Comment

    • Markus L.

      #3
      Re: php + Active Directory

      Am Fri, 03 Jun 2005 09:11:57 +0200 schrieb Tomasz D³u¿niewski:
      [color=blue]
      > Hello
      >
      > I would like to authenticate portal users (php) in Active Directory (Win
      > Server 2003). (right now php authenticates them on radius). If somebody has
      > codes or articles about php + AD .. please send me.
      >
      > Thanks a lot
      > Tomi[/color]

      Try



      --
      -------------------------------------------------------
      Try this: SCA the Smart Class Archive for PHP

      -------------------------------------------------------

      Comment

      • Sympatico Member

        #4
        Re: php + Active Directory


        "Daedalus.O S" <arsenault.dani el@gmail.com> wrote in message
        news:Z9Vne.2365 6$3N5.484448@we ber.videotron.n et...[color=blue]
        > Active Directory is an LDAP directory service so use php ldap function
        > (extension)
        > http://ca.php.net/ldap
        >
        > Dae
        >
        >
        > "Tomasz D³u¿niewski" <tdluzniewski@s ystem.strefa.pl > wrote in message
        > news:d7ovng$941 $1@pippin.nask. net.pl...[color=green]
        >> Hello
        >>
        >> I would like to authenticate portal users (php) in Active Directory (Win
        >> Server 2003). (right now php authenticates them on radius). If somebody
        >> has
        >> codes or articles about php + AD .. please send me.
        >>
        >> Thanks a lot
        >> Tomi
        >>
        >>[/color]
        >
        >[/color]


        Comment

        Working...