Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Password authentication. How?

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I am new to programming and have been tasked with writing a script to be run from a general access web-page that can only be accessed by a particular group of users.

I do not know where to begin.
I am to write a web interface that will accept user input and run various AIX scripts using the input as arguments. It is to be accessible from an existing web page that all users on the system have access to, however only certain users may open my new page and run my scripts.

Is there an easy method of authenticating users on AIX?
 
There are several ways of doing this,

You could use javascript there are loads of free scripts around just search on google. The problem with this method is it's security is very weak.

You could if using apache amend the config files to only allow specific IP's through.

You could use PHP, an execelent free language see php.org

Or take a look at phpnuke again do a search on google.

The advantage of phpnuke is that it's a prebuild website that includes loads of add-on's that include security. Take a look at my site for a very bad example.

Mike --
| Mike Nixon
| Unix Admin
| ----------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top