similar to: samba PDC, admin user rights

Displaying 20 results from an estimated 30000 matches similar to: "samba PDC, admin user rights"

2005 Jan 27
3
Domain admins not getting local admin rights
Hi there, I switched servers yesterday. The old server was running 2.2.7a-1 on RedHat 8.0. The new server is 3.0.8-0.pre1.3 on Fedora Core 3. I did the migration by copying the following: /etc/passwd /etc/group /etc/shadow /etc/samba/* I then copied /home and fixed all the permissions on stuff. I then started up samba on the new server, and unplugged the old one. Most everything went
2009 Sep 21
1
No Admin-Rights in SMB-PDC-Domain
Hello, I've build a domain with Samba 3.0.23 and sucessfully joined this domain with a Windows-XP-Machine. I can log in to that machine as User "Root", wich is in the Group "Domain Admins" (rid=512). But I have no admin-rights on that machine. Also, normal User can not log in over the Remotesession (RDP). Can anybody help me to figure out why? Here is my smb.conf:
2003 Mar 16
2
local user admin rights on samba pdc
Raj, > I have noticed that it is causing a problem for some other software > also. I know that i need to grant local admin rights for that user > but what is the best method on doing this? > If I try to access softare by logging in as root on the win2k boxon > the pdc domain it still prevents me from installing a palm pilot or > running some particular software. > All of the
2006 Mar 25
4
Can''t quite get Rails working on Mac, help please :).
I''ve followed the install the install guide on http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger and it seemed to work. And I''ve been following the Instant Gratifiction guide in Chapter four in Agile Web Development with Rails book. I''m in terminal and I type - cd work (everything works fine) then rails demo (everything seems to work) then cd
2003 Aug 08
2
From NT4-PDC to Samba-PDC: 2.2.7a or 3.0.0-beta-x?
Hi, I have one NT4 PDC that needs to be migrated to Samba-PDC. No Active Directory. Just users, groups, windows shares... the works. I'm seeing that Samba-3.x is "very PDC-oriented". I like that. But, so far, Samba-3 is still in beta/pre-release versions and in my "stock" distribution, Samba is on 2.2.7a version (2.2.7a-security-rollup-fix). Should I wait for Samba-3?
2013 Oct 30
3
[PATCH 4/4] XSA-60 security hole: flush cache when vmentry back to UC guest
From 159251a04afcdcd8ca08e9f2bdfae279b2aa5471 Mon Sep 17 00:00:00 2001 From: Liu Jinsong <jinsong.liu@intel.com> Date: Thu, 31 Oct 2013 06:38:15 +0800 Subject: [PATCH 4/4] XSA-60 security hole: flush cache when vmentry back to UC guest This patch flush cache when vmentry back to UC guest, to prevent cache polluted by hypervisor access guest memory during UC mode. The elegant way to do this
2002 Dec 17
2
Profiles and Win2000
Hi We're running Samba 2.2.7a as a PDC for Windows2000 SP2 Clients. Everthing works just fine, but there is one problem: The clients save their profiles on the PDC (~/.Profiles), but don't delete the local copy of the profile (C:\My Documents\$user). This causes a really big problem, since the client's HD's aren't that big and these profiles grow every day. Is there any way
2014 Jul 09
3
[PATCH v2 2/2] virtio: rng: ensure reads happen after successful probe
On Sat, Jul 05, 2014 at 11:04:53AM +0530, Amit Shah wrote: > The hwrng core asks for random data in the hwrng_register() call itself > from commit d9e7972619. This doesn't play well with virtio -- the > DRIVER_OK bit is only set by virtio core on a successful probe, and > we're not yet out of our probe routine when this call is made. This > causes the host to not
2014 Jul 09
3
[PATCH v2 2/2] virtio: rng: ensure reads happen after successful probe
On Sat, Jul 05, 2014 at 11:04:53AM +0530, Amit Shah wrote: > The hwrng core asks for random data in the hwrng_register() call itself > from commit d9e7972619. This doesn't play well with virtio -- the > DRIVER_OK bit is only set by virtio core on a successful probe, and > we're not yet out of our probe routine when this call is made. This > causes the host to not
2014 Jul 02
3
[PATCH 1/2 v2] hwrng: Allow drivers to disable reading during probe
On Wed, Jul 02, 2014 at 06:56:35PM +0530, Amit Shah wrote: > Hi Jason, > > On (Wed) 02 Jul 2014 [13:00:19], Jason Cooper wrote: > > Commit d9e7972619334 "hwrng: add randomness to system from rng sources" > > added a call to rng_get_data() from the hwrng_register() function. > > However, some rng devices need initialization before data can be read > >
2014 Jul 02
3
[PATCH 1/2 v2] hwrng: Allow drivers to disable reading during probe
On Wed, Jul 02, 2014 at 06:56:35PM +0530, Amit Shah wrote: > Hi Jason, > > On (Wed) 02 Jul 2014 [13:00:19], Jason Cooper wrote: > > Commit d9e7972619334 "hwrng: add randomness to system from rng sources" > > added a call to rng_get_data() from the hwrng_register() function. > > However, some rng devices need initialization before data can be read > >
2016 Jan 15
2
Is MCRelocationInfo::createExprForRelocation used out of tree?
Deleting LGTM. It is a leftover of MCAnalysis. Cheers, Rafael On 14 January 2016 at 16:54, Pete Cooper <peter_cooper at apple.com> wrote: > Hi Jim, Rafael > > As respective code owner and frequent committer to MC, any thoughts on this? > > Cheers, > Pete >> On Jan 12, 2016, at 1:07 PM, Pete Cooper <peter_cooper at apple.com> wrote: >> >> Hi all
2012 Mar 13
6
xl: expose max_cpu_id from `xl info`
This will allow userspace to reason with the total number of CPUs, not just the current number of online CPUs. -- Andrew Cooper - Dom0 Kernel Engineer, Citrix XenServer T: +44 (0)1223 225 900, http://www.citrix.com _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
2016 Oct 12
4
unable to compile llvm with gcc 4.7.4
> On Oct 11, 2016, at 1:46 PM, Michael Kuperstein via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > To the best of my understanding - because we want to be able to bootstrap clang with the system compiler that ships with various linux and BSD distributions. > Windows has no equivalent concept. I mean no offense to linux/BSD developers, but should we have a discussion (in
2014 Jul 09
2
[PATCH v2 1/2] hwrng: fetch randomness only after device init
On Sat, Jul 05, 2014 at 11:04:52AM +0530, Amit Shah wrote: > Commit d9e7972619334 "hwrng: add randomness to system from rng sources" > added a call to rng_get_data() from the hwrng_register() function. > However, some rng devices need initialization before data can be read > from them. > > This commit makes the call to rng_get_data() depend on no init fn > pointer
2014 Jul 09
2
[PATCH v2 1/2] hwrng: fetch randomness only after device init
On Sat, Jul 05, 2014 at 11:04:52AM +0530, Amit Shah wrote: > Commit d9e7972619334 "hwrng: add randomness to system from rng sources" > added a call to rng_get_data() from the hwrng_register() function. > However, some rng devices need initialization before data can be read > from them. > > This commit makes the call to rng_get_data() depend on no init fn > pointer
2010 Feb 16
2
[LLVMdev] Minor cosmetic issues
In -help output, -help - Display available options (--help-hidden for more) Both single and double - option markers are accepted, which is good. It would probably be better to refer to options consistently using the single marker in all cases. =linearscan - linear scan register allocator =pbqp - PBQP
2004 Dec 15
2
Missing Toolbar Icons?
Hello all. It's been a long while since I posted to this list but here goes. When running the latest sidenet config I get no toolbar Icons in IE. Where the icons are supposed to be is just an empty space. (that you can still hover over). The console shows a fair amount of errors. Icon related error is: err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=32 This is a
2012 Sep 07
4
[PATCH] kexec/noreboot: Don't kexec_crash() if noreboot has been requested.
This issue came up when debugging pcpu linked list corruption (patches for that issue to follow). -- Andrew Cooper - Dom0 Kernel Engineer, Citrix XenServer T: +44 (0)1223 225 900, http://www.citrix.com _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
2014 Jul 09
2
[PATCH v2 1/2] hwrng: fetch randomness only after device init
On Wed, Jul 09, 2014 at 06:38:22PM +0530, Amit Shah wrote: > On (Wed) 09 Jul 2014 [07:53:17], Jason Cooper wrote: > > On Sat, Jul 05, 2014 at 11:04:52AM +0530, Amit Shah wrote: > > > Commit d9e7972619334 "hwrng: add randomness to system from rng sources" > > > added a call to rng_get_data() from the hwrng_register() function. > > > However, some rng