1# LDAP attribute name		Space	Vendor	Attr
2#			(RAD-ATR = 2;
3#			INTERNAL = 100)
4#					(x = Any)
5
6# Internal OpenRADIUS attributes for use in the behaviour file
7
8openradiusSecret		100	x	11
9openradiusClearPassword		100	x	61
10openradiusMd5HexPassword	100	x	62
11
12# The mapping below is useful if you can model your LDAP schema according to
13# RADIUS data types, i.e. storing numeric values and IP addresses as 32-bit
14# big-endian integers; values in LDAP are to the server as-is by the module.
15
16rawradiusServiceType		2	x	6
17rawradiusFramedProtocol		2	x	7
18rawradiusFramedIpAddress	2	x	8
19rawradiusFramedIpNetmask	2	x	9
20radiusFilterId			2	x	11
21rawradiusLoginIpHost		2	x	14
22rawradiusLoginService		2	x	15
23rawradiusLoginTcpPort		2	x	16
24radiusReplyMessage		2	x	18
25radiusFramedRoute		2	x	22
26rawradiusSessionTimeout		2	x	27
27rawradiusIdleTimeout		2	x	28
28rawradiusPortLimit		2	x	62
29
30# If that is inconvenient, you'll probably want to make use of the string
31# attributes defined in dict.str-ldap and the mappings below. See the
32# distributed example behaviour file on how to use them.
33
34radiusServiceType		102	x	6
35radiusFramedProtocol		102	x	7
36radiusFramedIpAddress		102	x	8
37radiusFramedIpNetmask		102	x	9
38radiusLoginIpHost		102	x	14
39radiusLoginService		102	x	15
40radiusLoginTcpPort		102	x	16
41radiusSessionTimeout		102	x	27
42radiusIdleTimeout		102	x	28
43radiusPortLimit			102	x	62
44
45# Map DN of object(s) found to str, for subsequent binding
46
47dn				100	x	4
48
49