Ubuntu :: Evolution Prompts For Password?

Feb 6, 2010

I am running Ubuntu 9.10. When I open Evolution, it prompts me for a password to the default keyring. I am not sure what this is, but I would like to not have to do this. I looked around in Evolution and did not see a way to have this password entered automatically. I searched this forum and it found no results. So I don't know if my problem is unique or not.

View 3 Replies


ADVERTISEMENT

Ubuntu :: How To Disable Password Prompts?

Jul 28, 2010

I know, I know, its a security feature. That doesn't make it any less annoying. I find the constant asking for my password to be every bit as irritating as Windows's UAC. When I want to use the terminal, or when I want to download something, I don't want to have to enter my password every time. I don't care that someone could theoretically do something to my computer in some way. I managed to stay out of harms way in windows with UAC off, I'm sure I can do it in ubuntu without the constant nagging of the password prompts. Its annoying and I am tired of dealing with it. Anyone know how to turn it off? I am really not looking for reasons to leave it on. Its the same with UAC: Yeah, it can keep you out of trouble. No, I don't want it on.

View 9 Replies View Related

General :: Su Prompts For A Password When No Such Is Set?

Nov 11, 2010

Story: i use Fedora9 and i want to set up a FTP server whithout creating a home dir for each and every user, i want them to share 1 home dir. All users are in one group.Problem: i write the following:

Code:
root# useradd -d /home/ftp_home -g ftp_users -M user1
root# useradd -d /home/ftp_home -g ftp_users -M user2

[code]...

View 1 Replies View Related

Ubuntu :: Gksu Prompts For Administrative Password

Apr 19, 2011

How to fix the problem that is happening with gksu. It prompts me for the administrative password. I don't (for advised security reasons) have a password associated with the root account.

The sudo works fine and accepts my sudo password. Gksu fails with "incorect password... try again." error.

This is a new install of the Ubuntu Server 10.10 x64 Maverick edition.

View 6 Replies View Related

Ubuntu :: Kubuntu LiveCD Prompts For User / Password?

May 30, 2010

Kubuntu live CD prompts me for user name password, what is it? I've tried all obvious blank, kubuntu etc, none worked.

View 2 Replies View Related

Red Hat / Fedora :: SFTP - Using RSA Key Authentication - Still Prompts For Password

Dec 5, 2010

Server A: Generated RSA Key
Server B: Added the RSA Key to authorized_keys list
SFTP from A to B.
Still prompts for password.

I will be sftp-ing both from Server B to Server A and 'A to B'. Sever B to Server A works fine. No prompting for password. But from A-B it this is what is happening sftp -v log...

debug1: Offering public key: ~InfAdmin-.ssh-id_rsa
debug1: Authentications that can continue: publickey,gssapi-with-mic,password
debug1: Trying private key: ~InfAdmin-.ssh-id_dsa
debug1: Next authentication method: password
InfAdminATServerB's password:

Why is this trying id_dsa private key? From Server B to Server A when I do the same, it does not say 'Trying Private Key -id_dsa' This is what it says

debug1: Server accepts key: pkalg ssh-rsa blen 277
debug1: read PEM private key done: type RSA
debug1: Authentication succeeded (publickey).

How do I enforce that Server A does the same? Why is it trying the dsa private key when I have used RSA.

View 4 Replies View Related

General :: Newbie Being Harassed By Password Prompts?

Jul 12, 2010

I just installed Ubuntu last night on a partition, and so far..There is one thing that may be a deal-breaker for me though: It seems that I am always prompted for a password!!!! When I first start my machine up...PASSWORD! O-K, once a day wouldn't be so bad...but if I let my display turn off while I'm away from the 'puter...I come back, and...PASSWORD?! Every time I try to do anything on the system....PASSWORD?!

I did a few things that I thought might solve the problem- I checked some boxes here and there, like "automatically log on" and made myself an administrator....but no matter what I do, I'm plagued by the password prompt 600 times a day and i can't take it!!!

Is there any way to stop this nonsense? This is WORSE than Windows UAC crapola!! (at least with that, you just have to click a button)- As much as I am loving Ubuntu....if there is no way to disable this password nonsense, I'm afraid I'll be heading back to Vista. I'm the only person who uses my computer (Although I think my dogs were playing on it while i was out fixing the tractor today...)- so I just need to know if there's a way to get rid of all this password-protected stuff?

View 14 Replies View Related

Ubuntu Security :: Possible To Limit Number Of Prompts For Keyring Password?

Jan 18, 2010

I have a standard home set-up for my Ubuntu OS, and I would like to know whether its possible to cut out the repetitive prompts to enter the password, as when you connect to the internet or access files on a partition that's not home, or install new software.

View 1 Replies View Related

Ubuntu :: Disable Password Prompts That Pop Open Every Time I Try To Install Something?

Jun 3, 2010

Was just wondering if there was a way to disable the password prompts that pop open every time I try to install something. Is there a way to do that?

View 3 Replies View Related

General :: Connect To The Server It Prompts For Username And Password?

May 3, 2010

