summaryrefslogtreecommitdiff
path: root/source4/auth/auth.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-07-27 06:31:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:01:21 -0500
commit06a6194eadef9fa9c9f6b3c200c41d2a59dc76af (patch)
treef450aab93978f61b0c17557a517bb8cb39fc00d2 /source4/auth/auth.h
parent4e697b288be11a195d493f2d6800ea8c1e251fee (diff)
downloadsamba-06a6194eadef9fa9c9f6b3c200c41d2a59dc76af.tar.gz
samba-06a6194eadef9fa9c9f6b3c200c41d2a59dc76af.tar.bz2
samba-06a6194eadef9fa9c9f6b3c200c41d2a59dc76af.zip
r24061: Anther part of bug #4823, which is that until now Samba4 didn't parse
the logon hours, even if set. This code happily stolen from the great work in Samba3 :-) Andrew Bartlett (This used to be commit a4939ab629e0af0615bcecf63c7cd55e6e833505)
Diffstat (limited to 'source4/auth/auth.h')
-rw-r--r--source4/auth/auth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/auth/auth.h b/source4/auth/auth.h
index 8dce7bbd5b..c694141373 100644
--- a/source4/auth/auth.h
+++ b/source4/auth/auth.h
@@ -21,6 +21,8 @@
#ifndef _SAMBA_AUTH_H
#define _SAMBA_AUTH_H
+extern const char *user_attrs[];
+
union netr_Validation;
struct netr_SamBaseInfo;
struct netr_SamInfo3;