$OpenBSD: patch-scheduler_auth_c,v 1.7 2016/09/19 09:16:51 ajacoutot Exp $
--- scheduler/auth.c.orig	Wed Sep 14 01:39:47 2016
+++ scheduler/auth.c	Sat Sep 17 15:26:03 2016
@@ -649,7 +649,7 @@ cupsdAuthorize(cupsd_client_t *con)	/* I - Client conn
 #  endif /* HAVE_SHADOW_H */
 
 
-	    pw = getpwnam(username);	/* Get the current password */
+	    pw = getpwnam_shadow(username);	/* Get the current password */
 	    endpwent();			/* Close the password file */
 
 	    if (!pw)
