Corrado Ravinetto
2023-Feb-27 11:02 UTC
[Samba] check_account: Failed to convert SID S-1-5-21-822543001-694776171-4236178688-132794 to a UID
Hallo all
Why this warning if i have
idmap config * : backend = tdb
idmap config * : range = 100000-107999
idmap config mydom : backend = ad
idmap config mydom : range = 500-999999
in my smb.conf ??
tnx
Corrado Ravinetto
Sistemi informativi
corrado.ravinetto at lanificiocerruti.com <mailto:corrado.ravinetto at
lanificiocerruti.com>
T: +39 015 3591283
[Lanificio F.lli CERRUTI]
Lanificio F.lli Cerruti S.p.A.
Via Cernaia 40, 13900 - Biella (BI) Italy
www.lanificiocerruti.com <http://www.lanificiocerruti.com/>
[Twitter] <https://twitter.com/Lan_Cerruti> [Facebook]
<https://www.facebook.com/LanificioCerruti> [Instagram]
<https://www.instagram.com/lanificiocerruti/>
Rispetta l'ambiente, non stampare questa mail se non necessario
Respect the environment, don't print unless necessary
[Unesco]
Rowland Penny
2023-Feb-27 11:27 UTC
[Samba] check_account: Failed to convert SID S-1-5-21-822543001-694776171-4236178688-132794 to a UID
On 27/02/2023 11:02, Corrado Ravinetto via samba wrote:> Hallo all > Why this warning if i have > > idmap config * : backend = tdb > idmap config * : range = 100000-107999 > idmap config mydom : backend = ad > idmap config mydom : range = 500-999999 > > in my smb.conf ?? >Two possible reasons, one your ranges overlap, 100000-107999 is inside 500-999999, the other possible reason is that the RID '132795' is for a computer and it doesn't have a uidNumber attribute. Rowland