user authentification

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Quy Ngo

    user authentification

    i'm using php, but i don't know how to authenticate a user directly from a
    network login. I just wanted to user to be able to access the site only if
    they are sign on the network, similiar to NTFS file access rights. Any
    ideas?


  • Andy Hassall

    #2
    Re: user authentificatio n

    On Tue, 23 Sep 2003 16:40:09 -0400, "Quy Ngo" <QNGO@Yeahright .com> wrote:
    [color=blue]
    >i'm using php, but i don't know how to authenticate a user directly from a
    >network login. I just wanted to user to be able to access the site only if
    >they are sign on the network, similiar to NTFS file access rights. Any
    >ideas?[/color]

    What sort of 'network login'?

    You mention NTFS, so are you talking about Windows? If so,
    http://modntlm.sourceforge.net/.

    --
    Andy Hassall (andy@andyh.co. uk) icq(5747695) (http://www.andyh.co.uk)
    Space: disk usage analysis tool (http://www.andyhsoftware.co.uk/space)

    Comment

    • Quy Ngo

      #3
      Re: user authentificatio n

      simply put, a windows 2k login for a lan network. i wanted to use php to
      authenticate the user w/o the user having to do a login for a cgi scripts
      and database. The information you provided, will that resolve this issue?

      Thanks.
      "Andy Hassall" <andy@andyh.co. uk> wrote in message
      news:a8l1nv8bne qpjf9hiba36ui17 et7337ab9@4ax.c om...[color=blue]
      > On Tue, 23 Sep 2003 16:40:09 -0400, "Quy Ngo" <QNGO@Yeahright .com> wrote:
      >[color=green]
      > >i'm using php, but i don't know how to authenticate a user directly from[/color][/color]
      a[color=blue][color=green]
      > >network login. I just wanted to user to be able to access the site only[/color][/color]
      if[color=blue][color=green]
      > >they are sign on the network, similiar to NTFS file access rights. Any
      > >ideas?[/color]
      >
      > What sort of 'network login'?
      >
      > You mention NTFS, so are you talking about Windows? If so,
      > http://modntlm.sourceforge.net/.
      >
      > --
      > Andy Hassall (andy@andyh.co. uk) icq(5747695) (http://www.andyh.co.uk)
      > Space: disk usage analysis tool (http://www.andyhsoftware.co.uk/space)[/color]


      Comment

      Working...