summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-06-04 15:24:20 +0000
committerLuke Leighton <lkcl@samba.org>1998-06-04 15:24:20 +0000
commit59e2992139774762456826f6667e73f2b39828d8 (patch)
tree22da85295b46db07c77fe44c4001faa21fad2665 /source3/include/smb.h
parent206f5882e7b93fc7e58785e005ea8c238b9b3c35 (diff)
downloadsamba-59e2992139774762456826f6667e73f2b39828d8.tar.gz
samba-59e2992139774762456826f6667e73f2b39828d8.tar.bz2
samba-59e2992139774762456826f6667e73f2b39828d8.zip
added "domain admin group" and "domain guest group" parameters. this is
because "domain admin users" and "domain guest users" was overloaded. incorrectly. (This used to be commit 04b824007263ac4879c7282a2d230deaac7d2c7b)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index cdac9cb720..214b36e704 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -687,6 +687,15 @@ struct passdb_ops {
struct sam_disp_info *(*getsamdispnam)(char *);
struct sam_disp_info *(*getsamdisprid)(uint32);
struct sam_disp_info *(*getsamdispent)(void *);
+
+#if 0
+ /*
+ * password checking functions
+ */
+ struct smb_passwd *(*smb_password_chal )(char *username, char lm_pass[24], char nt_pass[24], char chal[8]);
+ struct smb_passwd *(*smb_password_check )(char *username, char lm_hash[16], char nt_hash[16],
+ struct passwd *(*unix_password_check)(char *username, char *pass, int pass_len);
+#endif
};
/* this is used for smbstatus */