General :: Svn User With Very Restricted Possibilities?
Mar 15, 2010
I would like an svn user which is able to check in/out to/from my svn repository by using vn+ssh://svn@blah... but without being able to just log in using ssh or use scp or anything else.s that possible?If I understand, system user accounts have no way to log in (even if we set a home folder, a shell and a password for them ?). But then I did not manage to set things up so that it can use my repositories.
View 2 Replies
ADVERTISEMENT
Feb 16, 2011
I have folder inside /usr folder /usr/mywork and I want to make user account can only access and modifies files in it and this user can not modifie files out of thus maybe by using rssh or sftp
View 2 Replies
View Related
Jun 15, 2011
MACHINE: HP Proliant DL260G5OS: SLES 11 SP1kernel: Linux xserver 2.6.32.12-0.7-default #1 SMP 2010-05-20 11:14:20 +0200 x86_64 x86_64 x86_64 GNU/LinuxIt is used as remote xserver in a LAN.I have configured /usr/lib/restricted/bin/.rbashrc with some environment variables but when the users logon in the system finally is executed $HOME/.bashrc and some environment vars are overwritten.
View 2 Replies
View Related
Jul 19, 2010
I have a very annoying problem with my Lucid (installed with ubuntustudio's alternate dvd). Two out of four times when I log in my account has some restrictions. I can't mount devices on nautilus and the shutdown button won't be displayed. If I log out and log in I see the restrictions again. Only restarting (with "sudo shutdown -r now" or so) may give me a normal session. On the console works everything normal. I mean i can sudo with my password.
View 2 Replies
View Related
Dec 13, 2010
In CGI scripts, there are certain files that are getting "permission denied" when it seems they should be accessible by the apache user. I am running the default package install of apache under fedora. Here is an example:The following is /var/www/cgi-bin/test.pl
Code:
#!/usr/bin/perl
use strict;
[code]...
View 9 Replies
View Related
Aug 10, 2010
We have a customer that wants to look at other possibilities regarding deployment of redhat server. They are now using Altiris. Do you have any other good software, free or not free.
View 1 Replies
View Related
Jan 25, 2010
I have a NAS on which I created a share with CIFS that has restricted access (that is: you need a username and password to access it). The reason is that I don't want any user in the network to mount this share.On one computer I have Bacula installed to run backups. I would Bacula to store the backups on the NAS share. So I mount the share in fstab. Works fine but the share directory is not read+write for all users but only for the root (since the mount was done for the root).The line in fstab:\readynasackup /readynas cifs user,rw,password=thePassword,username=bacula,umask=017 0 0How can I have Bacula (running as user Bacula) get read+write access to the directory representing the share?I tried to remove access control to the share but the directory representing the mount remains readonly...
View 1 Replies
View Related
Mar 29, 2010
I have just installed ubuntu 10.04. How do I install encoders for window audio media files? I had them installed on 9.04 but that was over a year ago. I seem to have forgoten.*
View 5 Replies
View Related
Apr 28, 2011
I just started using Linux, more specifically the Ubuntu distribution, earlier today. I am attempting, and failing, at setting up my wireless with a usb device. My device is on the list of those supported, and I am trying to install ndiswrapper so that I can use the windows drivers. My problem is, my access is restricted. I can not save to anywhere on my File System. Anyone know how to fix this problem?
View 2 Replies
View Related
Jan 24, 2011
My home directory's permissions allow only myself access to it. Is it possible to put a file inside my home directory with.. say.. full permissions, and create a symlink to it so other users can access that file alone inside my home folder? System is Ubuntu Karmic.
View 2 Replies
View Related
Feb 2, 2010
I want to add 50 new users, not on the server yet I want to add them all to group Accounting - with 1 option, not user by user I want to setup a default password for them all, and have it say something like 'You must now change password or no access will be permitted' Any other options I also want to do once, not for each user?
View 3 Replies
View Related
Jan 15, 2010
I am using mint 8 for a 2 weeks, I am noob to linux but I like Mint than any other linux distro which is great alternative to windows. I have a problem regarding password reseting.
1. My laptop automatically get logged in without asking user name and password.
2. I tried to change password for newly created user and root user using graphical way but it does not work.
2. I can perform administrator task using only OEM user which is default inbuilt user of mint.
How can make my laptop to ask password when mint get booted? How to change password for other users?
View 1 Replies
View Related
Feb 25, 2010
I've looked everywhere but I can't find where to change the default box for incoming mail, or am I on the wrong track. It's a nuisance having to change folders and I can't configure wastebin to empty on exit.And I can't get kmail to import from evolution. Do I have to go to the evolution storage and do it manually, and if so, how do I do that?
View 1 Replies
View Related
Dec 11, 2009
I am using the sudo command to log on locally as another user by the following command:
sudo -u theotheruser -s
or
sudo -u theotheruser sh
As I see it, this initiates a new shell with the mentioned other user.However, this doesn't load that users profile from his home directory.Is there a way to automatically read the users profile when login in with selected command? I am mostely interested in getting a working prompt when logged in.
View 11 Replies
View Related
Mar 8, 2010
I'm developing an application in which one user must run java software that I'm compiling as another user. I wanted to give user A permission to see the bin direcory of my workspace, which is in the home directory of user B. I was wondering how can this be done? I gave the bin direcotry full read/execute premissions, but since it's in my home directory user A can't navigate to it.
I know there are a few ways I could get around the problem but they arn't very elegant. I was wondering if there is a simple method for giving a user access to a specific directory without giving access to all the parent directories. I tried symbolic link but user A still can't access it, and a hard link to a directory isn't allowed in Linux. I don't feel like making a hard link to every single file in the bin directory, and I'm not sure that would work anyways, since every recompile overwrites them.
View 7 Replies
View Related
Sep 28, 2010
What is the difference between creating a "regular" user and creating a "system" user on Linux?
For example:
Code:
adduser john
Code:
adduser --system john
Similarly it seems there are normal groups and system groups. Doing an internet search and reading man pages does not give much information on the whole concept of system and regular user/group.
View 1 Replies
View Related
Oct 5, 2010
How do I disable and change the user password using SSH on a Linux
View 3 Replies
View Related
Jul 20, 2011
I'm looking for a Linux command that can change ownership of all files belonging to a given user,preferably in a targeted directory, to another specified user. My dream command would look something like this. chuser -R --olduser tom --newuser jerry
This is my scenario... I have a backup file (.tgz) with user and group information preserved in it. It was taken from a web server running Apache and MySQL. The files in the backup are from across the system and contain files from several different users and several system type accounts and it is key that when restored on the new server the settings are not lost. The problem is that the users on the machine the files are being restored to don't match the ones in the backup file. For instance both machines had a MySQL user but they have different user ids and there are several user ids that existed on both machines that belong to different users. This means there is no way to sync the users on the new machine to the ones on the old machine. I can find all the users files with the find command like this...
find /decompressed-backup-dir -uid 1050
or
find /decompressed-backup-dir -user tom
If, as I suspect, there is no way to do what I want with a single command then perhaps there is a way to pipe the results of the find command to another command to handle the ownership change?
I could do this with a PHP script but there are 4GB and tens of thousands of files in the backup so I don't want to use PHP or Perl but I would be happy with a shell script that could handle it.
View 2 Replies
View Related
Jul 28, 2011
i'm new to linux and just installed Ubuntu and decided to play around with it. i just executed
Code: useradd test which supposedly creates a folder in the home directory '/home/test' but when i look in there i can't see it i also did a
Code: grep test /etc/passwd which returns: 'test:x:1001:1001::/home/test:/bin/sh' which i believe means it is meant to exist.
Addendum: I have also now noticed that when i log in and log back in i have the option to login as 'test' but it prompts me for a password which i did not set :s
View 5 Replies
View Related
Jan 6, 2010
I was having trouble with a .deb package unpacking issue. I did the magical restart and now my new video card is working, but I have a "new restricted driver in use" icon in my bar.
View 5 Replies
View Related
Apr 14, 2010
I'm trying to lock down SSH for a particular user who wants to use my server for some development, so I'm making him a little play area.
Problem is I'm having difficulties locking the account down.
I've implemented bashrc which appears to be what I wanted at first, restricting the user to a user directory of my choice, but I now find that firstly the user can't use cd at all, not even cd to directories within the users home directory.
But also I've found bashrc to be pretty pointless security wise because I can just type sh and then do what ever the hell I want? Such as cd / and then ls and see everything on the server.
So I'm wondering if anyone has a solution to this for me?
I want the user to be able to make directories and cd into them in their own user area but not cd .. or / out of their user area.
View 3 Replies
View Related
May 18, 2010
I can't modify some folders. I'm trying to move a file into a folder and I get this message-
Error moving file: Permission denied
I understand why but how do I get around it?
View 2 Replies
View Related
Jun 21, 2010
I'm guessing this is a r8169 problem. This worked for a while after upgrading to fc13 (from fc12)
I'm not able to get off the local network with eth0. I can though with eth1. Both interfaces are connected to the same switch and have the same network, gateway, and dns server addresses.
The odd part is I am able to ping eth0 from off the LAN and get a reply.
Wireshark capture is attached.
View 11 Replies
View Related
Apr 30, 2010
The official repos are slow as hell at the moment, is there anywhere we can download the Restricted Extras from?A .deb would be ideal.
View 1 Replies
View Related
Jul 15, 2011
I have recently started using Ubuntu again(used it before) and I have an ATI card, and as many of you probably know, it's impossible to play minecraft with ATI's proprietary driver, so I need the X.org ATI driver.The problem is, it's from the restricted souce, I have gone into the software sources manager and enabled the restricted sources and stuff, but when I go to install it, it just gives me the same"Available from the "restricted" source" message, and has an update button, I click the update button, and it does nothing
View 2 Replies
View Related
Jun 15, 2010
When I tried to install Ubuntu restricted extras, it shows:Requires installation of untrusted packages The action would require the installation of packages from not authenticated sources. When I press the OK button, it stops.How can I install the package?
View 1 Replies
View Related
May 22, 2010
I am running an updated Lenny. Just discovered that as user I am able to add new users via gui:
System > Administration > Users and Groups.
I was under the impression adding new users was restricted to root. Is this is a bug, and if so who do I report this to?
View 1 Replies
View Related
Jan 27, 2010
Ubuntu Restricted Extras affects the screen resolution on login and with each new reboot.
I have to log out and in again to restore 1024x768 to get out of 800x400
I need the Restricted Extras to play DVDs so uninstalling it solves the resolution issue but leaves me unable to play DVDs.
View 2 Replies
View Related
Feb 10, 2010
It's my CPU scaling and dual mode modem that aren't initializing properly on startup. The CPU scaling starts up in 'performance' mode and doesn't throttle back to 'on demand' like it should, and like it used to. Also the modem starts up as a usb mass storage device and the boot process should, and used to, toggle it into modem mode.
It certainly looks like it is a user rights issue as both devices require me to sudo the change from userspace. I'm on 9.10 64bit with a fairly new install, I havent done anything abnormal to the system except change the default lang from UTF-8 to ISO-8859. other than that I've only installed packages from synaptic, and done the recommended updates. I don't know exactly where the problem started.
I'm a noobee at reading log files. I generally only get about a half a screenfull read before I realize my eyes are crossing and my brain has gone completely non-functional. Here is the output from dmesg... Very near the end I see it recognize the Cricket(modem) device, but I see no errors...
Code:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.31-19-generic (buildd@crested) (gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8) ) #56-Ubuntu SMP Thu Jan 28 02:39:34 UTC 2010 (Ubuntu
[code]....
View 1 Replies
View Related
Feb 20, 2010
due to a crash on window's part my computer crashed and I decided to install the latest version of Ubuntu. (9.10) However as it happened, it was actually incompatible with the usb on my computer an Acer AM5641 desktop. So I opted for 8.10 which works like a charm except for the fact that the restricted drivers for my graphics card (an Nvidia 7900 GS that I installed) don't work. After clicking "enable driver" everything appears to go as normal. Except for the fact that when I restart it, it automatically goes into safe mode, and i can't save it at a higher resolution than 800x600.
View 1 Replies
View Related