Displaying 12 results from an estimated 12 matches for "usercontext".
2015 Aug 30
3
Compilation error with MinGW
...>> return fEnumerateLoadedModules != 0;
>> }
>>
>> static BOOL CALLBACK
>> -ELM_Callback(WIN32_ELMCB_PCSTR ModuleName, DWORD64 ModuleBase,
>> +ELM_Callback(WIN32_ELMCB_PCSTR ModuleName, ModuleOffset ModuleBase,
>> ULONG ModuleSize, PVOID UserContext) {
>> OpenedHandles->insert((HMODULE)ModuleBase);
>> return TRUE;
>>
>> _______________________________________________
>> LLVM Developers mailing list
>> llvm-dev at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>>...
2015 Aug 29
2
Compilation error with MinGW
...+ ::GetProcAddress(hLib, sEnumerateLoadedModules);
}
return fEnumerateLoadedModules != 0;
}
static BOOL CALLBACK
-ELM_Callback(WIN32_ELMCB_PCSTR ModuleName, DWORD64 ModuleBase,
+ELM_Callback(WIN32_ELMCB_PCSTR ModuleName, ModuleOffset ModuleBase,
ULONG ModuleSize, PVOID UserContext) {
OpenedHandles->insert((HMODULE)ModuleBase);
return TRUE;
2019 Jan 21
4
Samba 4 -> Group Policy Drive Map -> Access Denied
...>
<Drives clsid="{8FDDCC1A-0C3C-43cd-A6B4-71A6DF20DA8C}"><Drive
clsid="{935D1B74-9CB8-4e3c-9914-7DD559B7A417}" name="W:" status="W:"
image="2" changed="2019-01-21 18:36:07"
uid="{6524E6E3-E107-48CC-9973-406E16B5F34D}" userContext="1"
bypassErrors="1"><Properties action="U" thisDrive="SHOW" allDrives="SHOW"
userName="" path="\\sce251\test-share" label="SHARE" persistent="1"
useLetter="1" letter="W"/><Filt...
2006 Jul 06
1
tracing a problem with newhidups
...dateinfo()
[libhid.c] HIDGetEvents()
[libusb.c] libusb_get_interrupt()
[libusb] usb_interrupt_read()
[libusb] usb_urb_transfer()
In the usb_urb_transfer() function one can find that
----------
urb.number_of_packets = 0; /* don't do isochronous yet */
urb.usercontext = NULL;
ret = ioctl(dev->fd, IOCTL_USB_SUBMITURB, &urb);
----------
and in the kernel code of linux/drivers/usb/host/uhci.c:
----------
static int uhci_submit_urb(struct urb *urb)
[...]
case PIPE_ISOCHRONOUS:
if (urb->bandwidth == 0) { /* not yet checke...
2018 Dec 17
2
Share Printer via GPO per User
...n in logged-on user's security context (user policy option) Yes
Remove this item when it is no longer applied No
Apply once and do not reapply No
Item-level targeting: Security GroupAttribute Value
bool AND
not 0
name SAMDOM\Domain Users
sid S-1-5-21-3008661040-3046359653-1299078886-513
userContext 1
primaryGroup 0
localGroup 0
Best Regards,
P.S. use "Domain Users" just for testing
2011 Nov 02
3
[LLVMdev] [PATCH] LLVM 3.0 broken in lib/Support/Windows/DynamicLibrary.inc
...__MINGW32__)
+ #define OLD_ELM_CALLBACK_DECL 1
+#endif
+
+#ifdef OLD_ELM_CALLBACK_DECL
+ static BOOL CALLBACK ELM_Callback(PSTR ModuleName,
+ DWORD_PTR ModuleBase,
+ ULONG ModuleSize,
+ PVOID UserContext)
+#else
+ static BOOL CALLBACK ELM_Callback(PCSTR ModuleName,
+ DWORD_PTR ModuleBase,
ULONG ModuleSize,
PVOID UserContext)
+#endif
{
// Ignore VC++ runtimes prior to 7.1. Somehow...
2019 Jan 22
1
Samba 4 -> Group Policy Drive Map -> Access Denied
...A6B4-71A6DF20DA8C}"><Drive
> >> clsid="{935D1B74-9CB8-4e3c-9914-7DD559B7A417}" name="W:"
> status="W:"
> >> image="2" changed="2019-01-21 18:36:07"
> >> uid="{6524E6E3-E107-48CC-9973-406E16B5F34D}" userContext="1"
> >> bypassErrors="1"><Properties action="U" thisDrive="SHOW"
> allDrives="SHOW"
> >> userName="" path="\\sce251\test-share" label="SHARE" persistent="1"
> >> useLetter...
2005 May 26
0
Q : registering sipXphone
...Asterik seems to fail in register_verify() but i
don't know why...
My sip.conf is the following :
;
; SIP Configuration for Asterisk
;
[general]
port=5060
bindaddr=0.0.0.0
context=default
srvlookup=yes
dtmfmode=rfc2833
allow=all
[pingtel]
type=friend
username=2503
host=172.25.49.219
context=usercontext
Here are the SIP register exchange :
Session Initiation Protocol
Request-Line: REGISTER sip:172.25.50.52 SIP/2.0
Method: REGISTER
Resent Packet: False
Message Header
From: sip:2503@172.25.50.52;tag=4f9a5597
To: sip:2503@172.25.50.52
Call-Id: 4c6b51c...
2019 Jan 21
0
Samba 4 -> Group Policy Drive Map -> Access Denied
...clsid="{8FDDCC1A-0C3C-43cd-A6B4-71A6DF20DA8C}"><Drive
> clsid="{935D1B74-9CB8-4e3c-9914-7DD559B7A417}" name="W:" status="W:"
> image="2" changed="2019-01-21 18:36:07"
> uid="{6524E6E3-E107-48CC-9973-406E16B5F34D}" userContext="1"
> bypassErrors="1"><Properties action="U" thisDrive="SHOW" allDrives="SHOW"
> userName="" path="\\sce251\test-share" label="SHARE" persistent="1"
> useLetter="1" letter="W&quo...
2018 Dec 17
0
Share Printer via GPO per User
...emove this item when it is no longer applied No
>
> Apply once and do not reapply No
>
> Item-level targeting: Security GroupAttribute Value
>
> bool AND
>
> not 0
>
> name SAMDOM\Domain Users
>
> sid S-1-5-21-3008661040-3046359653-1299078886-513
>
> userContext 1
>
> primaryGroup 0
>
> localGroup 0
>
> Best Regards,
>
> P.S. use "Domain Users" just for testing
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/options/samba
>
2013 Aug 15
1
IMAP Proxying and SSL Certificates on OpenBSD
....example.comkey
userdb {
? args = username_format=%n /etc/dovecot/passwd
? driver = passwd
}
userdb {
? args = /etc/dovecot/dovecot-ldap.conf
? driver = ldap
}
?
# dovecot-ldap.conf
hosts = 10.0.0.2:389
dn = cn=ldapaccess,o=servercontext
dnpass = secretpass
auth_bind = yes
ldap_version = 3
base = o=usercontext
user_attrs = homeDirectory=home,uidNumber=uid,gidNumber=gid
user_filter = (&(&(objectClass=Person)(cn=%u))(groupMembership=cn=SMTPsender,o=permissiongroups))
pass_attrs = cn=user,userPassword=password
pass_filter = (&(&(objectClass=Person)(cn=%u))(groupMembership=cn=SMTPsender,o=per...
2019 Jan 21
2
Samba 4 -> Group Policy Drive Map -> Access Denied
user configuration -> Preferences -> Windows Settings -> Drive Maps
Item Level Targeting -> Security Group, Domain Users
On 1/21/2019 11:09 AM, Luke Barone via samba wrote:
> Where is the policy targeting - the user or the computer?
>
>
> On Mon, Jan 21, 2019 at 7:51 AM Marco Shmerykowsky PE via samba <
> samba at lists.samba.org> wrote:
>
>> I seem