Displaying 20 results from an estimated 2000 matches similar to: "Wine on Windows"
2006 Aug 09
2
Migrations for LDAP?
Hello,
Is there anything like database migrations but for LDAP schemas?
--
Pau Garcia i Quiles
http://www.elpauer.org
(Due to the amount of work, I usually need 10 days to answer)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: not available
Url :
2006 Jan 22
6
SwitchTower with public key authentication?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
BEWARE: this is not a Rails question, but a SwitchTower question. I am asking
here because SwitchTower is usually employed with Rails.
I am developing what we may call a "distributed video player" in Ruby (this is
NOT a Rails application). It works this way: I have several boxes that play
videos and one server, where I store the
2013 Dec 19
0
[LLVMdev] [cfe-dev] LLVM 3.4 Branch Freeze
On Thu, Dec 19, 2013 at 8:15 PM, Hal Finkel <hfinkel at anl.gov> wrote:
> > > the other thing we need to determine is
> > > > whether or not we want to maintain a stable ABI for the bugfix
> > > > releases.
> > > > With 3.3, the plan was to have a stable ABI, but this caused me
> > > > to reject several fixes. I would recommend
2013 Dec 19
2
[LLVMdev] [cfe-dev] LLVM 3.4 Branch Freeze
----- Original Message -----
> From: "Tom Stellard" <tom at stellard.net>
> To: "Hal Finkel" <hfinkel at anl.gov>
> Cc: cfe-dev at cs.uiuc.edu, llvmdev at cs.uiuc.edu, "Óscar Fuentes" <ofv at wanadoo.es>
> Sent: Wednesday, December 18, 2013 11:07:23 AM
> Subject: Re: [cfe-dev] [LLVMdev] LLVM 3.4 Branch Freeze
>
> On Wed, Dec
2015 Aug 23
2
RFC: New dependency on FFmpeg?
On 08/22/2015 04:27 PM, Pau Garcia i Quiles wrote:
> But I guess the problem is not source-compatibility for
> wine but binary-compatibility for CrossOver. In that case, I'd suggest
> dlopen'ing and checking for the symbol you want.
There's also issues with structure changes which won't be caught that
way. libwmapro sounds like the sanest solution, short of doing the
2005 Mar 20
2
VCD tracks to theora
Hello,
I am looking for a way to convert VCD tracks to theora.
I'd rather a command line tool.
What would you suggest me?
I already found I can do that with mplayer, by ripping to yuv and wav,
then using the encoder_example to compress to theora, but would there be
another better way?
--
ASPO Infog?rance http://aspo.rktmb.org/activites/infogerance
Unofficial FAQ fcolc
2006 Jul 10
13
LDAP auth/az for Rails
All:
I recently wrote an LDAP library for Ruby called Net::LDAP, and I''ve
noticed that quite a few people are using it to do authentication and
authorization for Rails apps. I know there are several well-done login
generators for Rails, but what about people that would rather use a
directory?
If we were to write a generator for Rails that used LDAP (or A/D) as the
backend, would
2008 Jan 27
4
Official Samba builds for Ubuntu?
Greetings-
I am wondering if anyone from the Samba team would happen to have interest in creating official builds for Ubuntu?
To add a twist, unfortunately I would not be fishing for 7.10 packages, but rather 7.04 as we ran into too many issues with 7.10 whereas 7.04 seems rock solid stable.
Or, are there packages built of Samba releases for Ubuntu external to samba.org?
Thanks,
--
Michael
2008 Jan 29
1
Smart card logon
Hi all
Is possible to perform a logon from a XP workstation to a Samba3+LDAP managed domain with
a smartcard? I've readed somewhere that this is not possible with Samba3, but /could/ be
possible with the Samba4 package.
Thanks
2007 Jun 26
1
Support & Consultants
We are preparing to build a new Web site and the potential consultant
we may be hiring has strongly recommended that we don''t go with our
initial planning with asp.net but go with Ruby on Rails. We are not
familiar with Ruby but understand their is a strong on-going interest
with its development and use. Our concern is that if we need
consulting services in the future, are their local
2013 Dec 20
2
[LLVMdev] [LLVM] What has happened to LLVM bitcode archive support?
>> Therefore LLVM is still supporting runtime libraries that consist of llvm
>> bitcode files (even if the format is now different)
>
> runtime? It is still possible to build .a files if that is what you men.
Sorry I haven't explained very clearly. The tool that I work on is an
interpreter of LLVM IR and when the tool runs, it links in an archive
of bitcode modules into the
2007 Aug 07
2
NTLM proxy auth against a Samba 3 server
Hi,
Is it possible to configure NTLM HTTP proxy authentication using
the winbind/squid "ntlm_auth" helper, to authenticate users against a
Samba 3 server?
I already have the NTLM auth working against a Windows 2003 Active
Directory, but I also have a completely separate Samba 3 server that I
would also like to configure NTLM proxy authentication against.
Please advise, as I can't
2015 Aug 20
6
RFC: New dependency on FFmpeg?
I have a working implementation of the new xaudio2 API in my tree.
Microsoft is treating it as a replacement for dsound[1], and as a
result, this new API is used by lots of recent games; see Bug
26808[2] for some examples.
Most games that use the xaudio2 API use a version of Microsoft's WMA
codec. Wine doesn't currently have the ability to decode this audio
for playback. In order for the
2005 Mar 17
1
Theora performance
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
My company is evaluating open source codecs for a video solution we are
starting to develop in one month, and I have some questions about Theora.
How good is the performance of Theora? Is it possible to encode it real time?
What about streaming Theora inside an OGG, OGM or Matroska container? Does it
work any good? Which is the highest
2010 Oct 01
0
[LLVMdev] CMake "sudo make install" & headers
On Thu, Sep 30, 2010 at 3:08 PM, Samuel Williams
<space.ship.traveller at gmail.com> wrote:
> Hi,
>
> I might just be doing something stupid, but when I do
>
> $ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release ..
> $ sudo make install
>
> I don't get the expected headers in
> /usr/local/llvm-2.8/include/llvm
>
> It is
2010 Sep 30
6
[LLVMdev] CMake "sudo make install" & headers
Hi,
I might just be doing something stupid, but when I do
$ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release ..
$ sudo make install
I don't get the expected headers in
/usr/local/llvm-2.8/include/llvm
It is simply an empty directory.
What am I doing wrong? This is on Mac OS X, CMake 2.8+
Kind regards,
Samuel
2012 Jan 09
12
Rethinking WineConf
Hi All,
This past Wine conference, while great fun as always, was not as well
attended as Wine conferences in the past.
So I would like to stir up trouble by suggesting we rethink WineConf.
For those that have not attended, the Wine conference has been a mostly
annual affair since 2002. It is open to all, but is advertised as being
aimed at Wine developers. About 35 people attend each year.
2011 Apr 30
2
dict quota problem
On 04/30/2011 01:36 AM, Sven Hartge wrote:
>
>> So, there is no exact or something closer solution with normal
>> maildirs?
> Define "exact".
I mean, how I can set a true quota usage for a user?
> Trust me, you don't want to include any meta data or filesystem overhead
> in the quota value presented to the user. Doing so is just asking for
> trouble and
2015 Mar 04
4
server max protocol appropriate values
Hello,
My DC smb.conf currently has the following set
server max protocol = NT1
server min protocol = CORE
client max protocol = NT1
client min protocol = CORE
Is it safe to change both the client and server max to = SMB3? What
about on member servers? Should I be concerned with anything breaking?
I'm using Windows 7 clients to authenticate against Ubuntu
2005 Sep 11
2
Samba+LDAP+IdealX - Can't add to domain
Hello,
I am running Samba 3.0.14a under Debian Sarge with a LDAP backend (OpenLDAP)
following the IdealX guide. I am using smbldap-tools, too.
Everything seems to work fine, except when I try a machine to join the domain:
Windows XP SP2 says it cannot find the user. I have tried joining the domain
with a domain user account and with a domain administrator account, but it does
not work anyway.