similar to: Quick questions about uid, gid, uidNumber, gidNumber

Displaying 20 results from an estimated 9000 matches similar to: "Quick questions about uid, gid, uidNumber, gidNumber"

2019 Apr 03
2
[RFC] migrating LLVM to C++14
JF Bastien via llvm-dev <llvm-dev at lists.llvm.org> writes: > * Single quote as digit separator: > > * Not allowed. Just out of curiosity, why? I can see it wreaking havoc for some syntax highlighters, but are there other reasons? -David
2005 Jul 01
1
uid and gid from unix to unix
Server: Samba 3.0.14a on Debian 3.1 stable with kernel 2.6.8.1 Client smbclient 3.0.7 on Mandrake 10.1 Problem: Share is mounted (by smbmount) with uid's and gid's values from Debian server. So user have no proper rights to catalogues in mounted shares on his local machine. Question: How to make uid and gid "mapping" from unix to unix? Exemplary: User john has uid=502 and
2004 Sep 15
1
Retrieving UNIX UID/GID directly through Active Directory
Hi, there's a bug on bugzilla.samba.org that I'd like to comment on but it's not letting me. It's bug #242, titled "Retrieving UNIX UID/GID directly through Active Directory from schema extension" The person who posted the request talks about using AD4Unix, but I've installed Microsoft's Services for Unix and it made similar schema changes. Specifically, it
2017 Mar 03
2
Control statements with condition with greater than one should give error (not just warning) [PATCH]
On Fri, Mar 3, 2017 at 9:55 AM, Hadley Wickham <h.wickham at gmail.com> wrote: >> But, how you propose a warning-to-error transition should be made >> without wreaking havoc? Just flip the switch in R-devel and see CRAN >> and Bioconductor packages break overnight? Particularly Bioconductor >> devel might become non-functional (since at times it requires >>
2017 Mar 04
3
Control statements with condition with greater than one should give error (not just warning) [PATCH]
Is there really a need for these complications? Packages emitting this warning are broken by definition and should be fixed. Perhaps we could "flip the switch" in a test environment and see how much havoc is wreaked and whether authors are sufficiently responsive? Michael On Sat, Mar 4, 2017 at 12:04 PM, Martin Maechler <maechler at stat.math.ethz.ch > wrote: >
2025 Jan 16
1
odd UID behaviour in Linux hosts connected to Samba AD
It took me a few hours to put these together, hopefully is useful to you: http://samba.bigbird.es/doku.php?id=samba:idmap-backends http://samba.bigbird.es/doku.php?id=samba:no-need-for-use-rfc2307 http://samba.bigbird.es/doku.php?id=samba:more-idmapping-notes On 16 Jan 2025 at 14:45 +0000, Rowland Penny via samba <samba at lists.samba.org>, wrote: > On Thu, 16 Jan 2025 14:16:45 +0100
2008 Nov 06
4
Trying to get uid and gid to match and getent to work
I am using the following in my smb.conf on samba-3.0.28-0.el5.8 idmap domains = MYDOMAIN idmap config MYDOMAIN:backend = rid idmap config MYDOMAIN:base_rid = 998 idmap config MYDOMAIN:range = 998 - 49999 idmap uid = 998-20000 idmap gid = 998-20000 template homedir = /home/users/%U # template primary group =
2003 Apr 25
2
Word problem with large uid/gid
Hi, We've noticed the following problem: Samba server: RedHat 7.3 Linux version 2.4.18-3 (bhcompile@daffy.perf.redhat.com) (gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110)) Samba 2.2.8a 1 user defined 1 share defined (it's a test-setup, server is a Dell ProLiant 2600 and isn't used for anything else) Client PC: Windows XP/Office97 and Windows2000/Office97 IF uid or gid
2010 Nov 22
2
Including MS Word in a DIV
Let''s say that I have an MS Word document saved as an HTML document. I want to present this document as a div; that is, make the MS HTML sort of a partial. Is there a RoR facility to do so? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2015 May 18
3
[LLVMdev] New EH representation for MSVC compatibility
> optimizing EH codepaths is not usually performance critical. >> Leaving aside the rest of the thread, I feel the need to refute this point in isolation. I've found that optimizing (usually simplifying and eliminating) exception paths ends up being *extremely* important for my workloads. Failing to optimize exception paths sufficiently tends to indirectly hurt things like inlining
2007 Aug 16
1
methods and try()
Hi all, I'm having a problem with some sort of interaction with try() and methods, I think. The setup is as follows, I have an S4 class that holds an environment and I would like to evaluate the right hand side of a function inside that environment. No problem there. However, if the formula involves a symbol that doesn't exist, which may or may not happen, it fails as it should and
2013 Jan 24
2
rsync parameters errors
In my new bash script, I'm doing what I think is a very simple rsync command the way I'm used to doing it. I just do a lot of setup and checking before I get to it. When I run it, it gets very unhappy with me. It's probably something very simple. I need to build the rsync command in a string so that some things can go away - like if my variables DRY_RUN and DELETE are undefined,
2020 May 15
3
Problems with groups, minimum gidnumber?
On Fri, 15 May 2020, Rowland penny via samba wrote: > On 15/05/2020 13:48, Harald Hannelius wrote: >> >> I created a script that looped on 'getent passwd' from the old DC. It >> called samba-tool and pdbedit to add the users; >> >> samba-tool user create $username Some2pass/e --use-username-as-cn >> --nis-domain=sad --unix-home=$home
2014 Dec 09
3
Samba 4 two DCs no matching UID/GID
Hello all, I have a fresh install of two CentOS 7 machines. On DC1 I made a domain provision with --use-rfc2307. In DC2 I made a join as DC - both exactly as the wiki advised. In fact of its missing I added the idmap use rfc2307 yes parameter to smb.conf. I will have an extra share on both DCs. Today I realized, that wbinfo shows different UID/GID for the same users or groups on the DC's.
2017 Sep 18
5
Interleaved debug info on arm
When compiling code with lld -O0 --lto-O0 --eh-frame-hdr I get strange interleaved line info all over the place: ... 0x00000000000595ac 22 11 1 0 0 is_stmt 0x00000000000595bc 25 7 1 0 0 is_stmt <<< 0x00000000000595c0 22 11 1 0 0 is_stmt 0x00000000000595c4 25 7 1 0 0 is_stmt <<< 0x00000000000595c8 26 7 1 0 0 is_stmt but the code only has 1 reference to line 25 and the
2009 Mar 18
2
[LLVMdev] Multiple return values (floating-point exception flags)
Does anyone have suggestions for either extending operators or adding intrinsics that support multiple return values? Or is packaging everything into a derived types the only way? I have an idea for supporting floating-point exception flags and modes in a flexible way by making the data dependencies explicit, but I've become quite lost poking around. I suspect this will end up involving
2025 Jan 16
2
odd UID behaviour in Linux hosts connected to Samba AD
On Thu, 16 Jan 2025 14:16:45 +0100 (CET) vincent at cojot.name wrote: > > Hi Rowland, > > Thank you very much for the quick answer. > > >> Right after booting a fileserver, I can 'id' a local user just fine > >> and it's properly showing the local Linux groups: > > > > Please define 'local user', if it is a user that is in
2004 Dec 01
1
maintaining samba uid and gid in nt to ad migration
What is the best method for migrating the samba/winbind uid/gid when moving from an nt4 domain to windows 2003 ad? I have multiple samba 3.x servers running in an nt4 domain. All machines use "idmap uid = 10000-20000" and "idmap gid = 10000-20000" in smb.conf using winbind to maintain security on files and folders. When I move my samba 3.x test servers from nt4 domain to
2004 Sep 13
0
Winbind uid/gid issue.
Hello All, I've got Samba 3.0.4 running under Solaris 8 with AD support/Winbind... One issue I'm having that I need to fix is, all the files on the Solaris box are owned by uid's and gid's from my nis files... Now that winbind is running, when a user modifies a file, it is now owned by DOMAIN+AD-USERID and the same for the group... Then a lot of other people can't access those
2004 Apr 28
1
filexfer draft and uid / gid resolution ...
Sorry if this is not the best place to post this question but I'm not sure who else to ask. After reading through the filexfer draft I am having trouble understanding how a sftp client goes about resolving uid / gid to its text representation. Without handling this translation for the user, how do they know the difference between one uid / gid to the next without opening up a terminal to the