Displaying 9 results from an estimated 9 matches for "emult".
Did you mean:
mult
2005 Jul 17
1
Re: Fix passwd/shadow/group files? -- Samba 3.0 v. ADS v. CIFS
...> How do you get centralized user account management without
> MS Kerberos?
Again, MS Kerberos are just extensions to Kerberos, ones supported in new, open source Kerberos 5 servers.
If they hadn't, then Samba 3.0 would not be able to act as either a member server in a MS ADS network,
or emultate a MS Kerberos KDC without one.
This has *0* to do with Samba.
There are thousands upon thousands of enterprises running with Novell eDirectory, NsDS, Sun One, etc.. using their own management suite for Windows clients.
In many cases, a few are vastly more experienced, featured and superior IMHO...
2009 Sep 18
4
[LLVMdev] OT: intel darwin losing primary target status
...#39;ll double check but I believe that the testsuite always links the
libgcc_s.10.5.dylib built by the FSF gcc build. The problem with the
emutls symbols if I recall correctly is that those are not exposed
through libgcc_s.10.5 but rather libgcc_s directly. For now, it would
be better to ignore the emults issues and focus on what needs to be
done to fix the unwinding. I guess you are saying we need to move
the unwinders symbols out into a libgcc_ext and use that in the
linkage on 10.6 or later so the FSF unwinder is used instead of
the system one?
Jack
2012 Mar 25
1
[PATCH v3] libxl: support for "rtc_timeoffset" and "localtime"
Implement "rtc_timeoffset" and "localtime" options compatible as xm.
rtc_timeoffset is the offset between host time and guest time.
localtime means to specify whether the emulted RTC appears as UTC or is
offset by the host.
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Lin Ming <mlin@ss.pku.edu.cn>
---
docs/man/xl.cfg.pod.5 | 8 ++++++++
tools/libxl/libxl_create.c | 11 +++++++++++
tools/libxl/libxl_dom.c | 3 +++
tools/l...
2004 Oct 20
2
Samba + (LDAP + Kerberos V)
So like at least a handful of people before me I have begun the valiant
stugle to unify logins at my place of business.
I have setup a test LDAP + Kerberos V cluster.
And I have Setup a test Samba 3 PDC.
What I would like to do is get Samba to handle kerberos ticket granting
and authentication to the (LDAP + Kerberos V) Directory. Such that
Windows is completely unaware of the existence of
2009 Sep 18
0
[LLVMdev] OT: intel darwin losing primary target status
Jack,
I think there is an extra dimension to darwin that might be confusing
things. Darwin uses two-level-name-space. That means that at build
time the linker records where it found each dylib (SO) symbol. (It
records the path the dylib supplied as its "install name" - not just
the leafname as SO_NEEDED does.)
On a SnowLeopard system you *can* link against /usr/lib/libgcc_s.
2009 Sep 18
0
[LLVMdev] OT: intel darwin losing primary target status
...but I believe that the testsuite always links the
> libgcc_s.10.5.dylib built by the FSF gcc build. The problem with the
> emutls symbols if I recall correctly is that those are not exposed
> through libgcc_s.10.5 but rather libgcc_s directly. For now, it would
> be better to ignore the emults issues and focus on what needs to be
> done to fix the unwinding. I guess you are saying we need to move
> the unwinders symbols out into a libgcc_ext and use that in the
> linkage on 10.6 or later so the FSF unwinder is used instead of
> the system one?
> Jack
The...
2006 Jan 12
10
Broadcom NIC Binding under Centos 4.2
Hello all,
I'm having unusual difficulty configuring teaming with Centos 4.2.
The 2 NIC's are Broadcom. The HW is HP DL360 and there is no teaming
driver for RHEL4 since it comes with package (says HP).
Since there is no teaming driver from centos (as far as I know), I tried
the Broadcom Driver, configured the team file, but the team just wont
come up. A Virtual Interface should be up
2009 Sep 18
2
[LLVMdev] OT: intel darwin losing primary target status
Nick,
How exactly do you envision this being done? Looking at the contents
of config/darwin.h, I see...
/* Support -mmacosx-version-min by supplying different (stub) libgcc_s.dylib
libraries to link against, and by not linking against libgcc_s on
earlier-than-10.3.9.
Note that by default, -lgcc_eh is not linked against! This is
because in a future version of Darwin the EH frame
2011 Nov 17
29
[PATCH 00 of 17] Documentation updates
The following series flushes my documentation queue and replaces
previous postings of those patches.
The main difference is that the xl cfg file is now formatted using POD
instead of markdown and presented as a manpage.
I have setup a cron job to build docs/html and publish it at
http://xenbits.xen.org/docs/unstable/ (it''s a bit bare right now).
The motivation for some of these patches