[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: unified login (unix + windows)
Hi,
>It is a dream of mine to have all passwords and users
>in one Ldap-Server.
This is a small university, and the approach that I am using is as
follows:
-ldap server:
stores the user database
-unix stations (Solaris and Linux):
use pam_ldap and nss_ldap against ldap server
-winnt classrooms:
today all users share the same username (generic one), we are
writting a replacement gina wich first checks the user against ldap
server and after that logs the user in the ntworkstation using the
generic username and password hardcoded into the gina. This is not
finished yet.
Hope this helps.
Salvador Salanova Fortmann