Ubuntu Installation :: Restore Users & Passwords?

May 4, 2011

I upgraded from 10.10 to 11.04 (32 bit) with a clean install as the "upgrade" option in update manager failed. I'm setting up the system again and want to restore the backup I took prior to upgrading, however due to the upgrade I don't want to just re install everything. The following have been backed up

/etc
/home
/usr/local
/var

Now there are various things that are different such as firefox 3.x has become firefox 4 Open office is gone, long live LibreOffice, my proprietary Nvidia drivers don't seem to be trusted yet, all the repositories will be different etc. I will re install all the applications fresh from the software centre, but I would like to restore all the users and passwords and their home directories,

So I don't I want to restore /etc or /usr/local en masse. I guess /var is not worth restoring either /home gets me their files but how do I restore the users and passwords? (there are about 8 registered users some of whom have different privileges) and the user ID need to be the same as they all access a NAS through nfs)

View 1 Replies


ADVERTISEMENT

Ubuntu :: 3 Users Only Want Passwords For 2?

Mar 2, 2010

I am trying to set up Ubuntu like I had on my windows PC. I have my account, my wifes account and my kids account. I want passwords set for both myself and my wife but I don't want the kids to be required to have a password to log in. When setting up Ubuntu, it looks like it was all or none. I have dabbled with Linux off and on for years and am sure there is a way to set this up but I have no idea how.

View 8 Replies View Related

General :: Restore Mozilla Saved Passwords Ubuntu/ Thunderbird Recover?

Nov 16, 2009

I have done some searches and none of them tell me how to recover or where/what the file name is for the Mozilla passwords. I was able to recover the bookmarks. orrupted my system doing the 9.4 to 9.10 upgrade and I am trying to rebuild the user one piece at a time.I also need to know how can i recover my mail from Thunderbird. Basically I have set up a new user and am trying to move stuff over from the old user one piece at at time until I can figure out how to fix the old user.

View 14 Replies View Related

Fedora :: Delete Restrictions For Users' Passwords

Dec 22, 2009

I have Fedora 10 installed. I want my users to be able to use any password they want. So I edited /etc/pam.d/system-auth, the password section.
Was:

Code:
password requisite pam_cracklib.so try_first_pass retry=3
password sufficient pam_unix.so md5 shadow nullok try_first_pass use_authtok
password required pam_deny.so
Become:

[Code].....

View 2 Replies View Related

General :: Viewing Counts Of Old Passwords Associated With Users

Aug 19, 2010

I'm configuring a CentOS 5.4 workstation. I have been able to apply most of the security that is required. I have met all but one logging requirement. How do you get the count of old passwords associated with users? I don't need to see their passwords just how many times they have changed them. I have set remember to 24 in the /etc/pam.d/system-auth file. I don't know where the file is that contains this information.

View 1 Replies View Related

Security :: Console Users Logging In Without Passwords?

Jul 19, 2010

Sitting at the console, I log in with any user name and NO PASSWORD IS REQUESTED. I get logged in automatically without entering the user's password.

I did:
passwd joeuser

To change his password and still he goes right in without being asked for a password!

Possibly related- 10 days ago, my smtp server was breached as a spam relay. The username they cracked was deleted. I added fail2ban for postfix. The logs show no further intrusion.

View 14 Replies View Related

Security :: Make The Same Users And Passwords For Several Machines?

Aug 11, 2010

How to make users, groups, paswords and their IDs be the same on several computers (for example, on cluster)?

View 6 Replies View Related

Ubuntu Servers :: 10.10 - Cannot Save Multiple Users And Passwords With Htdigest

Dec 12, 2010

On other editions of ubuntu server I had no problem saving multiple users and passwords with htdigest but now it seems it is only possible to save one user and password.
Code:
sudo htdigest -c /etc/apache2/passwords directory user
When I add a second username and password for the same directory it overwrites the first.

View 1 Replies View Related

Debian Configuration :: Migrate The Users Without Resetting Their Passwords?

Aug 13, 2010

