Skip to content

Commit

Permalink
add '&' until such time as we clean up the call_env stuff
Browse files Browse the repository at this point in the history
we likely want to add CALL_ENV_FLAG_BARE_WORD_ATTRIBUTE to the
various configuration item entries.  But we'll look at that a
bit later
  • Loading branch information
alandekok committed Jan 19, 2025
1 parent dfda41d commit ad61181
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/tests/modules/ldap/module.conf
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ ldap ldapsasl {
filter = "(uid=%{%{Stripped-User-Name} || %{User-Name}})"
sasl {
mech = 'SCRAM-SHA-512'
authname = User-Name
authname = &User-Name
}
}

Expand Down Expand Up @@ -782,7 +782,7 @@ ldap ldapldapi {
filter = "(uid=%{%{Stripped-User-Name} || %{User-Name}})"
sasl {
mech = 'SCRAM-SHA-512'
authname = User-Name
authname = &User-Name
}
}

Expand Down
14 changes: 7 additions & 7 deletions src/tests/modules/redis_ippool/module.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
# expansion.
#
redis_ippool {
owner = Calling-Station-ID
gateway = NAS-IP-Address
pool_name = control.IP-Pool.Name
owner = &Calling-Station-ID
gateway = &NAS-IP-Address
pool_name = &control.IP-Pool.Name

offer_time = 30
lease_time = 60

requested_address = Framed-IP-Address
allocated_address_attr = reply.Framed-IP-address
range_attr = reply.IP-Pool.Range
expiry_attr = reply.Session-Timeout
requested_address = &Framed-IP-Address
allocated_address_attr = &reply.Framed-IP-address
range_attr = &reply.IP-Pool.Range
expiry_attr = &reply.Session-Timeout

copy_on_update = yes

Expand Down

0 comments on commit ad61181

Please sign in to comment.