search for: priviledged

Displaying 20 results from an estimated 262 matches for "priviledged".

2008 Jul 01
2
Installer Requires Administrator Priviledges
Installation of my app gets as far as a message from SetupMgr that reads: > You do not have administrator priviledges on this machine. > Setup cannot continue. I know that running Wine (1.1.0 in my case) as root is not recommended. :) I'm running an Ubunut 8.04 derivative, so I know I'm not running as root. :D Any suggestions of a work around ? I tried sudoing everything
2000 Feb 14
3
Binding ssh to priviledged port breaks rule (port < 1024 => system service)
I'm sure there is a rationale for binding the ssh client to a priviledged port. (Which?) However there are several drawbacks to this: o It breaks firewall rules that assume that user connections start at port > 1024 or > 32768. o It breaks monitoring software using the same assumptions. o Every suid program is a separate evil (caused by the flawed security mode...
2002 Oct 03
1
XP user priviledges with Samba
I've read the achives, but I'm not finding anything. On XP, I can give a local user admin priviledges on his/her local machine when they are logged in to that machine and not the domain. How do I do this when they are logged in to the domain, with Samba as a PDC? Some programs need to create tmp files that they can not if the the user does not have admin privs on his/her machine.
2016 Aug 20
3
running CGI scripts with SELinux=ENFORCING with priviledged commands ...
Hello, how could it be achieved to run e.g. shutdown -h now from a CGI script on a system where SELinux is set to ENFORCING? Thanks Walter
2004 Jan 27
3
OpenSSH - Connection problem when LoginGraceTime exceeds time
...LISHED tcp 0 0 127.0.0.1.22 127.0.0.1.58649 ESTABLISHED So, further connections always give, "ssh_exchange_identification: Connection closed by remote host" and closed. Source code of OpenSSH shows that SSH uses alarm/SIGALRM to implement the LoginGraceTime. When using priviledged separation, the priviledged process receives the alarm signal and exits when the time expires. However, the non-priveledged sshd process remains connected until the client sends some data or the client disconnects. Without priviledged separation, the sshd process receives the alarm signal and exit...
2016 Aug 20
0
running CGI scripts with SELinux=ENFORCING with priviledged commands ...
> On Aug 20, 2016, at 15:00, Walter H. <Walter.H at mathemainzel.info> wrote: > > Hello, > > how could it be achieved to run > e.g. > shutdown -h now > from a CGI script on a system where SELinux is set to ENFORCING? Short answer: don't. You could probably create a custom selinux policy that allowed it but you'd be opening your system up to more security
2010 Jan 04
1
ZapRAS priviledge error
Hi, I'm trying to get ZapRAS working but not getting very far.. Asterisk CLI shows: WARNING[3355]: app_zapras.c:173 run_ras: wait4 returned -1: No child processes and /var/log/messages shows: using the plugin option requires root privilege Can anyone shed any light on this and any fix? Googling the error doesn't find much.. I'm not sure what 'plugin' it is talking about,
2003 Apr 01
0
ssh and root priviledge
Hi, What is the recommanded practice to synchronize a remote host using rsync, which is only accessible through an SSH connection which -does not- allow root login ? For security reasons, the remote host only allows non-privileged user to log on. Therefore, the directories/files which are not accessible from the loggged account cannot be read/synchronized. Is it possible to use a rsync server
2008 Dec 20
1
Vista on domain... can Samba join without Administration priviledges?
Hello there, I have a machine on campus which used to only have Vista. The admins set up (in Vista) an account for me on the domain and given me administrator rights (on the local machine). Linux/BSD alternatives are a no-no here so I did the maverick thing and installed Fedora. But I would like to have access to domain resources from my GNU/Linux partition if I can (printing is especially
2004 Aug 05
0
java jre cross-applet priviledge escalation
Hi, THe problem is described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert/57613 Does anybody know if native built java port ver. 1.4.2-p6 is affected by this? If yes, does reinstalling the port using the new Sun archive solves the issue? TIA, /Dorin. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection
2001 Oct 09
2
crash on priviledged instruction
...g information in 32bit DLL 'MSVFW32.DLL' (0x413e5000) 080689b8:08243c68: loads DLL MCIAVI.DRV @413fe000 (0<0>) No debug information in 32bit DLL 'MCIAVI.DRV' (0x413fe000) 080689b8:08243c68: exception code=80000003 080689b8:08243b48: exception code=c0000096 Unhandled exception: priviledged instruction in 16-bit code (050f:1006). In 16-bit mode. 0x050f:0x1006: lesw %es:0x0(%si),%si Wine-dbg>quit trace:seh:EXC_CallHandler handler returned 0 trace:seh:EXC_RtlRaiseException code=c0000096 flags=0 WineDbg terminated on pid 80689b8
2011 Aug 09
1
lavaan: how to analyse residuals of a latent variable
...gt;|z|) Std.lv Std.all Latent variables: criminality =~ fire.setting 0.324 0.007 48.223 0.000 0.189 0.499 I would like to analyse the "other half" of fire.setting, so to speak. my.model <- " ## Measurement model (definitions of the latent variables) priviledged.parents =~ nr.parents.employed + parental.housing school.adaption =~ enjoying.school + good.teachers + good.grades.important school.grades =~ grade.language + grade.english + grade.craft + grade.math + grade.chemistry + grade.arts + grade.sport...
2002 Nov 18
2
joining an NT PDC, WinNT user privileges
Hi, I've been looking for this information, but I couldn't find it anywhere. I have a samba (2.2.3) on debian (woody) and I mean to configure this server with winbind so it can authenticate domain users. The PDC is at a NT server. My question is is very simple ... what are the *exact* privileges I need to give the user I use to join the domain? Winbind docs says use
2003 Oct 02
1
Multiple Group permissions with Samba
I have been trying to get a straight answer on this and hoping that someone can help me out. This is my current configuration (simplified) and what I need. We have 4 directories. Call them directory "a, b, c, and d". We also have 4 groups. Lets call them "admin, user, exec, db." We would want "amdin" group full control over all directories. Next we want group
2013 Jun 24
1
Quota based on LDAP group
Hi I have a setup where my dovecot (2.0, if that makes a difference) authenticates against an LDAP directory. In my scenario, I have two types of users, lets call them "normal" and "privileged". What I need is for the normal user to have a fixed quota, but for the priviledged to have none. (The users do not exist on the underlying system, so I cant do quota based on FS) The issue is that my LDAP is actually an AD, and there is a fair amount of new accounts over the time (in other words, I cannot use LDAP attribute for storing quota, because the AD tools don't un...
2006 Jul 18
2
Vulnerability in vixie cron?
Hi, Recently there have been advisories and patches for SuSE and RedHat (and probably a few others) regarding a vulnerability in Vixie Cron. The details say that there's insufficient checking of the return value of setuid, which can lead to priviledge escalation and lets users run cron jobs with root priviledges. As far as I know, FreBSD also uses Vixie Cron (at least the cron(8) manpage
2009 Nov 16
1
Data source name not found and no default driver specified
I'm stumped. When trying to connect to Oracle using the RODBC package I get an error: *[RODBC] Data source name not found and no default driver specified. ODBC connect failed.* I've read over all the posts and documentation manuals. The system is Windows Server 2003 with R 2.81. and the latest downloadable RODBC package. The Oracle SID/DSN is mfopdw. I made sure to add it to Control
2004 Nov 27
4
very newbie question
Hi everyone! I have very simple question, how to limit SIP phone user making calls to for example longdistant calls? Maybe: Put in his context in sip.conf context which don't provide possibility to make such calls? Is it correct? thanks for any help, regards, Corvin
2000 Oct 11
2
scp -L option
Hi there, I have a need to have scp pass the -P option to ssh to "bypass" the packetfilters that doesn't allow connections to return to arbitary "priviledged" ports, ie. ports <1024. See attached context sensitive diffs against 2.2.0p1 to please integrate. Thanx Hendrik Visage -------------- next part -------------- *** 1.1 2000/10/11 13:31:45 --- scp.c 2000/10/11 14:26:25 *************** *** 117,122 **** --- 117,125 ---- /* This is the pr...
2009 Nov 16
1
Error using 32-bit R and RODBC package on 64-bit Windows Server OS with R version 2.10
I am receiving an error when trying to connect to the Oracle Database using RODBC on a 64-bit Windows Server OS. The version of R is 2.10.0-win32.exe Is this the wrong version. Does RODBC only work with 32-bit ODBC drivers? 've read over all the posts and documentation manuals. The system is Windows Server 2003 with R 2.81. and the latest downloadable RODBC package. The Oracle SID/DSN is