# Access Linux targets with IdP username as target user

## `zli v. 6.17.4`

### New

* **Use your identity provider (IdP) username as the target user for Linux targets.** Access your Linux targets with your IdP username as the target user. For example, if your email is `foo@foobar.com`, this release allows you to access your Linux target as `foo`. To enable this feature, add `{username}` as one of the target users to any of your target connect policies.\
  \ <mark style="color:purple;">**Important to note:**</mark> <mark style="color:purple;">BastionZero will not create a user that does not already exist. The administrator</mark> <mark style="color:purple;">**must**</mark> <mark style="color:purple;">ensure users and permissions are created on the Linux machines prior to connecting through BastionZero</mark>

### Fixes

* **ZLI provisioned daemons.** Resolved issue with a race condition when the `zli` needs to provision many daemons simultaneously

## Web app & backend

### New

* **Use your identity provider (IdP) username as the target user for Linux targets.** This backend release contains the necessary changes to support using the IdP username as the target user for Linux targets

### Fixes

* **\[Released 21 March] Angular update.** Resolved issue with an Angular update and our Google, Microsoft, and Slack integrations
* **\[Released 21 March] Scope changes to BastionZero app for Slack.** Updated required scope permissions for the BastionZero app for Slack
* **\[Released 20 March] Proxy policies.** Resolved issue with modifying proxy policies from web app

For questions or to provide feedback on how we can improve our updates, reach out to [<mark style="color:purple;">product@bastionzero.com</mark>](mailto:product@bastionzero.com).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changes.bastionzero.com/2023/access-linux-targets-with-idp-username-as-target-user.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
