Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 2003 17:07:39 +0200
From:      Danny Braniss <danny@cs.huji.ac.il>
To:        freebsd-current@freebsd.org
Cc:        Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= <des@des.no>
Subject:   Re: pam_ldap and passwd 
Message-ID:  <E1AOIJP-000LJl-JJ@cs.huji.ac.il>
In-Reply-To: Your message of Mon, 24 Nov 2003 12:36:57 %2B0100 .

next in thread | raw e-mail | index | archive | help

while you are at it can you:
--- passwd.c    Tue Jul 15 12:31:13 2003
+++ passwd.c.orig       Sat Apr 19 00:27:09 2003
@@ -119,10 +119,6 @@
                fprintf(stderr, "Changing NIS password for %s\n",
                    pwd->pw_name);
                break;
-       case _PWF_HESIOD:
-               fprintf(stderr, "Changing HESIOD password for %s\n",
-                   pwd->pw_name);
-               break;
        default:
                /* XXX: Green men ought to be supported via PAM. */
                errx(1, 

thanks,
	danny




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1AOIJP-000LJl-JJ>