I have an old server running CentOS 5. The encription method used was the default MD5 for the shadow file. I would like to migrate the server to Debian Squeeze which uses SHA512. I have already copied the passwd, group and shadow file with the user accounts information but the Debian machine doesn't let the users login. I have already looked in the pam files to make it accept the MD5 encryption without any luck. how can i migrate the users without resetting their passwords?

View 1 Replies View Related

Security :: Permitting Users To Ssh With Out Typing Their Passwords Via Kerberos?

May 24, 2010

Is there a way to use kerberos (or baring that a trusted CA) to allow users to ssh across machines in an environment isntead of having to manage the hash keys per user/server? I'm using kerberos+ldap to log folks in and get their settings but I'd like to take it a step further. I've been reading a lot but still can't quite get it all to come together.

Do I need to create a SPN for each host to do this? Sorry if I am asking a dumb question, I am returning to the *nix fold after a decade+ in the Microsoft world, be gentle with me.

View 3 Replies View Related

Server :: Program For Squid To Allow Users Change Passwords

Jan 8, 2011

I am using squid + dansguardian for web and content filtering. And it is working fine. I am forcing users to use proxy through browser configuration. Now I am planning to add another layer to controlling access using ncsa_auth program. I know it is not the most secured but I am fine with it. Plain passwords are fine with me.

I will be giving users some default passwords but I want some program for allowing users to change the passwords for the respective users if they want. Is there any perl script or something web based for the purpose that anyone is using or know of?

View 3 Replies View Related

Server :: Web Based Simple Page To Change Passwords Of Squid Users?

Jun 3, 2010

just now i have installed squid, it works fine with authentication . I created this authentication in a simple text file by using htpasswd . my question is that is there any web based simple page to change passwords of squid users, because each and every time i cant give direct access to server for my squid users .

View 1 Replies View Related

Software :: Proxy Server That Will Support Having Authenticated Users / Passwords In MySQL?

Nov 29, 2010

Im trying to set up a Proxy server on my CentOS server and I have been looking at Squid, however I wondered if there is a proxy server that will support having authenticated users and passwords in a MySQL database?I wanted to do this so I have good control over who is connected through my proxy.

View 6 Replies View Related

Security :: Centralize Users And Passwords And Also Create Controls For User Access To Some Equipment?

May 12, 2011

I'm planning to centralize users and passwords and also create controls for user access to some equipment, for example, Linux Servers, Switches, routers and firewalls. In case of failure of the link between the ACS and AD or equipment to the ACS, this device would use local username and password.

At the moment, my AD structure is a Microsoft, Cisco ACS servers and Linux Standalone. I wish that both linuxs servers and network equipment were authorized by Cisco ACS on the accounts that are in Microsoft AD.

The configuration of the Cisco ACS to use the AD is done and no problems, the network equipment is OK too, but am having difficulties configuring the server for this solution.

View 1 Replies View Related

Software :: Import Windows Users / Passwords Into Openldap Server - Ldap Migrate Migration?

Nov 18, 2009

I am looking for ideas for getting windows users into an ldap server. I am currently running a Linux server for my department and need to create an LDAP server which mirrors the username/password information for all of us as they are stored in the windows server here. I have the openldap server up and running on Ubuntu 8.04 and it works great; I now need to find some way to import user info into this from windows. I've seen discussions of using ldifde.exe to export the AD users into an ldif file. Is this the simplest way to go about it?

Our Linux server is currently providing us with much needed services using apache, and apache is authenticating using LDAP to our windows server (Using our windows username / password is required functionality). This windows server has some problem which causes it to delay for inordinate amounts of time between authentication requests and responses. The situation is such that this problem will not be addressed by IT staff. However, I have control over the Linux server so I am looking to just mirror the windows server on an LDAP server of my own. I could get away with updating the passwords in the Linux server.

View 1 Replies View Related

Ubuntu Security :: Seahorse Export Menu Is Always Disabled - Export The Passwords To Restore It After Formatting Machine?

Jun 12, 2010

seahorse export menu is always disabled. I need to export the passwords to restore it after formatting my machine.

View 1 Replies View Related

Ubuntu Security :: Multiple Passwords \ Possible To Have Two Passwords For One User Account In 9.10?

Jan 7, 2010

