Kerberos is a network authentication protocol.

learn more… | top users | synonyms

1
vote
0answers
13 views

Ubuntu : Kerberos With LDAP

I am using ubuntu 12.04. I am installing LDAP with Kerberos authentication. I followed the steps in the ubuntu documentation. https://help.ubuntu.com/12.04/serverguide/kerberos-ldap.html After ...
0
votes
0answers
39 views

Password not accepted at login

I had tried to setup kerberos authentication to log into some ADS thing at my new university, however that didn't work and resulted in me having to enter my password twice for everything. So I did: ...
1
vote
0answers
34 views

samba and AD integration - usermapping fails and only shows the numeric IDs and not usernames

I have successfully integrated AD + Samba + Winbind in my Ubuntu NAS box and all worked fine for 2 weeks. Suddenly today I couldn't get into the share and after logging in to the server, I found that ...
0
votes
1answer
129 views

krb5-multidev, libk5crypto3, libk5crypto3:i386 package dependency

Using Ubuntu 12.04 Asus U43F I can no longer update, install or remove packages via software center because of package dependency errors. sudo apt-get install -f reads the following: Reading ...
0
votes
0answers
32 views

unmet dependencies+I cannot update anymore [duplicate]

Possible Duplicate: When trying to upgrade Kerberos development libraries, why do I get an “unmet dependencies” error? The following packages have unmet dependencies: ...
0
votes
0answers
166 views

.pam_environment in kerberized nfs4 home directory

How can I get pam_env to read the user's .pam_environment file, if the user's file is located in a kerberized NFS4 mount? The file and directory permissions for the .pam_environment file are set in a ...
1
vote
1answer
180 views

Kerberos with Active Directory

So I've setup kerberos on Ubuntu in various ways (likewise-open, winbind, etc) and keep coming up with the same problem. kinit works fine and I get the initial ticket, but when I try to access a proxy ...
1
vote
0answers
466 views

Configuring PAM with LDAP and Kerberos

I am trying to configure PAM with LDAP and Kerberos for authentication. Command id <username> is working fine so LDAP seems to be working fine and also kinit is working (followed by klist) and ...
2
votes
1answer
136 views

“AND Operator” in PAM

I need to prevent users from authenticating through Kerberos when the encrypted /home/users has not yet been mounted. (This is to avoid corrupting the ecryptfs mountpoint) Currently I have these ...
0
votes
0answers
272 views

How do I configure Ubuntu to act as a kerberos client against Microsoft Active Directory? [closed]

On our corporate intranet Kerberos authentication is used on many sites and I just want to enable kerberos on Ubuntu so I can benefit from it while using the browser (Chrome or Firefox). The computer ...
5
votes
2answers
4k views

rails & libpq-dev nasty dependencies

I don't know if this question belongs here, but I'll take a shot. Hi. I'm running ubuntu 11.10 dual-boot with windows vista on my machine. On Ubuntu, I've installed RVM, rails gem, & PostgreSQL ...
0
votes
1answer
2k views

Kerberos SSO with Apache - Partly works

Ok... I've got my Apache server running, and I have Kerberos configured to integrate with our primary domain controller (Windows 2003). When I try to access my page, however, I get a login ...
17
votes
1answer
913 views

Setup for mounting kerberized nfs home directory - gssd not finding valid kerberos ticket

Our home directories are exported via kerberized nfs, so the user needs a valid kerberos ticket to be able to mount its home. This setup works fine with our existing clients & server. Now we want ...