OpenSUSE Network :: Windows Logon Account Locked Out?
Jan 11, 2010
I've installed oS11.2 on a test box and joined it to our office domain without a problem. It's presently using winblows domain for authentication.
I can login normally, but when I attempt to unlock the screensaver using my windows credentials I am told that my account is "locked out, contact admin..."
A quick look at AD shows that my account is indeed being locked out, presumably when the 11.2 locks the screen.
what's causing this and how I can correct it?
View 7 Replies
ADVERTISEMENT
Jul 23, 2010
on the same SAMBA server, can I have a net logon profile for WinXP and another for Win7?
View 6 Replies
View Related
Nov 29, 2010
How do i list all locked account in my linux distributiion I have tried passwd -S -a but it seems to not working . My distribution details.
Code:
# lsb_release -a
LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch
Distributor ID: OracleVMserver
[Code].....
View 1 Replies
View Related
Mar 23, 2010
I am using OpenSuse 11.2 and Samba/Kerberos to authenticate to a Active Directory Domain Server. It works fine if the enter the correct password, but if I enter an incorrect password samba keeps trying to used the same credentials to authenticate, and after five attempts AD locks out the account. I verified this with wireshark. I can't find any configuration options to limit attempts to one and then ask the client to renter the password.
View 6 Replies
View Related
Jul 18, 2010
I am sometimes getting the following msg, asking me for a password... enter password for default keyring to unlock, the application 'Account Manager' (/usr/libexec/mission-control-5) wants access to default keyring, but it is locked. I have never seen this before and I have no idea what the password would be (since I've never set a "keyring" password).
View 4 Replies
View Related
Jan 26, 2009
How can I add Windows Domain Account to VBoxusers group? To permit this user use VirtualBox Apps.
View 3 Replies
View Related
May 2, 2010
Had setup ssh in openSUSE 11.2 and modified the configuration file /etc/ssh/sshd_config to PermitRootLogin noHowever, I am still able to login through ssh as a normal user and then do a su to switch to a superuser/root.Isn't PermitRootLogin no supposed to prevent this?
View 4 Replies
View Related
Dec 30, 2009
I manage to get my mobile broadband working (connected, I mean) in both root & user account. However, my web browser, IM etc only work in root account.In user, knetworkmanager does show that my Huawei E160G is working fine, connected but I still can't surf the net & chat. I've included the dialout & uucp group for user account but that still doesn't resolve the problem
View 9 Replies
View Related
Aug 19, 2010
I want postfix to send me the root mail to an external account, but I never do it and I don't know how to do it, anyone can explain me how to do it?
View 1 Replies
View Related
Sep 29, 2010
we got our apache server (running opensuse 11.2) hacked yesterday and I see doing a lsof -i that a bash command using account wwwrun connects all the time to a botnet [URL] and even if I kill it, it reconnects again and again. I've clean the /tmp folder, I've check the crontab but I can't find it.
View 5 Replies
View Related
Feb 11, 2011
Apache is run as www as is all the files/folders. People are uploading via FTP, scp, so the problem is if I chmod so everyone can read, then rsync as a user it works until new files are added which then my ; if rsync fails with a permission denied. Now I can add a chmod in the script so everyone can read, but since www can already read, I figured I would just change my script to use www. I added the ssh key to his authorized_keys file, but when I try to just ssh in I see this in the secure file;
server sshd[29539]: User www not allowed because account is locked
sshd[29539]: Failed none for invalid user www from ip port 54983 ssh2
Now I read a few places already saying I need to add a password to the account, etc. but before I jump and try all I read, 1st major one, will this now break apache? Will this affect any startup things, etc. and .... will that unlock that user for ssh in or is there another preferred method?
View 6 Replies
View Related
Mar 26, 2011
Having an Error with a commercial Account program Called Pastel Accounting [URL]When I invoke multiuser Access to opening one account set
of books with multiple users for opening one account, it produces an error. I'm able to open the one set of books with a password. But when trying open the same set of books from another computer, it produces an error. The attached file shows the error. The Database engine is Pervasive Corporate Site > Home. This is the version I'm running and my script below. Samba version 3.5.8-30.1-2516-SUSE-SL11.3-i386
[code]....
View 5 Replies
View Related
Jan 26, 2010
Our system is based on RH4 and is using pam_tally and faillog to record failed attempts and to lock users out after 5 attempts. We have a requirement to provide a normal (non-root) user logging onto our system, with information regarding the number of failed logon attempts made on their account before the current successful logon (similar to the functionality provided by HP Protect Tools on Windows). My first idea was to add 'faillog -u $USER' to the bashrc, however by the time the bashrc is run - the user has been successfully authenticated and the faillog has been reset back to zero.
View 5 Replies
View Related
Feb 2, 2010
I have active directory users. User can log on with username/password from active directory in ubuntu. Users have their directory on Windows file server. They have read and execute rights on file on windows file server with same username and password from active directory(192.168.2.1/file/username for each user). I want that user's directory on windows file server mount to /home/username/disk on logon for each user, which logon in ubuntu.
View 1 Replies
View Related
Jul 16, 2011
I have a problem with the Google search box top right corner in Konqueror, when entering search I recieve an error page "Unsupported Protocol" Google asks for ioslave or kioslave. Also when highlighting text on a page and right clicking with the mouse no search option is given. I created a new user and all works as it should for the new user. What is wrong with my user account? I have reset default values in Konqueror setup.
View 3 Replies
View Related
Mar 12, 2010
I have a PC running Opensuse 11.0 Linux. I currently login using ssh with putty. However this is a command line login. How to do a remote xserver login from windows to run a gnome or kde session. what software should I use?I have the root password for the Linux PC and admin privileges on vista.
View 2 Replies
View Related
Sep 5, 2010
I have a logon script set in the startup folder "All Users > Startup > logon.bat" and it nicely mounts network drives from a Windows Server 2003 computer. The script is as follows:
<logon.txt (.bat) attachment>
Very simple. Now what I need to know:
- What is a batch equivalent and what commands will I need?
- Where is/how do I use the equivalent to Startup folder
- Can I get it to mount in the Computer folder or will it be mounted through root ("/") or can I have it easily accessible (maybe the Desktop)?
- Is there a way I can get the equivalent to the Windows password vault (remember passwords for certain addresses) and;
- If not, can I get the script to request Username and Password from the user for the mapping?
- Can I write to the folders if the user has permissions to write (had trouble with smbmount doing this)
View 3 Replies
View Related
May 25, 2010
Since upgrading to 10.04 my network connection asks for key/password every time I logon. Where/how can I make ubuntu remember my key/password?
View 2 Replies
View Related
Oct 28, 2010
I would like to send emails form my server using my gmail account.Does anybody know how to do it?
OS = OPENSUSE 11.3 server installation - NO GUI....
View 9 Replies
View Related
May 29, 2009
I'm running Ubuntu 8.10 and I want to setup a VPN connection. Problem is the VPN tab in Network Manager has a lock and won't let me add any new connections. I've installed open-vpn but still have no option to create a new VPN.
View 5 Replies
View Related
Dec 10, 2010
I have 3 computers. One running openSuse 11.3 with SAMBA and the other 2 are Windows 7 Professional boxes. I have the same user name and passwords for all three boxes.
From the Linux box I can access one of the Windows 7 boxes but the other won't accept my user name and password. The one that won't accept has Windows LiveID Sign-In Assistant installed. Apparantly that's an automatic install now.
I've read that there is a bug with the SAMBA libsmbclient [URL].
I tried updating via YAST but still end up with version 3.5.4-5.1.2 and this doesn't work.
View 1 Replies
View Related
Apr 25, 2009
I'm using Debian Squeeze. Just noticed that my system time has slipped back an hour and I can't adjust it because even though I give the root password, the buttons remain inactive.I checked a few other apps that need root authorization and found that - System --> Administration --> Network behaves in the same way.
View 8 Replies
View Related
Mar 9, 2010
I just intalled OpenSuse 11.2 on VmWare Server 2.0.2, the network is configured as Bridged and is sucefully configured a fixed IP in my network. Ok... The problem is... I can ping / trace all addresses from OpenSuse console. But I Can't wget all of them... It's a random thing. the same address that trace's ok, don't work for HTTP.
View 2 Replies
View Related
Aug 29, 2010
I have a HP Pavillion DV7 laptop running Ubuntu 10.04, and I am having some problems with Ubuntu handling a network connection. Every so often, I leave my computer in locked mode overnight to download something. But, when I do this, the network just deactivates early on [there is a symbol of a blank wireless symbol with a red "?" by it]. Both the wireless and wired network connections are deactivated, and I am using a wired connection. This also sometimes happens in suspend mode, too, but less often. I have to restart my computer before it will connect again, as logging out and back in again does not suffice.
View 1 Replies
View Related
Mar 29, 2011
I had dual boot on my Asus laptop, Windows and Hardy. Then my Windows XP crashed and the person who repaired installed Windows 7 but didn't preserve the dual boot prompt on startup. I've explored BIOS but there seems no way of accessing my Ubuntu partition that way.
View 9 Replies
View Related
Jun 20, 2010
My main PC has AN Athlon X2 4600+ on an Asus M2npv-vm. Has been working fine for ages running Ubuntu. Today it the system locked up and I had to do a reset. Since then it will not connect to the router or cable modem. I can connect another PC to the router, so that looks okay.
What can I do to test the network connection from Ubuntu? It's not even getting an IP.
I suppose it could be something has died in the hardware, but want to eliminate other possibilities first.
View 2 Replies
View Related
Apr 5, 2011
I have two partitions on my HDD. A Windows XP (hd0,2) and an Ubuntu 9.10 (hd0,1).I have been using the Windows mainly and ran a program that changes the HDD's serial number. Now when I boot up and Grub loads, I try to access the Windows partition and get the following error:
Error: No Such Device: 2e3857fb3857c08f
I am still able to boot the Ubuntu partition but can not seem to get grub to point to the Windows partition any more. This is very frustrating as I really need to get back into that partition soon.
View 9 Replies
View Related
Feb 10, 2010
I've got several Dolphin windows open which are deliberately carried through
from one session to another, so I can't see why it thinks I need a new one
each time I logon.
I'm using OpensSUSE 11.2, KDE 4.4.0.
Graham P Davis, Bracknell, Berks., UK. E-mail: newsman not newsboy
"I wear the cheese. It does not wear me."
View 1 Replies
View Related
Dec 14, 2009
Sometimes my user list is empty on start-up. When it happens the buttons beneath the empty list (shutdown, suspend and restart), are not responding. As a work-around I login to the first terminal as root to restart the machine and usually my normal user account appears back on the list. This morning the reboot work-around didn't work any more..
View 4 Replies
View Related
Nov 26, 2009
After one of the updates (the same day as the kernel was updated) my Startup Theme has been changed from standard SUSE light-green to a dark SUSE EDUCATION.
I'm not talking about GDM logon (this is OK) and not about Bootloader screen (also OK).
I meant a progress of the SUSE loading.
I have Open SUSE 11.1 with GNOME and some software from EDUCATION repo but not a Education release.
View 3 Replies
View Related