[Samba] Samba 3.6.0: unable to list Active Directoy users "WBC_ERR_DOMAIN_NOT_FOUND"

Benedikt Schindler BeniSchindler at gmx.de
Fri Aug 19 08:47:57 MDT 2011


Am 19.08.2011 14:44, schrieb David Touzeau:

> The winbindd allows to have correct informations
> 
> #wbinfo -t
> checking the trust secret for domain MAISON via RPC calls succeeded
> 
> #wbinfo -n MAISON/Administrateur
> S-1-5-21-3790408397-595478388-2982168515-500 SID_USER (1)
> 
> #wbinfo -s S-1-5-21-3790408397-595478388-2982168515-500
> MAISON/Administrateur 1
> 
> #wbinfo -S S-1-5-21-3790408397-595478388-2982168515-500
> 60500

if this works. everything should be fine.

> 
> Bet getent did not see any Active directoy users 
> 
> 
> Any tips on this ?
> 

Does the service "nscd" run on your server? Turn it off and try again.
You could also try if you could connect to the server, even if it does
not list the users in "getent".

Before testing i would flush the cache "net cache flush" justin case :)

I also don't know if it is a problem that your "* range" is in the range
of MAISON.

	idmap config MAISON:range = 60000-50000000
	idmap config * : range =  1000000-1999999

why don't you try

	idmap config * : backend = rid
	idmap config * : range =  50000001-5999999


best regards
Benedikt


More information about the samba mailing list