I wonder if it is possible to have two passwords for one user account in 9.10. I have a long login password (5 words about 45 characters with spaces caps). I would like to set a shorter password for Authentication, sudo, etc. While retaining the original for logging in.In short:Have long password to login to computer.Have short password for everything after login.

View 6 Replies View Related

OpenSUSE Network :: Pull AD Passwords From AD And "auto-create" The Associated Samba Users

Feb 15, 2010

Don't worry, I know - that title probably makes this question seem way more complicated than it actually is. Here's the situation: I have a server running SLES10 with a samba share set up on it. I created a username in Samba and Linux for myself, can access the share, permissions are fine, yadda yadda. Now I want to give about 100 more people access to it.

I have active directory running which users log into and I'd like them to be able to use their active directory passwords to authenticate to the share, rather than have me create 100 individual Samba/Linux accounts. In the future the AD server will be changing over to server 2008 but I'll cross that bridge when I get there. It would be equally effective if I could pull AD passwords from AD and "auto-create" the associated Linux/Samba users. Any ideas or could someone point in the right direction?

View 5 Replies View Related

Ubuntu Installation :: Lynx Won't Accept Passwords?

Jun 12, 2010

this is just weird. Did a fresh install from the alternate CD, including deleting original Win XP partition. Installation went just fine. Building this for my wife, so when asked for user name and password, entered those for her. As required, enteressword, then re-entered for verification. When setup completed, I tried to login, but absolutely could not. System recognizes the keyboard, responds to enter key, enters dots in the PW box as I'm typing but only returns Authentication Failed.

Thinking I must have mistyped the PW both times, I reinstalled. This time, I created my user name and password; the one my hand muscles know so I don't even have to think about it. Get to the end, reboot and, I can't log in!Does anybody have any idea what's going on here? I'd truly love to find out; my wife is getting restless

View 5 Replies View Related

Ubuntu Installation :: Httpd Passwords On Mythweb Won't Work After Upgraded To Lucid Lynx

May 13, 2010

My Mythweb is asking for authentication but none username/password will work. It just prompts for authentication over and over again. I've found few configurations regarding authentication:

in /etc/apache2/httpd.conf I have following lines:
<Directory "/var/www/mythweb">
Options Indexes FollowSymLinks
AuthType Basic
AuthName "MythTV"
AuthUserFile /etc/apache2/httpd-passwords
require user user1 user2
[Code]...

none of the username/paswd pairs in Authuserfile are working? Can there be yet another file / configuraton somewhere? How do I know which one apache is using right now?

View 1 Replies View Related

Ubuntu Installation :: Multiple Admin Passwords - Opration Requires Root - Administrative - Privileges

Jan 10, 2011

I downloaded a driver for my printer today and I opened it in the terminal. Then a window popped up saying "This opporation requires root (administrative) privileges. Please enter the administrative password below:" I typed in the same password that I use when authorizing the installation of programs from the Ubuntu Software Center and I tried it multiple times. Each time, it rejects the password. I even tried downloading something else from the software center, just to make sure the password was correct, but the system had no problem with the password when downloading from the software center. So, is my software center password different from my administrator password?

View 9 Replies View Related

Ubuntu :: Restore Point System Restore To As It Was Newly Installed?

May 7, 2011

are there any sweeper / cleaner apps which can take back my installation as to when it was new. I know home directory could have config files etc..but that doesnt matter, i want all packages and applications reset to how it was when i had a clean install. I am using Natty

View 2 Replies View Related

Ubuntu :: Iptables-restore Server Does Not Restore At Boot?

Jan 27, 2010

what could this bei saved my correct iptables file @ Code: /etc/iptables.up.ruleswhere webmin is looking for it.webmin config is to automaticly boot this file and addes a line at.

Code:
/etc/network/interfaces
file

[code]...

View 4 Replies View Related

Ubuntu Installation :: Refresh - Restore Current Installation Without FULL Reinstallation

Apr 7, 2011

I installed Ubuntu Lucid Lynx a while ago. but then upgraded it to 10.10

I don't have the CD with me right now and i need to fix some mistakes of mine (being a n00b to ubuntu) urgently i.e. i can't wait for morning. Is there anyway i can rollback to the time when my ubuntu installation was in mint condition?

