Hello, I have a server with an NT4-style domain an Samba 4.2.14+dfsg-0+deb8u5. The samba uses an LDAP backend and all is fine so far. Samba users start at uid 1005 (it's not good I know but it's historical) Domain Users Group has UID 513. Now my Problem: The winbind log is full of [2017/04/07 16:35:50.896450, 1] ../source3/winbindd/idmap.c:230(idmap_init_domain) idmap range not specified for domain * How should I config the idmap backend? idmap_ldap has no entry in the wiki. The groups I use are from 512 (domain admins) up to 2100 (somegroup) with some spaces. Thanks a lot, have a nice weekend. Best Regards, Basti
On Fri, 7 Apr 2017 16:44:59 +0200 basti via samba <samba at lists.samba.org> wrote:> Hello, > > I have a server with an NT4-style domain an Samba > 4.2.14+dfsg-0+deb8u5. The samba uses an LDAP backend and all is fine > so far. > > Samba users start at uid 1005 (it's not good I know but it's > historical) Domain Users Group has UID 513. > > Now my Problem: > The winbind log is full of > > [2017/04/07 16:35:50.896450, 1] > ../source3/winbindd/idmap.c:230(idmap_init_domain) > idmap range not specified for domain * >Just ignore it, or turn the log level down to 0 You do have an 'idmap' line in smb.conf, you just do not normally see it because it is one of the defaults ;-) There is even a bug report: https://bugzilla.samba.org/show_bug.cgi?id=12629 Rowland
Hello Rowland, thanks for this tip. On 07.04.2017 17:11, Rowland Penny via samba wrote:> On Fri, 7 Apr 2017 16:44:59 +0200 > basti via samba <samba at lists.samba.org> wrote: > >> Hello, >> >> I have a server with an NT4-style domain an Samba >> 4.2.14+dfsg-0+deb8u5. The samba uses an LDAP backend and all is fine >> so far. >> >> Samba users start at uid 1005 (it's not good I know but it's >> historical) Domain Users Group has UID 513. >> >> Now my Problem: >> The winbind log is full of >> >> [2017/04/07 16:35:50.896450, 1] >> ../source3/winbindd/idmap.c:230(idmap_init_domain) >> idmap range not specified for domain * >> > > Just ignore it, or turn the log level down to 0 > > You do have an 'idmap' line in smb.conf, you just do not normally see > it because it is one of the defaults ;-) > > There is even a bug report: > > https://bugzilla.samba.org/show_bug.cgi?id=12629 > > Rowland >