similar to: User mapping?

Displaying 20 results from an estimated 3000 matches similar to: "User mapping?"

2020 Aug 07
2
User mapping?
On 8/7/20 12:00 PM, Rowland penny via samba wrote: > On 07/08/2020 19:46, Simon Matthews via samba wrote: >> I have a network with a Samba server (Samba 4, but running as an old >> NT-style domain), Windows and Linux clients. > You really should consider upgrading to AD, >> Is there any way to have the Windows client access map to just "user", >> with its
2020 Aug 07
6
User mapping?
On 8/7/20 12:58 PM, Rowland penny via samba wrote: > On 07/08/2020 20:12, Simon Matthews wrote: >> >> The client is running CentOS 7: >> >> # cat /etc/redhat-release >> CentOS Linux release 7.8.2003 (Core) >> >> After another attempt, I have successfully joined the linux client to >> the domain: >> >> # net rpc join MEMBER -S
2020 Aug 07
0
User mapping?
On 8/7/20 1:57 PM, Simon Matthews wrote: > On 8/7/20 12:58 PM, Rowland penny via samba wrote: >> On 07/08/2020 20:12, Simon Matthews wrote: >>> >>> The client is running CentOS 7: >>> >>> # cat /etc/redhat-release >>> CentOS Linux release 7.8.2003 (Core) >>> >>> After another attempt, I have successfully joined the linux
2020 Aug 07
0
User mapping?
On 07/08/2020 20:12, Simon Matthews wrote: > > The client is running CentOS 7: > > # cat /etc/redhat-release > CentOS Linux release 7.8.2003 (Core) > > After another attempt, I have successfully joined the linux client to > the domain: > > # net rpc join MEMBER? -S raidserver -U root%<password> > Using short domain name -- BLUE > Joined 'TURQUOISE'
2020 Aug 09
5
User mapping?
On 09/08/2020 20:13, Simon Matthews via samba wrote: > I have things sort of working now, but I just want to confirm: there is > no way to manually (and individually) map the IDs? As far as I am aware, not with your setup, If you were using ldap or running AD, then yes, you could allocate an exact ID to each user and group. Rowland
2020 Aug 08
4
User mapping?
On 07/08/2020 22:44, Simon Matthews via samba wrote: > >>> >>>> >>> >>> This is where your problems start, you do not have enough lines, I >>> would expect something like this: >>> >>> ??? idmap config * : backend = tdb >>> ??? idmap config * : range = 100000-9999999 >>> ??? idmap config BLUE : backend = rid
2019 Aug 14
3
Anyone ever experienced a crash where Asterisk debug output a line with all nulls
We have a customer where their VM running Asterisk appears to have crashed. Fortunately, we had some debugging enabled. The asterisk messages file has this... (in notepad+ the blank line in the middle is all [NUL][NUL] [NUL][NUL]....) [08/12 15:30:55.880] VERBOSE[6920] app_mixmonitor.c: Begin MixMonitor Recording CBRec/IS__a37ae004-c780-4c7f-88a9-a04402f0ab4e-0000e70f [08/12 15:30:55.881]
2006 Apr 26
1
[LLVMdev] LLC fail without gccld optimization on spec2000 int benchmarks
Hi, In my experiments, I need to disable several linking optimizations. However, bzip2, vortex and eon failed if "-disable-opt" was passed to gccld. I tried the out-of-box llvm and the building process provided by llvm-test. The same problem was observed, when I specified EXTRA_LINKTIME_OPT_FLAGS = -disable-opt on Makefile.program and simplied typed "make" under
2011 Mar 27
4
When Upgrading Wine
So, version .16 has come out and I wouldn't mind upgrading. The thing is, I have to patch my Wine source code for a particular game. I guess I have to remove the Wine version I have now, patch the .16 and compile the source code? If there is another way, please let me know. Though, my main question is if I uninstall Wine, will it take thing installed with it; I mean, does .wine still exist
2002 Sep 23
4
How do I change plot colors in bwplot
Hello, I'm using bwplot to make a few plots. The plots are exactly what I need, but are coming out with a grey background and turquoise boxes and whiskers. I cannot figure out how to just get black and white to be the default. Can anyone help me with this? Thanks Kenneth E. Nussear Phone 775 784-1703 Ecology, Evolution and FAX 775 784-1369
2020 Aug 26
2
Creating a new Samba BDC and promoting to PDC
On 8/25/20 11:39 PM, Rowland penny via samba wrote: > On 26/08/2020 00:33, Simon Matthews via samba wrote: >> If I go with the suggestion to just set up a new AD-DC server, how do I >> move my data to this from the old server (which uses TDBSAM)? > > You could start by reading this: > >
2012 Apr 14
1
[LLVMdev] Running test suite with LNT failed
> >  But I got the error message below, > > > > --- > > 2012-04-12 02:39:48: executing test modules > > 2012-04-12 02:39:49: loading nightly test data... > > nt.py:737: fatal error: nightly test failed, no report generated > > --- > > > >  Any idea on how I can figure out what the fatal error is? Thanks! > > Inside the sandbox there will
2020 Aug 25
2
Creating a new Samba BDC and promoting to PDC
If I go with the suggestion to just set up a new AD-DC server, how do I move my data to this from the old server (which uses TDBSAM)? Simon On 8/10/20 2:34 AM, L.P.H. van Belle via samba wrote: > > >> -----Oorspronkelijk bericht----- >> Van: samba [mailto:samba-bounces at lists.samba.org] Namens >> Simon Matthews via samba >> Verzonden: maandag 10 augustus 2020 2:27
2020 Apr 11
2
using the bat script build_llvm_package.bat on windows
where should the file build_llvm_package.bat be placed and how should the build_llvm_package.bat be called? or is there a another way to do a two stage build of the llvm project on windows starting with using visual studio 2017 community. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Apr 13
0
[LLVMdev] Running test suite with LNT failed
On Wed, Apr 11, 2012 at 7:59 PM, 陳韋任 <chenwj at iis.sinica.edu.tw> wrote: > Hi all, > >  I am running LNT with LLVM/Clang 3.0 Release binary and test suite, here is my > flow (most of them are the same as http://llvm.org/docs/lnt/quickstart.html). > > --- > $ svn co http://llvm.org/svn/llvm-project/lnt/trunk ~/lnt > $ ~/mysandbox/bin/python ~/lnt/setup.py develop >
2012 Apr 12
2
[LLVMdev] Running test suite with LNT failed
Hi all, I am running LNT with LLVM/Clang 3.0 Release binary and test suite, here is my flow (most of them are the same as http://llvm.org/docs/lnt/quickstart.html). --- $ svn co http://llvm.org/svn/llvm-project/lnt/trunk ~/lnt $ ~/mysandbox/bin/python ~/lnt/setup.py develop $ cd mysandbox; source bin/activate $ $ lnt runtest nt \ --sandbox SANDBOX \ --cc
2006 Jan 18
2
Own Color Palette
Own Color Palette Dear all,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p> I would like to generate a contour-plot according to a master plot. The problem is that the rainbow-palette included in R does not answer this purpose. I need a darker blue, no turquoise, relatively less green, more yellow and more red. Haw can I adjust
2020 Aug 08
1
User mapping?
On 08/08/2020 19:43, Simon Matthews wrote: > On 8/8/20 12:21 AM, Rowland penny via samba wrote: >> On 07/08/2020 22:44, Simon Matthews via samba wrote: >>> >>>>> >>>>>> >>>>> >>>>> This is where your problems start, you do not have enough lines, I >>>>> would expect something like this:
2005 Mar 30
5
2d plotting and colours
Hi! I am new to R just 3 days in it and i apologize if my questions seem very trivial and consumed your valuable time. I am coding in perl and i stumbled upon R regarding plotting good statistical graphs. I tried the kmean clustering for a large matrix ,say > 150 * 150 . I tried the example code given in the tutorial to perform 2d plot # i ranges from 2 to 10 cl <- kmeans(x, i, 20)
2020 Aug 09
0
User mapping?
On 8/8/20 12:21 AM, Rowland penny via samba wrote: > On 07/08/2020 22:44, Simon Matthews via samba wrote: >> >>>> >>>>> >>>> >>>> This is where your problems start, you do not have enough lines, I >>>> would expect something like this: >>>> >>>> idmap config * : backend = tdb >>>>