Displaying 19 results from an estimated 19 matches for "ratcliffe".
Did you mean:
radcliffe
2016 Nov 04
2
smbclient and Kerberos
...dd as kinit seems to find the kdc okay, just smbclient fails.
host -t srv _kerberos._udp.lan resolves okay too. Could it be that my realm is simply LAN and dns suffix is lan be an issue? This is just a test set up in virtual box for a writeup I'm doing, hence the nonstandard suffixes.
Kevin Ratcliffe
Sent from [ProtonMail](https://protonmail.ch)
-------- Original Message --------
Subject: Re: [Samba] smbclient and Kerberos
Local Time: 4 November 2016 9:11 PM
UTC Time: 4 November 2016 21:11
From: mike at datacontrolsystems.com
To: Kevr <kevr at protonmail.com>
samba at lists.samba.org...
2016 Nov 04
3
smbclient and Kerberos
...L_ERROR
session setup failed: NT_STATUS_INTERNAL_ERROR
I've noticed that if I configure the KDC server in the [realm] section of my /etc/krb5.conf everything works fine.
Does smbclient not use the DNS for KDC lookup?
I am using version Version 4.3.11-Ubuntu on Ubuntu 16.04.1
Thanks
Kevin Ratcliffe
Sent from [ProtonMail](https://protonmail.ch)
2003 May 28
1
Numbers that look equal, should be equal, but if() doesn't see as equal (repost with code included)
Hi!
Apologies for sending the mail without any code. Apparently somewhere along
the way the .R attachments got filtered out. I have included the code below
as clean as possible. My original mail is below the code.
Thank you again for your time.
regards,
Paul
vincentize <- function(data, bins)
{
if ( length(data) < 2 )
{
stop("The data is really short. Is that ok?");
}
2016 Nov 04
2
smbclient and Kerberos
My /etc/nsswitch.conf contains:
hosts: files dns
if thats what you mean? All my hosts in my test lab are clean installs of Ubuntu with very little else touched other than the stuff needed for testing kerberos and samba.
And sorry for top posting if thats a problem on this list
Kevin Ratcliffe
Sent from [ProtonMail](https://protonmail.ch)
-------- Original Message --------
Subject: Re: [Samba] smbclient and Kerberos
Local Time: 4 November 2016 9:26 PM
UTC Time: 4 November 2016 21:26
From: samba at lists.samba.org
To: samba at lists.samba.org
On Fri, 04 Nov 2016 17:19:03 -0400
Kevr v...
2003 May 27
2
Numbers that look equal, should be equal, but if() doesn't see as equal
Hi!
After a lot of testing and debugging I'm falling silent in figuring out
what goes wrong in the following.
I'm implementing the Vincentizing procedure that Ratcliff (1979) described.
It's about calculating RT bins for any distribution of RT data. It boils
down to rank ordering your data, replicating each data point as many times
as you need bins and then splitting up the
2016 Nov 04
0
smbclient and Kerberos
...M, Kevr <kevr at protonmail.com> wrote:
> Hmmmm. I'm using the stock krb5.conf installed by apt-get. So basically
> all I have is the default_realm set to my realm in [libdefaults]. I was
> under the impression that dns_lookup_kdc was true by default. Am I wrong?
>
> Kevin Ratcliffe
>
> Sent from ProtonMail <https://protonmail.ch>
>
>
> -------- Original Message --------
> Subject: Re: [Samba] smbclient and Kerberos
> Local Time: 4 November 2016 8:48 PM
> UTC Time: 4 November 2016 20:48
> From: samba at lists.samba.org
> To: Kevr <kevr at...
2006 Apr 05
4
Development Mode on Dreamhost
Anyone know (or know where to point me to) to figure out how to force
Rails into development mode? I''d like to not have to kill dispatch.fcgi
everytime I make a change. My site is not live and I''m just doing
development and testing right now.
Thanks.
--
Posted via http://www.ruby-forum.com/.
2007 May 14
2
Monit apache2 and fastcgi
I''ve installed monit to stop my server hanging (don''t know why, it''s
an dual-core processor and 2gb memory, wich should be plenty for our
needs).
I should like to also monitor the fastcgi processes, but I can''t find
any pidfile. How can I monitor that?
- Henrik
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2018 Jun 20
0
Ubuntu 18:04 not getting 'home' directory from DC
Hai Bob,
And what does the wiki tell you about RID/AD backend AND .....
Well even i had troubles finding the page again. So.. .its not you..
The wiki, is getting to complex and is having to much side links to other pages.
You need to set one or more of the following settings.
template homedir = /home/%D/%U
template shell = /bin/false
usershare template share =
2007 Feb 16
1
Using Puppet with hosting Rail apps on Amazon Ec2
Greetings,
I just found Puppet last night. Really wish that the discovery had
been made last month before tons of late night messy bash scripts
were written to help boot up an ec2 image....
With very little effort Puppet is now installed on my desktop as a
server and one of my staging servers is able to call into the
puppetmaster to run a very very simple manifest. So far I am super-
2006 Sep 05
3
Testing vs Production manifests
So, the usual problem -- we want to be able to test our manifests before
putting them into full-scale no-holds-barred oh-shit-we-broke-teh-intarweb
production. The two possible solutions I''ve considered so far are:
1) Set a tag on objects we only want to be run on our test machines, and run
Puppet on the test machines with "please run objects tagged ''test''".
2007 Jan 10
9
Definition specialization
There was a discussion a while ago about adding inheritance to
definitions. There is a need for a way to specialize parameters while
allowing passing other options. This comes up with remotefile where
it would be nice to have a default server location but not specify all
the parameters (and their defaults) in the definition.
Was there a change to the syntax? Is there a way to accomplish this?
2018 Jun 19
6
Ubuntu 18:04 not getting 'home' directory from DC
Hello,
I've been trying to get Ubuntu 18.04 to work with Samba AD, seems I am
almost there but am unable to get home directories to mount properly.
The domain join went without a problem but because the default cifs ver
changed in Ubuntu to get other Samba shares on a samba file server to
mount I had to add to it's smb.conf:
client min protocol = SMB2
client min protocol = SMB3
So
2018 Jun 20
0
Ubuntu 18:04 not getting 'home' directory from DC
Thank you for your reply.
First I am using 'ad' backend (DC config is in first post below) and
until I did a fresh install of a new DC Samba 4.8.2 on Ubuntu 18.04 the
user/group id, shell, and home directory paths were correctly obtained
from the RSAT UNIX Attribute Tab settings on the DC. It seems that is
still working for users already created with existing home directories
on the
2018 Jun 20
4
Ubuntu 18:04 not getting 'home' directory from DC
Rowland,
How would I find this info?
Check if 'Rachel Jones' has a 'gecos' attribute in AD.
You seem to be being denied access to '.Xauthority', was it created on
another machine ? No
However, I am sure '-13' usually means incorrect password.
I am sure the password is correct, the /mnt/home/rachel folder is created
but the user files are not created because
2018 Jun 21
0
Ubuntu 18:04 not getting 'home' directory from DC
Thank You Louis and Rowland for your help,
Seems samba version in Ubuntu 18.04 was the key, (Samba version 4.7.6-Ubuntu).
I was using an old smb.conf that has always worked on my Ubuntu 16.04 workstations:
[global]
realm = XX.DOMAIN.COM
workgroup = XX
security = ADS
dedicated keytab file = /etc/krb5.keytab
kerberos method = secrets and keytab
idmap config *:backend = tdb
idmap
2018 Jun 26
1
Fwd: Re: Ubuntu 18:04 not getting 'home' directory from DC
Sorry for the delayed response,
Louis,
I'm not sure how to tell about having "cifs/UPN" - Please advise.
I was able to mount with sec=krb5 after the user is logged in but that does not help getting "home" mounted during the login.
But here is where I am now:
I have been able to pam_mount "home" during the login but could not get the ACLs during the mount
2007 Jul 03
15
Puppet as a push model
I just started digging into puppet and it looks like puppet is using a
pull model. You have a master server and clients talk to it to get
config info.
Is anyone out there using a push model? If not, why not? Are there
security reasons you would use one over the other?
It seems that cfengine also uses a push model, so I wondered if this is
a "standard" or if there are specific
2001 Oct 27
3
Strange memory stats with 2.4.13 and ext3
Hi,
My gateway/firewall/mailserver machine has been running 2.4.13 for a day
or so now. Its basically a stock Linus kernel + ext3-0.9.13 patch (for
-pre6, with the rej fixed).
I'm getting this in /proc/meminfo:
total: used: free: shared: buffers: cached:
Mem: 130179072 117489664 12689408 0 46854144 69632
Swap: 1073987584 10907648 1063079936
MemTotal: 127128