--- pam_winbind.c.org 2009-04-28 15:46:16.000000000 +0900 +++ pam_winbind.c 2009-05-05 10:46:52.000000000 +0900 @@ -463,6 +463,9 @@ /* generic options */ if (!strcmp(*v,"debug")) ctrl |= WINBIND_DEBUG_ARG; + else if (!strcasecmp(*v, "config")) { + i--; ++v; /* simply skip the next argument */ + } else if (!strcasecmp(*v, "debug_state")) ctrl |= WINBIND_DEBUG_STATE; else if (!strcasecmp(*v, "silent"))