From ca09263d00c7c5493f4ab7214c7cfb2cf8a28eea Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 6 Apr 2006 09:23:34 +0000 Subject: r14940: Remove pam_winbind's ability to create home directories on it's own. Guenther (This used to be commit 87293802f3e0666c9a50eb3ca63bb1a7dccc50dc) --- source3/nsswitch/pam_winbind.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/nsswitch/pam_winbind.h') diff --git a/source3/nsswitch/pam_winbind.h b/source3/nsswitch/pam_winbind.h index d998cc0486..54150be8b3 100644 --- a/source3/nsswitch/pam_winbind.h +++ b/source3/nsswitch/pam_winbind.h @@ -87,7 +87,6 @@ do { \ #define WINBIND_KRB5_AUTH (1<<7) #define WINBIND_KRB5_CCACHE_TYPE (1<<8) #define WINBIND_CACHED_LOGIN (1<<9) -#define WINBIND_CREATE_HOMEDIR (1<<10) /* * here is the string to inform the user that the new passwords they -- cgit