mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
auth: include auth.idl structures into common_auth.h
Signed-off-by: Andrew Tridgell <tridge@samba.org>
This commit is contained in:
parent
6d741e918f
commit
a39187f0f5
@ -20,6 +20,8 @@
|
||||
#ifndef AUTH_COMMON_AUTH_H
|
||||
#define AUTH_COMMON_AUTH_H
|
||||
|
||||
#include "librpc/gen_ndr/auth.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 */
|
||||
|
Loading…
Reference in New Issue
Block a user