I am using samba server as members of windows AD domain , with “security = ADS”, the logins unix and windows are aligned. Servers are in Solaris 8 & 10 Since the version 3.0.34, 3.2.8 ,3.4.6 , I have strange behaviour on shares where i use “valid users” with NIS unix groups it does’nt work, it was working fine in 3.0.30. Nok: Valid users = @group1 Valid users = +group1 Still work : Valid users = Domain\user Valid users = user The bad workaround found , is to use a file users.map and add the entry below: user = domaine\user The samba behavior is like if samba was unable to identify the unix groups of a user without an entry in the users.map file. could you help me ? Regards.
# /etc/nsswitch.nis: passwd: files nis group: files nis
When i kill winbind process , it works fine :-((
I should'nt use winbind to access but i can see logs below : Failed to create BUILTIN\Users group! Can Winbind allocate gids?