Hi, 

I have several little LTSP for schools based on Ubuntu 10.04.

I'm trying to make password change work correctly but I notice that an ldap
user fails to change password even from command line on the server:

  a_test@srv-isi:~$ passwd 
  Enter login(LDAP) password: 
  passwd: Authentication information cannot be recovered
  passwd: password unchanged

my pam.s/sshd is::

  auth       required     pam_env.so # [1]
  auth       required     pam_env.so envfile=/etc/default/locale
  @include common-auth
  account    required     pam_nologin.so
  @include common-account
  @include common-session
  session    optional     pam_motd.so # [1]
  session    optional     pam_mail.so standard noenv # [1]
  session    required     pam_limits.so
  @include common-password

and common-auth is::

  auth    [success=2 default=ignore]      pam_unix.so nullok_secure
  auth    [success=1 default=ignore]      pam_ldap.so use_first_pass
  auth    requisite                       pam_deny.so
  auth    required                        pam_permit.so

If I try to use gnome tool it just hangs forever.

Any hint on how to set it up? 
Is there a doc where a correct and working pam setup is suggested?


TIA
sandro
*:-)


-- 
Sandro Dentella  *:-)
http://www.reteisi.org             Soluzioni libere per le scuole
http://sqlkit.argolinux.org        SQLkit home page - PyGTK/python/sqlalchemy




------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Ciosco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to