similar to: sudo wildcards problem: for every argument a *-wildcard? Better solution?

Displaying 20 results from an estimated 200 matches similar to: "sudo wildcards problem: for every argument a *-wildcard? Better solution?"

2011 Nov 11
2
One step way to create data frame with variable "variable names"?
Suppose plotx <- "someName" modx <- "otherName" plotxRange <- c(10,20) modxVals <- c(1,2,3) It often happens I want to create a dataframe or object with plotx or modx as the variable names. But can't understand syntax to do that. I can get this done in 2 steps, creating the data frame and then assigning names, as in newdf <- data.frame( c(1, 2, 3, 4),
2010 Oct 07
1
ldif invalid per syntax
Hello CentOS I am having a bit of trouble importing an ldif into openldap, tho the syntax looks a-ok to me. I am attempting to import my sudoers list into my ldap configuration and I used an application called sudoers2ldif to generate the ldif. I used the following command to import the file: ============================================= [root at bluethundr-desktop:~/txt/ldif ] $:ldapadd -h
2010 Dec 13
22
OT: programming language for morons (newbie friendly language in Open Source world)
Hi folks I have more than 12 years experience with UNIX system administration, but I am too stupid for programming. My only programming experience is shell scripting. I tried to learn Java, but don't understand it because it is too complicated for my limited brainpower. What programming language should I learn? A friend said that C-Sharp (Mono) is very simple. Is this true? cheers Sven
2014 Jul 02
1
sssd_sudo search results different from command line ldapsearch
Hi all! I'm attempting to configure sudo rights from Samba ldap. Alas, libsssd_samba receives 0 rules and config doesn't work. I think I have the problem identified here but I don't understand why. The way sssd_sudo searches for sudoers leave all important attributes out and of course filtering then fails. Can you help me to understand why following search results are so different (and
2014 Jul 03
1
How to manipulate ldap access rights on Samba 4?
Hi, I'm having hard time getting sssd_sudo to work: when sssd_sudo accesses Samba ldap with host principal 'dc1$@teemu.local' it can't read necessary attributes like objectclass: sudoRole. When accessing as Administrator all attributes are shown. How can I enable other users then Administrator to access sudoers' attributes? Below is an example. [root at dc1 var]# kinit
2010 Oct 21
2
send HTML formatted mail (for M$ Outlook) with mailx
Hi folks I have here a small ksh script which generates html output and I am trying to send this html output as inline HTML mail for M$ Outlook users (not attachment). But it doesn't work, in mail you see the html source as plain text [....] echo '<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"
2010 Oct 15
1
grep pattern x, but not pattern y on the same line
Hi folks I have the command "find . | xargs grep 'mailx'", to search all files with "mailx" in contents. I wish to add a second condition that NOT contains string sven.aluoor at ubs.com on the same line. Every file which contains "mailx", but not the string sven.aluoor at ubs.com in the same line. cheers Sven
2009 Dec 01
3
best practises for avoiding to write passwords in shell scripts (example sqlplus from Oracle)
Hi folks I have here a CentOS box where i need to setup cronjob (with session to remote Oracle instance). On the remote DB i have no access, expect limited user. How to avoid putting passwords in shell scripts? The solution doesn't need to be perfect, only better than plain text passwords in scripts. Mostly remote host only support password authentication (no certificates and so on).
2005 Oct 18
1
samba-3.0.10-1.4E (RHEL4): logon failures with 2003 server pdc
I recently set up a new RHEL4 server with samba-3.0.10 in a Windows 2003 server PDC domain. I can log on as one user from different workstations on to the new samba server. With several other users, I get this error: Oct 18 16:41:34 samba-server smbd[2502]: krb5_rd_req(CIFS/samba-server@MY.DOM) failed: Wrong principal in request Oct 18 16:41:34 samba-server smbd[2502]: [2005/10/18 16:41:34,
2014 Aug 13
1
howto install sudo schema
Hi everyone i wish to add the Microsoft Active Directory schema from the sudo package to my samba4 ADC, from what i have researched this is what i should do, the Microsoft Active Directory schema and the instructions are from the sudo package, the sudo_user file is an example from the man page. ldbadd -H /etc/samba/private/sam.ldb \ schema.ActiveDirectory \ --option="dsdb:schema
2009 Nov 10
2
Open Source (or Closed Source) multi-user password manager
Hello We use an Open Source Windows software[0] with about 1200 passwords. The encrypted file is stored on a CIFS-share. When concurrent write occurs, the users overwrite other users passwords. Now we are searching for a mutli-user password manager. Open Source would be good, but Closed Source is also accepted. support for Windows is a requirement and it shouldn't be a web application. So
2011 Apr 13
3
SQL*Plus output as PDF [Linux]
Hi folks I generate with SQL*Plus a CSV file. How to convert this to PDF? Or more generally: how to get SQL*Plus output to PDF on Linux? cheers Sven
2015 Oct 30
2
Re: Creating network interfaces with specific name in LXC
Thanks Martin. What I would like to achieve is govern the interface name created within the container, so that my application can take different actions on different interfaces (such as eth0, eth1 etc.,). Libvirt's lxc driver seems to create interfaces as eth0, eth1 and so on, when there are multiple <interface /> entries in the domain xml. How can I request for a particular interface
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
2015 Nov 02
0
Re: Creating network interfaces with specific name in LXC
On Fri, Oct 30, 2015 at 10:09:51PM +0530, Harish Vishwanath wrote: >Thanks Martin. What I would like to achieve is govern the interface name >created within the container, so that my application can take different >actions on different interfaces (such as eth0, eth1 etc.,). > <interface> <guest dev='devicename'/> </interface> That is what you're
2009 Jan 20
1
default stty profile settings in CentOS
Hi folks [Please CC me, I am not on the list] I am here at a customer who have this in profile (.cshrc): stty erase "^H" kill "^?" intr "^C" Backspace clears the hole command line. How is the CentOS default? kind regards Sven
2008 Nov 03
3
[rsync -avz] total size/disk usage difference between source and destination
Hi folks We migrated storage from local disk to SAN with: # rsync -avz /mnt/lvol00045/* /lvol00045 Why there is a difference in size? How to explain this? Do we have inconsistency? What we did wrong? [...] /dev/mapper/vg01-lvol00045_old 10321208 3930336 6286016 39% /mnt/lvol00045 [...] /dev/mapper/vg01-lvol00045 10321208 3163852 6633068 33%
2010 Jan 21
1
[PKI concepts] Why Jboss need (signed cert and) root-cert in PEM format?
Hi folks [ Please add me CC. Thanks ] We have here a Jboss app and web server. We signed the SSL-certificate that end-user don't have ugly error messages. I don't understand why we need to import the Root-Cert in PEM format? $ keytool -import -trustcacerts -file rootcert.pem -keystore myserver.keystore -alias root The Root-Cert is in web browser, why there is a must to import in
2008 Sep 22
1
ProLiant Support Pack PSP 8.11: hpplduinstaller takes 100% CPU and hangs / hpplduioss defunct
Hi folks, We use CentOS 5.2 (with latest errata) 64bit on DL380 G5 and trying to install psp-8.11.rhel5.x86_64.en.tar.gz. After installing dependencies (like kernel-devel, rpm-devel, etc): # ./install811.sh Saving user-defined agent thresholds... [ Done ] Checking system for required packages... [ Done ] ./hpplduioss: error while loading shared
2005 Dec 07
1
Dots argument in apply method
Hello everyone, I'm working on a package using S4 classes and methods and I ran into the following "problem" when I tried to create an "apply" method for objects of one of my new classes. I've found a way around the problem but I wonder if I did not paint myself into the corner. I'd like your opinion about that. So I have an object "myObj" of class