Questions tagged [kerberos]

Kerberos is a computer network authentication protocol, which allows nodes communicating over a non-secure network to prove their identity to one another in a secure manner. Its designers aimed primarily at a client–server model, and it provides mutual authentication — both the user and the server verify each other's identity.

As many vendors have their own implementation of Kerberos, configuration details for each implementation is likely to vary. Here are some links that may help those troubleshooting Kerberos on commonly used paltforms.

1136 questions
0
votes
1 answer

Cannot get to configure Kerberos for Reporting Services

Context I am trying to configure Kerberos in the domain for double-hop authentication. So here are the machines and their respective roles: client01: Windows 7 as client dc01: Windows Server 2008 R2 as domain controller and dns server01: Windows…
Ucodia
  • 89
  • 1
  • 2
  • 12
0
votes
3 answers

SSO for linux/AD Windows 2008

I have multiple CENTOS servers that are all currently working off of a local /etc/passwd for user account control and have local home folders etc. This makes it a pain when users come on board leave etc since I have to log into each server to…
Luke
  • 1
0
votes
1 answer

Keep access to Samba share when link to Active Directory is off

my architecture is like that : a deported active directory server with replica a local network with Windows XP clients in Active Directory Domain a local Samba server member of the domain in samba server I can use getent to make share with acls…
0
votes
1 answer

Apache Kerberos Authentication with LDAP Authorization: access to / failed, reason: require directives present and no Authoritative handler

I am trying to get a VirtualHost (well multiple VirutalHosts) up and running with kerberos authentication and group requirements. My latest configuration within the directive looks like this: AllowOverride None Order allow,deny allow…
d_inevitable
  • 209
  • 1
  • 6
  • 19
0
votes
1 answer

Authenticating Samba share with AD OU

I'm wanting to link Samba to Active Directory so that I can apply permissions to a share respective to the OU that windows user belongs to. Im not entirely sure of where to start, I've currently just got a "default" share: [BaccData] comment =…
Brad Morris
  • 241
  • 2
  • 12
0
votes
2 answers

Connecting to SharePoint 2010 From the Internet (Keep being prompted for my Username & Password)

I installed Sharepoint Server 2010 on a domain controller but when I want to connect to my team site or my document workspace through the internet it keeps prompting me to enter my username and password. I'm using Windows Server 2008 R2, I have an…
0
votes
1 answer

Unable to install Kerberos libriaries using $ rpm -ivf krb5-libs-1.8.4-3.fc14.x86_64.rpm

My Linux version is as follows:Red Hat Enterprise Linux Server release 5.5 (Tikanga) My rpm version is 4.4.2.3 when I am trying ti run uname -a ,the output i sas follows: Linux ca1vmprdpsoft1.kla-tencor.com 2.6.18-194.el5 #1 SMP Tue Mar 16 21:52:39…
0
votes
2 answers

Kerberos unknown code krb 147, failed to verify krb5 credentials with LikeWise Open

I've followed this guide to get Apache Single-Sign-On to work, but so far all I get is strange kerberos errors. http://www.likewise.com/resources/documentation_library/manuals/open/likewise-open-guide.html#apachesso This is my current…
Lars
  • 568
  • 2
  • 8
  • 18
0
votes
3 answers

Get Kerberos ticket with SSH

I'd like to get a Kerberos 5 ticket when ssh-ing to get to a fully-automated login solution. Typically, you use kinit first and then ssh: > kinit user@DOMAIN user@DOMAIN's Password: (enter password) > ssh user@host (successful login) I'd like to…
Joel
  • 101
  • 1
  • 3
0
votes
2 answers

Setting up kerberos for SQL Server 2008 R2 not taking effect

I am trying to configure Kerberos for my SQL Server (the database engine domain account). I have executed the following command: SETSPN -A MSSQLSvc/MyDBServer:1433 MyDomain\SQLServerService Replacing MyDBServer with the FQDN of the server and…
GurdeepS
  • 1,626
  • 5
  • 26
  • 33
0
votes
1 answer

Sorting out delegation

I'm trying to sort out Windows Auth delegation for an IIS box talking to a SQL box, which should be passing through the users credentials. I've detailed the configuration of this double-hop scenario and the configuration below: Issue…
Overflew
  • 101
  • 1
0
votes
1 answer

Error on trying to ssh to a prgmr box when using PuTTY like utility KiTTY

I recently got a box on prgmr. Excited, I tried to login using my username password in KiTTY (which is basically an improved PuTTY) and got the following error, shown in the screenshot. Now, I can connect fine when using a Linux terminal. The…
detj
  • 103
  • 3
0
votes
1 answer

How do I grant a user permission to use Hadoop via Kerberos?

I've setup Hadoop to use Kerberos (following the Cloudera security guide), but it is unclear how I connect to hadoop with regular users (e.g. username=myuser). Currently I have myself authenticated with Kerberos with my Keberos admin user (via…
Dolan Antenucci
  • 329
  • 1
  • 4
  • 16
0
votes
1 answer

RSH connection problem while running MPI program

I'm trying to run MPI programs on 8 machines, but I get the error connect to address 127.0.0.1 port 544: Connection refused Trying krb4 rsh... connect to address 127.0.0.1 port 544: Connection refused trying normal rsh (/usr/bin/rsh) lagrid02:…
kashyapa
  • 337
  • 4
  • 17
0
votes
1 answer

Sudden catastrophic failure of kerberos

I've been playing with my openAFS setup, and adding keys for the afs principle for kerberos. Now, suddenly, Kerberos has gone down (or something). Kadmin gives the following error: kadmin -p admin Authenticating as principal admin with…