home *** CD-ROM | disk | FTP | other *** search
/ CD-X 3 / cdx_03.iso / shutils / dos / sentry22.arj / SENTRY.INI < prev    next >
Encoding:
Text File  |  1995-09-01  |  8.3 KB  |  334 lines

  1. *************************************
  2. *                                   *
  3. *  Sentry 2.2 Initialization file   *
  4. *                                   *
  5. *************************************
  6.  
  7. [ Sentry V2.2 ]
  8.  
  9. * PassFile
  10. *
  11. * This contains the location of the password file. The password file
  12. * should be kept somewhere safe, tucked away from prying eyes.
  13. * NOTE: You should change the name of the file from Sentry.pwd to some
  14. * other, inconspicuous name. Potential intruders will search for the
  15. * Sentry.pwd file. You can hide it under misleading names such as
  16. * file_id.diz, chklist.ms, warm.com etc etc.
  17. *
  18. * Default:
  19. * PassFile=c:\Sentry\Sentry.pwd
  20.  
  21. PassFile=c:\Sentry\Sentry.pwd
  22.  
  23. * LogFile
  24. *
  25. * This contains the location of the log file. The log file
  26. * should also be hidden away in the same manner described above.
  27. *
  28. * Default:
  29. * LogFile=c:\Sentry\Sentry.log
  30.  
  31. LogFile=c:\Sentry\Sentry.log
  32.  
  33. * MinPasswordLen
  34. *
  35. * Sets the minimum length for passwords and logins.
  36. * NOTE: A value of 4 should be the absolute minimum for MinPasswordLen.
  37. * A value of 5 or 6 would be even better. Short passwords are much
  38. * easier to stumble across since less attempts have to be made before it
  39. * is guessed.
  40. *
  41. * Default:
  42. * MinPasswordLen=4
  43.  
  44. MinPasswordLen=4
  45.  
  46. * MaxPasswordLen
  47. *
  48. * Sets the maximum length for passwords and logins.
  49. *
  50. * Default:
  51. * MaxPasswordLen=15
  52.  
  53. MaxPasswordLen=15
  54.  
  55. * MaxTries
  56. *
  57. * Sets the maximum times a user can attempt to log in before being
  58. * locked out.
  59. * NOTE: This should not be set too high. It is very rare for a
  60. * legitimate user to botch a login attempt 3 times in a row. A potential
  61. * intruder will usually have to make many attempts before getting
  62. * anywhere. Setting MaxTries to around 3 will slow him down greatly, as
  63. * he will have to reset after 3 failed attempts.
  64. *
  65. * Default:
  66. * MaxTries=3
  67.  
  68. MaxTries=3
  69.  
  70. * WaitTime
  71. *
  72. * Sets the delay in seconds to wait after the user fails to log in.
  73. * NOTE: Setting the WaitTime to 3 or above greatly slows any methodical
  74. * attempt to guess or discover passwords. It offers little inconvenience
  75. * to the end users while providing added security.
  76. *
  77. * Default:
  78. * WaitTime=3
  79.  
  80. WaitTime=3
  81.  
  82. * SetPassKey
  83. *
  84. * Sets the "key" to enter as a password to change passwords.
  85. *
  86. * Default:
  87. * SetPassKey=passwd
  88.  
  89. SetPassKey=passwd
  90.  
  91. * PasswordExpiresIn
  92. *
  93. * Sets the number of days a password is good before it expires.
  94. * NOTE: It is a good idea to have PasswordExpiresIn set to between 180
  95. * and 365. Anything over a year is a security risk due to age.
  96. * Anything under half a year is a risk because people will tend to
  97. * forget their passwords and start writing them down. This setting
  98. * should depend on how busy your system generally is.
  99. *
  100. * Default:
  101. * PasswordExpiresIn=365
  102.  
  103. PasswordExpiresIn=365
  104.  
  105. * WrongPassword
  106. *
  107. * This sets the message to be displayed when a user enters the wrong
  108. * password.
  109. * NOTE: It is a good idea to keep WrongPassword and WrongLogin the same.
  110. * Otherwise, a potential intruder will know when he has found an account
  111. * (IE: If Sentry responds with "Invalid Password" he knows the login was
  112. * correct). Keeping the two the same prevents an attacker from knowing
  113. * if he even has the correct login.
  114. *
  115. * Default:
  116. * WrongPassword="Invalid Login."
  117.  
  118. WrongPassword="Invalid Login."
  119.  
  120. * WrongLogin
  121. *
  122. * This sets the message to be displayed when a user enters the wrong
  123. * login.
  124. *
  125. * Default:
  126. * WrongLogin="Invalid Login."
  127.  
  128. WrongLogin="Invalid Login."
  129.  
  130. * PasswordLength
  131. *
  132. * This sets the message to be displayed when a user enters a password of
  133. * invalid length.
  134. * NOTE: It is also wise to keep PasswordLength and LoginLength the same
  135. * as WrongPassword and WrongLogin. This will prevent a potential
  136. * attacker from knowing how long a password or login is set to be on
  137. * your system. (Knowing the length of a password can greatly decrease
  138. * the amount of time required to crack it).
  139. *
  140. * Default:
  141. * PasswordLength="Invalid Login."
  142.  
  143. PasswordLength="Invalid Login."
  144.  
  145. * LoginLength
  146. *
  147. * This sets the message to be displayed when a user enters a login of
  148. * invalid length.
  149. *
  150. * Default:
  151. * LoginLength="Invalid Login."
  152.  
  153. LoginLength="Invalid Login."
  154.  
  155. * LogWrongPassword
  156. *
  157. * This sets the message to be saved to the log file when a user enters
  158. * the wrong password.
  159. *
  160. * Default:
  161. * LogWrongPassword="User entered the wrong password."
  162.  
  163. LogWrongPassword="User entered the wrong password."
  164.  
  165. * LogWrongLogin
  166. *
  167. * This sets the message to be saved to the log file when a user enters
  168. * the wrong login.
  169. *
  170. * Default:
  171. * LogWrongLogin="User entered the wrong login."
  172.  
  173. LogWrongLogin="User entered the wrong login."
  174.  
  175. * LogPasswordLength
  176. *
  177. * This sets the message to be saved to the log file when a user enters a
  178. * password of invalid length.
  179. *
  180. * Default:
  181. * LogPasswordLength="Invalid Password Length."
  182.  
  183. LogPasswordLength="Invalid Password Length."
  184.  
  185. * LogLoginLength
  186. *
  187. * This sets the message to be saved to the log file when a user enters a
  188. * login of invalid length.
  189. *
  190. * Default:
  191. * LogLoginLength="Invalid Login Length."
  192.  
  193. LogLoginLength="Invalid Login Length."
  194.  
  195. * Windows
  196. *
  197. * The Windows flag is set if you wish to run Sentry from Windows.
  198. * Technically, this allows Sentry to open up a DOS shell after a
  199. * successful login. Setting this option to 1 has no effect on normal
  200. * use, and is not a security risk.
  201. * (0=Do Not Run In Windows, 1=Run In Windows)
  202. *
  203. * Default:
  204. * Windows=1
  205.  
  206. Windows=1
  207.  
  208. * ShowTitle
  209. *
  210. * This determines if the intro screen is displayed or not. You may
  211. * choose not to display the title information if you don't want users to
  212. * know what program you are using. On the other hand, the registration
  213. * information sould be displayed for authenticity's sake. I have added
  214. * this option because security comes before all else.
  215. * (0=Not Displayed, 1=Displayed)
  216. *
  217. * Default:
  218. * ShowTitle=1
  219.  
  220. ShowTitle=1
  221.  
  222. * DateFormat
  223. *
  224. * This will allow you to have dates displayed in different formats. Some
  225. * people prefer different formats than others, so this will allow you
  226. * to define the way dates are displayed.
  227. * (0=MM/DD/YYYY, 1=DD/MM/YYYY)
  228. *
  229. * Default:
  230. * DateFormat=1
  231.  
  232. DateFormat=1
  233.  
  234. * CaseSensitive
  235. *
  236. * This sets the case sensitivity. If "Case Insensitive" is selected,
  237. * "Sentry" "sentry" and "SENTRY" are all treated as the same at the
  238. * login prompt. If case sensitivity is enabled, the three are all
  239. * treated as different logins.
  240. * (0=Case Sensitive, 1=Case Insensitive)
  241. * NOTE: Using "Case Insensitive" reduces the number of allowable logins,
  242. * and increases the probability of an attacker getting a correct login.
  243. * Still, some people find it easier to work with Case Sensitivity off.
  244. *
  245. * Default:
  246. * CaseSensitive=0
  247.  
  248. CaseSensitive=0
  249.  
  250. * Colour
  251. *
  252. * This determines if colour will be displayed by Sentry or not. Some
  253. * laptop users may wish to use the black and white setting for better
  254. * readability.
  255. * (0=Black and White, 1=Colour)
  256. *
  257. * Default:
  258. * Colour=1
  259.  
  260. Colour=1
  261.  
  262.  
  263. * COLOURS:
  264. *
  265. * 0  - Black
  266. * 1  - Blue
  267. * 2  - Green
  268. * 3  - Cyan
  269. * 4  - Red
  270. * 5  - Magenta
  271. * 6  - Brown
  272. * 7  - Light Gray
  273. * 8  - Dark Gray
  274. * 9  - Light Blue
  275. * 10 - Light Green
  276. * 11 - Light Cyan
  277. * 12 - Light Red
  278. * 13 - Light Magenta
  279. * 14 - Yellow
  280. * 15 - White
  281.  
  282.  
  283. * TextColour
  284. *
  285. * You can set TextColour to the value of the colour you wish normal text
  286. * to appear in. Colour values are shown in the chart above.
  287. *
  288. * Default:
  289. * TextColour=15
  290.  
  291. TextColour=15
  292.  
  293. * TextBackground
  294. *
  295. * You can set TextBackground to the value of the colour you wish normal text
  296. * to have as a background. Colour values are shown in the chart above.
  297. *
  298. * Default:
  299. * TextBackground=0
  300.  
  301. TextBackground=0
  302.  
  303. * HighColour
  304. *
  305. * You can set TextColour to the value of the colour you wish highlighted
  306. * text to appear in. Colour values are shown in the chart above.
  307. *
  308. * Default:
  309. * HighColour=14
  310.  
  311. HighColour=14
  312.  
  313. * HighBackground
  314. *
  315. * You can set HighBackground to the value of the colour you wish
  316. * highlighted text to have as a background. Colour values are shown in the
  317. * chart above.
  318. *
  319. * Default:
  320. * HighBackground=4
  321.  
  322. HighBackground=4
  323.  
  324. * InvalidLogins
  325. *
  326. * This sets the default number of consecutive invalid logins possible
  327. * before an account is locked out. Only a SuperUser can subsequently
  328. * unlock an account.
  329. *
  330. * Default:
  331. * InvalidLogins=10
  332.  
  333. InvalidLogins=10
  334.