search for: example5

Displaying 13 results from an estimated 13 matches for "example5".

Did you mean: example
2017 Feb 01
4
creating new users - missing uidNumber
Am 2017-02-01 um 12:19 schrieb Rowland Penny via samba: > ADUC never added uidNumbers automatically, you had to use the Unix > Attributes tab, but this no longer exists on windows 10, you have to > use the 'attributes' tab > > The only way (that I know) to create a user with a uidNumber, is to > use samba-tool, run 'samba-tool user create --help' for more info.
2011 Jun 28
13
[PATCH hivex 02/14] maint: remove unnecessary test-before-free
From: Jim Meyering <meyering at redhat.com> * lib/hivex.c (hivex_node_set_value): Remove unnecessary test-before-free. --- lib/hivex.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/lib/hivex.c b/lib/hivex.c index d042f4f..a72fa77 100644 --- a/lib/hivex.c +++ b/lib/hivex.c @@ -2748,8 +2748,7 @@ hivex_node_set_value (hive_h *h, hive_node_h node, leave_partial:
2018 Nov 25
3
BUGS n code generated for target i386 compiling __bswapdi3, and for target x86-64 compiling __bswapsi2()
..., 24 or rax, rdi ret __bswapdi2: # @__bswapdi2 bswap rdi mov rax, rdi ret Both are correct, but __bswapsi2() should of course use BSWAP too! Stefan Kanthak PS: for comparision with another compiler, take a look at <https://skanthak.homepage.t-online.de/msvc.html#example5>
2017 Feb 01
2
creating new users - missing uidNumber
Am 2017-02-01 um 14:49 schrieb Rowland Penny via samba: > If you just run 'samba-tool user create testuser' you will get a user > without a uidNumber. See example5 from 'samba-tool user create --help' > for how to create a user with a uidNumber, but there is a gotcha, you > will need to track the next uidNumber or gidNumber yourself. yes, we figured that out and tested it already, thanks I will write some script or alias to read the highest ui...
2006 Nov 07
5
linux-2.4.22 + bridge + traffic control by MAC.
Dear all, I am working on a linux box (2.4.22 kernel) which is used as a bridge. And I want to add traffic control rules on it by client''s MAC. Does anyone has such experience on how to do that? Thank you very much!! Best regards, Henry _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2010 Feb 05
13
[PATCH 01/14] hivexsh: Document some peculiarities of the "cd" command.
--- hivex/hivexsh.pod | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/hivex/hivexsh.pod b/hivex/hivexsh.pod index 277e3ae..9336798 100644 --- a/hivex/hivexsh.pod +++ b/hivex/hivexsh.pod @@ -100,7 +100,14 @@ or even: Path elements (node names) are matched case insensitively, and characters like space, C<*>, and C<?> have I<no> special
2018 Nov 25
3
BUGS n code generated for target i386 compiling __bswapdi3, and for target x86-64 compiling __bswapsi2()
...mov rax, rdi >> ret >> >> Both are correct, but __bswapsi2() should of course use BSWAP too! >> >> >> Stefan Kanthak >> >> PS: for comparision with another compiler, take a look at >> <https://skanthak.homepage.t-online.de/msvc.html#example5> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: <h...
2019 Apr 01
1
Can only access new SAMBA fileshare from Windows as privileged user SAMDOM/Administrator, not as an ordinary user.
Cheers, that fixed it! :O) So, if I may summarise what we have just discussed. 1) All newly created samba users need to have the uidNumber attribute set to a unique value (within the range specified in smb.conf for SAMDOM) when using ad backend with RFC2307. 2) All new groups need to have the gidNumber set to a unique value (within the range specified in smb.conf for SAMDOM) when using ad
2017 Feb 01
0
creating new users - missing uidNumber
...? > > I had the impression that even a testuser created with that did miss > > that attribute ... I will check than asap. > > > > thanks > > > > > > If you just run 'samba-tool user create testuser' you will get a user > without a uidNumber. See example5 from 'samba-tool user create --help' > for how to create a user with a uidNumber, but there is a gotcha, you > will need to track the next uidNumber or gidNumber yourself. > > Rowland > > -- > To unsubscribe from this list go to the following URL and read the > ins...
2017 Feb 01
0
creating new users - missing uidNumber
...1 Feb 2017 15:20:47 +0100 "Stefan G. Weichinger via samba" <samba at lists.samba.org> wrote: > Am 2017-02-01 um 14:49 schrieb Rowland Penny via samba: > > > If you just run 'samba-tool user create testuser' you will get a > > user without a uidNumber. See example5 from 'samba-tool user create > > --help' for how to create a user with a uidNumber, but there is a > > gotcha, you will need to track the next uidNumber or gidNumber > > yourself. > > yes, we figured that out and tested it already, thanks > > I will write som...
2018 Oct 26
1
rfc2037
So, just wanting to verify - since I *think* I understand but am not sure. [The Wiki article might be clarified re: rfc2037 - and avoid questions like this.] 2037 only comes into play if you're interested in controlling local access for *nix users on the local file system. Thus, if you are, for example, setting up a [or a pair, or more] DC only, which won't have local users - than 2037
2019 Jun 21
2
creating new users - missing uidNumber
Hi, there was a topic in 2017 with this subject (I don't know, whether my mail will be a new topic, or will be appended to the old). >> > If you just run 'samba-tool user create testuser' you will get a >> > user without a uidNumber. See example5 from 'samba-tool user create >> > --help' for how to create a user with a uidNumber, but there is a >> > gotcha, you will need to track the next uidNumber or gidNumber >> > yourself. ... >there are a couple of attributes (which you >will probably not have) w...
2018 Nov 25
2
BUGS n code generated for target i386 compiling __bswapdi3, and for target x86-64 compiling __bswapsi2()
...are correct, but __bswapsi2() should of course use BSWAP too! > >>> > >>> > >>> Stefan Kanthak > >>> > >>> PS: for comparision with another compiler, take a look at > >>> <https://skanthak.homepage.t-online.de/msvc.html#example5> > >>> _______________________________________________ > >>> LLVM Developers mailing list > >>> llvm-dev at lists.llvm.org > >>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >>> > >> > -------------- next part -...