Sponsored Content
Homework and Emergencies Homework & Coursework Questions Help with redirecting output to an HTML file Post 302949892 by braing on Friday 17th of July 2015 09:29:25 AM
Old 07-17-2015
Thanks for your reply. Yes, I did redirect stdout. I mistakenly wrote the code wrong on this post. Do you have any suggestions on anything I could move around or add in order for the entire script to be redirected into the html file as a web page?

Last edited by braing; 07-17-2015 at 10:35 AM..
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Redirecting my output to a specific file

Hi guys am doing some checking inside my script and i want to redirect my output to a specific file for example checking if a move was successfully done and was writing on the screen whether the move was successful or not and now want to write same thing into a file... I am new to shell... (2 Replies)
Discussion started by: Lutchumaya
2 Replies

2. Shell Programming and Scripting

Redirecting <talk> output to a file

Is it possible to run <talk> such that both sides of the conversation are written to the screen and also to a file? I use the utility to chat with collaborators and sometimes it would be nice to have a record of our conversation while we are problem solving. I am running OS X, so <talk>... (4 Replies)
Discussion started by: cej
4 Replies

3. AIX

Redirecting Both to a file and std output

Hello Friends, Can some one help me how to redirect output of a file to both a file and std output? All the help would be greatly appreciated. Regards Sridhar (1 Reply)
Discussion started by: send2sridhar
1 Replies

4. Shell Programming and Scripting

Redirecting output of a command to a file

Hi We are having a requirement where one shell script, say a.sh (which uses Java and connects to Oracle database using JDBC) keeps on running everytime. I created a wrapper (to check whether a.sh is running and if not then to start it) and scheduled it in the crontab. Now all the output from... (3 Replies)
Discussion started by: ankitgoel
3 Replies

5. Shell Programming and Scripting

Redirecting output of Make to file

Hi, I am unable to get this script to work as desired. Basically, if an argument "log" is sent into the script, it outputs the result of the Make to a file output.log. However, if the argument is not passed, I want the output to be just put on screen (no redirection). See code snippet below. #... (3 Replies)
Discussion started by: srujan45
3 Replies

6. Shell Programming and Scripting

Redirecting output to file

Hi, Below is the whole string which is to be redirected to the new file. su - oracle -c "exp $user/$pass file=/oracle/oradata/backup/exp_trn_tables_`date +%d_%b_20%y_%H_%M_%S`.dmp log=/oracle/oradata/backup/exp_trn_tables_`date +%d_%b_20%y_%H_%M_%S`.log tables=table1,table2 statistics=none" ... (3 Replies)
Discussion started by: milink
3 Replies

7. UNIX for Dummies Questions & Answers

redirecting the script output to more than 1 file

Hi, I want to redirect my script output to more than one file without printing the result to the screen. How to do that? ex: echo "hi" >> a.txt b.txt cat a.txt hi b.txt :confused: (2 Replies)
Discussion started by: boopathyvasagam
2 Replies

8. Shell Programming and Scripting

Redirecting output to file through cron

Hi Does anyone have any suggestions for capturing the output into a file when i run it through cron? I have file called "quick.1" which contains two simple commands to be executed on the target host. And i have second file called "quick.2" which contains the wrapper script to ssh to the target... (1 Reply)
Discussion started by: chandika_diran
1 Replies

9. UNIX for Dummies Questions & Answers

Help with redirecting output to an HTML file

I'm very new to shell scripting and am practicing how to write a script, then redirect the output into an HTML file, and then email both the script and the HTML file to myself. I have created a script called sysinfo_page, and thought it would have redirected the output into the sysinfo_page.html... (3 Replies)
Discussion started by: braing
3 Replies

10. Shell Programming and Scripting

Redirecting output to file

Hi, I have created script which redirect the output to file.I am able to get the output in file but not in the format. Output :Content of the log which have 10 -15 lines. Actal :Line1 ..Line 2Line3 Line4 Line 5 Expected:Line1 Line 2 Line3 Please... (7 Replies)
Discussion started by: karthik771
7 Replies
DACS_AUTOLOGIN_SSL(8)					     DACS Web Services Manual					     DACS_AUTOLOGIN_SSL(8)

