Windows Login

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Hayden Kirk

    Windows Login

    Hi

    Im developing a CMS, What I need is to be able to see if a current user is
    logged in, if so, use the same login/pass for my cms, how can I do this
    using ldap?

    Thanks


  • Tim Van Wassenhove

    #2
    Re: Windows Login

    In article <jcwoc.1570$FN. 171462@news02.t snz.net>, Hayden Kirk wrote:[color=blue]
    > Hi
    >
    > Im developing a CMS, What I need is to be able to see if a current user is
    > logged in, if so, use the same login/pass for my cms, how can I do this
    > using ldap?[/color]

    http://pear.php.net has a nice authentication package. I suppose they
    support authentication against ldap.

    --

    Comment

    • Manuel Lemos

      #3
      Re: Windows Login

      Hello,

      On 05/12/2004 05:56 PM, Hayden Kirk wrote:[color=blue]
      > Im developing a CMS, What I need is to be able to see if a current user is
      > logged in, if so, use the same login/pass for my cms, how can I do this
      > using ldap?[/color]

      It depends on the Web server. If you use IIS I believe you need to check
      the LOGON_USER variable with the GetEnv function.

      If you use Apache, you need to use an additional authentication Web
      server module.

      --

      Regards,
      Manuel Lemos

      PHP Classes - Free ready to use OOP components written in PHP
      Free PHP Classes and Objects 2026 Versions with PHP Example Scripts, PHP Tutorials, Download PHP Scripts, PHP articles, Remote PHP Jobs, Hire PHP Developers, PHP Book Reviews, PHP Language OOP Materials


      PHP Reviews - Reviews of PHP books and other products


      Metastorage - Data object relational mapping layer generator

      Comment

      • Chung Leong

        #4
        Re: Windows Login

        "Hayden Kirk" <spam@spam.co m> wrote in message
        news:jcwoc.1570 $FN.171462@news 02.tsnz.net...[color=blue]
        > Hi
        >
        > Im developing a CMS, What I need is to be able to see if a current user is
        > logged in, if so, use the same login/pass for my cms, how can I do this
        > using ldap?
        >
        > Thanks
        >[/color]

        On Apache you'd need to use modntlm, I think.


        Comment

        Working...