Sponsored Content
Top Forums Web Development How to pass user credentials between apps on the same server? Post 302672897 by Richardlevins on Tuesday 17th of July 2012 07:42:41 AM
Old 07-17-2012
Will the SharePoint application and ASP.NET application hosted on the same server? If on the same server, credentials will be carried over, so, all you need to do is enable windows integrated authentication in your SharePoint application (Assuming it is what user will be accessing first)
If they both are going to be hosted on separate servers then kerberos delegation need to be configured on servers
 

9 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

Backup apps for Windows server, linux clients?

Hi guys. What would you recommend me a software running on Windows, and it is capable for backing up Windows and Linux (unix is optional) machines? The application should have following features: - Encryption. - Authentication - Open source if possible :) ... I found Amanda, but it... (1 Reply)
Discussion started by: bsddaemon
1 Replies

2. Solaris

2 apps using same port on a single soalris server

Hi i 've a question is it possible to run 2 instances of an application on same server which uses same port .. , is it possible to do it with logical ip addresses ? (4 Replies)
Discussion started by: fugitive
4 Replies

3. UNIX and Linux Applications

New Guy looking for a place to start for UNIX Server and n-tier apps

:o no longer need this. (0 Replies)
Discussion started by: tokposman
0 Replies

4. Shell Programming and Scripting

perl script to open an executable and pass the user credentials

Is it possible to open an executable file and pass user credentials through the perl script. If yes Please do share the CPAN module names and the way to access the executable file. For eg. I want to open the IBM LOTUS Sametime through my perl code and pass the user credentials like... (1 Reply)
Discussion started by: giridhar276
1 Replies

5. UNIX for Advanced & Expert Users

Need to pass credentials in one Go

Hi, We usually switch user using the below command. sudo su - user1 It then prompts for the password which we feed in. I wish to pass both the username and the password in one go thus eliminating the prompt for the password. I am using java standalone to connect to unix using... (11 Replies)
Discussion started by: mohtashims
11 Replies

6. AIX

Passing user/pass credentials to automountd map file.

How could I pass credentials to the automountd daemon through it's map files? Tried credentials=/some/file.txt - Didn't work. Tried SHARE.domain.com/user/pass/SHARE_NAME in map file - Didn't work Tried user=USER,pass=PASS - Didn't work. I can see the mounts created but when I access them... (4 Replies)
Discussion started by: Devyn
4 Replies

7. Shell Programming and Scripting

How to scp File from root user in one server to say crt user in another server and avoid password?

Can someone help in writing some script through which I can transfer file (scp) from root user in abc server to crt user in hfg server and can give the crt user password in script itself so that it doesn't prompt me every time for password (4 Replies)
Discussion started by: Moon1234
4 Replies

8. UNIX for Beginners Questions & Answers

Passing User Credentials with Mount Command

My HP-UX server currently mounts a directory on a Windows 2012 server. The Windows server allows anonymous connections for RW and this configuration has worked well for years. Now, due to tightening security requirements I can't use anonymous. I also can't setup Identity Mapping on the Windows... (5 Replies)
Discussion started by: jduehmig
5 Replies

9. UNIX for Beginners Questions & Answers

How to check via SSH and credentials if file on remote server exists?

Hi there, I am sorry to ask that kind of beginner thing, but all the code I found online didnt work for me. All I want to do is: Check via SSH if a File exists on my webserver. The SSH login has to be with username and password. So I would be very thankful if somebody could write the line.... (8 Replies)
Discussion started by: Jens885544
8 Replies
CheckGmail(1)						      General Commands Manual						     CheckGmail(1)

NAME
CheckGmail - system tray applet to check a Gmail account for new mail SYNOPSIS
checkgmail [-profile] [-hosted] [-popup_delay] [-no_cookies] [-private] [-v | -verbose] [-nocrypt] [-h] DESCRIPTION
CheckGmail is an alternative Gmail Notifier for Linux and other *nix systems. It is fast, secure and uses minimal bandwidth via the use of Atom feeds. CheckGmail is a system tray application that checks a Gmail account for new mail. When new mail is present the tray icon changes, an optional animated popup is displayed and a tooltip displays the number and details of new messages. Configuration is GUI-based and the application is designed to be simple, elegant and unobtrusive. CheckGmail aims to be relatively secure in terms of password storage. Combined with Crypt::Simple(3pm) the program provides the option of either encrypting the saved password information or - for maximum security - re-entering your password each time the application is run. If you decide to save the password, it is encrypted using a passphrase generated from machine-unique information (the eth0 MAC address and/or uname system information). Encrypting the password prevents both casual reading of plain text passwords on your machine, but more impor- tantly allows the CheckGmail config file in your home directory to be stored securely on external backups. For the password encryption function, CheckGmail depends on the Perl module Crypt::Simple(3pm) CheckGmail will save passwords as plain text if this module (or associated modules) is not present on the system. OPTIONS
-profile=[profile_name] Using this switch causes CheckGmail to read preferences from a file named prefs-[profile_name] in ~/.checkgmail - thus allowing mul- tiple instances of CheckGmail to be run to check different Gmail accounts. -hosted=[Gmail hosted domain] Allows checkgmail to work for Gmail hosted domains. E.g. if your hosted domain is test.net, run the program with -hosted=test.net Once run, the -hosted flag is not required again for that profile. N.B: You will need to delete the Atom feed address from your preferences or use a new profile before using this option for the first time. Following a change in the Gmail login code for hosted domains, this option does not appear to be compatible with the -no_cookies method of checking mail. -popup_delay=[time in millisecs] Sets the time taken between the mouse entering the system tray icon and the tooltip being displayed. Default is 250 millisecs as of version 1.10 (previous versions used no delay). -no_cookies Uses the old Atom feed retrieval method (default in versions 1.7.2 and earlier) of sending the username and password across https. The alternative, and currently default method, is to login to Gmail, save the authentication cookies, and then retrieve the Atom feeds without requiring any further authentication - this method has the benefit of allowing various actions to be carried out upon new messages received, such as deleting, marking as read, archiving or reporting spam. -private Prevents the display of message details in the popup - only the number of new messages will be displayed. -v | -verbose Causes CheckGmail to print details of mail checking and mail contents to STDOUT -nocrypt Disables the use of Crypt::Simple to encrypt saved password information - passwords will be saved as plain text. -h Prints a usage message. ENVIRONMENT
HTTPS_PROXY Setting the HTTPS_PROXY environment variable will cause CheckGmail to use the specified proxy server when checking for new mail. FILES
~/.checkgmail/prefs.xml User configuration file ~/.checkgmail/lang.xml Language translations AUTHOR
Owen Marshall <owenjm at the email provider which this utility checks> CheckGmail(1)
All times are GMT -4. The time now is 02:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy