Displaying 20 results from an estimated 32 matches for "wndow".
Did you mean:
window
2016 Dec 19
1
Samba] Samba4 problem with Wndows Domain Trust
How would I set the idmap backend to TDB ?
Both domain controlers are running Windows 2008 Server.
Am 19.12.2016 um 15:44 schrieb Gaiseric Vandal:
> Which idmap backend are you using?
>
> One thing to try is setting the idmap backend for the trusted domains
> to TDB (local database file) This is not a great long term solution
> since you will not have consistent mappings
2016 Dec 19
0
Samba] Samba4 problem with Wndows Domain Trust
Which idmap backend are you using?
One thing to try is setting the idmap backend for the trusted domains to
TDB (local database file) This is not a great long term solution since
you will not have consistent mappings between domains. However it may
help determine if the issue is with winbind and idmap in general or with
the specific idmap backend (e.g. rid, ad, ldap.)
Are the domain
2016 Dec 22
1
Samba4 problem with Wndows Domain Trust
Hi Gaiseric,
"wbinfo -u" does not show the DOMAIN_B users.
"wbinfo -n DOMAIN_B+someuser" works and show the SID of the users, also from Domain_B.
"wbinfo -i DOMAIN_B+someuser" does not work. It only works for users of Domain_A.
For User of Domain_B, it says:
failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND
Could not get info for user Domain_B+someuser
2000 Jun 08
1
Won't connect at start with Wndows 98 and storage of profiles
Hi list,
I've got Samba 2.0.6 running on Yellow Dog Linux with a 2.2.14 kernel. When
I start the PC, it displays the login screen (I have 3 user profiles) and I
enter the username and login domain (ie the one operated by Samba). I get
an error message stating that the domain login server can't be found. If I
then cancel the login, go to the start menu and log off, then login there is
2006 Feb 14
0
Config ICECAST server in Wndows XP Pro
tam taly wrote:
> Thanks for Your reply. We are not able understand How to config Source
> point
If you mean mountpoint, you might not need or want to do anything with it.
> and what is the differences between admin and source because here in
> this document we are entering separate password for admin and source. If
> admin means ICECAST admin then I don't have any user
2006 Feb 13
2
Config ICECAST server in Wndows XP Pro
Hi,
we are using Windows xp Pro in our Company. we want to implement
voice stream server , we are very much interest on ICECAST server. We have
download and installed ICECAST Server. But Facing problem with config
Icecast server. We search in net there is no any clear documents about this
server. Can you please guide to config Icecast. If you hav any clear
document of Icecast server
2016 Dec 19
2
Samba] Samba4 problem with Wndows Domain Trust
Hi Gaiseric,
both packages have been provided as RPM and installed by yum. We didnĀ“t have to
compile.
"wbinfo -i" shows the correct uidnumber for users of DOMAIN_A, but nothing for
users auf the trusted Domain DOMAIN_B.
We have another server running Centos 6 and Samba 4.4.4. It shows the same
problem: Only users and groups of DOMAIN_A are available.
The settings:
ldap
2016 Dec 20
1
Samba4 problem with Wndows Domain Trust
Hi Gaiseric,
I have tried that, also in different variations. But the users and
groups of DOMAIN_B keep invisible.
Below the smb.conf in the meantime state.
By the way: kinit works with both, users aof DOM_A and Users of DOM_B.
[global]
workgroup = DOM_A
server string = Samba %v
log file = /var/log/samba/log.%m
max log size = 50
password server = *
2016 Dec 18
2
Samba4 problem with Wndows Domain Trust
Hi all,
we have the following problem:
We are running two windows domains, which trust each other.
We have several RHEL6-Servers, which act as samba servers with windows
domain authentication.
Domain A is configured as realm in smb.conf.
As long as we run samba3, all users from domain A and domain B are able
to be authenticated. "wbinfo -g" lists all windows groups from domain A
2015 Oct 25
2
Can JIT be targeted to 32-bit in a 64-bit Wndows environment?
Hi
On 64-bit Windows the lack of proper stack unwinding support causes
crashes in JIT code generated by LLVM. I was wondering if it is
possible to ask LLVM to generate 32-bit code - and if that would work
within a 64-bit Windows application - i.e. the rest of the system will
be 64-bit only the generated code will be 32-bit. I was also wondering
if this would allow me to workaround the crashes due
2015 Oct 30
4
Can JIT be targeted to 32-bit in a 64-bit Wndows environment?
You actually can mix 32 and 64 bit code in the same Windows process, but
only with great effort. Fixing PR24233 is probably easier. :)
We know how to generate the info, but we still have to get it registered...
On Thu, Oct 29, 2015 at 2:19 PM, Lang Hames via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi Dibyendu,
>
> I'm not familiar with Windows at all, but I assume you
2018 Jun 06
2
ldbmodify in multi-DCs environment.
Hello Samba Team !
Just a little question. Is ldbmodify safe in a multi-DCs environment
or there is something I forgot ? Can I launch the "ldbmodify" command
on any DC to edit my AD database ?
Note :
All my DCs are Samba 4.5.12. There is no Wndows DCs.
Thanks !
Baptiste.
2006 Feb 14
2
Config ICECAST server in Wndows XP Pro
Hi Geoff,
Thanks for Your reply. We are not able understand How to config Source
point and what is the differences between admin and source because here in
this document we are entering separate password for admin and source. If
admin means ICECAST admin then I don't have any user name or password for my
ICECAST server which is installed in my system. We are not able understand
what is
2004 Oct 02
2
patch: SDI Xpe images support for pxelinux
Hi,
I added support in pxelinux for SDI (Wndows XP embedded images) files
a few time ago for specific needs. It works well (at least for me atm)
and I think I can now submit it to this list.
I get a very good improvement in speed over the traditional way of
loading SDI images.
* Links :
The 'diff -urN' patch for syslinux-2.11 (docume...
2005 Jul 12
2
[LLVMdev] Mod for using GAS with MS VC++
...or your new configuration.
>>> You'll
>>> notice that the forCygwin/forDarwin variables are set based on the
>>> target triple of the module... as you coded it, forWindows is only
>>> ever set if the t-t is empty.
>>
>> Right, presumably Wndows does not set the TT. Should Windows or MSVC++
>> have one ? If so how do I go about it. Maybe Jeff should be involved ?
>
> It should/will. Currently there is no C/C++ front-end that works on
> native windows, but that doesn't really matter. In the future, we want to
> k...
2006 Feb 14
1
Config ICECAST server in Wndows XP Pro
Hi Geoff,
Thanks Geoff, We are currectly working in Asp.Net 1.1. We want to do 2
tasks.
Tasks:
1. Actually we are having MP3 file which is in server (Eg.
www.myserver.com/admin/music/myvoice.mp3 ). When user hit the url they
want to get the music with streaming.
2. We want to give live voice streaming to users (Eg: Live Cricket
Commentary). When user is in our web page ,
2001 Nov 30
1
mapping drives in win2k red X
I'm mapping drives in Wndows 2000 to a samba server and I am getting red Xs on the drives over time. It takes about three tries to break this. What is the fix for this on the w2k machines? It must be windows since it happens on some clients only. I am mapping the drives under different user names and passwords and this is...
2005 Jul 12
0
[LLVMdev] Mod for using GAS with MS VC++
On Tue, 12 Jul 2005, Aaron Gray wrote:
>>> Right, presumably Wndows does not set the TT. Should Windows or MSVC++
>>> have one ? If so how do I go about it. Maybe Jeff should be involved ?
>>
>> It should/will. Currently there is no C/C++ front-end that works on native
>> windows, but that doesn't really matter. In the future, w...
2005 Jul 11
2
[LLVMdev] Mod for using GAS with MS VC++
...f's.
> 3. You need to invent a target triple for your new configuration. You'll
> notice that the forCygwin/forDarwin variables are set based on the
> target triple of the module... as you coded it, forWindows is only
> ever set if the t-t is empty.
Right, presumably Wndows does not set the TT. Should Windows or MSVC++ have
one ?
If so how do I go about it. Maybe Jeff should be involved ?
> 4. The name forWindows isn't very specific, as there are multiple dev
> systems available on windows (including cygwin, mingw, masm, nasm,
> etc). Please use...
2005 Jul 12
0
[LLVMdev] Mod for using GAS with MS VC++
...need to invent a target triple for your new configuration. You'll
>> notice that the forCygwin/forDarwin variables are set based on the
>> target triple of the module... as you coded it, forWindows is only
>> ever set if the t-t is empty.
>
> Right, presumably Wndows does not set the TT. Should Windows or MSVC++
> have one ? If so how do I go about it. Maybe Jeff should be involved ?
It should/will. Currently there is no C/C++ front-end that works on
native windows, but that doesn't really matter. In the future, we want to
key off the target tripl...