Displaying 20 results from an estimated 600 matches similar to: "Samba + (LDAP + Kerberos V)"
2007 Aug 03
2
Missing Heimdal, Kerberos, Samba and OpenLdap how-to
Hi,
i'm looking for this how-to, often referenced but no more available:
https://sec.miljovern.no/bin/view/Info/HeimdalKerberosSambaAndOpenLdap
Is there anywhere an how-to about integrating Heimdal, Kerberos, Samba
and OpenLdap?
Thank you in advance
Marcello
2004 Jul 30
1
Samba pwd in kerberos?
Hi. As I said... I will bother you. :)
I'm wondering if it's possible to make samba as a primary domain
controller without having samba passwords, but instead using my two KDCs
(MIT K5).
Is it possible? What should I use in my smb.conf? The wonderful and less
painful thing is samba authenticating via pam... but I don't know how...
the documentation is quite misty.
--
Sensei
2004 Sep 21
2
Samba as Active Directory replacement - is it possible?
Hello,
I've been trying to figure out if it's possible to replace Active
Directory with Samba (+ OpenLDAP, Kerberos, DNS etc.) on Linux - but
from what I've found I'm not sure.
Is it possible, or partially possible (I don't need every feature of AD)?
What additional software (besides Samba) will I need?
What functionality will I loose?
Where can I find any
2005 Mar 01
1
Seeking Good Documentation for... (freebsd+ldap+samba(pdc)+kerberos)
... Setting up a Samba PDC with the following:
FreeBSD 5.3
Samba 3.0.x
OpenLDAP 2.2.x
Kerberos (Heimdal)
Would like LDAP to take care of both posixAccount(s) and
sambaSamAccount(s). Posix account via nsswitch+pam_ldap.
Hope to find one complete documentation that describes this setup from
scratch, start to finish. A Ports style install of all packages is fine
but I can download, compile and
2005 Apr 21
1
Replacing a W2K Server?
We have a Windows 2000 server with Terminal Services. It is an Active
Directory master server for a microscopic network comprising itself and
one Windows 2000 Workstation client. It is part of a network
consisting of Unix machines: several Solaris 8 systems, a handful of
Linux boxes, and a Mac OS X workstation. User authentication and other
login information on this network is provided by NIS
2005 Feb 06
2
password ldap clarification requested...
Dear list,
I would like to know if the following statements are true, just to make
sure that my understanding of passwords/ldap stuff is correct...
Vampireing passwords from an nt4 pdc only populates the ldap server with
windows passwords, and not the (linux) userPassword. Authenticating
linux logons against this ldap server is therefore only possible using
winbind.
'Normal' ldap
2005 Jan 16
2
Sync password (with MIT-kerberos server) and migration
Hello, my first post here :-),
For several years, I are using samba 2.0 with local backend for windows
stations and servers.
NIS was our used for Linux stations and servers
Now, LDAP /KERBEROS is replacing NIS and Samba (with ldap backend) will
replace the local backend .
My questions :
1- How can I migrate information form server1 (samba 2) to server2 (samba 3)
? I read the official Samba
2005 Aug 25
3
Samba 4
Hello,
this is the first time I write to the samba list and I hope my question
is not off topic.
I want to set up a samba server to replace an Active Directory for my
Windows workstations.
So far, I have a LINUX network that works perfectly, all my users are
stored in a LDAP server and their authentication is done against a MIT
Kerberos server. Hence all users have a valid kerberos ticket
2005 Apr 07
3
Unix to SMB Password Sync using PAM
Hello,
I would like to configure PAM to sync Unix passwords to Samba passwords.
When I add a new Unix user or change an existing Unix user's password,
I want the same password to be stored in /etc/smbpasswd.
I'm trying to follow these instructions:
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/pam.html#id2606200
It sounds like this is what I want to do:
"A sample
2012 Feb 17
1
Dataframe subset - why doesn't this work?
data(mtcars)
mtcars[rownames(mtcars)!="Valiant",] # fails
mtcars[list(rownames(mtcars))!="Valiant",] # runs but I am not getting the expected result
With the latter statement, I expected all rows except the one where the name is "Valiant".
I must have got something simple wrong; what is it?
Thanks.
[[alternative HTML version deleted]]
2009 May 13
9
PXELINUX, pxechain.com and Etherboot
Hi,
Anyone has tried to use pxechain with Etherboot? Here is my problem:
The Etherboot client had no problem to get the list of install servers
manual from the pxechain. But didn't matter which server was chosen,
Etherboot client always tried to use the first server to do the
installation. Etherboot 5.4 was used.
What the problem may be? PXEchain or Etherboot?
Thanks,
Joyce
--
2012 Jul 20
6
[Bug 1215] sshd requires entry from getpwnam for PAM accounts
https://bugzilla.mindrot.org/show_bug.cgi?id=1215
Matt Joyce <matt.joyce at cloudscaling.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |matt.joyce at cloudscaling.com
--- Comment #13 from Matt Joyce <matt.joyce at cloudscaling.com> ---
2005 Jan 08
2
Help with Samba (net vampire) not pulling passwords into openLDAP backend - fails pam_ldap authentication - pam_unix used instead ?
Hi All,
Hope someone here can help me ?
*See end for background and system information...
I'm looking for advice or links to clear documentation on the use and
configuration of "net vampire" and it's ability to download PDC accounts
with passwords intact.
I have successfully used "net vampire" to synchronize my Samba BDC --
with my companies PDC. I've switched
2001 Dec 06
1
smbstatus connection.tdb not initialised
HI,
I recently upgraded from SAMBA 2.0.7 to SAMBA 2.2.2. I downloaded the
binaries (from samba.org binary packages) for
HP UX 10.20. I am able to map drives and print however when
I execute smbstatus (even at the root level) I get
connections.tdb not initialised.
This file does not exist in the /var/opt/samba/locks directory.
I changed my log level to 3 to try to see what is going on but
1997 Oct 23
0
R-beta: Still want restart() in R
People's valiant efforts to sort out CODA aside, the burning question remains:
has anybody made any headway with restart()? or any other way (and there may
well be better) of trapping `fatal' errors from calls within a function.
Simon Fear
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
r-help mailing list -- Read
2013 Apr 12
3
Why copying columns of a data.frame becomes numeric?
Dear list,
I want the 1st, 2nd, 5th, and 6th columns of mtcars. After copying them,
the columns become numeric class rather than data frame.
But, when I copy rows, they data frame retains its class. Why is this? I
don't see why copying rows vs columns is so different.
> class(mtcars)
[1] "data.frame"
> head(mtcars)
mpg cyl disp hp drat wt qsec vs
2006 Nov 03
1
mbox sync: Expunged message reappeared in mailbox
Starting at 05:32 this morning, one user on my dovecot server is
receiving hundreds of copies of old email. This is a short
excerpt from my dovecot.log showing the problem:
> dovecot: Nov 03 05:27:02 Info: pop3-login: Login:
> user=<howard at obfusca.ted>, method=PLAIN, rip=::ffff:81.44.31.210,
> lip=::ffff:zz.zz.zz.zz, TLS
> dovecot: Nov 03 05:27:02 Info: POP3(howard at
2013 Feb 18
4
PROPOSAL: Remove SWAT in Samba 4.1
As most of you would have noticed, we have now had 3 CVE-nominated
security issues for SWAT in the past couple of years.
At the same time, while I know many of our users use SWAT, we just don't
have anybody to maintain it inside the Samba Team. Kai has made a
valiant effort to at least apply the XSS and CSRF guidelines when folks
make security reports, but by his own admission he isn't a
2013 Jan 08
1
Problem getting loess tricubic weights
Hi
I am trying to get the tricube weights from the loess outputs as I need to
calculate an error function which requires the weight.
So I have used the following example from the R:
cars.lo <- loess(dist ~ speed, cars, span=0.5, degree=1, family="symmetric")
Then i try to get the weights:
cars.lo$weights
[1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
2008 Sep 26
1
Using functions that contain sums
Hello,
I'm trying to perform an integration on a function that contains a sum.
Similarly I'm hoping whatever acts as a fix will be good enough to aid in
a 2nd case as well but I've already put in a work-around for that
situation.
My code example is here:
watermelon=c(0,1,2,3)
w<-function(x){
sum(sin(x-watermelon))}
integrate(function(x){w(x)},0,2)