NAME
dacs_autologin_ssl - use an SSL client certificate to automatically obtain DACS credentials SYNOPSIS
dacs_autologin_ssl [dacsoptions[1]] DESCRIPTION
This program is part of the DACS suite. The dacs_autologin_ssl CGI program, in conjunction with appropriate DACS configuration and a valid SSL client certificate, can be used for user-transparent DACS authentication. A user is not prompted for a username or password, and no user-visible sign-on procedure takes place. At present, the program merely acts as glue to indirectly invoke dacs_authenticate(8)[2]. Any valid X.509 certificate can be used for this purpose, including a self-signed certificate. Please refer to the OpenSSL[3] documentation for additional information about certificates. This program can be used to automatically and transparently authenticate a user that has been issued an SSL client certificate. When an unauthenticated user is denied access to a DACS-wrapped resource, she can be automatically authenticated and redirected back to the resource without any user input or action. This assumes that the client certificate is sent automatically by the browser and that no additional user prompting is needed by the authenticating jurisdiction. For redirection to the original resource to work properly. the original request must have used the GET method. Note The cert style of authentication must be configured when dacs_autologin_ssl is being used as described. See dacs_authenticate(8)[4]. OPTIONS
Only the standard dacsoptions[1] command line arguments are recognized. Web Service Arguments dasc_autologin_ssl understands the following CGI arguments. DACS_ERROR_URL When dacs_autologin_ssl is invoked as a result of DACS event handling, DACS_ERROR_URL is automatically passed to it by dacs_acs(8)[5] and represents the original URL to which access was denied. In typical use, dacs_autologin_ssl is configured as the handler for a dacs_acs 902 error code (NO_AUTH, "Authentication by DACS is required"). dacs_autologin_ssl then invokes dacs_authenticate. If DACS authentication is successful, dacs_authenticate ordinarily issues a browser redirect to the value of DACS_ERROR_URL and a cookie bearing the credentials are set in the browser (but see the NOREDIRECT argument). This argument is optional; if not provided, the jurisdiction's configured post-authentication action will occur. NOREDIRECT If this optional argument is present (its value is immaterial), dacs_autologin_ssl instructs dacs_authenticate to not issue a browser redirect to the value of DACS_ERROR_URL. AUTH_JURISDICTION If this optional argument is present, it gives the name of the jurisdiction at which authentication should take place. By default, dacs_authenticate is invoked at the same jurisdiction as dacs_autologin_ssl. CERT_NAME_ATTR This optional argument explicitly names the attribute in the certificate from which to set USERNAME. The default value is SSL_CLIENT_S_DN_CN. It is an error if the specified attribute name does not exist. Giving the value of CERT_NAME_ATTR as the empty string results in the empty string being passed as the value of USERNAME. EXAMPLE
A typical use of dacs_autologin_ssl is to transparently authenticate a user via his SSL client certificate. In the DACS configuration file, dacs.conf, jurisdiction EXAMPLE is configured as follows (this excerpt from a configuration file uses fictitious domain names): <Jurisdiction uri="example.com"> JURISDICTION_NAME "EXAMPLE" ACS_ERROR_HANDLER "NO_AUTH https://example.com/cgi-bin/dacs/dacs_autologin_ssl" <!-- Authenticate using an SSL certificate. --> <Auth id="cert"> URL "https://example.com/cgi-bin/dacs/local_cert_authenticate" STYLE "cert" CONTROL "sufficient" CERT_CA_PATH "/usr/local/apache2.2/conf/ssl.crt" CERT_NAME_ATTR "SSL_CLIENT_S_DN_CN" </Auth> </Jurisdiction> Assume the following access control rule applies to the request: <acl_rule status="enabled"> <services> <service url_pattern='/foo.html'/> </services> <rule order="allow,deny"> <allow> user("auth") </allow> </rule> </acl_rule> The preceding configuration results in the following behaviour. An unauthenticated user accessing foo.html (https://example.com/foo.html) is denied access because the rule governing that web page tests for authentication and no credentials are sent with the request. As a result, the ACS_ERROR_HANDLER[6] directive causes the user to be redirected to dacs_autologin_ssl, which redirects the user to dacs_authenticate, passing arguments as necessary. dacs_authenticate then invokes local_cert_authenticate[4], passing it the client's certificate. The certificate is validated and a username is extracted from it and mapped to a valid DACS username. If authentication succeeds, DACS credentials for the jurisdiction EXAMPLE are generated. These credentials are returned to the browser within a cookie and the browser is redirected to the value of DACS_ERROR_URL (recall that DACS_ERROR_URL was passed to dacs_autologin_ssl by dacs_acs when the 902 handler was invoked and was forwarded to dacs_authenticate). In this example the user is redirected to https://example.com/foo.html. Given the rule above, this time the user's request for foo.html will be granted. dacs_autologin_ssl may also be used as the target of an explicit authentication link. For example: <a href="https://example.com/cgi-bin/dacs/dacs_autologin_ssl? AUTH_JURISDICTION=EXAMPLE& DACS_ERROR_URL=https://example.com/cgi-bin/dacs/dacs_current_credentials">Login</a> Following the link should result in the user being authenticated and redirected to the specified URL. DIAGNOSTICS
The program exits 0 if everything was fine, 1 if an error occurred. SEE ALSO
dacs_authenticate(8)[2], dacs_acs(8)[5], dacs.conf(5)[7], autologin(8)[8] AUTHOR
Distributed Systems Software (www.dss.ca[9]) COPYING
Copyright2003-2012 Distributed Systems Software. See the LICENSE[10] file that accompanies the distribution for licensing information. NOTES
1. dacsoptions http://dacs.dss.ca/man/dacs.1.html#dacsoptions 2. dacs_authenticate(8) http://dacs.dss.ca/man/dacs_authenticate.8.html 3. OpenSSL http://www.openssl.org 4. dacs_authenticate(8) http://dacs.dss.ca/man/dacs_authenticate.8.html#local_cert_authenticate 5. dacs_acs(8) http://dacs.dss.ca/man/dacs_acs.8.html 6. ACS_ERROR_HANDLER http://dacs.dss.ca/man/dacs.conf.5.html#ACS_ERROR_HANDLER 7. dacs.conf(5) http://dacs.dss.ca/man/dacs.conf.5.html 8. autologin(8) http://dacs.dss.ca/man/autologin.8.html 9. www.dss.ca http://www.dss.ca 10. LICENSE http://dacs.dss.ca/man/../misc/LICENSE DACS 1.4.27b 10/22/2012 DACS_AUTOLOGIN_SSL(8)
All times are GMT -4. The time now is 04:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy