Displaying 20 results from an estimated 1000 matches similar to: "Dual Authentication: Local and Active Directory"
2011 Jul 26
2
Incoming External Trust
I'm running a Samba domain (Samba 3.4.7) with OpenLDAP. I also have
an Server 2003 AD domain, and want to set up an external trust so that
AD users can access resources on the Samba domain, but not visa versa
(I believe this is called a one-way incoming external trust). I'm not
finding a lot of information out there that makes sense. Does anybody
have any hints?
--
Aaron Clausen
2011 Apr 20
2
Folder Encryption and Samba
It's been passed to me from on high that one of our file servers needs
to be encrypted. I'm considering either whole-disk encryption or
folder encryption. I like the latter since, well, it's less work.
Is there any particular folder encryption systems out there that the
folks around here can recommend?
--
Aaron Clausen
mightymartianca at gmail.com
2007 Aug 04
7
Optimization in R
Hi all,
I've been working on improving R's optim() command, which does general purpose
unconstrained optimization. Obviously, this is important for many statistics
computations, such as maximum likelihood, method of moments, etc. I have
focused my efforts of the BFGS method, mainly because it best matches my
current projects.
Here's a quick summary of what I've done:
*
2007 May 13
1
symbollic differentiation in R
Hi all,
I wrote a symbollic differentiation function in R, which can be downloaded
here:
http://www.econ.upenn.edu/~clausen/computing/Deriv.R
http://www.econ.upenn.edu/~clausen/computing/Simplify.R
It is just a prototype. Of course, R already contains two differentiation
functions: D and deriv. However, these functions have several limitations.
They can probably be fixed, but
2005 Jun 08
2
policy or rules
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear all,
I''m a bit confused on the rules and would like your help.
I''ve 4 NIC,
eth0 --> WAN (net)
eth1 --> OSPF1 (bb1)
eth2 --> OSPF2 (bb2)
I would like to enable all the icmp function (ping and traceroute)
Wonder what effect will the following policy make.
bb0 all ACCEPT info
bb1
2007 May 13
2
relist, an inverse operator to unlist
Hi all,
I wrote a function called relist, which is an inverse to the existing
unlist function:
http://www.econ.upenn.edu/~clausen/computing/relist.R
Some functions need many parameters, which are most easily represented in
complex structures. Unfortunately, many mathematical functions in R,
including optim, nlm, and grad can only operate on functions whose domain is
a vector. R has a
2008 Mar 09
2
[patch] add=TRUE in plot.default()
Hi all,
As long as I've used R, add=TRUE hasn't worked in contexts like this:
f <- function(x) x^2
X <- seq(0, 1, by=1/4)
plot(f, col="blue")
plot(X, f(X), col="red", type="l", add=TRUE)
I attached a fix for version 2.6.2.
Cheers,
Andrew
-------------- next part --------------
diff --git a/src/library/graphics/R/plot.R
2010 Dec 27
3
openssh and keystroke timing attacks (again)
Hi all,
Over the past 10 years, there has been some discussion and several
patches concerning keystroke timing being revealed by the timing of
openssh packet network transmission. The issue is that keystroke
timing is correlated with the plaintext, and openssh users expect
their communications to be kept entirely secret.
Despite some excellent ideas and patches, such as Jason Coit's
2008 Feb 27
7
[Bug 14704] New: randr1.2 broken on apple powerbook 17"
http://bugs.freedesktop.org/show_bug.cgi?id=14704
Summary: randr1.2 broken on apple powerbook 17"
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2014 Dec 05
1
FW: samba 2.2.7a tech issue
________________________________
From: Uday Mhatre<mailto:uday_mhatre at hotmail.com>
Sent: ?05-?12-?2014 12:58
To: Andrea Venturoli<mailto:ml at netfence.it>
Subject: RE: [Samba] samba 2.2.7a tech issue
Just wondering if these samba versions are backward compatible with fedora14 and other Linux distributions.
Regards,
Uday
________________________________
From: Uday
2007 Jun 22
6
Organising a Subversion repository.
Hello,
I appreciate that this topic may have come up before but a quick scan of
the archives did not reveal anything. If someone could kindly point me
to an archive entry that would also be great.
I want to use Puppet fileserver in conjunction with a svn repo, this was
I can commit files to svn and have the fileserver propagate them to the
various machines, I believe this is a common way of
2011 May 10
4
[3.4.7] Right way to provide full access?
Hello
I'd like to configure Samba on a test host running Ubuntu so that I
have full read/write access from XP to a sub-directory of the root
filesystem.
The host is located on a LAN behind a firewall, so security is not an
issue, ie. I'd like to configure Samba with no/minimal security.
Currently, I can read but can't write. Between /etc/passwd, smb.conf,
and access rights to the
2014 Aug 20
2
samba4wins nbd_server implementation & configuration
Hi,
Confused and bewildered as usual, so ask the guys who know.
samba4wins is now implemented and part of the samba4 package?
Is there a configuration guide?
I guess nbd_server needs to be part of the equation so could you point to some resources on setup as I don't think I have noticed anything in the wiki?
Probably just me :)
Many Thanks
Stuart
2002 Dec 02
1
IMQ
Has anybody got imq running on iptables 1.2.7a. The home page for imq only
seems to have a patch for 1.2.6a.
--
Aaron Clausen
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2012 Dec 03
4
Samba3 PDC and Windows 8 RTM
Hi there,
I have just purchased a new PC that came with Windows 8 Pro (Shudder...).
I have been trying to add this machine to my Samba3 based domain.
I'm getting the following error when doing so:
The following error occurred when DNS was queried for the service location
(SRV) resource record used to locate an Active Directory Domain Controller
(AD DC) for domain "<blah>":
2011 Jun 17
5
Samba 3.3.15 Ignoring "Logon Path" and "Logon Home" to Disable Roaming Profiles
Hi All,
I have recently successfully configured Samba 3.3.15 and OpenLDAP as my
offices PDC.
I would like to disable the roaming profiles capability but it appears
that no matter what I said, it is being ignored by Samba.
First is my relevant snippet for the Logon Path and Logon Home being
empty as described in the documentation. Then, following that, is my
entire smb.conf -- please let me
2010 Dec 10
4
Windows XP Profile-Samba 3
Hi,
We are setting up a samba PDC with rhcl 5.I made some restrictions in XP
box using GPEDIT like restricting the access to control panel,desktop
properties, registry and etc. ,then i copied the DEFAULT USER folder frm
that XP box to netlogon share of samba server.(thought it would act as
baseprofile for all users and this profile policy will be copied to all new
users).But what ever the
2015 Mar 20
3
Samba AD DC and browsing of shares
----- V?stule no Rowland Penny <rowlandpenny at googlemail.com> ---------
Datums: Fri, 20 Mar 2015 13:12:20 +0000
S?t?t?js: Rowland Penny <rowlandpenny at googlemail.com>
Temats: Re: [Samba] Samba AD DC and browsing of shares
Sa??m?js: samba at lists.samba.org
>> the necessity for external heimdal even for Samba 4 in case of
>> Slackware I found somehwere in
2010 Mar 23
1
[patch] add is.set parameter to sample()
Hi all,
sample() has some well-documented undesirable behaviour.
sample(1:6, 1)
sample(2:6, 1)
...
sample(5:6, 1)
do what you expect, but
sample(6:6, 1)
sample(1:6, 1)
do the same thing.
This behaviour is documented:
If 'x' has length 1, is numeric (in the sense of 'is.numeric') and
'x >= 1', sampling _via_ 'sample' takes place from
2011 Jun 20
2
convert_string_talloc: Conversion error: Incomplete multibyte sequence
My users are having a lot of problems since I upgraded a samba domain
member server from samba-3.0.37 to 3.5.X. The main issue seems to be a
very long delay loading office files (sometimes minutes if the file
loads at all) and a lot of read only errors and users not being able
to save. I have found that rebooting the client, restarting samba, or
killing the users smbd process regains access to the