search for: runa

Displaying 20 results from an estimated 68 matches for "runa".

Did you mean: run
2005 Jul 26
3
Can't validate USER@DOMAIN in Runas
I have my XP-Pro machine setup as a member of an Samba-based Domain server. I usually run as "linda@<localmachine>", but wanted to try running a program using "RunAs" in the "Home", DOMAIN my machine belongs to. The runas command says: RUNAS [ [/noprofile | /profile] [/env] [/netonly] ] /user:<UserName> program with Notes: NOTE: Enter user's password only when prompted. NOTE: USER@DOMAIN is not compatible with /netonly. NOTE...
1999 Oct 08
1
error using dyn.load
I am trying to use dynamic loading of an outside C routine. I am attempting 6.12.1 of Phil Spector's book. When I try to load the object file I get an error I don't understand: > dyn.load("runa.o") Error in dyn.load(x) : unable to load shared library "/usr/home/tdlong/run_avg/runa.o": /usr/home/tdlong/run_avg/runa.o: ELF file's phentsize not the expected size I am running version 0.64.2 or R under Linux Red Hat 5.2 here is the C code I made an object for, I compile...
2004 Jun 04
3
syslogd(8) Dropping Privs
...,6 +102,7 @@ #include <libutil.h> #include <limits.h> #include <paths.h> +#include <pwd.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> @@ -334,9 +335,12 @@ sigset_t mask; pid_t ppid = 1; socklen_t len; + struct passwd *pw; + uid_t runAs; bindhostname = NULL; - while ((ch = getopt(argc, argv, "46Aa:b:cdf:kl:m:np:P:suv")) != -1) + runAs = getuid(); + while ((ch = getopt(argc, argv, "46Aa:b:cdf:kl:m:np:P:suU:v")) != -1) switch (ch) { case '4': family = PF_INET; @@ -393,6 +397,11 @@ case &...
2004 Apr 17
0
netlogon runas Administrator problem solved
Hi Sambatistas, a few days ago there was a discussion, how to force jobs runas administrator at netlogon. If you use a default.bat at netlogon this is executed as the logon user , therefor you are running in rights problems if you wanna execute job which need admin right like regedit /s . I found myself in this problem too, pushing the user to use the logon screensaver as de...
2004 Nov 05
1
Runas Question
Okay heres a weird question is there anyways to make dovecot run as root ? Heres why: I'm currently using XMail email server (smtp/pop3/virtual accounts). And I love using it. But it really must run as root. I've tryed all the non-root solutions for it. and really I'd prefer to have it run as root. And I'd like to really use dovecot as (on server with xmail). Currently I've
2005 Aug 02
0
Validating as different users, domain user mapping to local (not happening?)
...a server as user1 and want to access another share > on the same server as user2, windows complains that you can't use different > credentials at the same time (error 1236 ? I think) --- Yeah, something similar > thought this doesn't forbid you to have shares accessed as user1 and runas > something as user2 ---- I doesn't seem like it should. > > the following works : open a session as user1, access a share, run cmd, > then "net use" : you will see your share --- Yes. > then runas "cmd" as user2. what will happen is that from user2's...
2010 May 18
3
[PATCH] btrfs: should add a permission check for setfacl
On btrfs, do the following ------------------ # su user1 # cd btrfs-part/ # touch aaa # getfacl aaa # file: aaa # owner: user1 # group: user1 user::rw- group::rw- other::r-- # su user2 # cd btrfs-part/ # setfacl -m u::rwx aaa # getfacl aaa # file: aaa # owner: user1 # group: user1 user::rwx <- successed to setfacl group::rw- other::r-- ------------------ but we
2010 Jul 27
0
Augeas working inconsistently
I’ve got this define. define sudoentry ($user, $host = "ALL", $command = "ALL", $tag = false, $runas = "ALL") { $sudo_changes = $tag ? { false => [ "set spec[user = ''$user'']/user $user", "set spec[user = ''$user'']/host_group/host $host", "set spec[user = ''$user'']/...
2016 Dec 02
6
workaround needed for Security Principals, and SID's mapping bug.
...samba-bounces at lists.samba.org] Namens L.P.H. van Belle > via samba > Verzonden: vrijdag 2 december 2016 11:01 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] workaround needed for Security Principals, and > SID's mapping bug. > > > Have you tried editing the runAs tag in the corresponding xml file > > SchedTask.xml or similar in the sysvol policy folder? > Hmm, no, not yet, i'll go test now. > I'll report later the result. > > And yes, i can create a local also, that how i detected the sid/rid/id > mapping problems. > But i...
2016 Dec 02
3
workaround needed for Security Principals, and SID's mapping bug.
Exact, and at this point, im at also. Here, typing the username results in the windows event and errors out. Did a lot of research and im 100% this is and missing mapping. Typing does not works, i dont know if this is a windows thing or a samba thing. But i found several reports where in a windows 7+ with Server 2008 also errors if you type the username. And thanks you for having a look..
2010 Sep 19
0
A logging/graphing UPS client using rrdtool and UPS::Nut
...$htmldir, $rrd_file, $logfile, $daychargegraph, $weekchargegraph, $daypowergraph, $weekpowergraph, $dayloadgraph, $weekloadgraph); if (GetOptions(\%opts, 'foreground', 'username=s', 'password=s', 'runas=s', 'upshost=s', 'upsname=s', 'basedir=s', 'htmldir=s', 'logfile=s', 'usage|?', 'help', 'man|manual')) {...
2020 Sep 25
2
a thing similar to su
hi in samba/cifs/windows is there a thing similar to "su"? i'll explain: as root with "su" i can switch to another user without knowing his password i want to do the same thing, as domain admin, when i mount a share: mount the share impersonating another user without knowing his password i need it to test permissions on this share thanks in advance
2003 May 09
2
Editing the registry on NT clients
Hi all, I seem to remember that some time ago (after some nasty VBScript virus or other) that there were postings to the list about how a registry change could be rolled out to all the client workstations with Samba. Of course, now I'd like to try it, I can't find the details any more. Can anyone tell me how its done? I thought there was functionality in rpcclient, but can't find
2008 Sep 05
1
How to add registry file via netlogon script ?
Hello I have netlogon script.cmd C: CD \ NET TIME \\SERWER /SET /YES NET USE * /D /YES REM NET USE H: /HOME NET USE W: \\SERWER\SKANY NET USE U: \\SERWER\TMP$ regedit /s \\serwer\netlogon\placesbarskanery.reg And file placesbarskanery.reg doesn't add to clients registry (Windows XP Pro sp3) after logon to samba PDC Power users have error "file can't be imported to registry
2004 Dec 15
3
Compatible Players - Windows Media BAD trying to open...
hello, All, I runa webradio on Icecast and Shoutcast also, but got many compaints of listeners who tell me that they can't listen to the broadcasts on Icecast, because, SOMETIMES, although they already installed Winamp5, when they click on the link, Windows Media player, or Worst: PowerDVD is trying to open the o...
2005 May 20
2
run a script with "administrator" credentials?
I saw Active Directory a bit today and was impressed with the ease one can manage many Windows workstations with that. Especially I liked the software installation (too bad it can install MSI packages only) and the ability to run custom scripts on the workstations (when the boot up etc.). Is it possible to run a custom script for a given machine when it boots up (that is already joined to
2018 May 22
3
RSAT Hang
...do have questions to get a better impression of the setup. LPHvBvs> Whats the os your using with RSAT and did u use LPHvBvs> DOM\Administrator or an other account? LPHvBvs> Check if Adminsitrator has id 0. (root) W7P, on a station not joined to the domain. But using this kind of launch. runas /netonly /user:someco-adc1\administrator "mmc /server=someco-adc1.ad.sncc.local." [The names are defined in the hosts file, on the W7 box.] LPHvBvs> Is there anything showing up in the windows event logs? No. LPHvBvs> Are the SePrivileges checked if the needed groups/users exis...
2010 Aug 18
3
how to setup account which can 'su" to another account (NON-root)?
we have CENTOS 5.2 on DELL server. we need allow a user can "su" to another user without password. for example: account user1 can "su - user2" without password. (user2 is NOT root) I know this is big security risk but .... Anyone know how to do it? Thanks.
2020 Jan 29
3
Question about LLVM LLJIT Compile time
Hi, We are using the new LLJIT class in our compiler. We have not been successful using the parallel JIT feature. When we tried it previously on multiple modules, our compile-time increased significantly. I don't know if we are using it incorrectly, or that we miss out on optimizations we get when running on a single merged module, but it hasn't worked for us yet. We are pretty far behind
2008 Jun 04
12
Mongrel as Windows service with normal privileges
I am trying to run Mongrel 1.1.5 with mongrel_service 0.3.4 on Ruby 1.8.6 with a "normal" user account, i.e. a user which belongs only to the Windows group "Users". The rationale behind this is that running a web server with full administrative rights (e.g. Local System) is not something that I would like to do. Unfortunately, starting the service from the services control