NetworkAuthClient

Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2006-11-07 00:06:04
Size: 1029
Editor: 207
Comment:
Revision 5 as of 2006-11-08 19:31:45
Size: 3006
Editor: 207
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
BOF notes:  * '''Launchpad entry''': https://features.launchpad.net/distros/ubuntu/+spec/edubuntu-network-auth-client
 * '''Packages affected''': authtool, libpam-mount, libpam-ldap, libnss-ldap, libpam-ccreds, edsadmin, gnome-control-center
Line 3: Line 4:
- pam changes == Summary ==
Line 5: Line 6:
- nssldap changes Authenticating edubuntu clients (workstations and ltsp servers) against an edubuntu network auth server.
Line 7: Line 8:
- how do we mount home ? == Rationale ==
Line 9: Line 10:
ajmitch's authtool already cares for the first two points
all we have left for this spec is to find a proper way to mount /home on login
To provide a centralized usermanagement in a school using edubuntu, an edubuntu network authentication server is implemented. To authenticate against such a server a certain client setup is required. This spec outlines what will be done to achieve client authentication on edubuntu ltsp servers and workstations.
Line 12: Line 12:
we will need kerberos integration, to integrate this a nameserver will be needed -> to be added to the -auth-server spec == Use cases ==
Line 14: Line 14:
a metapackage will be created that depends on the authtool package and pulls in the necessary kerberos bits Will is administrator at a highschool, he used to use an edubuntu LTSP server in one classroom to test the functionallity. Since the software convinced him he will now set up his whole school with edubuntu and set up an edubuntu network authentication server where he maintains the students accounts for the complete school and their homedirectories. After he installed the edubuntu-auth-client metapackage on all his workstations and ltsp servers all his students log in via the centralized service without problems.
Line 16: Line 16:
to change the password a tool is needed, this can either be a samba tool or a pam based one == Scope ==
Line 18: Line 18:
for mounting home we will need to do a nfs export of /home from the server to mount that on login, for windows clients this needs also be done in
parallel via samba
Out of the box working authentication against an edubuntu network authserver.
Line 21: Line 20:
pam-mount needs to be extended to read the users home directory location from the ldap server where we store the information where to find the use
rs home
== Design and Implementation ==
Line 24: Line 22:
- instead of mounting home we also could use bzr or rsync-diff and use the local home, but sync constantly to the server A metapackage called edubuntu-auth-client will be created.
It will depend on https://launchpad.net/people/ajmitch/+branch/network-authentication/authtool (which will provide the basic authentication functionallity) as well as on libpam-mount, libpam-ldap, libnss-ldap and libpam-ccreds.
Line 26: Line 25:
- pam-session-open ? The libpam-mount, libpam-ldap, libnss-ldap and libpam-ccreds packages will move to main.

Additionally a dependency on the edsadmin package (handled in edubuntu-auth-server) will be created. In the postinst of the edubuntu-auth-client the menu entry of the users-admin tool shipped gnome-system-tools will be disabled to avoid the confusion of having two user management tools.

The postinst of edubuntu-auth-client will ask for the desired domainname and for the ip address of the ldap server and preseed the authtool debconf values with it.

The edubuntu CD will get a new networked-workstation preseed file that pulls in the edubuntu-auth-client package. This way the user will still have the option to install a complete standalone workstation.

Edubuntu LTSP server installs will install the edubuntu-auth-client by default.

For mounting /home a nfs export in required on the authentication server, the edubuntu-auth-server will care for this.

The password tool of the "About Me" application shipped by default in ubuntu/edubuntu will be enhanced to operate properly with the users password on an ldap server.

== Unresolved issues ==

The pam-mount binary needs to be extended to read the users home directory location from the ldap server where we store the information where to find the users home.

----
CategorySpec

Summary

Authenticating edubuntu clients (workstations and ltsp servers) against an edubuntu network auth server.

Rationale

To provide a centralized usermanagement in a school using edubuntu, an edubuntu network authentication server is implemented. To authenticate against such a server a certain client setup is required. This spec outlines what will be done to achieve client authentication on edubuntu ltsp servers and workstations.

Use cases

Will is administrator at a highschool, he used to use an edubuntu LTSP server in one classroom to test the functionallity. Since the software convinced him he will now set up his whole school with edubuntu and set up an edubuntu network authentication server where he maintains the students accounts for the complete school and their homedirectories. After he installed the edubuntu-auth-client metapackage on all his workstations and ltsp servers all his students log in via the centralized service without problems.

Scope

Out of the box working authentication against an edubuntu network authserver.

Design and Implementation

A metapackage called edubuntu-auth-client will be created. It will depend on https://launchpad.net/people/ajmitch/+branch/network-authentication/authtool (which will provide the basic authentication functionallity) as well as on libpam-mount, libpam-ldap, libnss-ldap and libpam-ccreds.

The libpam-mount, libpam-ldap, libnss-ldap and libpam-ccreds packages will move to main.

Additionally a dependency on the edsadmin package (handled in edubuntu-auth-server) will be created. In the postinst of the edubuntu-auth-client the menu entry of the users-admin tool shipped gnome-system-tools will be disabled to avoid the confusion of having two user management tools.

The postinst of edubuntu-auth-client will ask for the desired domainname and for the ip address of the ldap server and preseed the authtool debconf values with it.

The edubuntu CD will get a new networked-workstation preseed file that pulls in the edubuntu-auth-client package. This way the user will still have the option to install a complete standalone workstation.

Edubuntu LTSP server installs will install the edubuntu-auth-client by default.

For mounting /home a nfs export in required on the authentication server, the edubuntu-auth-server will care for this.

The password tool of the "About Me" application shipped by default in ubuntu/edubuntu will be enhanced to operate properly with the users password on an ldap server.

Unresolved issues

The pam-mount binary needs to be extended to read the users home directory location from the ldap server where we store the information where to find the users home.


CategorySpec

Edubuntu/Specifications/NetworkAuthClient (last edited 2010-01-21 19:01:15 by 196-210-177-89-wblv-esr-3)