karstennilsen

Results 3 issues of karstennilsen

**Describe the problem** Created a new setup and used the latest manual on the website: https://docs.netbird.io/selfhosted/identity-providers#azure-ad The config I ended up with is: ``` ## example file, you can copy...

triage

This is something which should work: ``` $qb->expr()->substring( $qb->expr()->literal($var), 1, $qb->expr()->length($qb->expr()->concat('cc', 'ndc')) ) ```

Tested on our own server, works.