Using PHP for getting the user list of Windows NT4

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
d-m
Forum Commoner
Posts: 31
Joined: Fri Aug 29, 2003 4:24 pm
Location: Rio de Janeiro - RJ - Brasil

Using PHP for getting the user list of Windows NT4

Post by d-m »

N1 know if PHP has any function to get the user information on a NT4 PDC ?

Or how do I get access to these information

I'll make a small prog that autenticate the user from the PDC server and change some rules at iptables :lol:

Thanks in advance
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

check this out: [google]php nt4 user tables[/google]

enjoy.
User avatar
d-m
Forum Commoner
Posts: 31
Joined: Fri Aug 29, 2003 4:24 pm
Location: Rio de Janeiro - RJ - Brasil

Post by d-m »

Let me explain better my php is at linux server :lol: and I want to autenticate a NT4 user (see if the user and pass is valid) then I'll do the things that I need to do :) add rules at iptables :)

So I'd like to know is n1 knows any way or funcion to get the user and pass from NT4 PDC server :)

Tks!
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

perhaps you find what you want at http://de.samba.org/samba/docs/man/winbindd.8.html
Post Reply