i installed acronis on the server end , the problem is that i have disabled the graphical interface on the server i have a acronis management console on a windows system where the image is being created when i try to connect to the linux server it prompts for username and password after i give the credentials then i get this error

[Code]...

View 2 Replies View Related

Ubuntu Security :: SSH To Server Using GSSAPI/Kerberos Prompts For Password When Using DNS Alias?

Jan 15, 2010

I have a Kerberos/LDAP/OpenAFS server running on Debian lenny, set up according to Davor Ocelic's excellent guide here (url). SSHd has ben configured to use GSSAPI auth and the clients have been configured to pass auth tokens through to the server.

My clients are all Ubuntu 9.10 x86 fully patched. On the clients, OpenAFS has been compiled and installed as a kernel module and git 1.6.6 has been compiled from source and installed. Otherwise, all software is stock Ubuntu repository-ware.

The setup is working fine as long as I connect to the primary server using its hostname:

peter@client01:~$ ssh nana
<connection goes through seamlessly without prompting>
peter@nana:~$

If I try to connect via a DNS alias (actually a second CNAME record), I get:

peter@client01:~$ ssh git1
peter@git1's password:
<connection completes>
peter@nana:~$

I need both passwordless auth and the DNS alias working, as it's internal policy that user connections are only ever made to service names, not real hostnames.

I have tried adding a second host principal to Kerberos for the alias (git1.darling.local) in addition to the host principal for the hostname (nana.darling.local).

If I turn off PasswordAuthentication in sshd_config, then "ssh git1" doesn't even fall through to passwords; it just denies logins. So it looks like it's not even using GSSAPI for the DNS alias.

So:

1) Is what I want even possible? I can't find anything that indicates that there's anything odd about DNS aliases such that this should happen.

2) Which config files should I post to help debug this? There's a lot and I didn't want to start blarfing them here if they aren't helpful.

View 1 Replies View Related

Fedora :: Disable Password Prompts Every 5 Mins From Screen Saver?

Apr 10, 2011

I just installed fedora 13 in virtualbox. (running intel dual core with 4 gi ram chips installed under windows xp)

I want to disable the annoying password prompts on my fedora 13 every 5 minutes ?

Tried right click desktop and nothing

Tried export TMOUT=3600 on a xterm account, not sure if it is working or not.

View 7 Replies View Related

Ubuntu Installation :: Evolution Mail / Setting Up Evolution E Mail Account / Enter Password?

Jul 22, 2010

I have wiped Windows and am running 10.04 exclusively. 32 bit, when setting up evolution e mail account i dont see where to enter password....where is it? anyone have link with screenshots? i know i can use regular hotmail but want to know how to use default ubuntu programs.

I still can't find a spot for password. options are, login, set preferences and a remember password checkbox but nowhere to enter a password

View 1 Replies View Related

Ubuntu :: Password Recovery - Evolution ?

May 20, 2010

My wife uses Evolution e-mail on her machine. Tonight she tried to e-mail me a file but was unsuccessful. She was repeatedly asked for her SMTP password which she has forgotten. several tries using various "obvious" PWs failed. How can I recover her Evolution password?

View 2 Replies View Related

Ubuntu :: Disable Password In Evolution?

Sep 3, 2010

Just made a fresh install of Ubuntu 10.04.1.It is quite annoying that I have to write the password to the POP3 server, every time i check for mail(It is not the default keyring).How to disable the password check for mail?If it not possible, i have to install another mail program.

View 7 Replies View Related

Ubuntu :: Password An Email Using Evolution?

Apr 26, 2011

Is there a way to password an email using Evolution?
Is it possible to send an email with a password anyother way?

View 4 Replies View Related

Ubuntu :: Evolution Not Prompting For Password (keyring)

May 1, 2010

I have installed Ubuntu three times now, and I'm running into same problem all the time, both with Karmic Koala (9.10) and now also Lucid Lynx (10.04):

When I configure Evolution for IMAP access to my GMAIL account, it never prompts me for a password. Instead, I guess Evolution tries to connect without any password and fails every time. Switching to Thunderbird didn't do the trick either, so I think it might have something to do with the Keyring daemon. My Internet connection is fine, as I can access my account under other operating systems.

Things I've tried so far:

