Difference between revisions of "Single sign-on"

From ProgClub
Jump to: navigation, search
Line 3: Line 3:
 
== 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.
+
Pretty much done. [[Kerberos]] has been configured on [[charity]], which is the KDC. An NFS share for users' home directories has been configured on [[charity]]. [[Hope]] and [[honesty]] have been configured with an appropriate Kerberos/LDAP/PAM client configuration. There might be some other services that we can Kerberize though, definitely svn.
  
 
== Contributors ==
 
== Contributors ==

Revision as of 04:42, 15 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

Pretty much done. Kerberos has been configured on charity, which is the KDC. An NFS share for users' home directories has been configured on charity. Hope and honesty have been configured with an appropriate Kerberos/LDAP/PAM client configuration. There might be some other services that we can Kerberize though, definitely svn.

Contributors

Members who have contributed to this project. Newest on top.

Copyright

Copyright 2011, Contributors. Licensed under the New BSD license.

Links

Single sign-on related information

Kerberos related information

LDAP related information

NFS related information

TODO

Things to do, in rough order of priority:

  • Investigate Svn/Kerberos integration (maybe via Apache?)
  • Investigate MySQL/Kerberos integration

Done

Stuff that's done. Latest stuff on top.

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.