Displaying 20 results from an estimated 200 matches similar to: "smbldap and samba as a PDC"
2009 Sep 28
2
Regression line w/ residuals - tuning the plot
Hello everybody,
I am sure this is a beginners' problem which is being asked
recurrently every few months, but nevertheless I wasn't able to find
the answer searching through the r-help list.
So here is my problem: I would like to plot a set of points (y vs. x),
a (linear) regression line through them, and on the second graph
underneath the first one I would want to plot residuals vs. x.
2009 Oct 09
1
Substituting the extracted coefficients into the formula, exctracted from the result of nls()
Dear all,
Here I come with another stupid question. Suppose I want to use nls()
to fit a series of data (here modelled by generated points), then plot
the points and the fitting curve. I figured out some way of doing it:
x <- runif(1:20, 0, 10)
y <- 0.1*x^2 - rep(3, length(x)) + rnorm(length(x), sd = 0.5)
yfit <- nls(y ~ a*x^2 + b*x + c,
start = list(a = 1, b = 1, c = 1),
2009 Mar 20
2
Short delay when logging in an XP client to a Samba PDC
Hello everyone,
I'm using Samba 3.0.30 as PDC in my home-LAN, the clients are all XP Pro SP2.
Everything is working as it should, although I notice an annoying and quite
random login delay of 1-5 seconds for all user-machine combinations. The log
lines below (log-level 2) are for example what I got about an hour ago:
[2009/03/20 18:43:45, 3] smbd/open.c:open_file(240)
Tester opened file
2010 Jan 16
2
Regularly being asked for username/password
I'm a bit of a noob w/ samba and I set up a small samba shar (v. 3.4.0)
on my ubuntu machine which hosts a shared drive for a single vista
laptop (my wife's machine).
My question is .. is it normal for her to regularly be asked to enter
her username and password or is it something that I've done in my
configuration.
Note: I used the configuration guide from Linux Journal
2009 Mar 24
2
sambaRefuseMachinePwdChange policy
Hi,
we have a couple of Linux RHEL 5 samba servers in a domain, one as PDC
and the other as BDC, and both with LDAP backends
samba version is 3.0.28-1
We want pc clients can't change their machine password using
sambaRefuseMachinePwdChange policy, so we set it to 1 in LDAP
But pc clients still can change their passwords, and we don't see any
acces to sambaRefuseMachinePwdChange
2009 Nov 28
2
Authenticate Samba with an LDAP w/o the schema
Hi all,
I'd like to authenticate my fresh Samba installation against an LDAP server
without the Samba schema. Obviously I cannot touch it.
So I'd like to use LDAP just for the authentication without getting
the UID and the other parameters from it.
I can use the same UID, home folder and so on for all the users, the only
important thing is to provide access only to the LDAP users.
Is
2009 Mar 06
2
pdbedit dosen't send the sambaSID to the ldap
Hi people: I have a Debian etch stable with the latests updates.
When I try to join a computer to the domain I create the
machine on the ldap and its created with the following atributes:
dn:cn=test$,ou=Machines,dc=domain,dc=org
objectClass: top
objectClass: inetOrgPerson
objectClass: posixAccount
uidNumber: 3123
uid: test$
cn: test$
sn: test$
gidNumber: 604
homeDirectory: /dev/null
loginShell:
2019 Sep 13
2
Is the smbldap-tools package no longer maintained?
On 13/09/2019 14:57, Marco Gaiarin via samba wrote:
> Mandi! Christopher Sean Hilton via samba
> In chel di` si favelave...
>
>> I've been trying to find news on the smbldap-tools package from IDEALX
>> but my google searches have been fruitless. In my FreeBSD port build
>> run yesterday I noticed that the port is listed as *broken* because
>> the download
2019 Sep 13
2
Is the smbldap-tools package no longer maintained?
On 13/09/2019 15:34, Marco Gaiarin via samba wrote:
> Mandi! Rowland penny via samba
> In chel di` si favelave...
>
>>> https://github.com/fumiyas/smbldap-tools
>> Even that points to gna.org:
> Ok, but GNA is closed, now, and this has commits (seems imported from
> GNA) until 2016...
>
That is three years ago and all it would take is for Perl to do what
2019 Sep 13
6
Is the smbldap-tools package no longer maintained?
I've been trying to find news on the smbldap-tools package from IDEALX
but my google searches have been fruitless. In my FreeBSD port build
run yesterday I noticed that the port is listed as *broken* because
the download link no longer works. Is there a new home for this code
or has it lost it's maintainer?
*Note* I was able to build against a cached download but if the
(download)
2002 Nov 18
1
write access to shares on PDC faulty (samba 2.2.6)
Hi,
I just configured samba (2.2.6) on a Linux box (2.4.18) to act as a PDC.
I can bring W2K PCs into the domain, and I can read the data on exported
shares.
However, when I try to write data, the following occurs:
1. trying to create directories (AKA folders :-) from the W2K GUI using
"New Folder":
Error Message Box "Unable to create the folder 'New Folder'. Cannot
create a
2010 Mar 16
1
nested looping functions and dataframes
Hey All,
So, I am confused how exactly to use nesting loop functions in R to spit out
data frames. I've managed to create a working function for my data set that
generates a data frame for a given set of Year i and Location j; but how
would I do it for all Years and Locations?
Here is my working function:
test<-function(i,j){
a<-x[which(x$Year==i & x$Location==j),]
2007 Jul 10
0
smbldap-tools project
Hello !
The smbldap-tools project has moved and is now available on
https://gna.org/projects/smbldap-tools/
This project will not be available anymore on sourceforge or idealx.com.
A new mailing list has been created on
https://mail.gna.org/listinfo/smbldap-tools-tech/
I'll receive all mail sent to idx-smbldap-tools@lists.idealx.org for a
while, but you a encourage to unsubscibe to this list
2005 Jul 07
1
'deadtime' in Samba 3.0.13
Hi,
I currently have deadtime = 15 in my smb.conf. This featured worked good to
disconnect clients that have been idle for > 15 minutes in the past. With
the 3.0.13 version, it seems to do nothing. As in, it just keeps the user
connected indefinitely.
Here is what I see when no one is currently at the office and everyone is
logged off their computer.
Thanks
[root@spicy p]#
2012 Aug 27
1
Centos 6.3 smbldap-tools installation issue
> Hi.
>
> I got a fresh installation of centos 6.3 x64, I want to setup a PDC
> with samba+ldap and see what I need to upgrade my centos 5.x servers.
> I follow my manual, but I got issues went I want to install
> smbldap-tools, check:
>
> Processing Dependency: perl(Unicode::MapUTF8) for package:
> smbldap-tools-0.9.5-2.el6.rf.noarch
> --> Finished Dependency
2010 Feb 12
0
OCaml-R binding for the R language.
This post is to announce the 0.2 release of OCaml-R.
OCaml-R is a binding embedding the R interpreter into Objective Caml code.
Home page: http://home.gna.org/ocaml-r/
Download page: http://download.gna.org/ocaml-r/
Deb packages: http://yziquel.homelinux.org/debian/pool/main/o/ocaml-r/
Tutorial: http://home.gna.org/ocaml-r/gettingstarted.en.html
OCamlDoc API:
2008 Jul 01
6
validates_associated & foreign keys
Hi,
I''m struggling to get the validates_associated to work as I think it
should be.
I''m using:
JRuby 1.1
rails-2.0.2
activerecord-2.0.2
activerecord-jdbc-adapter-0.8.2
My tables in MySQL:
CREATE TABLE area_codes (
id INT UNSIGNED auto_increment primary key
...
);
CREATE TABLE markets (
id INT UNSIGNED auto_increment primary key,
...
);
CREATE TABLE
2016 Apr 30
1
Samba 4.4.2 AD DC demote fails
> The brute force removal really isn't as bad as it seems, if you have
> got all the data off the DC first and turned it off. Indeed, it is
> actually more correct and more tested, cleaning up more of the right
> things.
What raises my doubts here is that I need to use the demoted server as a
member server, and I would need to keep its name because it hosts the
users'
2013 Feb 14
0
smbldap-tools 0.9.10 released
Hi,
I've released smbldap-tools 0.9.10:
http://download.gna.org/smbldap-tools/ChangeLog
http://download.gna.org/smbldap-tools/sources/?C=M&O=D
http://download.gna.org/smbldap-tools/packages/?C=M&O=D
Changes:
2012-10-24 <fumiyas at OSS Technology Corp., Japan>
* smbldap_tools.pm: Add is_attr_single_value() to check if
a specified attribute is defined as single-value
2019 Sep 13
0
Is the smbldap-tools package no longer maintained?
On Fri, Sep 13, 2019 at 03:39:44PM +0100, Rowland penny via samba wrote:
> On 13/09/2019 15:34, Marco Gaiarin via samba wrote:
> > Mandi! Rowland penny via samba
> > In chel di` si favelave...
> >
> > > > https://github.com/fumiyas/smbldap-tools
> > > Even that points to gna.org:
> > Ok, but GNA is closed, now, and this has commits (seems