"Forget passwords" in the evolution menu
Forcing shutdown of evolution and deleting the ~/.evolution folder (as suggested by https://bugzilla.redhat.com/show_bug.cgi?id=221112)
Accessing the keyring and deleting the default keyring

[code]....

View 3 Replies View Related

Ubuntu :: Where Does Evolution Store The Email Password

Jul 19, 2010

I forgot my email password which was stored in evolution. The gnome wiki says it's in ~/.gnome2_private/Evolution/ but I don't have this directory. does anyone know where the password is stored? I'm using 10.04

View 3 Replies View Related

Ubuntu :: Retrieving Gmail Password From Evolution?

Sep 2, 2010

I have several Gmail accounts. On one of my Ubuntu-running computers (Hardy) Evolution remembers the passwords. Which is a good thing, as I can't remember one of the passwords.

When I'm out and about with my netbook, I like to check my email. But I don't use Evolution on the netbook; I access the Gmail accounts via the web. And because I can't remember the password for one account, I can't check it.

Obviously, on my Hardy desktop, Evolution/Ubuntu remembers the password - so it must be stored on the computer, right? How do I get Ubuntu to tell me the password?

View 2 Replies View Related

Ubuntu Security :: Password Protect Evolution (or Other Executable)?

Jan 4, 2010

I want to password protect evolution. How would I do that? I want to allow anyone to access all my other software, but my business email needs to be privateMy current solution seems to be to setup another account. But all the user switching and other what not seems a little much for one program.

View 2 Replies View Related

Ubuntu Security :: Stop Evolution Password Request?

Feb 12, 2010

After I've booted my machine I can browse the internet over my wireless network just fine, but when I start Evolution email it prompts for my admin password beforeonnecting to ISPCan I automate / avoid my respnse to this password prompt ?

View 4 Replies View Related

Ubuntu :: Evolution Asks For Old Password - Login Keyring?

May 2, 2010

I found much of the info is out of date. I installed Lucid - my /home was on a separate partition so I did not format it to keep the original settings and mail. When trying to send/receive mail, Evolution now asks for the old login password from the previous install to open the mail keyring. "The password you use to login no longer matches that of your login keyring" There is a box to enter the old PW.

SOLUTION:
-Go to Applications-Accessories-Passwords and Encryption Keys
-Right click on Passwords:login
-Select Change Password
-Type your old login password in the "Old Password" field
-Type your new password in both the Password: and Confirm: fields.
-Click OK
-REBOOT

Evolution will now use your new login password to access the keyring.

View 2 Replies View Related

Ubuntu :: Evolution Mail / When Activate, No Prompt For Password Comes Up?

Oct 15, 2010

I have set up my account twice in Evolution mail. Both times when I activate, no prompt for password comes up, as a result, no connection to my gmail. Supposed to prompt the first time, right?

View 2 Replies View Related

Ubuntu :: Evolution Constantly Asks For SMTP Password

Apr 27, 2011

we're switching some of our workstations over to Ubuntu 10.04. For the most part, the change has been good. But.... Evolution just doesn't seem to work very well at all. We're using Google apps with our domain, and our connection is quite slow (512/128 VSAT for ~45 users). Evolution has a lot of problems sending and receiving email. I don't know if it's because of the slow connection, but before, we didn't seem to have problems with Outlook. I'm using the Mail.app on my Mac, and it sending/receiving is slow, but things eventually get through.

On the Ubuntu computers, Evolution really seems to get hung up on sending. It just sits there. I've had one user where their messages just sat for a day and never got sent. When I went in to look at it, I canceled, started the process again, and it asked for the SMTP password (which it seems to do a lot). Once it had the password, it was able to send. Receiving, however, was still very very slow and usually nothing comes in (although there are clearly new messages).

View 2 Replies View Related

OpenSUSE :: Cannot Use Evolution Because Of Keyring Password In Gnome

Jun 13, 2011

I cannot log on to my server because of the pop up window that asks for a password to unlock the keyring. I have tried to just hit cancel

View 5 Replies View Related

Ubuntu :: Evolution Wants Old - Unused Password - Login To Computer No Longer Matches

May 3, 2010

This morning when I opened Evolution, It asked me for a password. It didn't like my login pass. It wanted an old password I used to use. When I click on Evolution I get Enter password to unlock your login keyring The password you use to log in to your computer no longer matches that of your login keyring.

[Code]...

View 4 Replies View Related

Ubuntu :: Launched Evolution - Get Back Into The Wizard To Add / Correct The Email Password?

Oct 25, 2010

I am new to the community and have just recently loaded Ubuntu 10.04. I think I made an error when I first launched Evolution, how can I get back into the wizard to add/correct the e-mail password?

View 1 Replies View Related

Ubuntu :: Evolution Wont Send Gmail Emails - Keeps Asking For Smtp Password

Nov 28, 2010

Evolution works fine for receiving mail, but I cant send anything.When i hit "send/receive" itll receive but ask for smtp password every single time. My understanding is that the password is your email password, but it wont accept it.

View 4 Replies View Related

Fedora :: Evolution Won't Remember Hotmail Password (or Send Emails)

Dec 4, 2010

I'm running Evolution 2.30.3 on fc13.x64 and I've been getting a funny problem for a while, that now really annoys me:

even if the settings for my hotmail account are correct, Evolution will ask for the password every time I log in. Also, since I keep it open, after a while (~30 minutes) it "forgets" somehow the password and asks for the password again. This time, anyway, it won't work and I have to reset Evolution again.

Bonus question: even if hotmail is configured correctly for receiving and sending (smtp.live.com etc.), it won't send email, but will remain stuck on "sending".

View 2 Replies View Related

OpenSUSE :: Setup Evolution To Get Forums News - Can't Authenticate Password

Mar 9, 2011

I setup my evolution to get this forums news. (eg. threads and posts). However, I can't get them because it give me this: I keep entering my forum password over and over again but I can't authenticate :S And you might also need to check these: [URL]

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved