Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Radius user auto creation for user portal no email address

Hi All,

I have a ASG320 which I am setting up the user portal with a radius backend for auto user creation which is working for authentication. My issue is when it creates the user there is no email address added to the email field, when a user logs in and it creates a user, there menu bar has none of the whitelist, blacklist etc options because of this.

If I manually add the email it is deleted next time the user is logged in unless I untick the backend sync option but this does not help in automatically populating this field.

So my question is how can I get the email field to populate with the same value as the username? is there a radius reply attribute that can be sent to populate this field? or something that can be modified on the utm to do this ?

\thanks in advance

Nathan



This thread was automatically locked due to age.
Parents Reply Children
  • ok well that sucks :(

    was so close, In my radius all ive had to add is a single line like

    DEFAULT User-Name =~ "@mydomain.com$", Cleartext-Password := "password123"

    and it will authenticate any email address on that domain providing they have the correct password.

    Is such a wildcard function going to be possible with ldap as well as return the mail attribute do you know?