Ubuntu :: Sharing Gnome Password Manager Between Multiple Accounts
May 17, 2010
I use gnome password manager. It stores encrypted passwords in the ~/.gpass directory.I have 2 users, johnny, and audio. My default gpass setup is at /home/johnny/.gpass I've created a group called gpassusers and added johnny and audio. I chgrp'd /home/johnny/.gpass to gpassusers. I chmod'd /home/johnny/.gpass 770 (to give group access) I then created a symlink as follows
Code:
ln -s /home/johnny/.gpass /home/audio/.gpass
when I try to cd into /home/audio/.gpass I get
Code:
audio@picard:~$ cd .gpass
bash: cd: .gpass: Permission denied
for sanity's sake, here's the ls of johnny's home directory
Code:
drwxrwx--- 2 johnny gpassusers 4096 2010-05-17 19:34 .gpass
and here's the ls of audio's home directory
Code:
lrwxrwxrwx 1 audio audio 19 2010-05-17 19:34 .gpass -> /home/johnny/.gpass
and just to verify groups are set up properly
Code:
audio@picard:~$ groups audio
audio : audio adm dialout fax cdrom floppy tape dip video plugdev fuse admin gpassusers
audio@picard:~$ groups johnny
[code]....
View 5 Replies
ADVERTISEMENT
Feb 11, 2010
Is it possible to define multiple proxies in NM and switch between them?
View 1 Replies
View Related
Jul 15, 2010
I've recently purchased a laptop so I've been focusing on getting my data synchronized between my laptop and PC. The problem is as follows, I have 8+ email accounts and I prefer to have them all in 1 single map tree instead of a separate tree for every one of them. This means IMAP is out of the question, so I've been thinking about a few things but I'm not too sure if there's anything out there for some of these things.
Option 1 - Unison Synchronization
Using Unison to synchronize the Thunderbird profiles, problem is Thunderbird can't be running on both machines
Option 2 - IMAP mail hub for all accounts
Somehow turn my server into a mail hub that gets email for all my accounts, and serve them through IMAP somehow, only problem that might be is that reply-to won't send a mail back with the same mail address people mailed to (Don't know that for sure).
Option 3 - POP3 mail hub
Same as option 2 but with a central POP3 hub that will keep all mails forever, should be doable.
Not viable option - Turn off mail deletion on server. This ain't viable because this will either cause some of the mail servers to clog up, especially if I were to only turn deletion on on 1 pc. So it seems the POP3 hub is best, and then just let that delete everything off of the remote servers, is this possible, I've tried setting up a mail daemon before but failed miserably (But will try again if it will make this possible).
View 5 Replies
View Related
Mar 1, 2010
I've switched off the borg at home 100% (yippee). Wife and kids are now logging on, firing up 2-3 apps (usually FF, songbird and nautilus) and then switching users to allow the other on. This has the unexpected side effect of locking the audio device so the other user cannot use it until they shutdown those apps that have /dev/dsp open in a locked fashion.Is this "normal" behaviour? or is there something I'm missing in the setup?
View 7 Replies
View Related
Feb 3, 2010
Is it even remotely possible to create a bash script to login to gmail/yahoo/hotmail, thru different web browsers?
View 2 Replies
View Related
Jun 5, 2010
I googled a lot but I didn't find anything about this. I have multiple accounts on the same ftp server (the server is not mine I don't access its configuration)
If I write ftp://hostname on the location bar it lets me login, but only allow me to be in only one account at a time. Putting ftp://hostname on the location again just opens the account I logged into and I'm unable to login to the other account to move files between them conveniently.
Is it possible to log into multiple accounts on the same server?
View 1 Replies
View Related
Nov 3, 2010
Have nautilus -dropbox from this page : dropbox-deb-amd64-package/.Trying to run multiple dropbox accounts on one computer, see :multiple-dropbox-instances-in-same-time.html.When I run HOME=$HOME/.dropbox-alt /usr/bin/dropbox start -i I
get : ~$ HOME=$HOME/.dropbox-alt /usr/bin/dropbox start -i
Starting Dropbox...No protocol specified
/usr/lib/pymodules/python2.6/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
[code]....
View 1 Replies
View Related
Nov 23, 2010
I am looking for a PHP based IMPA client with these requirements:
- User accounts (not same as imap email accounts)
- Each user can add multiple IMAP emails to his account and check/use them.
Is there any solution for my requirements. I checked Squirrelmail and roundcube but I am not sure they can do this.
Otherwise I will need to either develop a system from scratch or modify an existing one to do my job. I hesitate to develop myself as it will take months if not years to make it stable and bug free.
View 1 Replies
View Related
Jul 29, 2010
I setup samba file sharing to auto mount in fstab. Everything works great except when a computer has more than on user account.
The folders in mnt are owned by root and ownership changes to the first user account no matter what user logs in. So only the first user can edit files in the mounted share.
Anyone got a clue why this is happening? Seems the mount folders should be changing ownership to the user that is logged in.
View 2 Replies
View Related
Feb 9, 2010
Not sure if this goes here or under Security, however, I have hacked together some code from two different sources to make a password generator for FTP accounts.Question: How will the "strength" of an eight character password generated by the following code compare to a human generated eight character password? Will they be equally as strong?Is reading from /dev/urandom good/better/worse then just using RANDOM()? Will "salting" either result add more "strength"?Password Generator.
[Code]...
View 11 Replies
View Related
Feb 19, 2010
Is it possible to completely disable the password change for users accounts in linux?? (I don't mind account lock)
View 2 Replies
View Related
Apr 5, 2010
I would like to restrict a few selected accounts to minimum of 15 characters passwords. Other accounts,however, should still be able to login with 8 character passwords. This is in RHEL 5. Does anyone know how to go about it? I have checked PAM documentation and pam_cracklib.so has an option minlen. As per its documentation, minlen can force users to use 15 characters, but it forces every account on the system. I might be wrong too.
View 5 Replies
View Related
May 12, 2011
I am using CentOS 5.6 and recently, well since I updated to 5.6 when I login through ssh/telnet I am prompted to change the password of any account which is my LDAP directory. Local accounts are unaffected. I haven't tried the console as this server is tucked away in a tiny room. This is really annoying because I don't want to run password expiry on that server and I'm sure that there's nothing in LDAP to indicate password expiry is on. My shadowmax is 9999 by default for every account..which is over 27 years I think. It's only started recently. I'd like to know how I can turn the expiry message off. I'd like to get rid of cracklib as well.
my etc/pam.d/sshd is
#%PAM-1.0
auth include system-auth
account required pam_nologin.so
account include system-auth
password include system-auth
session optional pam_keyinit.so force revoke
session include system-auth
session required pam_loginuid.so
View 6 Replies
View Related
Dec 7, 2009
Ive recently installed OpenSuse 11.2 and chose to install gnome with KDE4. Having done so i'm using kdm4 as the display mgr defined in /etc/sysconfig/display manager. However kdm4 reveals all the user names which I don't really like. Ive tried others including console. After logging in manually ive typed startx gnome which fails. How do you continue to use kdm4 setting and omit the display of the user accounts
View 9 Replies
View Related
Feb 27, 2010
I'm wondering how to set up two different dial-up accounts on gnome-ppp (or kppp, but since I'm currently using gnome-ppp, I'd prefer information on that).
View 2 Replies
View Related
Mar 1, 2016
I've installed last Debian Stable with Gnome 3 environment and after added my enterprise account into the Gnome Online Accounts it apear into Evolution (but only after i've manually installed evolution-ews package) the problem is that i can't change any adevanced settings like "local synchronisation" into Evolution.
It's like Gnome Online Accounts revert back the settings each time i change it.
View 0 Replies
View Related
Mar 17, 2011
When I login to my laptop, there's a dialog that asks me for a password. When I fill that in, it allows the network manager to access my wifi password and connect to the wifi.How can I change the password that network manager is asking for? It's kinda awkward to ask this question - I am not asking how to change my wifi password, but the password that comes up - Seahorse? I'm not sure what's used on Lubuntu.
View 11 Replies
View Related
Mar 7, 2010
We have a collection of music for the entire family. Can each user's Music folder point (for lack of a better word) to the same physical directory? Can I do this with mounts, or is there a better way?
View 4 Replies
View Related
May 26, 2010
I have an external USB hard drive at /dev/sdb1 (NTFS)
2 users: johnny, audio
for some reason this drive is mounted at /media/TREKSTOR_ with johnny as the owner. I can't seem to chown the drive to audio. If I unmount the device, and remount it, the owner is set to johnny again. I need to access this drive from the audio account.It's a 1TB drive, so I wouldn't be able to reformat it to EXT3 easily as it's almost 60% full.
View 1 Replies
View Related
Oct 6, 2009
I have been trying to lighten the load that Ubuntu uses on my RAM and processor, and decided to try LXDE, as it is the lightest-weight DE that I have tried and liked. I noticed I didn't have any wireless connectivty under LXDE, so I checked the LXDE site for the solution, and it said to download and install LXNM, which supports wireless connections. Unfortunately, installing LXNM (apt-get install lxnm) also uninstalled nework-manager, and network-manager-gnome, on top of lxnm not working properly, and stranding me without any way of reinstalling the OS, and without an internet connection (I can't connect with a wired connection, either). Is there anything I can do, aside from reinstalling?
View 5 Replies
View Related
Mar 9, 2010
I am looking for a solution where the data to be shared across multiple locations through login. In this regard, the following options are required.
1) The files/folders created can be viewed by the group and the owner has an option to edit and delete. However, if required the owner/admin can grant permission temporarily.
2) log of files/folders being accessed
3) The access of files/folders is based on username and password.
One thing striking me is FTP Server to enable the above solution. If so, i just want a step by step guide. Otherwise, let me know any other better options.
View 1 Replies
View Related
Jan 3, 2011
I used network manager to share internet connection coming to wlan0 with eth1.
I have internet in my PC coming to wlan0 and I want the client I hook to eth1 to have internet too.
It works with network manager but I think it added something I didn't ask for... Apparently the client connecting to eth1 is recieving an IP from a DHCP server outside the range of wlan0 IPs.
How can I configure eth1 to assign an IP that is inside my wlan0 LAN or at least give a static address to eth1 client that's inside my wlan0 LAN and internet keeps functionning.
View 1 Replies
View Related
Nov 2, 2010
I was wondering if it was possible within Ubuntu to:
a) Make a shared folder to the extent that people can view it but to access/open it requires a password.
b) Set that folder to have a set size (quota) so that people putting files onto the store/folder don't flood my computer with video/music.
I am currently at Loughborough University and am on their LAN as I type.So guys/gals are there any programs on the synaptic that do such a job or does Ubuntu already have an inbuilt way of doing that.
View 1 Replies
View Related
May 3, 2010
When i logged into a gnome desktop i got this message: "The GNOME session manager was unable to read file:'/home/(desktop name)/ICEauthority'. If this file exists it must be readable by you for GNOME to work properly. try logging in with failsafe session and removing the file." What commands do i use for that? or do i need to do something else?
View 2 Replies
View Related
Nov 12, 2010
I'm currently building a ubuntu distro and would like to run a script on GNOME startup. I've read about doing it through the session manager but I have to do it through chroot so I'll need to set it up as a terminal command. Is there a way to add an item to the Session Manager from terminal or, even better, a directory where I can put the script so it will run on start?
View 1 Replies
View Related
Apr 11, 2010
I was wondering if there's some web-based email application (like Zimbra) or perhaps gmail can do it I'm not sure that can handle both receiving and sending of mail from multiple email accounts.I have about 4 different email accounts with various different domains and would like to have one platform which has an inbox for each account and from which I can send mail from any of the accounts
View 1 Replies
View Related
Jun 6, 2010
I am at a total loss. For all intents and purposes - sharing files over a lan without a password between this ubuntu 10.04 machine and my wifes laptop (windows 7) should be trouble free.I've installed samba, and created an smb.conf file in /etc/samba
I want to note that I was using Arch Linux and this exact setup worked flawlessly. Why on earth would it not work the same in Ubuntu? Is it not the same Samba??
View 3 Replies
View Related
Aug 30, 2010
I have a folder, called Vault, that we want to share only with certain people. Because it will contain confidential information.
I want the unix group trustees to have read-only access I want the unix group administrators (and root) to have read/write access
All other users should have no access.
the implementation I have so far is:
folder owner: root:administrators
folder permissions: 770
section from smb.conf
[Code]....
However, this is not working as expected. It currently works as follows:
Normal user: No access (expected) Trustees member: No access (fail. Trustees should be able to read) Administrators member: Read/write access (expected)
View 3 Replies
View Related
Jan 1, 2010
how to change the IP range provided by default by Network Manager / dnsmasq from 10.42.43.-- to something else?
I have setup a working network using a Bell wireless modem (Canada) and Network Manager in 8.10, 9.04, and 9.10.to do Internet connection sharing. In 8.10 the only way I could get it to work was with WICD and KPPP, many hours spent on this one. I got it to work in 9.04 and 9.10 using network manager, but certainly not out-of-the-box. If someone would like some tips on how I did it, in each case, let me know.
My current challenge is trying to set the dhcp range of dnsmasq (which I am 99% sure is what is handing out addresses) from th 10.42.43.-- address range to a 192.168.0.-- range.
I HAVE edited /etc/dnsmasq.conf and can get the edits to this file to break the setup (dnsmasq will not start) but have not been able to get it to change the IP address range.
It seems that either this file is ignored, or overridden by some other process. I have looked at the very good post at [URL] about dnsmasq but this does not do the trick.
By the way, the way I can get this to work is to start NM, establish my cellular internet connection, then kill dnsmasq then establish my ICS network (on eth0). If I don't kill dnsmasq, then it does bring up the connection, but it then shuts down in a matter of seconds. It is all very manageable using a launcher (kdesudo pkill dnsmasq) on the task bar, but not all that elegant.
the IP range and where this is provided to Network Manager or the network itself is my real question now.
View 7 Replies
View Related
Mar 20, 2010
This has already been asked, and answered here: [URL] but there is one problem, this requires a window manager, and network-manager. I am using Ubuntu 9.10 Minimal with no window manager, and i want to recreate the exact effects of the second post in the above thread.
I have one desktop (Ubuntu 9.10 Minimal) with a USB wireless adapter (wlan1) and an ethernet port (eth0). I want my second desktop (also 9.10 Minimal; connected to desktop 1 via ethernet on eth0) to recieve the connection through desktop 1's wireless. I realize this is rather easy with network-manager, but I am not sure how to go about it through command line.
View 9 Replies
View Related