Displaying 20 results from an estimated 600 matches similar to: "Samba & Vista"
2007 Nov 26
2
NTConfig.POL
Hi
where do i find the above "script"? so i can place it in my netlogon folder?
thanks
2007 Oct 01
2
How do I modify registry: Hk user?
All,
Looks like I'm in a predicament. One of our new sites will prompt users (in
IE) to display "mixed content". Which is basically asking if you want to
display some http in a https site.
I have found the solution, (besides having a user go into IE's tools /
privacy / custom settings / enable mix content) - with a registry entry.
However, the registry entry goes to:
2008 Oct 26
2
pattern matching
dear all,
I have a little problem I am doing a loop, witha grep function. sometimes it
happens that have the following results
> tmp <- grep("x", y)
> tmp
integer(0)
how can I recognise this outcome? is.na is not working of course, so what
else?
thank you
[[alternative HTML version deleted]]
2005 Oct 03
6
sampling vectors
Hello Listers,
I am trying to sample a vector to create a new one of sample length,
witha sum equal to the sum of the initial vector:
initial = 10, 30, 10 (sum=50)
sample example = 5, 35, 10 (sum=50) or 25, 15, 10 (sum=50), etc ...
My problem is to control the sum, so it stays constant.
Any suggestions would be very helpful !
Thank you in advance,
Eric
2011 Apr 03
2
Puppetmaster behind ssh with remote port forward
Hi Folks,
I''m trying to setup a test envoriment which is composed by a
puppetmaster running in my laptop (Macos Snow Leopard) and a puppet
client running on a EC2 instance at Amazon. In order to allow the
client to talk with the master I''m using an SSH Remote port forward,
ie I login into from the laptop into the EC2 instance witha "-R
8140:localhost:8140" flag.
This
2004 Feb 02
1
Fax Extension
Hello All,
I've decided to go ahead and plug my fax machine into one half of a
Sipura SPA-2000. I've Google the list archive for examples of default
fax contexts but not come up witha clearly working result. Can someone
here please send me a config fragment that theyt know to work?
Thanks,
Michael
--
Michael Graves mgraves@pixelpower.com
Sr. Product
2010 Aug 12
1
Samba 4 Start Up error
Hi,
Another weird thing I'm seeing on my logs is this message about registering
witha rootdse.
ldb: ldb_tdb: Unable to register control with rootdse!
ldb_wrap open of secrets.ldb
My server works "normally", altough I'd like to know what this means.
Thanks.
---
David Gonzalez H.
DGHVoIP - OPEN SOURCE TELEPHONY SOLUTIONS
Phone Bogot?: +(57-1)289-1168
Phone Medellin:
2010 Feb 22
1
shash in unique.c
Looking at shash in unique.c, from R-2.10.1 I'm wondering if it makes sense
to hash the pointer itself rather than the string it points to?
In other words could the SEXP pointer be cast to unsigned int and the usual
scatter be called on that as if it were integer?
shash would look like a slightly modified version of ihash like this :
static int shash(SEXP x, int indx, HashData *d)
{
2004 Sep 03
7
Shorewall as a "commercial" firewall
I am considering replacing my old checkpoint and watchguard firewalls witha
single Linux box using iptables and shorewall. I have two ISP''s (with
separate routing tables), two DMZ''s, at least one VPN to a remote office, and
a local trusted network. The configuration will look like:
+----------------+
| |
net0 ----------+ eth1
2004 Aug 04
0
[LLVMdev] Compiler Driver Decisions
On Tue, 2004-08-03 at 14:05, Vikram Adve wrote:
> I have been at Microsoft the last couple of days and so couldn't
> jointhe discussion earlier.
No worries. I knew you'd chime in sooner or later :)
> Here's my view of the name issue, and (thereason this is long), a
> little about how I think we want users to viewthis tool:
>
> First, I think the name should
2011 Jul 27
2
[LLVMdev] llvm-mc build failure
Dear llvm,
Recently (approximately a week ago) Clang and LLVM started to failed at
building. Assuming it was my incompetence, I cleared everything and
started witha fresh checkout (not that I changed it though). I am on
Ubuntu 10.04 LTS 64-Bit. And I configure and compile with CMake.
The error message I get at approximatley 66% is as follows:
Linking CXX executable ../../bin/llvm-mc
2007 May 23
4
showing camera on video phone
If I use a call file (/var/spool/asterisk/outgoing)
is it possible to have a video phone connect to a camera (linksys wvc200)
and show the camera stream and hear the audio?
How would I do that?
Jerry
2013 Jan 07
4
Shorewall and SIP phones
Hello,
Are there general guidelines around on how to configure Shorewall for use with SIP phones ? Especially regarding (some?) Cisco SIP phones which are expecting a reply at port 5060 while sending from an arbitrary high port.
Thanks !
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC,
2006 Nov 25
1
Migrating to samba from windows NT domain
Hello,
I'm planning migration to Samba over Debian Etch servers from NT
domain with Windows NT servers.
I have only one domain, with 1 PDC and 5 BDC distributed on various subnets.
Unfortunately I have running various services in PDC and BDC servers
that I must remain after the migrations, so I can't stop PDC and BDC
servers permanently after the migration to Samba.
Can I deactivate
2005 Oct 13
2
what should i select ??????????
hy all
actually i want to have a setup of five offices having round about 200 extensions ( each office having 35 to 45 ) which will be connected through asterisk.
now either i should go for voip phones( hard phones ). or use any interface card to asterisk server to which the analogue phones will be connected.
----- if i use analogue phones in the above case ( we have analogue phones already )
2020 Jun 16
3
[PATCH v5 0/2] mm, treewide: Rename kzfree() to kfree_sensitive()
v5:
- Break the btrfs patch out as a separate patch to be processed
independently.
- Update the commit log of patch 1 to make it less scary.
- Add a kzfree backward compatibility macro in patch 2.
v4:
- Break out the memzero_explicit() change as suggested by Dan Carpenter
so that it can be backported to stable.
- Drop the "crypto: Remove unnecessary
2020 Jun 16
14
[PATCH v4 0/3] mm, treewide: Rename kzfree() to kfree_sensitive()
v4:
- Break out the memzero_explicit() change as suggested by Dan Carpenter
so that it can be backported to stable.
- Drop the "crypto: Remove unnecessary memzero_explicit()" patch for
now as there can be a bit more discussion on what is best. It will be
introduced as a separate patch later on after this one is merged.
This patchset makes a global rename of the kzfree()
2020 Jun 16
14
[PATCH v4 0/3] mm, treewide: Rename kzfree() to kfree_sensitive()
v4:
- Break out the memzero_explicit() change as suggested by Dan Carpenter
so that it can be backported to stable.
- Drop the "crypto: Remove unnecessary memzero_explicit()" patch for
now as there can be a bit more discussion on what is best. It will be
introduced as a separate patch later on after this one is merged.
This patchset makes a global rename of the kzfree()
2019 Oct 16
4
cant login to fileserver
hello,
i migrate a NT4 to ad.
User can login with AD username and can connect to share on DC.
When i try to connect to the fileserver via windows i get access denied.
connect from dc1 to fileserver via smbclient does work.
on the fileserver:
- wbinfo -u show user
- wbinfo -P succeeded
- wbinfo -g show groups
- wbinfo -a Administrator succeeded
- pam-auth-update -> kbr, unix, winbind
nsswitch
2010 Jul 20
0
Problem saving win Xp profiles
Hi everybody,
I have a samba-3.0.28-0.5 server running on SUSE sles 10 SP2 as PDC with
LDAP.
It worked fine form months with 25 windows xp SP2 clients storing user
profiles.
Now with two client installed on march and a new client intalled on
june, the user profile is not saved anymore on the server.
It happens with different users, the same users on other clients work fine.
I checked log