OpenSUSE :: Organize User Logins And Passwords Within A 6 Person Firm?
Nov 22, 2010
How should I organize user logins and passwords within a 6 person firm? We have several desktops, portables, servers and virtual machines. Everyone should be able to log in on each PC. Ldap seems overkill. Would NIS be more suited?How can I integrate other passwords like samba, mysql, vpn, ... Into this strategy?
View 4 Replies
ADVERTISEMENT
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
May 4, 2010
Attempting to set up a Samba network from my SuSE 11.2 desktop to a windows laptop. Using YaST, a Samba server has been created, and allow users to share has been clicked. Identity is not a domain controller. no trusted domains have been set, and no LDAP settings have been set.
Right now, each computer can see the other over the network. When clicking on the network from windows, a window pops up requesting a user and password.
Konqueror sees both computers under smb://. It also has a window that pops up requesting user name and password. Where do I set up these user names and pass words?
View 2 Replies
View Related
Dec 5, 2009
I am having a problem with some users who get locked out after more than 3 failed attempts at login. This is exactly what I want to see - they will eventually remember those stronger passwords (maybe?) - but how do I re-enable their access? I haven't tried this on a live box but I can easily recreate the situation via vnc to the server in question and I assume the result would be the same. I like the policy that leads to this but I do need to let them back in - eventually. Where is the blacklist kept and how do I edit/reset it?
View 3 Replies
View Related
Dec 6, 2010
Is there software or mechanism that can help the administrator determine if more than one person is using the same user account via a shared password?
View 8 Replies
View Related
May 19, 2011
I am trying to organize a log file by user id and source IP. The data I have is in the form of the following:
Code:
user1,127.0.0.1
user2,127.0.0.2
[code]....
View 3 Replies
View Related
May 25, 2011
I would like to detect every login on my server. Not only ssh logins (virtual terminals) but also physical logins.There is a way to use nagios or a script to watch log files.But I would like to know is there a way to catch that information one step before.I thought about watching /dev/pts for changes but that is not different than log watching and everything does not appear in /dev/pts like a ssh tunnel (ssh -N user@server). These are only visible in logs because ssh tunnels do not open terminals.But I would like to be able to catch these on login.
View 8 Replies
View Related
May 3, 2011
I ran into a user today that indicated that their company only allows them to log in through a terminal session once (no multiple logins). On second try their login window terminates. They are using putty.Is this being accomplished through PAM or sshd ( or some other method)?
View 1 Replies
View Related
Feb 23, 2011
I have a samba server that I had setup using the default smbpasswd backend, and it worked fine. So long as I remembered to use smbpasswd/passwd to setup a user with a username and password matching the account name of a Windows 7 user, then that windows 7 user would be able to navigate the shares with their permissions correctly.I have switched over to using ldap, and: the console/ssh of the machine can correctly use any of the ldap logins getent passwd/group both show the complete listing my Windows 7 machines can all ping the samba server by its netbios name my Windows 7 machines all prompt for authentication if I type \MACHINENAME into explorerHowever, all attempts to access the shares now continually ask for you to enter your username/password, and then fails anyway.No errors appear to be generated on the server (unless I'm missing a log somewhere). Having hunted around on the web, I'm wondering if it has to do with generation of machine accounts (since it tries to access from MACHINENAMEUSER). Without ldap setup, I didn't need to worry about the machine name, but I'm thinking that maybe smbpasswd took care of this somehow.I use the smbldap-useradd tool to setup a user account, which appears to correctly setup the user in ldap, such as:
Code:
dn: uid=sharer,ou=Users,dc=intbus,dc=net
objectClass: top
[code]...
View 2 Replies
View Related
Apr 5, 2011
I'm trying to disable multiple logins for a single user on Ubuntu 10.10 but I haven't been able to find a way to do this on this version
View 4 Replies
View Related
Aug 24, 2011
I'm trying to find a software which could map sftp/scp services to a windows drive letter. I know there are quite a bunch of those available, but i haven't found a single one which could run with SYSTEM or Netservice privileges or have decent command line options so i could elevate the program myself. The mapped drive should be available for other services running on the same server.
Most of the programs (sftp netdrive, expandrive, etc) have only option to startautomatically only when someone logs in. Because of that they are useless to me.Their inability to handle non-interactive starts is a bummer too. FTP->SFTP wrappers don't count as solution despite of integrated windows support for ftp drives. The way they are handled in windows makes ftp mapping unusable without some external ftp drive mapper software.
View 2 Replies
View Related
Jan 9, 2011
I was wounder if there is a way to add two different passwords for one user.
View 14 Replies
View Related
Jan 10, 2011
How to I get linux to stop prompting me for a password and remember it? For instance, when using the root user, I always get prompted, but I would rather only be prompted once per user session.
View 1 Replies
View Related
May 10, 2010
I've just installed 10.04 x64 and I've had some problems with samba (cifs/windows file sharing). It seems like samba is forgetting user passwords, so on every reboot I have to add a password for the user that needs access: sudo smbpasswd -a tietze
I've tried restarting samba (sudo service sbmd restart), but it does not work. I have to add a new password for the user with the command above.
I tried to google a bit for a solution, but only found the following thread with a problem that seems related: [other] Samba forgets user
making samba remember passwords betweeen reboots/shutdowns?
View 1 Replies
View Related
Jul 1, 2011
I just did a clean install of Natty yesterday and have been setting it up for my children and myself. I am trying to set up desktop user accounts for them without them having to put in a password for themselves but have not been able to change this via system/administration/users and groups. Is this a bug or is this feature (turning off passwords at login) turned off in Natty?
View 4 Replies
View Related
Feb 24, 2010
I am doing samba file sharing. I got struct in problem relating reading passwords. I have to read password whatever user enter from web interface and process it. And through that password and username the user must log on from windows system. I have to write appropriate shell script for this. this is all i am doing for sharing files through samba.
View 2 Replies
View Related
Jun 10, 2010
I have couple of users in one machine. I can access the /etc/passwd,/etc/shadow and /etc/group files in this box. I have another box. I want to create some user accounts in the second box by just looking in the passwd, shadow and group files in the first box. I would just copy over the corresponding lines into the corresponding for whichever accounts I want to create as new and also change the lines for which I want to update the account information. Is this possible and will also the passwords work fine? Please also let me know there is any good tool for automatically doing this kind of stuff. Both the boxes that I have are Ubuntu machines though one is running Ubuntu 8.04 and the other is 10.04.
View 5 Replies
View Related
Apr 19, 2010
I was wondering if someone had a logical reason and therefore complete, hopefully that makes total sense, for why when I install Ubuntu I cannot use the 'sudo' command either with root or user passwords. Even if I try to edit the permissions for sudoers, I still recieve an error message that says access is denied and so as the root user on my pc I don't understand why I can't put my name in the sudoers file or use the sudo command with the correct password.
View 9 Replies
View Related
Apr 21, 2010
Running SunGard Banner software on RHEL 4.2 x86-32 bit Linux server Oracle Application 10.1.2.3 samba enabled. Users run processes/reports that are logged in a daily log file. In our daily job submission log files the user password shows up as clear text.The password shows up as $PSWD (sample from the logfile):
$JOB
$BANUID
$PSWD
[code]...
View 1 Replies
View Related
Mar 18, 2010
I have an ubuntu server set up in which i would like my shared media directory to be accessable with multiple usernames / passwords because I use my admisistrator username and password for samba as well, but I do not want to give out that password to all clients in my house. And, I would like to have write permissions but keep other users to read only. Is this possible or do i need to just make one separate username / password for samba sharing?
View 1 Replies
View Related
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
Dec 2, 2010
i just installed linux mandriva 2009. i set password for root and created a user account. when i try to login as root, after logging out as user, it does not allow me and gives the error "root logins are not allowed". even it does not show the root account. if i try to go to root from konsole terminal using su root, it allows to enter as a root but when i try to start the GUI with startx it gives error.not sure what to do and why i can't see my account in GUI mode
View 5 Replies
View Related
Feb 9, 2010
Does anybody know if with OpenSUSE 11.2 something changed in the way the users are logged in to X? I am running an application which uses notify-send command to send pop ups and it is not working properly, but it works in OpenSUSE 11.1, 11.0, 10.x, The same goes for SLED and SLES, all versions.This is what I have found so far.Before the 'who' output was
Code:
$ foo@bar:~/Desktop> who
foo :0 2010-01-26 14:40
[code]....
View 9 Replies
View Related
Apr 5, 2011
In my recently installed openSUSE 11.4 system I am using Kwallet to store all of my private passwords and also those associated with my Kmail accounts. All of these passwords appear correctly in Kwallet, but it seems there is a problem with Kmail accessing them.Whenever I start a new session, Kmail loads first and is followed by Kwallet. When Kmail then tries to do its first mail retrieval it stops and asks for the account password. I type this in and then Kwallet requests its administrator password. Once I type this in, my mail is downloaded and I get no further request for the passwords during that session.
The same thing happens when I attempt to send my first email of the day. I get a Kmail request for the SMTP account password. I've tried changing the Kwallet settings so that it doesn't close when unused for a period,or when the screensaver kicks in, but this (predictably) has no effect. In the Access Control screen, both KDE Wallet Manager and Kontact are shown as 'Always Allow' and I can see no other settings in either Kwallet or Kmail which are relevant to the problem.My guess is that the problem occurs because Kmail starts up ahead of Kwallet and therefore doesn't load the passwords initially. But that may be a red herring as I'm not familiar with the way Kmail and Kwallet interact.
View 4 Replies
View Related
Jun 23, 2011
Having an issue with networkmanager. When I login it is not automatically connecting to my wireless. When I click on networkmanager icon it has the correct connection. When I click the connection I get asked for 3 passwords
1) System policy prevents control of network connections Password for root:
2) System policy prevents use of user-specific connections Password for root:
3) kde wallet managern Just a little annoying.
Anyone know how to fix this ? My machine got a fresh install of opensuse11.4 with my /home restored from backup.
View 9 Replies
View Related
Nov 22, 2009
I am so confused! I changed my security profile to 'paranoid' (i'm a linux noob' and accidentally locked my self out of everything! Including su, sudo, YaST, etc. (openSUSE 11.1)
View 9 Replies
View Related
Nov 6, 2010
I was wandering if it is possible to have the wifi passwords encrypted like using gnome keyring functionality without actually installing gnome.
The problem with Kwallet is that either I can leave the password blank, which doesn't encrypt the file with passwords or I can enable the password and then the wifi passwords are stored and encrypted, however I have to manually enter the Kwallet password each time I reboot.
View 1 Replies
View Related
Jul 26, 2010
I am new to this and I recently switched to Ubuntu on my laptop it is a lenovo thinkpad R61 it has in intel centrino chip and i can't get the mic to go through to the other person. i can hear them just fine and i can hear myself through my speakers but the other person can not hear me. I don't really know much about Ubuntu so I will give you any info you ask for as long as you can tell me how to get the info.
View 9 Replies
View Related
Sep 13, 2010
Got this message when trying to login as root on a machine running 11.2. Isee it has also appeared on another machine running 11.2. So far, 11.3 isfree of this malady. I sincerely hope this is a bug and not a feature.--Graham Davis, Bracknell, Berks. E-mail: "newsman", not "newsboy"."It pays to keep an open mind, but not so open your brains fall out." - Carl
Sagan
View 9 Replies
View Related
May 21, 2011
I have change my folder permission to #chmod 700 foldername
How could I allow one person to access the folder and the rest do not have access? if the person username is username1.
(i do not have admin right)
View 1 Replies
View Related