Difference between revisions of "Single sign-on"

From ProgClub
Jump to: navigation, search
Line 1: Line 1:
 
This is the ProgClub Single sign-on project. The idea is that users can login to our systems using a single username and password. For other projects see [[Projects]].
 
This is the ProgClub Single sign-on project. The idea is that users can login to our systems using a single username and password. For other projects see [[Projects]].
  
= Project status =
+
== Project status ==
  
 
Underway. [[Kerberos]] has been configured on [[charity]], which is the KDC. Still need to configure NFS for user home directories, get LDAP working, and figure out what the PAM configuration should be.
 
Underway. [[Kerberos]] has been configured on [[charity]], which is the KDC. Still need to configure NFS for user home directories, get LDAP working, and figure out what the PAM configuration should be.
  
= Links =
+
== Links ==
  
== Single sign-on related information ==
+
=== Single sign-on related information ===
  
 
* [https://help.ubuntu.com/community/SingleSignOn SingleSignOn]
 
* [https://help.ubuntu.com/community/SingleSignOn SingleSignOn]
  
== Kerberos related information ==
+
=== Kerberos related information ===
  
 
* [https://help.ubuntu.com/community/Kerberos Kerberos]
 
* [https://help.ubuntu.com/community/Kerberos Kerberos]
Line 21: Line 21:
 
* [http://www.visolve.com/security/ssh_kerberos.php OpenSSH & Kerberos]
 
* [http://www.visolve.com/security/ssh_kerberos.php OpenSSH & Kerberos]
  
== LDAP related information ==
+
=== LDAP related information ===
  
 
* [https://help.ubuntu.com/community/LDAPClientAuthentication LDAPClientAuthentication]
 
* [https://help.ubuntu.com/community/LDAPClientAuthentication LDAPClientAuthentication]
 
* [https://help.ubuntu.com/10.04/serverguide/C/openldap-server.html OpenLDAP Server]
 
* [https://help.ubuntu.com/10.04/serverguide/C/openldap-server.html OpenLDAP Server]
  
== NFS related information ==
+
=== NFS related information ===
  
 
* [https://help.ubuntu.com/community/SettingUpNFSHowTo SettingUpNFSHowTo]
 
* [https://help.ubuntu.com/community/SettingUpNFSHowTo SettingUpNFSHowTo]
  
= Kerberos =
+
== Kerberos ==
  
 
[http://web.mit.edu/Kerberos/krb5-1.9/krb5-1.9.1/doc/krb5-install.html#Ports%20for%20the%20KDC%20and%20Admin%20Services Ports for the KDC and Admin Services]: The default ports used by Kerberos are port 88 for the KDC and port 749 for the admin server.
 
[http://web.mit.edu/Kerberos/krb5-1.9/krb5-1.9.1/doc/krb5-install.html#Ports%20for%20the%20KDC%20and%20Admin%20Services Ports for the KDC and Admin Services]: The default ports used by Kerberos are port 88 for the KDC and port 749 for the admin server.
  
 
See [[Kerberos]] for ProgClub's Kerberos configuration.
 
See [[Kerberos]] for ProgClub's Kerberos configuration.

Revision as of 22:25, 9 August 2011

This is the ProgClub Single sign-on project. The idea is that users can login to our systems using a single username and password. For other projects see Projects.

Project status

Underway. Kerberos has been configured on charity, which is the KDC. Still need to configure NFS for user home directories, get LDAP working, and figure out what the PAM configuration should be.

Links

Single sign-on related information

Kerberos related information

LDAP related information

NFS related information

Kerberos

Ports for the KDC and Admin Services: The default ports used by Kerberos are port 88 for the KDC and port 749 for the admin server.

See Kerberos for ProgClub's Kerberos configuration.