One more thing. Let me tell you my mistake. Almost a month ago i installed Apache2 on my Laptop (for LAMP). and now i have to install Apache Tomcat for JSP development. but the problem is that the files made by Apache2 and the PHP5 installation i made are not removed with

Code:

Code:

So now the apache2 files are superseding the Apache Tomcat. hence i cannot distuinguish between apache2 or apache tomcat when i goto:

Code:

So if anyone has a way of ridding my laptop of this disease without complete overhaul, please post your replies here.

Until then, I will have to defect back to Windows.

View 1 Replies View Related

Ubuntu Installation :: Restore BURG After Installation Win7?

Jul 16, 2011

I've searched around but did not get any good tutorial that can explain me hoe to do this. I installed ubuntu 10.10 in hd0,sda7 file system ext4.installed burg for better ui.Everything was working fine since I reinstalled windows in c: drive (that is hd0,sda1). How can I restore burg?

View 1 Replies View Related

Fedora Installation :: Restore GRUB After Win7 Installation ?

Jul 20, 2010

I just installed Win7 (I need it for work -.-") and, of couse, it installed its boot loader and I can't boot F13 any longer. The question is, how do I restore GRUB from a F13 live installation media without destroying Win7?

I remeber trying something like that a couple of years before when I had the same issue:

Unfortunatelly, that doesn't work and at the next boot I am stuck with Windows again how to restore grub from a F13 live CD?

View 1 Replies View Related

Ubuntu Installation :: Take Image Of A Machine And Restore It?

Jan 2, 2010

How can i take a image of my Ubuntu machine. I have used Norton Ghost to take image of my C drive (that contains windows XP). Is there any software available that can do the same for my Ubuntu machine?

View 3 Replies View Related

Ubuntu Installation :: 9.04 - Any Way To Remove Grub And Restore MBR

Jan 19, 2010

I have installed Kubuntu on a usb stick. I installed version 9.04 from a disk that came with linux magazine. After installation I can only boot pc if the usb stick is plugged into pc before I turn it on. I then gat a menu with 5 options. The first is Kubuntu and the last is Windows XP. If I try to boot my pc without the usb stick plugged in I get a GRUB error message.

I think this is the GRUB menu which means that it must have amended the Master Boot Record. If I try to boot my pc without the usb stick plugged in I get a GRUB error message. This is generally a minor inconvenience and a great security measure. My worry is that I am notorious for losing usb sticks. If I lose this one I wont be able to boot pc. Is there a way to remove GRUB and restore the MBR?

View 4 Replies View Related

Ubuntu Installation :: Restore 9.10 To All The Defualt Configurations?

Feb 15, 2010

I just got installed ubuntu karmic koala 9.10 on my laptop and fiddle too much with the system configuration files. Now I notice that most of my permissions are not working in my login. How do I restore my Ubuntu setting, which are as good as freshly installed OS and also Not disturb any of my currently installed application on the system ??Note: I repeat "I really dont want to disturb my of my currently installed applications on my ubuntu and yet want to restore my system to freshly installed OS settings. All the applications that I have installed is a whopping 3 days of googling and hardwork in getting them working "Some of the freaky things happening in my system:

1. I am not able to see Battery notification and Network notification y workaround: execute "sudo /usr/bin/gnome-power-management" and "sudo /usr/bin/nm-applet". I am not able to lock my screen3. I am not able to access my windows drive. Which otherwise when worked normally used to prompt me to enter my password, post authentication I was able to access my drive

View 5 Replies View Related

Ubuntu Installation :: How To Restore Grub In 9.10 With Wubi

Feb 22, 2010

i hav dual boot system with Windows Xp and Ubuntu 9.1 using Wubi i have 5 partitions at one 250gb harddiskwindows is working on C:i have ubuntu on the 5th on G: installed under windowsWhile i am experimenting with startupmanager i selected to show spalshscreen and restarted ubuntuthen i found a problem with grubani have only a terminal to enter grub commands named sh:grub:>how can i restore the grub and boot into ubuntu

View 9 Replies View Related







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