File: dm_file

package info (click to toggle)
crossfire 1.11.0-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 24,456 kB
  • ctags: 7,800
  • sloc: ansic: 80,483; sh: 11,825; perl: 2,327; lex: 1,946; makefile: 1,149
file content (16 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# This file contains authorization for dm access.  There are 3 fields, like
# this:  name:password:host
# Any field can be ignored if a * is used instead of a normal value - this
# is the extent of the wildcarding.
#
# Lines that start with # are obviously ignored.  This file is read each time
# someone attempts to become dm, so it can be changed after the server is
# running and results will apply to the present server that is running.
#
# Example entries:
# master:topsecret:*	(name must be master, password is topsecret, allow any
#	 host
# *:notelling:*		(only matches password)
#
# It is pretty easy - you should be able to figure it out with few problems