Displaying 20 results from an estimated 220 matches similar to: "UIDs/GIDs Mapping and Permissions in Samba"
2005 Jun 24
1
can I preserve UIDs/GIDs when transferring with rsync?
I noticed that rsync can preserve most of the file's characteristics
when it is used with "-a" option (it includes -o and -g flags for
preserving owners and groups).
However, when I transfer data between systems, it affects my UIDs/GIDs,
making the data hard to recover.
Example:
Sending side:
/etc/passwd:
mark:x:503:503::/home/mark:/bin/bash
file:
-rw-rw-r-- 1 mark mark
2004 Sep 21
1
mapping winbind users to nis uids and gids
Hello!
I've got users that access linux file server from Win stations using
Samba
and winbind authentication but also have AIX based workstations
accessing
the same server using nis authentication. They have the same username
registered in NIS domain and in Windows domain.
Is it possible to map winbind users (usually using uid & gid > 10000) to
nis
users, so user john
2004 Sep 22
2
Winbind, rids, gids, uids
Is there any SIMPLE way to maintain consistent mappings between windows
RIDs and UNIX/LINUX UIDs/GIDs among multiple samba servers servers
running winbindd? Will that problem be addressed in future samba
releases? I've read about the "idmap backend" possible solution but is
that the only current one? Help!!!
2005 Oct 04
1
Question about SIDs RIDs UIDs and GIDs
Hi Guys,
Just a quick one...I use ldap backend for samba users and unix(PAM+NSS)
users. If I was creating a new user/group/computer manually do the RID and
UID/GID have to match up somehow or something?? I mean I've been reading
somewhere that that RID should be somethings like UID+2x1000 or something??
Algorithmicbase?? Whats this all about?
Am I making any sense?
Cheers,
Rhys
2014 Apr 23
1
scripts to set UIDs and GIDs
Hi everyone,
I've succesfully managed to create a Centos 6 - Sernet Samba 4.1 DC and
a member server for hosting the shares.
To have the member working right (serving folders with right permissions
without chmod777 the relative fs path) I have to set all the UID GID (at
least primary group) for my users unless they'll be asked for user/pass
when trying to access and they get locked
2014 Dec 22
0
Mixed Samba4 and 3.6 uids/gids
Hi William,
> I have an AD domain (Samba 4.1.13 domain controllers) and some Samba 3.6
> clients.
> I would like the uid/gid mappings to be consistent across the two sets of
> machines.
>
> The Samba4 DCs have the following line in smb.conf:
>
> idmap_ldb:use rfc2307 = yes
>
> and their uids/gids are in sync across all four of them.
>
> The Samba 3.6 domain
2014 Dec 22
0
Mixed Samba4 and 3.6 uids/gids
On 22/12/14 19:04, Rowland Penny wrote:
>On 22/12/14 17:22, Denis Cardon wrote:
>> Hi William,
>>
>>> I have an AD domain (Samba 4.1.13 domain controllers) and some Samba
>>> 3.6 clients.
>>> I would like the uid/gid mappings to be consistent across the two
>>> sets of machines.
>>
>> By the way, samba 3.6 is going end of life pretty
2018 Jan 14
0
Best way to generate Unix UIDs and GIDs?
On Sun, 14 Jan 2018 14:53:15 +0100
Yvan Masson via samba <samba at lists.samba.org> wrote:
> Hi,
>
> For a new samba domain, I need to create users and groups with Unix
> UIDs and GIDs.
>
> In the future, it is possible that there will be a trust with other
> domains, so I need to take care that there won't be any UID/GID
> conflict. Also, I assume that in the
2015 May 19
0
rsync - Management of UIDs and GIDs when reserved on a Remote system
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
No, rsync would store the files with the numeric UID and GID as is on
the source without regard to the existence or non-existence of a
matching account. This could mean that ls would show numbers in those
columns, or incorrect names in those columns, or (perhaps by
coincidence) show the correct names in those columns. The important
thing is that if
2015 May 19
1
rsync - Management of UIDs and GIDs when reserved on a Remote system
Kevin Korb <kmk at sanitarium.net> wrote:
> No, rsync would store the files with the numeric UID and GID as is on
> the source without regard to the existence or non-existence of a
> matching account. This could mean that ls would show numbers in those
> columns, or incorrect names in those columns, or (perhaps by
> coincidence) show the correct names in those columns. The
2007 Jan 30
1
Cannot preserve uids and gids with AIX 5.3 w/rsync 2.6.2
First, yes, I have read the piece on chroot....
Trying to get an AIX (5.3) to run rsync 2.6.2 as a daemon
I have tried every possibly usage to stop chroot, used no and false, as
on the web it has showed up as either.
Also dropped flag --numeric-ids when running....
Here is my test config---
# Simple test config file
log file = /tmp/rsync.log
[test]
use chroot = no
path = /tmp/rsync_test/
2013 Nov 06
2
Zombie UIDs and GIDs
Hello,
I have a severe problem with gluster:
User and Group IDs are broken, but not in all directories:
drwxr-xr-x 103 p_kohn01 p0wess 4096 24. Jul 17:22 2013_07_24_17:22_10kupsilon_flat
?--------- ? ? ? ? ? 2013_08_10_00:44_500k_upsilon_flat
?--------- ? ? ? ? ? 2013_08_12_21:54_500k_upsilon_flat_1s
drwxr-xr-x 2 p_kohn01 p0wess 6 6.
2015 May 18
0
rsync - Management of UIDs and GIDs when reserved on a Remote system
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Rsync has 4 options for this...
1) Write all files as the owner and group that rsync is running as.
This is the default and the only possibility when not running as root
since only root can create files as a different UID.
2) Copy the user name and group name. This is what you get when you
are running as root and use --owner --group or --archive.
2005 Nov 22
1
"Well-known Windows RIDs" vs. UIDs/GIDs
Hey all,
I'm looking to merge multiple NT4 domains into a single infrastructure
based on Samba3 and OpenLDAP on Linux of the Debian Sarge flavour (and,
Bob willing, Samba4 before long).
In order to allow some resources to be shared from a single Linux
instance, I'm rather hoping that I can put every domain's information
into a single LDAP DIT. The Samba PDCs will use only portions of
2014 Dec 22
2
Mixed Samba4 and 3.6 uids/gids
I have an AD domain (Samba 4.1.13 domain controllers) and some Samba 3.6
clients.
I would like the uid/gid mappings to be consistent across the two sets of
machines.
The Samba4 DCs have the following line in smb.conf:
idmap_ldb:use rfc2307 = yes
and their uids/gids are in sync across all four of them.
The Samba 3.6 domain members currently have:
idmap config MBSW : backend = rid
idmap config
2015 May 19
3
rsync - Management of UIDs and GIDs when reserved on a Remote system
Kevin Korb <kmk <at> sanitarium.net> writes:
>
> 3) --numeric-ids copies both as the number. This is what you normally
> want for backups. This way you have the exact UID and GID stored on
> the backups regardless of what those numbers mean to the backup
> system. Just remember to use --numeric-ids when you restore. This is
> especially important if you have to
2014 Dec 22
2
Mixed Samba4 and 3.6 uids/gids
On 22/12/14 17:22, Denis Cardon wrote:
> Hi William,
>
>> I have an AD domain (Samba 4.1.13 domain controllers) and some Samba 3.6
>> clients.
>> I would like the uid/gid mappings to be consistent across the two
>> sets of
>> machines.
>>
>> The Samba4 DCs have the following line in smb.conf:
>>
>> idmap_ldb:use rfc2307 = yes
>>
2018 Jan 15
1
Best way to generate Unix UIDs and GIDs?
Le 14/01/2018 à 15:51, Rowland Penny via samba a écrit :
> On Sun, 14 Jan 2018 14:53:15 +0100
> Yvan Masson via samba <samba at lists.samba.org> wrote:
>
>> Hi,
>>
>> For a new samba domain, I need to create users and groups with Unix
>> UIDs and GIDs.
>>
>> In the future, it is possible that there will be a trust with other
>> domains, so
2015 May 18
3
rsync - Management of UIDs and GIDs when reserved on a Remote system
Hi Wayne et al,
I've been using Linux for a little over a year now.
I'm making improvements to the English phrasing used by luckyBackup which
uses rsync. English is my first language and I'm doing this so that I can,
then, more accurately make translations for the Spanish language.
I would like to know how rsync would manage the situation where the UID and
GID(s), of a file being
2018 Jan 14
2
Best way to generate Unix UIDs and GIDs?
Hi,
For a new samba domain, I need to create users and groups with Unix UIDs
and GIDs.
In the future, it is possible that there will be a trust with other
domains, so I need to take care that there won't be any UID/GID
conflict. Also, I assume that in the future Samba will be able to
restore deleted objects, so I need to avoid conflicts with those objects
as well.
This makes me think that a