diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-04-18 16:41:04 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-04-18 16:41:04 +0000 |
commit | 9ce5a03ccbcc21c60a3dbc39b1dbd06b30655852 (patch) | |
tree | 6be257066aacaadf09f53ad48fefb98f5306dbba /source3/include/local.h | |
parent | 6f78636a56106c510545dc1c8218b3a90a486c67 (diff) | |
download | samba-9ce5a03ccbcc21c60a3dbc39b1dbd06b30655852.tar.gz |
merge from 2.2
(This used to be commit f52a5014ee325f9d91f266f88eac51b6136a75b9)
Diffstat (limited to 'source3/include/local.h')
-rw-r--r-- | source3/include/local.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/include/local.h b/source3/include/local.h index f693d186239..e534f39306a 100644 --- a/source3/include/local.h +++ b/source3/include/local.h @@ -173,4 +173,12 @@ /* Minimum length of allowed password when changing UNIX password. */ #define MINPASSWDLENGTH 5 +/* maximum ID number used for session control. This cannot be larger + than 62*62 for the current code */ +#define MAX_SESSION_ID 3000 + +#ifndef SESSION_TEMPLATE +#define SESSION_TEMPLATE "smb/%d" +#endif + #endif |