Displaying 20 results from an estimated 170 matches similar to: "Trusted Domain's users not authenticating properly."
2005 May 02
0
Samba 3.0.10-1.4E and RedHat ES 4.0
I have successfully, well somewhat successfully, joined a native Windows
2003 Active Directory domain as a domain member. The "home" domain has
a two-way trust relationship with another domain in the same Forest.
The Samba server can provide proper access to any object within it's
"home" domain, however, I am having difficulty providing access to the
Samba server share(s)
2003 Feb 18
1
SAMBA and root entry
hi all,
I am trying to add an entry for root using samba-2.2.7 and Directory
Server for LDAP.
I use the command "smbpasswd -a root" and I get this error:
[root@sysad2 root]# smbpasswd -a root
New SMB password:
Retype new SMB password:
LDAP search "(&(uid=root)(objectclass=sambaAccount))" returned 0 entries.
failed to modify user with uid = root with: Object class
2005 May 03
0
Samba 3.0.10-1.4E and RedHat Enterprise 4.
I am currently running a RedHat Linux Enterprise 4 server and have
configure Samba 3.0.10-1.4E on this server. I have successfully joined
a Windows 2003 Active Directory domain and have been able to provide
access to a share on the Samba server to certain members/users/groups of
the domain that the Samba server is a member of. However, a trusted
domain (two-way) trust, is not being allowed
2002 Nov 14
0
Domain logon trouble
Hi all:
I have setup a RedHat Linux 7.3 server, compiled SAMBA v.
2.2.5 to use LDAP. I have my smb.conf files set up to
become a PDC. My PDC talks to my LDAP Directory Server, but
I am having some problems with the domain logon feature.
I have a Win98 box (this PC and my linux server are on the
same subnet) configured to log into my domain, using a WINS
server (which happens to be the same
2003 Jan 06
3
Simple question - Machine / User relationsip
Can someone explain to me the mechanizm that Samba uses to relate
Machines to Users? I am trying to set up a Samba-LDAP PDC and it seems
to work OK but I get "No mapping between account names and security IDs
was done." This would seem to be a simple user/group
ownership/permissions thing. Now I have the following potentially
pertinent ou's:
People
Computers
Groups
One
1998 Oct 24
0
Accessing remote domain's browse-list?
Hi there,
can anybody please explain to me how I can access the browse-list
of a remote domain ?
My local net and the remote net are connected via Isdn4Linux, ping
works just fine.
My local clients connect to Samba Server MYSAMBA and the remote clients
connect to server REMOTE. MYSAMBA and REMOTE are configured nearly
identical,
only WORKGROUP/DOMAIN and ipaddresses are different ...
I can
2012 Jun 12
1
How to list and change domain's disk image file
Hi
I'm writing a C program using libvirt API and need to list the storage
volumes used by each domain. I'm wondering if there is a way to do
this better of searching the XML strings of all domains, does anyone
can suggest me something ?
I also need to create a function to change the img file of a given
domain. I intend to do the following:
1. virDomainGetXMLDesc (domain)
2. change the
2016 Oct 20
0
Passing "migratable=no" to qemu in domain's XML
Hi,
I want to use Invariant TSC with qemu, and to do that qemu must get the
following args: "-cpu host,migratable=no,+invtsc". invtsc works only if
migratable=no is passed too.
The "+invtsc" part is sucessfully handled by using
<feature name="invtsc"/>
inside domain's XML, however I don't how/where to put the
"migratable=no" there.
Is
2017 Mar 21
0
Re: Get PID of a domain's QEMU instance from its domain ID
On Mon, Mar 20, 2017 at 02:11:21PM +0100, Thibaut SAUTEREAU wrote:
>Hello,
>
>I cannot find a way to retrieve PIDs of QEMU instances from libvirt domains'
>IDs (I'm using libvirt C API). I recognize it sounds like a bad idea doing so
>(and I know PIDs are explicitly made not available, as I gathered from the
>source code and on your IRC channel) but I need that to use the
2019 Mar 09
0
Re: Obtaining the PID of a domain's QEMU process from C
On 3/1/19 2:31 AM, Shawn Anastasio wrote:
> Hello all,
>
> I'm currently writing a C program that uses the libvirt API and I need a
> way to obtain the pid of a given domain's QEMU process.
>
> Specifically, I'm writing an ivshmem server that uses SO_PEERCRED to get
> the pid of clients that connect to it, and I would like to use that pid
> to look up the
2019 Mar 09
0
Re: Obtaining the PID of a domain's QEMU process from C
On Sat, 9 Mar 2019 at 17:27, Shawn Anastasio <shawn@anastas.io> wrote:
> Thanks for the response. /var/run/libvirt/qemu/ seems to be exactly what
> I'm looking for. It would, however, be nice to be able to access this
> file without root privileges.
>
Use a tiny setuid C program that reads the relevant file and writes it to a
known UNIX-domain socket that has more liberal
2019 Mar 11
0
Re: Obtaining the PID of a domain's QEMU process from C
On 3/11/19 9:02 AM, Erik Skultety wrote:
> On Sat, Mar 09, 2019 at 04:32:00PM +0100, Michal Prívozník wrote:
>> On 3/1/19 2:31 AM, Shawn Anastasio wrote:
>>> Hello all,
>>>
>>> I'm currently writing a C program that uses the libvirt API and I need a
>>> way to obtain the pid of a given domain's QEMU process.
>>>
>>>
2011 Jul 19
1
Problem with windows domain's permissions
Hi!
I have samba server which is a member of a win2003 domain. I'd like to
attach domain's permissions to samba shares, but when I open the mmc for
the samba server I cannot save any added permissions. There are only
local unix permission exist. What should I do to solve the problem?
Andrey.
2019 Mar 11
0
Re: Obtaining the PID of a domain's QEMU process from C
On Mon, Mar 11, 2019 at 09:46:11AM +0000, Daniel P. Berrangé wrote:
> On Mon, Mar 11, 2019 at 09:33:30AM +0100, Michal Privoznik wrote:
> > On 3/11/19 9:02 AM, Erik Skultety wrote:
> > > On Sat, Mar 09, 2019 at 04:32:00PM +0100, Michal Prívozník wrote:
> > > > On 3/1/19 2:31 AM, Shawn Anastasio wrote:
> > > > > Hello all,
> > > > >
>
2019 Mar 09
2
Re: Obtaining the PID of a domain's QEMU process from C
Thanks for the response. /var/run/libvirt/qemu/ seems to be exactly what
I'm looking for. It would, however, be nice to be able to access this
file without root privileges. Is there any way to access the file using
the credentials from a connected virConnectPtr?
If not, I can stick to my current workaround of walking /proc and
scanning each PID's cmdline for the VM's UUID string.
2017 Mar 21
1
Re: Get PID of a domain's QEMU instance from its domain ID
On Tue, Mar 21, 2017 at 12:06:25 +0100, Martin Kletzander wrote:
> On Mon, Mar 20, 2017 at 02:11:21PM +0100, Thibaut SAUTEREAU wrote:
> > Hello,
> >
> > I cannot find a way to retrieve PIDs of QEMU instances from libvirt domains'
> > IDs (I'm using libvirt C API). I recognize it sounds like a bad idea doing so
> > (and I know PIDs are explicitly made not
2017 Mar 20
2
Get PID of a domain's QEMU instance from its domain ID
Hello,
I cannot find a way to retrieve PIDs of QEMU instances from libvirt domains'
IDs (I'm using libvirt C API). I recognize it sounds like a bad idea doing so
(and I know PIDs are explicitly made not available, as I gathered from the
source code and on your IRC channel) but I need that to use the perf_event_open
syscall in order to gather statistics on my QEMU/KVM guests. I also know
2019 Mar 11
2
Re: Obtaining the PID of a domain's QEMU process from C
On Sat, Mar 09, 2019 at 04:32:00PM +0100, Michal Prívozník wrote:
> On 3/1/19 2:31 AM, Shawn Anastasio wrote:
> > Hello all,
> >
> > I'm currently writing a C program that uses the libvirt API and I need a
> > way to obtain the pid of a given domain's QEMU process.
> >
> > Specifically, I'm writing an ivshmem server that uses SO_PEERCRED to get
2019 Mar 01
4
Obtaining the PID of a domain's QEMU process from C
Hello all,
I'm currently writing a C program that uses the libvirt API and I need a
way to obtain the pid of a given domain's QEMU process.
Specifically, I'm writing an ivshmem server that uses SO_PEERCRED to get
the pid of clients that connect to it, and I would like to use that pid
to look up the domain in libvirt to determine the proper domain ID to
return to the client.
As
2019 Mar 11
2
Re: Obtaining the PID of a domain's QEMU process from C
On Mon, Mar 11, 2019 at 09:33:30AM +0100, Michal Privoznik wrote:
> On 3/11/19 9:02 AM, Erik Skultety wrote:
> > On Sat, Mar 09, 2019 at 04:32:00PM +0100, Michal Prívozník wrote:
> > > On 3/1/19 2:31 AM, Shawn Anastasio wrote:
> > > > Hello all,
> > > >
> > > > I'm currently writing a C program that uses the libvirt API and I need a
>