Displaying 4 results from an estimated 4 matches for "enumgroup".
2002 Mar 13
1
What group is CPB\unix_group.2147483404?
...t's does a group like 'CPB\unix_group.2147483404' mean? I get al sorts of
group when I run the following kix-script that are recognizable and some
that are not. Why?
running samba-2.2.3a with domainname CPB.
================ groups.kix ======================
$index = 0
DO
$group = ENUMGROUP($index)
? $group
$index = $index + 1
UNTIL Len($group) = 0
================ results.txt =======================
CPB\it
Iedereen (Everyone)
INTERACTIEF (INTERACTIVE)
Geverifieerde gebruikers (Verified Users)
LOK...
2002 May 23
1
Netlogon from win9x using Kixtart to Samba server
...l the
users.
The shares need to be mounted accordingly to the unix groups the user
belongs to.
Fo example, if a user belongs to the IT and TOTO groups then the
\\sambaserver\it and \\sambaserver\toto shares will automatically be
mounted.
The pb is that the KIXTART 's PRIMARYGROUP variable and ENUMGROUP()
function do not
return any values unless this works well under a Windows NT 4 server
(other variables passed from Sama server to client during logon
procedure return correct values : fullname, lserver, domain..)
A piece of the KIXTART.KIX file :
$index = 0
do
$group = enumGroup($index)
? $g...
2013 Apr 12
0
Wine release 1.5.28
...ersion in wglCreateContextAttribsARB().
Michael Stefaniuc (61):
dplayx: Forward IDirectPlay::Open to ::SecureOpen.
dplayx: Forward IDirectPlay::GetMessageCount to ::GetMessageQueue.
dplayx: Forward IDirectPlay::Send to ::SendEx.
dplayx: Forward IDirectPlay::EnumPlayers to ::EnumGroupPlayers.
dplayx: Forward IDirectPlay::EnumGroups to ::EnumGroupsInGroup.
dplayx: Assimilate the inherited methods into IDirectPlay4A.
dplayx: Introduce impl_from_IDirectPlay4A().
dplayx: Use separate QueryInterface, AddRef and Release methods for IDirectPlay4 + 4A.
dpla...
2008 Aug 22
0
Wine release 1.1.3
...dplayx: Tests for Get/SetPlayerName.
dplayx: Tests for GetPlayerAccount.
dplayx: Tests for GetPlayerAddress.
dplayx: Tests for GetPlayerFlags.
dplayx: Tests for CreateGroup.
dplayx: Tests for GroupOwner.
dplayx: Tests for EnumPlayers.
dplayx: Tests for EnumGroups.
dplayx: Tests for EnumGroupsInGroup.
dplayx: Tests for checking the behaviour of groups in a p2p session.
dplayx: Tests for checking the behaviour of groups in a C/S session.
dplayx: Tests for Send.
dplayx: Tests for Receive.
dplayx: Tests for GetMessageCount....