1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

s3-auth: remove global include of krb5pac.h.

Guenther
This commit is contained in:
Günther Deschner 2010-08-31 23:09:39 +02:00
parent 16c2d9182d
commit 95f9542e05
4 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "librpc/gen_ndr/krb5pac.h"
#define USER_INFO_CASE_INSENSITIVE_USERNAME 0x01 /* username may be in any case */
#define USER_INFO_CASE_INSENSITIVE_PASSWORD 0x02 /* password may be in any case */
#define USER_INFO_DONT_CHECK_UNIX_ACCOUNT 0x04 /* don't check unix account status */

View File

@ -18,6 +18,7 @@
*/
#include "includes.h"
#include "librpc/gen_ndr/samr.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_AUTH

View File

@ -18,6 +18,7 @@
*/
#include "includes.h"
#include "librpc/gen_ndr/krb5pac.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_AUTH

View File

@ -4856,7 +4856,7 @@ const struct mangle_fns *posix_mangle_init(void);
bool map_username(fstring user);
/* The following definitions come from auth/user_krb5.c */
struct PAC_LOGON_INFO;
NTSTATUS get_user_from_kerberos_info(TALLOC_CTX *mem_ctx,
const char *cli_name,
const char *princ_name,