Correct syntax of mlm.opt file for username with space

3 views (last 30 days)
Dear Support,
For our Polyspace Access license we are using an mlm.opt file. What is the correct syntax for usernames where there is a space in between the firstname and lastname?
I tried the followings, but doesn't seem to work:
INCLUDE Polyspace_BF_Access USER firstname+lastname
INCLUDE Polyspace_BF_Access USER "firstname lastname"
In our LDAP there are users with dot (.) in their user names, like this:
INCLUDE Polyspace_BF_Access USER "firstname.lastname"
this is working fine.
Thanks and regards,
Tamas
  2 Comments
Walter Roberson
Walter Roberson on 6 Jul 2022
Unfortunately, the documentation from the vendor of the license scheme does not discuss this. The only thing it discussions is whether usernames are case sensitive or not (you can control that with an option.)
Tamas Csabina
Tamas Csabina on 6 Jul 2022
Hi Walter,
Tes, the docs are quite plain on this...
Thanks anyway for the reply! I've managed to figure it out (see my other comment) in the meanwhile...

Sign in to comment.

Accepted Answer

Tamas Csabina
Tamas Csabina on 6 Jul 2022
I've figured it out. Hope it helps someone:
INCLUDE Polyspace_BF_Access USER "firstname.lastname"
INCLUDE Polyspace_BF_Access USER "firstname lastname"

More Answers (0)

Tags

Products


Release

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!