Displaying 2 results from an estimated 2 matches for "testgruppe".
2005 Jul 20
0
winbind: getent with strange output
Environment: Win2003SP1 domain with Debian+Samba/Winbind 3.0.14a machine
Win domain users: tester1 and tester2
all are members of groups: testgruppe, testgruppe1, testgruppe2
primary posix group of win-users: testgruppe
smb.conf:
[global]
workgroup =
realm = VW.VKW.TU-DRESDEN.DE
security = ADS
map to guest = Bad User
passdb backend = tdbsam
domain master = No
ldap ssl = no
idmap u...
2001 Nov 22
0
winbindd, getent, primary group issue
...ESTKTA+Gast:x:10001:10000:Testuser:/home/TESTKTA/gast:/bin/false
TESTKTA+p4600:x:10006:10000:Rudi 4600:/home/TESTKTA/p4600:/bin/false
and getent group (relevant parts)
TESTKTA+Domanen-Benutzer:x:10000:TESTKTA+Administrator,TESTKTA+p4600
TESTKTA+Domanen-Admins:x:10001:TESTKTA+Administrator
TESTKTA+Testgruppe:x:10005:TESTKTA+p4600
when the user p4600 creates a new file then the unix id/gid is 10006/10005
after the primary group has been set to Testgruppe, before setting the
primary group all files were created with gid 10000 (Domain users).
This seems to be a little inconsistent to me...
Q: is this...