Displaying 3 results from an estimated 3 matches for "adsmc".
Did you mean:
adsm
2019 Jan 10
2
mixed versions, mixed UIDs
...ver to
it. The new server is running the following:
Red Hat Enterprise Linux Server release 7.6 (Maipo)
Samba/Winbind Version 4.8.3
One issue I've been having is trying to get UIDs to coinside between old
and new software versions.
Our Samba 3 configs have the following defined:
idmap config ADSMC:default = yes
idmap config ADSMC:backend = rid
idmap config ADSMC:base_rid=500
idmap config ADSMC:range = 2000-100000
I've set up the following in our Samba 4 server:
idmap config ADSMC:range = 2000-100000
idmap config * :range = 2000-100000
idmap config ADSMC : backend = rid
idmap config * :...
2019 Jan 10
1
mixed versions, mixed UIDs
...s deprecated, so does
that change ID formula to this?
ID = RID + LOW_RANGE_ID
Assuming that the default value for the now-deprecated base_rid is 0.
Following the example on the man page, I am going to try this:
idmap config * : backend = tdb
idmap config * :range = 1000000-1999999
idmap config ADSMC : backend = rid
idmap config ADSMC:range = 1500-500000
Will this work to keep IDs aligned across new and old systems (without
changing the old systems)?
Thanks.
On Thu, Jan 10, 2019 at 10:01 AM Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Thu, 10 Jan 2019 09:29:19 -...
2019 Jan 10
0
mixed versions, mixed UIDs
...owing:
>
> Red Hat Enterprise Linux Server release 7.6 (Maipo)
> Samba/Winbind Version 4.8.3
>
> One issue I've been having is trying to get UIDs to coinside between
> old and new software versions.
>
> Our Samba 3 configs have the following defined:
> idmap config ADSMC:default = yes
> idmap config ADSMC:backend = rid
> idmap config ADSMC:base_rid=500
> idmap config ADSMC:range = 2000-100000
>
> I've set up the following in our Samba 4 server:
> idmap config ADSMC:range = 2000-100000
> idmap config * :range = 2000-100000
> idmap config...