[Samba] classicupgrade

Rowland Penny rpenny at samba.org
Fri Oct 26 11:45:29 UTC 2018


On Fri, 26 Oct 2018 12:28:47 +0200
Corrado Ravinetto via samba <samba at lists.samba.org> wrote:

> > It looks like Domain Users does not have a gidNumber attribute,
> > '100' is the default ID set by Samba in idmap.ldb on a DC.
> 
> can i change this id or is better if i change id in my
> userers/folders ??

That is what adding uidNumber & gidNumber attributes is supposed to do.

> 
> > How did you carry out the classicupgrade and what from ?
> like wiki.samba.org suggest in classicupgrade and i used samba 4.9.1 
> compiled from source

Yes, but what from ?
Do you still have the original smb.conf and can you post it ?

Run this on the DC and post the output:

ldbsearch -H ldap://$(hostname -s) -k yes -P '(&(samaccountname=Domain
Users)(gidNumber=*))' gidNumber | grep gidNumber | awk '{print $NF}'

The above should be all on one line.

Rowland



More information about the samba mailing list