The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
How to authenticate sybase login thru shell script ? libin4u2000 UNIX for Dummies Questions & Answers 3 12-09-2008 06:10 AM
? Authenticate Sybase login thru script ? libin4u2000 Shell Programming and Scripting 1 12-01-2008 11:45 PM
scp Unable to authenticate. Communication error. barkath AIX 5 01-05-2008 06:53 PM
To call/execute a shell script from a shell script konark UNIX for Dummies Questions & Answers 1 10-26-2007 06:16 PM
Linux security: Authenticate your users and know what they're up to - Search Enterpri iBot UNIX and Linux RSS News 0 07-30-2007 02:30 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 05-10-2009
ultimatix ultimatix is offline
Registered User
  
 

Join Date: Oct 2008
Location: Mumbai
Posts: 55
Smile Authenticate Shell script

Hi

I want to create a script that will authenticate user from a file and if both of them match then only the script is allowed to be executed...

Suppose I have a script say test.sh and a file config.txt

for users whose user ids exist in the text file should only be given permission to execute the script...

Thanks
  #2 (permalink)  
Old 05-10-2009
devtakh devtakh is offline
Registered User
  
 

Join Date: Oct 2007
Location: Bangalore
Posts: 514
Code:
user=`whoami`
greo $user config.txt 2>/dev/null 1>&2
if [ $? -eq 0 ]; then
echo "$user is allowed to execute"
else
echo "$user not allowed to execute..exiting"
exit 1
fi
..
..

cheers,
Devaraj Takhellambam
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 09:10 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0