search for: sudoing

Displaying 20 results from an estimated 8132 matches for "sudoing".

2014 Jan 19
1
sudo (+ldap+kerberos) not accepting password
So I have this centos 5.10 box which authenticates network users against ldap(authorizing)+kerberos(authentication). And I now would like to have sudo be able to allow admins (netgroup chinbeards) to sudo about. I am not using sssd though (yet). Here is the output of me trying sudo (debug on): [raub at centos5-x64 ~]$ sudo pwd LDAP Config Summary =================== uri
2009 Apr 01
6
[Bug 589] New: MARK doesn't work properly with incoming traffic
http://bugzilla.netfilter.org/show_bug.cgi?id=589 Summary: MARK doesn't work properly with incoming traffic Product: iptables Version: unspecified Platform: i386 OS/Version: Ubuntu Status: NEW Severity: major Priority: P1 Component: iptables AssignedTo: laforge at netfilter.org
2019 Apr 12
3
Sudo rules in samba with winbind
Hello All, I am currently changing my samba linux clients (Debian) from sssd binding to winbind. With sssd I had all sudo rules within the samba active directory. The configuration was based on: https://lists.samba.org/archive/samba/2016-April/199402.html Is there some guideline like the one mentioned available/has someone already experience with this for winbind based clients? Within the
2010 Oct 07
2
sudo 1.6.9 versus sudo 1.7.2 behavioral differences with umask settings
Two servers, each have normal user umask values of 0077 and root umask values on 0022. On the first server (CentOS 5.4 i386) running sudo 1.6.9pl7-5 (from base), here are the results of touching a file as a user, as root and as a user sudoing to root: user: touch file - result is 600 root: touch file - result is 644 user: sudo touch file - result is 644 On the second server (CentOS x86-64) running sudo 1.7.2p1-7 (from updates), here are the results of the same actions: user: touch file - result is 600 root: touch file - result is 644...
2009 Dec 03
0
Samba4 Directory Replication
I?ve been trying to get replication working on Samba4 for a couple of weeks, with no success. I?ve tried the latest rsync?s, and today?s failure was using the Alpha9. I?m running on 64-bit Ubuntu 9.10 server, fully patched. I?ve tried to replicate the procedure as set forth by Tridge here: http://lists.samba.org/archive/samba-technical/2009-September/066753.htm l My test network is
2015 Dec 23
5
Calibre installation fails on C7
On Tue, Dec 22, 2015 at 09:03:28PM -0700, Wes James wrote: > > > On Dec 22, 2015, at 8:06 PM, Fred Smith <fredex at fcshome.stoneham.ma.us> wrote: > > > > Attempting to install latest Calibre on Centos-7, getting: > > > > typed in "calibre ssl install error? to google > > first hit: > >
2010 Jan 21
0
Samba/Winbind 3.4.4 on AIX 5.3 TL 10 does not retrieve ANY User's Secondary Groups
Hi folks ! Has someone any idea on this issue on AIX 5.3 TL 10 with winbind ? I'm really stuck now ... I think everything is working pretty well with WINBIND and AD 2k3 , but not my most important point : I absolutely need the Secondary groups of each AD user which get connected to the AIX to use this filter with sudo... I only get Primary Group (which is by default "Domain Users"
2015 Dec 23
0
Calibre installation fails on C7
> On Dec 22, 2015, at 9:13 PM, Fred Smith <fredex at fcshome.stoneham.ma.us> wrote: > > On Tue, Dec 22, 2015 at 09:03:28PM -0700, Wes James wrote: >> >>> On Dec 22, 2015, at 8:06 PM, Fred Smith <fredex at fcshome.stoneham.ma.us> wrote: >>> >>> Attempting to install latest Calibre on Centos-7, getting: >>> >> >> typed
2005 Jul 21
7
FW: Adding OpenBSD sudo to the FreeBSD base system?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 I really do not agree with adding it to the base system. Just because you guys use sudo does not mean other people do. In fact many people do not have a use for sudo at all. Not every one gives out root accounts. You are only adding another utility In that can possibly be used to escalate privileges. Every time I secure a system I spend some time
2013 Jul 17
3
sudo add user script
Hello list, I took another stab at finding a way to add a sudo user remotely and it gets you most of the way there. If you execute the script as root it works beautifully and does just what you want. Which is add the user to the group and gives that user group rights to certain commands. But if you execute it as a user who only has sudo access to the /etc/sudoers file it errors out. cloud:~]
2010 Dec 20
1
R hangs on the stats.so library
Dear all, I having this problem on my laptop. It was caused by my clumsy attempts to upgrade the system. As I wrote here, (http://www.mail-archive.com/r-sig-debian at r-project.org/msg01364.html) I was trying to solve the same problem with JAGS/rjags on my laptop. After typing R in a terminal I'm currently get the following: > R version 2.9.0 (2009-04-17) > Copyright (C) 2009 The R
2010 Jan 22
5
Add /sbin to sudo PATH
Hello, Does anyone have an idee how to add /sbin to the sudo $PATH environment? Adding /sbin to .bashrc $PATH isn't really what I want... I'd like sudoers to be able to run: $ sudo chkconfig And not: $ sudo /sbin/chkconfig Thanks Sam
2017 Oct 11
1
[PATCH] p2v: Test for sudo requiring a password first (RHBZ#1500673).
When testing if sudo -n requires a password, we tested for the prompt earlier than testing for the magic sudo message ‘a password is required’. Since the shell will print the prompt just after the sudo message: prompt$ sudo -n virt-v2v --version sudo: a password is required prompt$ the prompt nearly always matched and we missed the magic sudo message. (The exception is in the case where
2023 Nov 24
1
Sudoers in Samba LDAP
24.11.2023 14:57, Rowland Penny via samba ?????: > On Fri, 24 Nov 2023 13:30:13 +0500 > Anton Shevtsov via samba<samba at lists.samba.org> wrote: > >> Hi, >> >> I have a DC on samba 4.17.12 >> >> I want store sudoers in LDAP, and use sssd for get rules from LDAP. >> >> I was configured sssd.conf >> >> [sssd] >>
2007 Jul 21
3
sudo path
Hello Any time I am running sudo, I should have full path to the command, for example sudo /sbin/ifconfig Is there any way to set the path for sudo ? Thanks
2001 Nov 02
3
su/sudo using ssh auth
To the openssh and sudo developer mailing lists: Ssh has a key agent allowing authentication to remote hosts without entering your password/passphrase again and again, which is very convenient. I think the 'su', 'sudo', and similiar commands could benefit from this idea and mechanism. I don't have the necessary expertise in cryptology to do this myself so I just want to throw
2005 Jan 12
3
Bug#290195: violations.d/sudo and violations.ignore.d/logcheck-sudo missing sudo log entries
Package: logcheck Version: 1.2.32 Severity: normal It seems when someone runs a sudo command on my system, logcheck misses it. The second line of /etc/logcheck/violations.d/sudo matches them, but the /etc/logcheck/violations.ignore.d/logcheck-sudo kills them. Furthermore, when users run commands like '$ sudo rm *' in a directory with lots of files, we reports with lines like: Jan 13
2006 Jun 16
15
Mongrel_rails restart and sudo
Sorry for the newbie question but I''m stumped: I have an app that requires sudo to run mongrel_rails. For my capistrano recipe is do it like this: sudo "mongrel_rails start -e production -p #{application_port} -d -c #{current_path}" Which works famously. Now I have tried several things for my restart task. Here they are: sudo "cd #{current_path} && sudo
2014 Sep 05
3
New to Asterisks, Couple of Questions
Hello everyone, my name is Miles, I am fairly new to asterisk. I have recently begun to learn asterisk and I have a couple of questions. 1. After installing asterisk using the following instructions; a. sudo mkdir /usr/src/asterisk &amp;&amp; cd /usr/src/asterisk b. sudo wget http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-1 1.2.1.tar.gz c. sudo tar
2011 Nov 18
2
newbie question re block-attach on ubuntu 11.10
I''m a complete newbie at Xen, just getting started. I was happy to see that Ubuntu 11.10 includes Xen again, http://zulcss.wordpress.com/2011/09/04/xen-4-1-1-on-ubuntu/ So I installed ubuntu 11.10''s precompiled Xen, and started playing around with it. I''m not even trying to start another VM at the moment, just playing around with mounting block devices, and had trouble