Skip to content

Commit 05b93e1

Browse files
committed
clean up last bits of "&" manually
1 parent 618d8fc commit 05b93e1

File tree

8 files changed

+22
-22
lines changed

8 files changed

+22
-22
lines changed

raddb/sites-available/bfd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ send Up {
232232
# Sneak in more data after a BFD packet!
233233
#
234234
# reply.Additional-Data := {
235-
# &more-data := 0xabcdef
235+
# more-data := 0xabcdef
236236
# }
237237
}
238238

raddb/sites-available/default

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,8 +1191,8 @@ send Access-Accept {
11911191
#
11921192
# reply += {
11931193
# Vendor-Specific.WiMAX = {
1194-
# &FA-RK-Key = 0x00
1195-
# &MSK = reply.EAP-MSK
1194+
# FA-RK-Key = 0x00
1195+
# MSK = reply.EAP-MSK
11961196
# }
11971197
# }
11981198

raddb/sites-available/dhcp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ recv Request {
186186
control.Server-Identifier = 192.0.2.1
187187

188188
# If the request is not for this server then silently discard it
189-
if (request.Server-Identifier && \
189+
if (request.Server-Identifier &&
190190
request.Server-Identifier != control.Server-Identifier) {
191191
do_not_respond
192192
}

raddb/sites-available/dns

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# It's meant to be a _flexible_ DNS server. Want to give different answers to VoIP phones
2121
# and desktops, or other types of split horizon? It can do that.
2222
#
23-
# Because DNS uses the &Header.Rcode to communicate the result of a query (instead of opcode)
23+
# Because DNS uses the Header.Rcode to communicate the result of a query (instead of opcode)
2424
# the DNS state machine works differently to other protocols.
2525
#
2626
# Requests will pass through the following processing sections:
@@ -61,11 +61,11 @@ server dns {
6161
recv Query {
6262
if (Question[0].Name == 'foo.example.com') {
6363
reply.Resource-Record := {
64-
&Name = 'foo.example.com'
65-
&Type = A
66-
&Class = ::Internet
67-
&TTL = 0
68-
&Type.A.IP = 127.0.0.1
64+
Name = 'foo.example.com'
65+
Type = ::A
66+
Class = ::Internet
67+
TTL = 0
68+
Type.A.IP = 127.0.0.1
6969
}
7070
}
7171

raddb/sites-available/eap-aka-sim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ server eap-aka-sim {
347347
# If for whatever reason the identity cannot be validated, you should
348348
# return `notfound` to request an additional identity.
349349
#
350-
# NOTE: Setting `&Method-Hint = Pseudonym` here will cause the server
350+
# NOTE: Setting `Method-Hint = Pseudonym` here will cause the server
351351
# to execute the `load pseudonym { ... }` section next. This is
352352
# sometimes useful when dealing with non-standard pseudonym identities.
353353
#
@@ -362,7 +362,7 @@ server eap-aka-sim {
362362
# If the identity cannot be resolved, you should return `notfound` to
363363
# request an additional identity.
364364
#
365-
# NOTE: Setting `&Method-Hint = Fastauth` here will cause the server
365+
# NOTE: Setting `Method-Hint = Fastauth` here will cause the server
366366
# to execute the `load session { ... }` section next. This is
367367
# sometimes useful when dealing with non-standard fastauth identities.
368368
#
@@ -677,7 +677,7 @@ server eap-aka-sim {
677677
#
678678
# ### `recv Client-Error { ... }` - Log the fact that the supplicant has terminated authentication
679679
#
680-
# The reason for the error should be available in `&Client-Error-Code`
680+
# The reason for the error should be available in `Client-Error-Code`
681681
#
682682
# After this section is run authentication fails immediately with no
683683
# EAP-Response/AKA-Notification round.

raddb/sites-available/ldap_sync

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ server ldap_sync {
255255
# FreeRADIUS attributes.
256256
#
257257
# update {
258-
# &member += "member"
258+
# member += "member"
259259
# }
260260
# }
261261

@@ -330,7 +330,7 @@ server ldap_sync {
330330
# update {
331331
# Proto.radius.User-Name = 'sAMAccountName'
332332
# user-acct-control = 'userAccountControl'
333-
# &last-known-parent = 'lastKnownParent'
333+
# last-known-parent = 'lastKnownParent'
334334
# }
335335
# }
336336
}
@@ -383,7 +383,7 @@ server ldap_sync {
383383
# if (!reply.LDAP-Sync.Cookie) {
384384
# string csn
385385
#
386-
# &csn := %concat(%ldap("ldap:///%ldap.uri.safe(%{LDAP-Sync.Directory-Root-DN})?contextCSN?base"), ';')
386+
# csn := %concat(%ldap("ldap:///%ldap.uri.safe(%{LDAP-Sync.Directory-Root-DN})?contextCSN?base"), ';')
387387
# reply.LDAP-Sync.Cookie := "rid=000,csn=%{csn}"
388388
# }
389389
}
@@ -429,7 +429,7 @@ server ldap_sync {
429429
# - request.LDAP-Sync.DN the base_dn of the sync.
430430
# - request.LDAP-Sync.Entry-UUID the UUID of the object. (RFC 4533 directories only)
431431
# - request.LDAP-Sync.Entry-DN the DN of the object that was added.
432-
# - &*:* attributes mapped from the LDAP entry to FreeRADIUS
432+
# - *:* attributes mapped from the LDAP entry to FreeRADIUS
433433
# attributes using the update section within the sync.
434434
# - request.LDAP-Sync.Filter the filter of the sync (optional).
435435
# - request.LDAP-Sync.Scope the scope of the sync (optional).
@@ -456,7 +456,7 @@ server ldap_sync {
456456
# - request.LDAP-Sync.DN the base_dn of the sync.
457457
# - request.LDAP-Sync.Entry-UUID the UUID of the object. (RFC 4533 directories only)
458458
# - request.LDAP-Sync.Entry-DN the DN of the object that was added.
459-
# - &*:* attributes mapped from the LDAP entry to FreeRADIUS
459+
# - *:* attributes mapped from the LDAP entry to FreeRADIUS
460460
# attributes using the update section within the sync.
461461
# - request.LDAP-Sync.Filter the filter of the sync (optional).
462462
# - request.LDAP-Sync.Scope the scope of the sync (optional).
@@ -483,7 +483,7 @@ server ldap_sync {
483483
# - request.LDAP-Sync.DN the base_dn of the sync.
484484
# - request.LDAP-Sync.Entry-UUID the UUID of the object. (RFC 4533 directories only)
485485
# - request.LDAP-Sync.Entry-DN the DN of the object that was removed (optional).
486-
# - &*:* attributes mapped from the LDAP entry to FreeRADIUS
486+
# - *:* attributes mapped from the LDAP entry to FreeRADIUS
487487
# attributes using the update section within the sync,
488488
# if the attributes are returned by the directory.
489489
# - request.LDAP-Sync.Filter the filter of the sync (optional).

raddb/sites-available/originate-coa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# subrequest Disconnect-Request {
3434
# User-Name = parent.request.User-Name
3535
# Acct-Session-Id = parent.request.Acct-Session-Id
36-
# &NAS-IP-Address = parent.NAS-IP-Address}
36+
# NAS-IP-Address = parent.NAS-IP-Address}
3737
# ...
3838
# }
3939
#

raddb/sites-available/vmps

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ server vmps {
7474
request.MAC-Address = "%{1}:%{2}:%{3}:%{4}:%{5}:%{6}"
7575
}
7676
else {
77-
request.MAC-Address = &Cookie
77+
request.MAC-Address = Cookie
7878
}
7979
}
8080

@@ -91,7 +91,7 @@ server vmps {
9191
#
9292
reply.Packet-Type = Join-Response
9393
reply.Error-Code = No-Error
94-
reply.Cookie = &MAC-Address
94+
reply.Cookie = MAC-Address
9595

9696
reply.VLAN-Name = "please_use_real_vlan_here"
9797

0 commit comments

Comments
 (0)