Displaying 6 results from an estimated 6 matches for "domain_group_rid_us".
2002 May 16
2
WinBind does not work well with Rational ClearCase ( bug fix attached :)
...dzewski, StephenX A wrote:
> Hello Samba,
>
> We tried to use samba-2.2.4-1 with Rational ClearCase and had a problem
> using WinBind.
>
> ClearCase requires the primary group id to be set to the clearcase users
> group. WinBind sets the primary group to something like
> DOMAIN_GROUP_RID_USERS.
Winbind set's the primary group to whatever is specified by the PDC.
Why should we override it? I think I understand what your problem is
but I'm not convinvced that this patch should be applied to the main
tree.
cheers, jerry
------------------------------------------------...
2002 May 15
1
WinBind does not work well with Rational ClearCase (bug fix atta ched :)
Hello Samba,
We tried to use samba-2.2.4-1 with Rational ClearCase and had a problem
using WinBind.
ClearCase requires the primary group id to be set to the clearcase users
group. WinBind sets the primary group to something like
DOMAIN_GROUP_RID_USERS.
I am including the patch we made to samba-2.2.4 to get things working.
I have added two new smb.conf options:
winbind primary group // defaults to "0" and sets user primary group to
the domain's primary group
winbind force primary // defaults to "no", non-members of &...
2002 May 18
2
WinBind does not work well with Rational ClearCase (bugfix atta ched :)
...gt;> > We tried to use samba-2.2.4-1 with Rational ClearCase and had a problem
>> > using WinBind.
>> >
>> > ClearCase requires the primary group id to be set to the clearcase users
>> > group. WinBind sets the primary group to something like
>> > DOMAIN_GROUP_RID_USERS.
>>
>> Winbind set's the primary group to whatever is specified by the PDC.
>> Why should we override it? I think I understand what your problem is
>> but I'm not convinvced that this patch should be applied to the main
>> tree.
>
>I wonder if this p...
2003 Dec 01
0
No subject
...primary group for large domains.=0A=
- This should really be made into a 'winbind=0A=
- force group' smb.conf parameter or=0A=
- something like that. */=0A=
+ 'winbind primary group' smb.conf parameter=0A=
+ defaults to 0. */=0A=
(*info)[i].group_rid =3D DOMAIN_GROUP_RID_USERS;=0A=
+=0A=
+ /* Check for primary group rid */=0A=
+ if (lp_winbind_primary_group()) {=0A=
+=0A=
+ /* Check for forced primary group */=0A=
+ if (!lp_winbind_force_primary()) {=0A=
+ =0A=
+ /* only set primary group to primary_group if member */=0A=
+ status =3D domain-&g...
2019 May 10
0
Wine release 4.8
...eld in build_elements function.
hidclass.sys: Set LinkUsage field in build_elements function.
hidclass.sys: Treat all one-bit fields as buttons.
hidclass.sys: Fill some reserved fields when building HIDP_{BUTTON,VALUE}_CAPS.
Qian Hong (1):
server: Create primary group using DOMAIN_GROUP_RID_USERS.
Rafał Harabień (1):
ntoskrnl.exe: Fix handling relocations on page boundary.
Tim Schumacher (2):
winejoystick: Add support for wheel axes.
dinput: Map wheel, gas, and brake axes as well.
Vijay Kiran Kamuju (4):
virtdisk: Add stub and tests for OpenVirtualDisk.
i...
2020 Feb 02
0
Wine release 5.1
..._wsearchenv_s.
msvcrt: Don't duplicate _wsearchenv_s code in _wsearchenv.
msvcrt: Respect allocation mode in malloc.
msvcrt: Use _callnewh in operator new implementation.
msvcrt: Reimplement _set_new_mode function.
Qian Hong (1):
advapi32: Fix the name and use of DOMAIN_GROUP_RID_USERS.
Roman Pi?l (1):
kernelbase: Implement GetThreadIdealProcessorEx stub.
R?mi Bernon (2):
ntdll: Don't change RtlWaitOnAddress size after user invoke_apc.
include: Add DBG_REPLY_LATER NTSTATUS code.
Stefan D?singer (11):
ddraw/tests: Disable a test that causes heap c...