Update bsd-auth string.
authorMarkus Teich <markus.teich@stusta.mhn.de>
Tue, 30 Aug 2016 22:56:13 +0000 (00:56 +0200)
committerMarkus Teich <markus.teich@stusta.mhn.de>
Tue, 30 Aug 2016 22:56:13 +0000 (00:56 +0200)
Thanks to Hiltjo for discovering this.

slock.c

diff --git a/slock.c b/slock.c
index dd32374..847b328 100644 (file)
--- a/slock.c
+++ b/slock.c
@@ -157,7 +157,7 @@ readpw(Display *dpy, const char *pws)
                        case XK_Return:
                                passwd[len] = 0;
 #ifdef HAVE_BSD_AUTH
-                               running = !auth_userokay(getlogin(), NULL, "auth-xlock", passwd);
+                               running = !auth_userokay(getlogin(), NULL, "auth-slock", passwd);
 #else
                                running = !!strcmp(crypt(passwd, pws), pws);
 #endif