Morning.<br>
<br>
No one got an idea for me?<br>
<br>
Is my question just stupid, or doesn't really nobody know what to do in this case?<br>
<br>
Maybe someone of the developers can tell me, what to do with the following:<br>
<br>
    #  Uncomment the next line, if you want the sql_user_name to mean:<br>
    #<br>
    #    Use Stripped-User-Name, if it's there.<br>
    #    Else use User-Name, if it's there,<br>
    #    Else use hard-coded string "DEFAULT" as the user name.<br>
    #sql_user_name = "%{Stripped-User-Name:-%{User-Name:-DEFAULT}}"<br>
<br>
Can I use that "DEFAULT" to tell freeradius, that there is no user-name
in the access-request packet? I mean "Else use User-Name, if it's
there," suggest, that the field "user-name" MAY be empty?!<br>
<br>
ANY suggestion is higly appreciated. Thanks a lot.<br>
<br>
Bye.<br>