diff --git a/src/Yesod/Auth/SmbClient.hs b/src/Yesod/Auth/SmbClient.hs
--- a/src/Yesod/Auth/SmbClient.hs
+++ b/src/Yesod/Auth/SmbClient.hs
@@ -24,7 +24,7 @@
     runInputPost,
     textField)
 
-pid = "posixpam"
+pid = "smbclient"
 
 -- |The smbclient authentication plugin.
 authSmbClient :: YesodAuth m =>
@@ -58,7 +58,7 @@
     login toMaster =
         toWidget [hamlet|
 $newline never
-    <div #pamlogin>
+    <div #smbclientlogin>
         <form method=post action=@{toMaster url} .form-horizontal>
             <div .control-group>
                 <label .control-label>
diff --git a/yesod-auth-smbclient.cabal b/yesod-auth-smbclient.cabal
--- a/yesod-auth-smbclient.cabal
+++ b/yesod-auth-smbclient.cabal
@@ -9,7 +9,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             1.0.0.0
+version:             2.0.0.0
 
 -- A short (one-line) description of the package.
 synopsis:            Authentication plugin for Yesod using smbclient
@@ -68,4 +68,4 @@
 source-repository this
   type: git
   location: https://github.com/kkazuo/yesod-auth-smbclient.git
-  tag: 1.0.0.0
+  tag: 2.0.0.0
