Subversion Repositories configs

Rev

Rev 4 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# -*- text -*-
2
#
34 - 3
#  $Id: 793d5690e1d4520bb3db1d9900d6be09da2587ae $
4 - 4
 
5
######################################################################
6
#
7
#  This next section is a sample configuration for the "passwd"
8
#  module, that reads flat-text files.
9
#
10
#  The file is in the format <mac>,<ip>
11
#
12
#	00:01:02:03:04:05,192.168.1.100
13
#	01:01:02:03:04:05,192.168.1.101
14
#	02:01:02:03:04:05,192.168.1.102
15
#
16
#  This lets you perform simple static IP assignments from a flat-text
17
#  file.  You will have to define lease times yourself.
18
#
19
######################################################################
20
 
21
passwd mac2ip {
22
	filename = ${confdir}/mac2ip
23
	format = "*DHCP-Client-Hardware-Address:=DHCP-Your-IP-Address"
24
	delimiter = ","
25
}