Hi, for running external script I have to quote the content of the User-Name (via the Exec module). So in case User-Name is John Doe (received from NPS) I want to have it like "John Doe". Tried: User-Name := "%{User-Name}" # this is not working. Is there a way to do this? Thank you! Peter Dudas