Sponsored Content
Full Discussion: .Profile file not running
Top Forums Shell Programming and Scripting .Profile file not running Post 302577751 by sol_user on Tuesday 29th of November 2011 10:13:16 PM
Old 11-29-2011
.Profile file not running

Hi,

I have a machine running Solaris 9. We are having a application user login.
While connecting using putty in telnet directly we will give the application name in username field and it wont prompt for password and directly it will open the application menu. The executable for the application is placed in the .profile file of /home/applicationname directory. But only in one server i am not able to login as application and it is going to /home/applicationname directory instead of application menu. I think the executable is not running in .profile file.Please help me to resolve this issue.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

changed .profile but didnt ./.profile, yet reflected changes

hi , i added ls -F to .profile. and i need to do ./.profile for the effect to take effect BUT i didnt and YET the next day when i came to work and log in, the changes took effect. i am on aix. please explain.. thanks (4 Replies)
Discussion started by: yls177
4 Replies

2. Shell Programming and Scripting

Can I modify the .bashrc file instead of .profile file to customize my login?

Hello, I got this question which tells me to customize my login script. Some people in the forums suggested to modify the .profile file in my home directory. I did so, but none of my customizations show up when I open the terminal after. So, I tried to modify other files in my home directory,... (1 Reply)
Discussion started by: Hyunkel
1 Replies

3. Infrastructure Monitoring

trap in etc/profile and user .profile

Hello I really wonder what's trap in etc/profile and in each user .profile. I try to google for it but I think I have no luck. Mostly hit is SNMP traps which I think it is not the same thing. I want to know ... 1. What's a "trap 2 3" means and are there any other value I can set... (4 Replies)
Discussion started by: Smith
4 Replies

4. Solaris

File .profile-EIS

Where is the file .profile-EIS???:confused::confused: (6 Replies)
Discussion started by: flavio841
6 Replies

5. UNIX for Dummies Questions & Answers

No .profile file

Hi All, I just have a small question. I was wondering what would happen if there was no .profile file. I understand that the aliases and my path related commands wouldnt work, however i wanted to know if i would still be able to use the ls,cp,mv.... commands without a .profile file. If... (3 Replies)
Discussion started by: raghu_shekar
3 Replies

6. UNIX for Advanced & Expert Users

.profile file on each terminal

Hello All, I create an oracle user, on my Solaris OS. i modified my .profile file on the oracle home. the problem that each time i want my variables to work, ORACLE_HOME, ORACLE_BASE ... i have to run the .profile file (. ./.profile) and each time i exit the terminal i have to run again so... (7 Replies)
Discussion started by: beayni33
7 Replies

7. HP-UX

/etc/profile file not executed

Hi Experts, On one of hp-ux box I have writen the code to disable the direct login for some of the users in /etc/profile file. However when logging into terminal seems /etc/profile is not executed and users are still able to directly login into the terminal. Default shell for user is... (3 Replies)
Discussion started by: sai_2507
3 Replies

8. Solaris

Profile file bash

Hi Experts, Profile file was not found for one of the users on solaris box. Default shell is bash for the user. <prod>>:/home/produser::echo $SHELL /usr/bin/bash <prod>>:/home/produser::ls -lta |grep bash -rw------- 1 produser prod 4157 Oct 19 17:32 .bash_history... (1 Reply)
Discussion started by: sai_2507
1 Replies

9. UNIX for Dummies Questions & Answers

Modify .profile file

Hi there, I am really new to unix (about 3 days using it). In my assignment spec i have been told to modify my .profile file and create an environmental file. Until now all tasks have been file manipulation, etc learn how to use chmod or grep etc. I literally can't find this .profile file, I... (1 Reply)
Discussion started by: paulbuckley221
1 Replies

10. UNIX for Dummies Questions & Answers

Where to see my .profile file in UNIX?

Hi where to see my .profile file in unix thanks Dharma (2 Replies)
Discussion started by: na.dharma
2 Replies
LOGIN(8C)																 LOGIN(8C)

NAME
login.krb5 - kerberos enhanced login program SYNOPSIS
login.krb5 [ -fF [username] ] DESCRIPTION
login.krb5 is a modification of the BSD login program which is used for two functions. It is the sub-process used by krlogind and telnetd to initiate a user session and it is a replacement for the command-line login program which, when invoked with a password, acquires Ker- beros tickets for the user. login.krb5 will prompt for a username, or take one on the command line, as login.krb5 username and will then prompt for a password. This password will be used to acquire Kerberos Version 5 tickets and Kerberos Version 4 tickets (if possible.) It will also attempt to run aklog to get AFS tokens for the user. The version 5 tickets will be tested against a local krb5.keytab if it is available, in order to verify the tickets, before letting the user in. However, if the password matches the entry in /etc/passwd the user will be unconditionally allowed (permitting use of the machine in case of network failure.) OPTIONS
-r hostname pass hostname to rlogind. -h hostname pass hostname to telnetd, etc. -f name Perform pre-authenticated login, e.g., datakit, xterm, etc.; allow preauthenticated login as root. -F name Perform pre-authenticated login, e.g.,for datakit, xterm, etc.; allows preauthenticated login as root. -e name Perform pre-authenticated, encrypted login. Must do term negotiation. CONFIGURATION
login.krb5 is also configured via krb5.conf using the login stanza. A collection of options dealing with initial authentication are pro- vided: krb5_get_tickets Use password to get V5 tickets. Default value true. krb4_get_tickets Use password to get V4 tickets. Default value true. krb4_convert Use Kerberos conversion daemon to get V4 tickets. Default value false. If false, and krb4_get_tickets is true, then login will get the V5 tickets directly using the Kerberos V4 protocol directly. This does not currently work with non MIT-V4 salt types (such as the AFS3 salt type.) Note that if configuration parameter is true, and the krb524d is not running, login will hang for approxi- mately a minute under Solaris, due to a Solaris socket emulation bug. krb_run_aklog Attempt to run aklog. Default value true. aklog_path Where to find it [not yet implemented.] Default value $(prefix)/bin/aklog. accept_passwd Don't accept plaintext passwords [not yet implemented]. Default value false. DIAGNOSTICS
All diagnostic messages are returned on the connection or tty associated with stderr. SEE ALSO
rlogind(8C), rlogin(1C), telnetd(8c) BUGS
Should use a config file to select use of V5, V4, and AFS, as well as policy for startup. LOGIN(8C)
All times are GMT -4. The time now is 09:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy