'getent group' only returns a few groups - Solaris 8

David Shapiro David.Edward.Shapiro at btitele.com
Mon Apr 1 08:06:03 GMT 2002


Was any answer ever given for this?  I have asked this same question a few
times (head alpha 17 still had this problem).

David

-----Original Message-----
From: Matt Pavlovich [mailto:mpav at algx.net]
Sent: Monday, March 18, 2002 11:14 AM
To: samba-technical at lists.samba.org
Subject: 'getent group' only returns a few groups - Solaris 8


Samba 2.2.3a w/ Winbind on Solaris 8.

System is on domain and correctly authenticates users.

wbinfo -t: works off and on
wbinfo -u: returns all users
wbinfo -g: returns all groups
getent passwd: returns all users

****getent group: Only returns 5 of 100+ groups.****

nscd.conf ->
	positive-time-to-live	group		3600
	negative-time-to-live	group		5
	suggested-size		group		211
	keep-hot-count		group		20
	old-data-ok		group		no
	check-files		group		yes

smb.conf ->

[global]
	workgroup = DOMAIN
	netbios name = DFWSAMBATEST
	server string = Samba Test Server (Samba %v)
	security = domain
	encrypt passwords = Yes
	update encrypted = Yes
	obey pam restrictions = no
        password server = *
#	passwd program = /usr/bin/passwd %u
#	passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
*Retype\snew\sUNIX\spassword:* %n\n .
	unix password sync = no
	invalid users = root
	syslog = 0
	max log size = 1000
	name resolve order = wins bcast host lmhosts
	socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=4096
SO_RCVBUF=4096
	load printers = No
#	add user script = /usr/sbin/useradd -p %u %u
        # Deleted root account
	#delete user script = /usr/sbin/userdel %u
	preferred master = False
	local master = No
	domain master = False
	dns proxy = No
	wins server = 10.10.20.20
# Winbind Options
	winbind uid = 10000-20000
	winbind gid = 10000-20000
        winbind cache time = 900
        winbind separator = +
	template shell = /bin/false
        template homedir = /export/home/samba/%D/%U

[test]
	comment = test share
	path = /export/home/samba/test
	force user = DOMAIN+test
	force group = "Domain+Test Users"
	read only = No
	create mask = 0750
	force create mode = 0750
        directory mask = 0750
        inherit permissions = yes
        write list = Domain+test
        valid users = ' "@Domain+Test Users" '
	browseable = yes







More information about the samba-technical mailing list