diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 0963e9a6b..04f87d198 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -11,8 +11,8 @@
package.json
package-lock.json
-# DevOps for Actions and other workflow changes.
-.github/workflows @bitwarden/dept-devops
-
# Architecture department for architecture content.
docs/architecture @bitwarden/dept-architecture
+
+# Shared workflows ownership
+.github/workflows/build.yml @bitwarden/dept-bre @bitwarden/tech-leads
diff --git a/.github/labeler.yml b/.github/labeler.yml
new file mode 100644
index 000000000..c364e2cd3
--- /dev/null
+++ b/.github/labeler.yml
@@ -0,0 +1,3 @@
+adr:
+ - changed-files:
+ - any-glob-to-any-file: docs/architecture/adr/**
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 77fdf3226..61f72e44c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -13,10 +13,10 @@ jobs:
steps:
- name: Check out repo
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Node
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
+ uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
cache: "npm"
cache-dependency-path: "**/package-lock.json"
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
new file mode 100644
index 000000000..e02906d04
--- /dev/null
+++ b/.github/workflows/labeler.yml
@@ -0,0 +1,16 @@
+name: "Pull Request Labeler"
+
+on:
+ pull_request_target: {}
+
+jobs:
+ labeler:
+ name: "Pull Request Labeler"
+ permissions:
+ contents: read
+ pull-requests: write
+ runs-on: ubuntu-22.04
+ steps:
+ - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
+ with:
+ sync-labels: true # Remove labels if matches are removed
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 912d9e852..83fc7c0f9 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,10 +13,10 @@ jobs:
steps:
- name: Check out repo
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Node
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
+ uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
cache: "npm"
cache-dependency-path: "**/package-lock.json"
diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml
index d378af384..5ca733607 100644
--- a/.github/workflows/scan.yml
+++ b/.github/workflows/scan.yml
@@ -24,12 +24,12 @@ jobs:
steps:
- name: Check out repo
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Scan with Checkmarx
- uses: checkmarx/ast-github-action@9fda5a4a2c297608117a5a56af424502a9192e57 # 2.0.34
+ uses: checkmarx/ast-github-action@f0869bd1a37fddc06499a096101e6c900e815d81 # 2.0.36
env:
INCREMENTAL:
"${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
@@ -45,7 +45,7 @@ jobs:
--output-path . ${{ env.INCREMENTAL }}
- name: Upload Checkmarx results to GitHub
- uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
+ uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
with:
sarif_file: cx_result.sarif
@@ -59,13 +59,13 @@ jobs:
steps:
- name: Check out repo
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: Scan with SonarCloud
- uses: sonarsource/sonarcloud-github-action@eb211723266fe8e83102bac7361f0a05c3ac1d1b # v3.0.0
+ uses: sonarsource/sonarcloud-github-action@383f7e52eae3ab0510c3cb0e7d9d150bbaeab838 # v3.1.0
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/custom-words.txt b/custom-words.txt
index 5855c3b3b..fed0ee81e 100644
--- a/custom-words.txt
+++ b/custom-words.txt
@@ -49,6 +49,7 @@ passcode
passwordless
pinentry
PNSs
+POSIX
precompiler
proxied
recompositions
@@ -67,6 +68,7 @@ signtool
signup
sqlcmd
struct
+structs
subfolders
subprocessor
toolset
diff --git a/docs/architecture/adr/0023-integration-identifiers.md b/docs/architecture/adr/0023-integration-identifiers.md
new file mode 100644
index 000000000..1a6702d7e
--- /dev/null
+++ b/docs/architecture/adr/0023-integration-identifiers.md
@@ -0,0 +1,97 @@
+---
+adr: "0023"
+status: Accepted
+date: 2024-10-22
+tags: [server]
+---
+
+# 0023 - Identifying Integrated Clients
+
+
+
+## Context and Problem Statement
+
+Traffic on the Bitwarden platform continues to grow. As that load increases on our systems it
+becomes imperative to understand how and when our various clients are connecting to our API and
+other server-side components. Not all traffic is currently well-formed and certain key pieces of
+information such as accurate device type signatures and user agents as well as client versions are
+missing or invalid. To best support client-server interactivity there is a desire to not only inform
+deprecated or obsolete integrations that there could be issues, but to protect those server-side
+components from integrations that could do outright harm to the platform or client data.
+
+Beyond the immediate observability needs, there is a significant portion of the community that uses
+alternative (not developed by Bitwarden) clients to access vault data and perform operations. These
+integration methods are perfectly acceptable but are largely unknown, with many not necessarily
+being offered as independent applications but custom integrations for proprietary purposes.
+Bitwarden would like to register these integrations somehow to better understand platform usage and
+utilize common sense constraints to keep the overall platform more resilient and prepare for traffic
+shape changes. Furthermore, a number of Bitwarden-developed integrations are largely external such
+as our [Splunk][splunk] and [Sentinel][sentinel] apps that should also be registered.
+
+## Considered Options
+
+- **Maintain current integration method** - Make no changes to validation or registration of traffic
+ and expect self-regulation of integrations.
+- **Support only Bitwarden integrations** - Utilize application signature checks and other security
+ features to only allow Bitwarden-developed clients to connect to server-side components, therefore
+ constraining traffic to known entities.
+- **Validate baseline expectations** - Inspect and eventually enforce several checks on traffic so
+ that all integrations provide a minimum amount of information on their state so that the platform
+ can be better monitored.
+- **Register integrations along with validation** - Develop a simple registration method for
+ integrations so that they are enumerated and known to Bitwarden, whether internally or externally
+ developed. Associate validation with registered integrations for enhanced developer feedback.
+
+## Decision Outcome
+
+Chosen option: **Register integrations along with validation**.
+
+While this is more effort for Bitwarden to develop than just adding validation, combining efforts to
+expect more from integrations' request data with also providing a registration identifier is a
+simple addition.
+
+### Positive Consequences
+
+- Integrations are registered and known to the platform for sensible traffic identification.
+- Bitwarden's operations group receives data to aid in maintainability of the platform, especially
+ to keep things running well for users while keeping out bad actors.
+- Feedback to Bitwarden support teams on version usage is available.
+- Bitwarden's support policy of a certain number of major versions can be more actively enforced.
+
+### Negative Consequences
+
+- Integrations will need to make the effort to register with Bitwarden and adjust their requests,
+ potentially with brief disruptions for them.
+- Very small latency may be added for the additional validations.
+
+### Plan
+
+Documentation will be provided on the Help Center or this contributing docs site indicating the
+minimally-required request headers for all clients to provide when communicating to the Bitwarden
+platform. Release notes will include mention of this and the future enforcement after a set number
+of major releases. Documentation will also be expanded to offer guidance on how unofficial clients
+should form their provided client version to accurately represent supported "windows" of
+client-server interactivity (or a mapping to the latest Bitwarden server release they have certified
+or tested their integration against) as well as an appropriate [device type][devicetypes].
+
+Operations teams will perform the necessary development to validate that required headers are
+present and enable its enforcement after that time; requests will be rejected as a `400 Bad Request`
+when required headers are missing and a `403 Forbidden` when provided headers or their values are
+not supported.
+
+A process will be established for integrations to submit support tickets requesting a client
+identifier. Customer Success will work with operations teams to register integrations and deliver
+the needed information. Existing Bitwarden integrations will be issued their own client identifiers,
+and this will also be used as an opportunity to establish contact and build a stronger relationship
+with external entities and the community. Client details will be provided in requests to the
+Bitwarden platform, with the goal being the identification of conformance per client to the
+technical needs of the Bitwarden server infrastructure; attestation and the guarantee that a client
+is who they say they are will be considered as a future effort. Subsequent enhancements may occur
+beyond the client identifier wherein API keys and authentication token scopes will further refine
+permissions of an integration.
+
+Self-hosted instances will not perform any checks for client identifiers or required request data.
+
+[splunk]: https://bitwarden.com/help/splunk-siem/
+[sentinel]: https://bitwarden.com/help/microsoft-sentinel-siem/
+[devicetypes]: https://github.com/bitwarden/server/blob/main/src/Core/Enums/DeviceType.cs
diff --git a/docs/architecture/sdk/password-manager/index.md b/docs/architecture/sdk/password-manager/index.md
new file mode 100644
index 000000000..ed0a9feff
--- /dev/null
+++ b/docs/architecture/sdk/password-manager/index.md
@@ -0,0 +1,11 @@
+# Password Manager
+
+The Password Manager SDK is designed for internal use within Bitwarden and supports key
+functionality for managing encrypted data, vault access, and user authentication. Written in Rust,
+the SDK is versatile and provides bindings for a variety of platforms, including mobile clients
+(Kotlin and Swift) and web clients (JavaScript/TypeScript).
+
+This section will provide guidance on developing with the SDK in a way that ensures compatibility
+across both mobile and web platforms. It will cover best practices for structuring code, addressing
+platform-specific challenges, and ensuring that your implementation works seamlessly across
+Bitwarden’s mobile and web applications.
diff --git a/docs/architecture/sdk/password-manager/web/index.md b/docs/architecture/sdk/password-manager/web/index.md
new file mode 100644
index 000000000..9331a31b5
--- /dev/null
+++ b/docs/architecture/sdk/password-manager/web/index.md
@@ -0,0 +1,7 @@
+# Web
+
+The Password Manager SDK supports web-based clients, allowing developers to integrate core password
+management functionality into JavaScript/TypeScript environments. The SDK is packaged as an NPM
+module under `@bitwarden/sdk-internal` and uses WebAssembly (`wasm`) to enable interaction with Rust
+code. This section will provide guidance and best practices for working with the SDK in a browser
+environment.
diff --git a/docs/architecture/sdk/password-manager/web/interoperability.md b/docs/architecture/sdk/password-manager/web/interoperability.md
new file mode 100644
index 000000000..2d74d87ea
--- /dev/null
+++ b/docs/architecture/sdk/password-manager/web/interoperability.md
@@ -0,0 +1,270 @@
+# Interoperability
+
+When working with the SDK, one of the key challenges is managing Rust/JavaScript bindings to enable
+smooth interactions. In our project, we use both `wasm-bindgen` and `tsify` to bridge this gap and
+make it easier for JavaScript to work with Rust code. While both tools facilitate communication
+between Rust and JavaScript, they serve distinct purposes, and it's important to understand when to
+use each.
+
+## `wasm-bindgen` vs. `tsify`
+
+:::tip
+
+**In short:** Use `tsify` unless the web-side needs to call functions or interact with Rust objects
+directly, in which case, use `wasm-bindgen`.
+
+:::
+
+At first glance, `wasm-bindgen` and `tsify` may appear to do similar things. Both generate
+TypeScript definitions, and both allow JavaScript to work with Rust data. However, while they share
+a common goal, they handle Rust/JavaScript interop in different ways and are suitable for different
+use cases.
+
+`wasm-bindgen` focuses on creating WebAssembly bindings that allow JavaScript to directly call Rust
+functions and manipulate Rust objects. This works well for exposing APIs and interacting with simple
+Rust types like `u32`, `f64`, and `String`. However, `wasm-bindgen` has limitations when it comes to
+handling more complex Rust types such as enums with values or deeply nested structures, as these
+need additional work to be represented correctly in JavaScript.
+
+On the other hand, `tsify` leverages Rust's `serde` ecosystem to expose Rust data models to
+JavaScript and automatically provide TypeScript bindings. It accomplishes this by serializing Rust
+data structures into JavaScript objects, allowing them to be treated as native, typed TypesScript
+objects. This differs from `wasm-bindgen`, which allows JavaScript to interact directly with
+Rust-owned structures in memory. `tsify` is generally better for handling complex data types,
+especially when working with Rust crates that already support `serde`.
+
+## Choosing Between `wasm-bindgen` and `tsify`
+
+Here's a quick overview of when to use each tool:
+
+| Tool | Purpose | Strengths | Typical Use Case |
+| -------------- | --------------------------------------- | ------------------------------ | ----------------------------------------------------------------------- |
+| `wasm-bindgen` | Expose Rust functions and objects to JS | Direct Rust function calls | When JavaScript needs to call Rust functions or manipulate Rust objects |
+| `tsify` | Provide TypeScript bindings via `serde` | Handle complex data structures | For exchanging structured data between Rust and JavaScript |
+
+Use `wasm-bindgen` when you need JavaScript to call into Rust directly or work with live Rust
+objects (like a struct or a function in Rust). Otherwise, default to `tsify` for easier handling of
+complex types and data exchange.
+
+## How to use `wasm-bindgen`
+
+### Basic functions
+
+To create functions that can be called from JavaScript using `wasm-bindgen`, you need to apply the
+`wasm_bindgen` attribute to the function and ensure the return type is something that can be
+converted into a JavaScript type. For instance, simple types like `u32`, `f64`, `bool`, and `String`
+can be returned directly:
+
+```rust
+use wasm_bindgen::prelude::*;
+
+#[wasm_bindgen]
+pub fn do_something() -> u32 {
+ 42
+}
+
+#[wasm_bindgen]
+pub fn say_hello() -> String {
+ "Hello, World!".to_owned()
+}
+```
+
+This will generate the following TypeScript definitions:
+
+```typescript
+/**
+ * @returns {number}
+ */
+export function do_something(): number;
+
+/**
+ * @returns {string}
+ */
+export function say_hello(): string;
+```
+
+### Structs
+
+If you want to return more complex types, you can annotate a Rust struct with the `wasm_bindgen`
+attribute. Make sure that any fields you want to access from JavaScript are public:
+
+```rust
+use wasm_bindgen::prelude::*;
+
+#[wasm_bindgen]
+pub struct User {
+ pub age: u32,
+}
+```
+
+Which generates the following TypeScript definitions:
+
+```typescript
+export class User {
+ free(): void;
+ age: number;
+}
+```
+
+For structs containing `String` or other types that are not `Copy`, use the `getter_with_clone`
+attribute to ensure JavaScript can access the value without directly referencing it in WebAssembly
+memory:
+
+```rust
+#[wasm_bindgen(getter_with_clone)]
+pub struct User {
+ pub name: String,
+ pub age: u32,
+}
+```
+
+Which generates the following TypeScript definitions:
+
+```typescript
+export class User {
+ free(): void;
+ age: number;
+ name: string;
+}
+```
+
+This ensures that values like `String` are properly cloned before being passed to JavaScript.
+
+### Structs with Functions
+
+You can also return types with methods:
+
+```rust
+#[wasm_bindgen(getter_with_clone)]
+pub struct User {
+ pub name: String,
+ pub age: u32,
+}
+
+#[wasm_bindgen]
+impl User {
+ pub fn say_hello(&self) -> String {
+ format!("Hello, {}!", self.name)
+ }
+}
+```
+
+Which generates the following TypeScript definitions:
+
+```typescript
+export class User {
+ free(): void;
+ say_hello(): string;
+ age: number;
+ name: string;
+}
+```
+
+### About the `free` Method
+
+When working with `wasm-bindgen`, you may notice that all generated classes have a `free` method.
+This method is used to forcibly free the memory allocated for the Rust object when it is no longer
+needed in JavaScript. In most cases you can safely ignore this method, as the memory will be cleaned
+up automatically. For more information see
+[Support for Weak References](https://rustwasm.github.io/docs/wasm-bindgen/reference/weak-references.html).
+
+## How to use `tsify`
+
+### Basic Types
+
+To return a struct from Rust to JavaScript using `tsify`, derive `Serialize`, `Deserialize`, and
+`Tsify`:
+
+```rust
+use serde::{Deserialize, Serialize};
+#[cfg(feature = "wasm")]
+use {tsify_next::Tsify, wasm_bindgen::prelude::*};
+
+#[derive(Serialize, Deserialize)]
+#[cfg_attr(feature = "wasm", derive(Tsify), tsify(into_wasm_abi, from_wasm_abi))]
+pub struct User {
+ pub name: String,
+ pub age: u32,
+ pub address: Address,
+}
+
+#[derive(Serialize, Deserialize)]
+#[cfg_attr(feature = "wasm", derive(Tsify), tsify(into_wasm_abi, from_wasm_abi))]
+pub struct Address {
+ pub street: String,
+ pub city: String,
+}
+```
+
+Which generates TypeScript interfaces for both `User` and `Address`:
+
+```typescript
+export interface User {
+ name: string;
+ age: number;
+ address: Address;
+}
+
+export interface Address {
+ street: string;
+ city: string;
+}
+```
+
+Note how `tsify` creates TypeScript interfaces, whereas `wasm-bindgen` creates classes that
+reference Rust objects stored in WebAssembly memory.
+
+### External Types
+
+With `tsify`, fields can be any type that `serde` can serialize or deserialize, including external
+types from other crates. For example:
+
+```rust
+use serde::{Deserialize, Serialize};
+use chrono::{DateTime, Utc};
+use uuid::Uuid;
+
+#[derive(Serialize, Deserialize)]
+#[cfg_attr(feature = "wasm", derive(Tsify), tsify(into_wasm_abi, from_wasm_abi))]
+pub struct FolderView {
+ pub id: Option,
+ pub name: String,
+ pub revision_date: DateTime,
+}
+```
+
+Which generates the following TypeScript definitions:
+
+```typescript
+export interface FolderView {
+ id: Uuid | undefined;
+ name: string;
+ revisionDate: DateTime;
+}
+```
+
+Note that, while `tsify` does generate TypeScript definitions, external types that don't derive
+`tsify` (like `Uuid` or `DateTime`) are missing from the definitions. To fix this, external
+types need to be manually added to the TypeScript definitions found in
+`bitwarden-wasm-internal/src/custom_types.rs`, for example:
+
+```rust
+#[wasm_bindgen::prelude::wasm_bindgen(typescript_custom_section)]
+const TS_CUSTOM_TYPES: &'static str = r#"
+export type Uuid = string;
+
+/**
+ * RFC3339 compliant date-time string.
+ * @typeParam T - Not used in JavaScript.
+ */
+export type DateTime = string;
+
+/**
+ * UTC date-time string. Not used in JavaScript.
+ */
+export type Utc = unknown;
+"#;
+
+```
+
+This ensures the TypesScript definitions match the serialized Rust structure.
diff --git a/docs/getting-started/business/directory-connector/directory-100.ldif b/docs/getting-started/business/directory-connector/directory-100.ldif
deleted file mode 100644
index 4ad8eb2f0..000000000
--- a/docs/getting-started/business/directory-connector/directory-100.ldif
+++ /dev/null
@@ -1,3058 +0,0 @@
-version: 1
-
-dn: ou=Accounting,dc=bitwarden, dc=com
-changetype: add
-ou: Accounting
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-ou: Product Development
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-ou: Product Testing
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-ou: Human Resources
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-ou: Payroll
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-ou: Janitorial
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Management,dc=bitwarden, dc=com
-changetype: add
-ou: Management
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-ou: Administrative
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Peons,dc=bitwarden, dc=com
-changetype: add
-ou: Peons
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Planning,dc=bitwarden, dc=com
-changetype: add
-ou: Planning
-objectClass: top
-objectClass: organizationalUnit
-
-dn: cn=Marice Au,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Marice Au
-sn: Au
-description: This is Marice Au's description
-facsimileTelephoneNumber: +1 206 313-7217
-l: Redmond
-ou: Management
-postalAddress: Management$Redmond
-telephoneNumber: +1 206 543-5270
-title: Master Management Technician
-userPassword: Password1
-uid: AuM
-givenName: Marice
-mail: AuM@97f0443039a24a91b1a9cfbdf5ae8e1e.bitwarden.com
-carLicense: NWC0LO
-departmentNumber: 3456
-employeeType: Normal
-homePhone: +1 206 944-5226
-initials: M. A.
-mobile: +1 206 468-6410
-pager: +1 206 573-6372
-roomNumber: 9762
-
-dn: cn=Kunitaka Duplan,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kunitaka Duplan
-sn: Duplan
-description: This is Kunitaka Duplan's description
-facsimileTelephoneNumber: +1 206 971-2493
-l: Cupertino
-ou: Management
-postalAddress: Management$Cupertino
-telephoneNumber: +1 206 763-4326
-title: Junior Management Writer
-userPassword: Password1
-uid: DuplanK
-givenName: Kunitaka
-mail: DuplanK@c72f77d8df544dfda8a24066a5992ad2.bitwarden.com
-carLicense: WWVWQC
-departmentNumber: 6882
-employeeType: Employee
-homePhone: +1 206 547-3357
-initials: K. D.
-mobile: +1 206 461-5851
-pager: +1 206 818-9586
-roomNumber: 8113
-manager: cn=Marice Au,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Vicuong Dyba
-sn: Dyba
-description: This is Vicuong Dyba's description
-facsimileTelephoneNumber: +1 213 169-4485
-l: Armonk
-ou: Product Development
-postalAddress: Product Development$Armonk
-telephoneNumber: +1 213 482-9147
-title: Associate Product Development Figurehead
-userPassword: Password1
-uid: DybaV
-givenName: Vicuong
-mail: DybaV@69cfa5de8d574e7e93ee6f134eee78e1.bitwarden.com
-carLicense: 4B4N3K
-departmentNumber: 3628
-employeeType: Contract
-homePhone: +1 213 581-4137
-initials: V. D.
-mobile: +1 213 774-3956
-pager: +1 213 196-4781
-roomNumber: 9270
-secretary: cn=Kunitaka Duplan,ou=Management,dc=bitwarden, dc=com
-manager: cn=Marice Au,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lynnea Dasilva
-sn: Dasilva
-description: This is Lynnea Dasilva's description
-facsimileTelephoneNumber: +1 415 516-2049
-l: Sunnyvale
-ou: Janitorial
-postalAddress: Janitorial$Sunnyvale
-telephoneNumber: +1 415 855-5238
-title: Master Janitorial Assistant
-userPassword: Password1
-uid: DasilvaL
-givenName: Lynnea
-mail: DasilvaL@58ad0883939b4209a1c1bf6c7755ae5e.bitwarden.com
-carLicense: C8CLWE
-departmentNumber: 3742
-employeeType: Contract
-homePhone: +1 415 949-7908
-initials: L. D.
-mobile: +1 415 819-1732
-pager: +1 415 614-6101
-roomNumber: 8247
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-manager: cn=Marice Au,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Deina Tosczak,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Deina Tosczak
-sn: Tosczak
-description: This is Deina Tosczak's description
-facsimileTelephoneNumber: +1 408 445-3965
-l: Fremont
-ou: Peons
-postalAddress: Peons$Fremont
-telephoneNumber: +1 408 822-8906
-title: Associate Peons Madonna
-userPassword: Password1
-uid: TosczakD
-givenName: Deina
-mail: TosczakD@7f9e6985348c418e8ff3641fece39e66.bitwarden.com
-carLicense: C1G563
-departmentNumber: 9779
-employeeType: Contract
-homePhone: +1 408 111-6472
-initials: D. T.
-mobile: +1 408 313-7909
-pager: +1 408 495-2367
-roomNumber: 9998
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-manager: cn=Marice Au,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Tilmon Kuzbary
-sn: Kuzbary
-description: This is Tilmon Kuzbary's description
-facsimileTelephoneNumber: +1 213 958-6999
-l: Orem
-ou: Human Resources
-postalAddress: Human Resources$Orem
-telephoneNumber: +1 213 648-4401
-title: Supreme Human Resources Janitor
-userPassword: Password1
-uid: KuzbaryT
-givenName: Tilmon
-mail: KuzbaryT@3240d1a2eaf04434a14261b96f6d2bb6.bitwarden.com
-carLicense: AW8QB6
-departmentNumber: 4046
-employeeType: Contract
-homePhone: +1 213 781-4347
-initials: T. K.
-mobile: +1 213 292-8463
-pager: +1 213 374-2827
-roomNumber: 8303
-secretary: cn=Kunitaka Duplan,ou=Management,dc=bitwarden, dc=com
-manager: cn=Marice Au,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Esko Leoutsarakos,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Esko Leoutsarakos
-sn: Leoutsarakos
-description: This is Esko Leoutsarakos's description
-facsimileTelephoneNumber: +1 408 203-8927
-l: San Francisco
-ou: Janitorial
-postalAddress: Janitorial$San Francisco
-telephoneNumber: +1 408 429-3846
-title: Supreme Janitorial Visionary
-userPassword: Password1
-uid: LeoutsaE
-givenName: Esko
-mail: LeoutsaE@34a80c8185264cb488e9d77e0e48048a.bitwarden.com
-carLicense: OYT7MQ
-departmentNumber: 8145
-employeeType: Normal
-homePhone: +1 408 225-8714
-initials: E. L.
-mobile: +1 408 126-9412
-pager: +1 408 224-8111
-roomNumber: 9469
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Inga Schnirer,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Inga Schnirer
-sn: Schnirer
-description: This is Inga Schnirer's description
-facsimileTelephoneNumber: +1 510 280-5842
-l: Sunnyvale
-ou: Product Testing
-postalAddress: Product Testing$Sunnyvale
-telephoneNumber: +1 510 725-8106
-title: Chief Product Testing Figurehead
-userPassword: Password1
-uid: SchnireI
-givenName: Inga
-mail: SchnireI@edea5ed9373841ccafe37d0a8a108b8b.bitwarden.com
-carLicense: 37FUKT
-departmentNumber: 1647
-employeeType: Employee
-homePhone: +1 510 958-3513
-initials: I. S.
-mobile: +1 510 224-7519
-pager: +1 510 366-9415
-roomNumber: 8719
-secretary: cn=Kunitaka Duplan,ou=Management,dc=bitwarden, dc=com
-manager: cn=Marice Au,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Moel Antkowiak,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Moel Antkowiak
-sn: Antkowiak
-description: This is Moel Antkowiak's description
-facsimileTelephoneNumber: +1 206 985-3833
-l: Cupertino
-ou: Payroll
-postalAddress: Payroll$Cupertino
-telephoneNumber: +1 206 622-6063
-title: Master Payroll Sales Rep
-userPassword: Password1
-uid: AntkowiM
-givenName: Moel
-mail: AntkowiM@18f9b0170d63476f94e7865dfb12ad0a.bitwarden.com
-carLicense: Y5DWLB
-departmentNumber: 3769
-employeeType: Normal
-homePhone: +1 206 522-4627
-initials: M. A.
-mobile: +1 206 108-6232
-pager: +1 206 733-3818
-roomNumber: 9136
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-manager: cn=Inga Schnirer,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Truda Gothard,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Truda Gothard
-sn: Gothard
-description: This is Truda Gothard's description
-facsimileTelephoneNumber: +1 408 578-6158
-l: San Francisco
-ou: Human Resources
-postalAddress: Human Resources$San Francisco
-telephoneNumber: +1 408 408-9670
-title: Associate Human Resources Janitor
-userPassword: Password1
-uid: GothardT
-givenName: Truda
-mail: GothardT@4691b2eac8ba4d1390582076e407a460.bitwarden.com
-carLicense: DYPLHH
-departmentNumber: 5321
-employeeType: Normal
-homePhone: +1 408 907-3144
-initials: T. G.
-mobile: +1 408 347-4846
-pager: +1 408 785-5861
-roomNumber: 9415
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Amberly Tuan,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Amberly Tuan
-sn: Tuan
-description: This is Amberly Tuan's description
-facsimileTelephoneNumber: +1 213 467-5096
-l: Redmond
-ou: Product Testing
-postalAddress: Product Testing$Redmond
-telephoneNumber: +1 213 342-6913
-title: Master Product Testing Grunt
-userPassword: Password1
-uid: TuanA
-givenName: Amberly
-mail: TuanA@e6ecc40f4d2343039a82728f79fb14d2.bitwarden.com
-carLicense: KJ7ND3
-departmentNumber: 4216
-employeeType: Normal
-homePhone: +1 213 250-1833
-initials: A. T.
-mobile: +1 213 892-8020
-pager: +1 213 494-5078
-roomNumber: 9746
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Selime Zaia,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Selime Zaia
-sn: Zaia
-description: This is Selime Zaia's description
-facsimileTelephoneNumber: +1 408 793-2531
-l: Cupertino
-ou: Product Development
-postalAddress: Product Development$Cupertino
-telephoneNumber: +1 408 187-9668
-title: Supreme Product Development Madonna
-userPassword: Password1
-uid: ZaiaS
-givenName: Selime
-mail: ZaiaS@a6d782b2db80409c8d2165c0e3cd66a1.bitwarden.com
-carLicense: DP75RH
-departmentNumber: 3650
-employeeType: Contract
-homePhone: +1 408 109-9218
-initials: S. Z.
-mobile: +1 408 510-4465
-pager: +1 408 244-4279
-roomNumber: 9238
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Delcine Montelli,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Delcine Montelli
-sn: Montelli
-description: This is Delcine Montelli's description
-facsimileTelephoneNumber: +1 804 670-8076
-l: San Jose
-ou: Human Resources
-postalAddress: Human Resources$San Jose
-telephoneNumber: +1 804 874-4273
-title: Associate Human Resources Admin
-userPassword: Password1
-uid: MontellD
-givenName: Delcine
-mail: MontellD@833e553a182d4d97b32fe8230f6ff99c.bitwarden.com
-carLicense: ICQBIH
-departmentNumber: 4897
-employeeType: Employee
-homePhone: +1 804 844-5793
-initials: D. M.
-mobile: +1 804 928-7393
-pager: +1 804 829-3768
-roomNumber: 8446
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Melany DiPasquale,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Melany DiPasquale
-sn: DiPasquale
-description: This is Melany DiPasquale's description
-facsimileTelephoneNumber: +1 206 933-6828
-l: Menlo Park
-ou: Management
-postalAddress: Management$Menlo Park
-telephoneNumber: +1 206 897-9720
-title: Chief Management Engineer
-userPassword: Password1
-uid: DiPasquM
-givenName: Melany
-mail: DiPasquM@940a7593b88c4fb0afde713027fc2a16.bitwarden.com
-carLicense: OL10X6
-departmentNumber: 5950
-employeeType: Contract
-homePhone: +1 206 272-6736
-initials: M. D.
-mobile: +1 206 565-7824
-pager: +1 206 210-1014
-roomNumber: 8858
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Kiersten Cutrufello,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kiersten Cutrufello
-sn: Cutrufello
-description: This is Kiersten Cutrufello's description
-facsimileTelephoneNumber: +1 510 510-9672
-l: San Francisco
-ou: Administrative
-postalAddress: Administrative$San Francisco
-telephoneNumber: +1 510 348-6472
-title: Associate Administrative Mascot
-userPassword: Password1
-uid: CutrufeK
-givenName: Kiersten
-mail: CutrufeK@c60b8ebb120748e9aeaff4e4a09ef9ba.bitwarden.com
-carLicense: 21BRTS
-departmentNumber: 5591
-employeeType: Employee
-homePhone: +1 510 223-2531
-initials: K. C.
-mobile: +1 510 522-4488
-pager: +1 510 442-6031
-roomNumber: 9790
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Hedda Butta,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Hedda Butta
-sn: Butta
-description: This is Hedda Butta's description
-facsimileTelephoneNumber: +1 804 368-5003
-l: Cambridge
-ou: Human Resources
-postalAddress: Human Resources$Cambridge
-telephoneNumber: +1 804 883-7444
-title: Junior Human Resources Visionary
-userPassword: Password1
-uid: ButtaH
-givenName: Hedda
-mail: ButtaH@7c673260c1654ab39a2cf9c0221276cf.bitwarden.com
-carLicense: 7USLXN
-departmentNumber: 5022
-employeeType: Contract
-homePhone: +1 804 187-2665
-initials: H. B.
-mobile: +1 804 343-9292
-pager: +1 804 460-2937
-roomNumber: 8171
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Beata Greaver
-sn: Greaver
-description: This is Beata Greaver's description
-facsimileTelephoneNumber: +1 804 974-2474
-l: Santa Clara
-ou: Payroll
-postalAddress: Payroll$Santa Clara
-telephoneNumber: +1 804 881-6052
-title: Supreme Payroll Stooge
-userPassword: Password1
-uid: GreaverB
-givenName: Beata
-mail: GreaverB@50a85f24c25d40e8a8c71e34d2304607.bitwarden.com
-carLicense: B1OK49
-departmentNumber: 8491
-employeeType: Contract
-homePhone: +1 804 470-9910
-initials: B. G.
-mobile: +1 804 405-2188
-pager: +1 804 505-9766
-roomNumber: 9928
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Freya Crews,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Freya Crews
-sn: Crews
-description: This is Freya Crews's description
-facsimileTelephoneNumber: +1 206 466-1136
-l: San Mateo
-ou: Product Testing
-postalAddress: Product Testing$San Mateo
-telephoneNumber: +1 206 867-1448
-title: Chief Product Testing Madonna
-userPassword: Password1
-uid: CrewsF
-givenName: Freya
-mail: CrewsF@a1c5f3dace7f4c6a90a2ba5a5cb191d5.bitwarden.com
-carLicense: QK6VBS
-departmentNumber: 2727
-employeeType: Normal
-homePhone: +1 206 426-1974
-initials: F. C.
-mobile: +1 206 319-6563
-pager: +1 206 811-9838
-roomNumber: 8716
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=La verne Garey,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: La verne Garey
-sn: Garey
-description: This is La verne Garey's description
-facsimileTelephoneNumber: +1 415 865-8304
-l: San Mateo
-ou: Peons
-postalAddress: Peons$San Mateo
-telephoneNumber: +1 415 982-6454
-title: Supreme Peons President
-userPassword: Password1
-uid: GareyL
-givenName: La verne
-mail: GareyL@09d4226229cf4675bcb5278420d93bf0.bitwarden.com
-carLicense: M36JCB
-departmentNumber: 9476
-employeeType: Contract
-homePhone: +1 415 567-6778
-initials: L. G.
-mobile: +1 415 495-9529
-pager: +1 415 511-2082
-roomNumber: 8644
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Ynes Quelch,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ynes Quelch
-sn: Quelch
-description: This is Ynes Quelch's description
-facsimileTelephoneNumber: +1 818 709-8315
-l: Redwood Shores
-ou: Product Testing
-postalAddress: Product Testing$Redwood Shores
-telephoneNumber: +1 818 356-5614
-title: Master Product Testing Writer
-userPassword: Password1
-uid: QuelchY
-givenName: Ynes
-mail: QuelchY@32db4995a2be4288b5df3b1df82be694.bitwarden.com
-carLicense: 239FP1
-departmentNumber: 9775
-employeeType: Contract
-homePhone: +1 818 250-7049
-initials: Y. Q.
-mobile: +1 818 284-8727
-pager: +1 818 603-9960
-roomNumber: 9026
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Sedat Lakhian,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sedat Lakhian
-sn: Lakhian
-description: This is Sedat Lakhian's description
-facsimileTelephoneNumber: +1 213 829-5690
-l: Milpitas
-ou: Product Testing
-postalAddress: Product Testing$Milpitas
-telephoneNumber: +1 213 877-9994
-title: Master Product Testing Warrior
-userPassword: Password1
-uid: LakhianS
-givenName: Sedat
-mail: LakhianS@26af69fab41b494098307b2326c9e58b.bitwarden.com
-carLicense: 0KYO1W
-departmentNumber: 1623
-employeeType: Normal
-homePhone: +1 213 463-5184
-initials: S. L.
-mobile: +1 213 681-9696
-pager: +1 213 660-5313
-roomNumber: 8357
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Amando Davalo,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Amando Davalo
-sn: Davalo
-description: This is Amando Davalo's description
-facsimileTelephoneNumber: +1 415 505-1139
-l: San Jose
-ou: Product Testing
-postalAddress: Product Testing$San Jose
-telephoneNumber: +1 415 497-7798
-title: Junior Product Testing Madonna
-userPassword: Password1
-uid: DavaloA
-givenName: Amando
-mail: DavaloA@0437e560df9b4466ac4b1814efe6272e.bitwarden.com
-carLicense: I625N0
-departmentNumber: 6145
-employeeType: Employee
-homePhone: +1 415 729-7700
-initials: A. D.
-mobile: +1 415 566-2304
-pager: +1 415 730-6424
-roomNumber: 8179
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Jackson Leapheart,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jackson Leapheart
-sn: Leapheart
-description: This is Jackson Leapheart's description
-facsimileTelephoneNumber: +1 213 306-1088
-l: Redmond
-ou: Management
-postalAddress: Management$Redmond
-telephoneNumber: +1 213 995-8310
-title: Master Management Janitor
-userPassword: Password1
-uid: LeapheaJ
-givenName: Jackson
-mail: LeapheaJ@7c8896f33ac349c2b86974f2778c6898.bitwarden.com
-carLicense: 66M8RH
-departmentNumber: 9950
-employeeType: Employee
-homePhone: +1 213 461-2940
-initials: J. L.
-mobile: +1 213 439-1488
-pager: +1 213 736-8852
-roomNumber: 8778
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Jenica Sonier,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jenica Sonier
-sn: Sonier
-description: This is Jenica Sonier's description
-facsimileTelephoneNumber: +1 415 248-5811
-l: Milpitas
-ou: Product Testing
-postalAddress: Product Testing$Milpitas
-telephoneNumber: +1 415 387-5278
-title: Supreme Product Testing Writer
-userPassword: Password1
-uid: SonierJ
-givenName: Jenica
-mail: SonierJ@0fe89eeff7dc4fc1a0f74df0bfbf040f.bitwarden.com
-carLicense: TT47WY
-departmentNumber: 6437
-employeeType: Normal
-homePhone: +1 415 812-2386
-initials: J. S.
-mobile: +1 415 886-4209
-pager: +1 415 213-8910
-roomNumber: 8228
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Keven Gilleland
-sn: Gilleland
-description: This is Keven Gilleland's description
-facsimileTelephoneNumber: +1 818 236-6529
-l: Cambridge
-ou: Administrative
-postalAddress: Administrative$Cambridge
-telephoneNumber: +1 818 658-9914
-title: Supreme Administrative Janitor
-userPassword: Password1
-uid: GillelaK
-givenName: Keven
-mail: GillelaK@1ceffa4df6984814a8feca5201aec1f4.bitwarden.com
-carLicense: 81MVS3
-departmentNumber: 7242
-employeeType: Employee
-homePhone: +1 818 657-1937
-initials: K. G.
-mobile: +1 818 967-8431
-pager: +1 818 866-4191
-roomNumber: 9065
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Brana Desmond,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Brana Desmond
-sn: Desmond
-description: This is Brana Desmond's description
-facsimileTelephoneNumber: +1 408 484-8962
-l: Cambridge
-ou: Janitorial
-postalAddress: Janitorial$Cambridge
-telephoneNumber: +1 408 943-6990
-title: Junior Janitorial Assistant
-userPassword: Password1
-uid: DesmondB
-givenName: Brana
-mail: DesmondB@9234e908da6b4934a2a4f1a748d0a8bb.bitwarden.com
-carLicense: K1L25J
-departmentNumber: 2848
-employeeType: Normal
-homePhone: +1 408 753-4757
-initials: B. D.
-mobile: +1 408 960-1744
-pager: +1 408 208-5052
-roomNumber: 9226
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Liz Larabie
-sn: Larabie
-description: This is Liz Larabie's description
-facsimileTelephoneNumber: +1 206 450-8528
-l: Alameda
-ou: Product Testing
-postalAddress: Product Testing$Alameda
-telephoneNumber: +1 206 147-7100
-title: Associate Product Testing Punk
-userPassword: Password1
-uid: LarabieL
-givenName: Liz
-mail: LarabieL@ab02b314275e4768aaec0246297e34af.bitwarden.com
-carLicense: ALAEVT
-departmentNumber: 4430
-employeeType: Contract
-homePhone: +1 206 262-4388
-initials: L. L.
-mobile: +1 206 757-6484
-pager: +1 206 683-9963
-roomNumber: 9878
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Zhengyu Swact,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Zhengyu Swact
-sn: Swact
-description: This is Zhengyu Swact's description
-facsimileTelephoneNumber: +1 510 668-8208
-l: Palo Alto
-ou: Product Development
-postalAddress: Product Development$Palo Alto
-telephoneNumber: +1 510 342-6455
-title: Master Product Development Director
-userPassword: Password1
-uid: SwactZ
-givenName: Zhengyu
-mail: SwactZ@ff1a7b4761be4273abaf2ebcbaf85113.bitwarden.com
-carLicense: OSGVH9
-departmentNumber: 9647
-employeeType: Contract
-homePhone: +1 510 645-6671
-initials: Z. S.
-mobile: +1 510 135-5470
-pager: +1 510 580-5062
-roomNumber: 8614
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Rayshell MTL,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Rayshell MTL
-sn: MTL
-description: This is Rayshell MTL's description
-facsimileTelephoneNumber: +1 408 644-5181
-l: San Francisco
-ou: Payroll
-postalAddress: Payroll$San Francisco
-telephoneNumber: +1 408 148-3770
-title: Associate Payroll Czar
-userPassword: Password1
-uid: MTLR
-givenName: Rayshell
-mail: MTLR@d3ae7595219f4362ae771d8c6dd5b1d0.bitwarden.com
-carLicense: MLDQOD
-departmentNumber: 4532
-employeeType: Contract
-homePhone: +1 408 881-6535
-initials: R. M.
-mobile: +1 408 957-4130
-pager: +1 408 733-5847
-roomNumber: 9915
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Debi Cegelski,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Debi Cegelski
-sn: Cegelski
-description: This is Debi Cegelski's description
-facsimileTelephoneNumber: +1 206 564-3582
-l: San Mateo
-ou: Peons
-postalAddress: Peons$San Mateo
-telephoneNumber: +1 206 758-7480
-title: Supreme Peons Sales Rep
-userPassword: Password1
-uid: CegelskD
-givenName: Debi
-mail: CegelskD@ac21668d43ba4692aab89cc64a9b9192.bitwarden.com
-carLicense: NSQ2I6
-departmentNumber: 3388
-employeeType: Contract
-homePhone: +1 206 961-7736
-initials: D. C.
-mobile: +1 206 931-4204
-pager: +1 206 776-1686
-roomNumber: 8867
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Gertrud Leima,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gertrud Leima
-sn: Leima
-description: This is Gertrud Leima's description
-facsimileTelephoneNumber: +1 206 840-4361
-l: Cambridge
-ou: Management
-postalAddress: Management$Cambridge
-telephoneNumber: +1 206 743-4815
-title: Master Management Stooge
-userPassword: Password1
-uid: LeimaG
-givenName: Gertrud
-mail: LeimaG@459e2f62db0c40d5b3c7b2d6945ef874.bitwarden.com
-carLicense: OTHK19
-departmentNumber: 7436
-employeeType: Normal
-homePhone: +1 206 451-2818
-initials: G. L.
-mobile: +1 206 532-1171
-pager: +1 206 417-8364
-roomNumber: 9236
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Iteam Moomey,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Iteam Moomey
-sn: Moomey
-description: This is Iteam Moomey's description
-facsimileTelephoneNumber: +1 510 652-8773
-l: Santa Clara
-ou: Management
-postalAddress: Management$Santa Clara
-telephoneNumber: +1 510 976-6586
-title: Associate Management Stooge
-userPassword: Password1
-uid: MoomeyI
-givenName: Iteam
-mail: MoomeyI@dd5cfcee75de4e98844cbb2dd89a0b3c.bitwarden.com
-carLicense: 6MH8IF
-departmentNumber: 4171
-employeeType: Contract
-homePhone: +1 510 900-3412
-initials: I. M.
-mobile: +1 510 101-2638
-pager: +1 510 546-9968
-roomNumber: 8156
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Jagat Gell,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jagat Gell
-sn: Gell
-description: This is Jagat Gell's description
-facsimileTelephoneNumber: +1 213 858-3834
-l: Cupertino
-ou: Human Resources
-postalAddress: Human Resources$Cupertino
-telephoneNumber: +1 213 972-9059
-title: Master Human Resources Pinhead
-userPassword: Password1
-uid: GellJ
-givenName: Jagat
-mail: GellJ@fcd97c4a8c3844f08b1e5ede745ae54d.bitwarden.com
-carLicense: 2CP9X6
-departmentNumber: 4311
-employeeType: Contract
-homePhone: +1 213 832-3447
-initials: J. G.
-mobile: +1 213 371-4628
-pager: +1 213 306-4971
-roomNumber: 8452
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Heidie Graff,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Heidie Graff
-sn: Graff
-description: This is Heidie Graff's description
-facsimileTelephoneNumber: +1 510 358-9199
-l: Redwood Shores
-ou: Payroll
-postalAddress: Payroll$Redwood Shores
-telephoneNumber: +1 510 888-6044
-title: Junior Payroll Madonna
-userPassword: Password1
-uid: GraffH
-givenName: Heidie
-mail: GraffH@57b486c8d85c409689fd3730df4e5523.bitwarden.com
-carLicense: KHUX5S
-departmentNumber: 3878
-employeeType: Employee
-homePhone: +1 510 482-8641
-initials: H. G.
-mobile: +1 510 258-4421
-pager: +1 510 690-4425
-roomNumber: 8324
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Adrea Leistico,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Adrea Leistico
-sn: Leistico
-description: This is Adrea Leistico's description
-facsimileTelephoneNumber: +1 408 220-7509
-l: Redmond
-ou: Human Resources
-postalAddress: Human Resources$Redmond
-telephoneNumber: +1 408 347-2039
-title: Supreme Human Resources Evangelist
-userPassword: Password1
-uid: LeisticA
-givenName: Adrea
-mail: LeisticA@0141ad3c77b644be86ed8ec3561192af.bitwarden.com
-carLicense: BYGRF6
-departmentNumber: 8905
-employeeType: Contract
-homePhone: +1 408 761-5740
-initials: A. L.
-mobile: +1 408 820-5437
-pager: +1 408 475-8366
-roomNumber: 9702
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Te-Wei Cung,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Te-Wei Cung
-sn: Cung
-description: This is Te-Wei Cung's description
-facsimileTelephoneNumber: +1 213 746-7474
-l: San Francisco
-ou: Administrative
-postalAddress: Administrative$San Francisco
-telephoneNumber: +1 213 950-2815
-title: Associate Administrative President
-userPassword: Password1
-uid: CungT
-givenName: Te-Wei
-mail: CungT@910f877bb3744ec8a7fde724ecbc2355.bitwarden.com
-carLicense: EIVSYA
-departmentNumber: 2768
-employeeType: Normal
-homePhone: +1 213 921-3841
-initials: T. C.
-mobile: +1 213 298-2136
-pager: +1 213 310-3059
-roomNumber: 8540
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Balakrishna Sawczyn,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Balakrishna Sawczyn
-sn: Sawczyn
-description: This is Balakrishna Sawczyn's description
-facsimileTelephoneNumber: +1 818 881-2729
-l: Redwood Shores
-ou: Administrative
-postalAddress: Administrative$Redwood Shores
-telephoneNumber: +1 818 893-6001
-title: Associate Administrative Dictator
-userPassword: Password1
-uid: SawczynB
-givenName: Balakrishna
-mail: SawczynB@4fe8a2f655cd45aba545b0b74d8cdc26.bitwarden.com
-carLicense: 3LMOWV
-departmentNumber: 6217
-employeeType: Contract
-homePhone: +1 818 721-8089
-initials: B. S.
-mobile: +1 818 322-4951
-pager: +1 818 677-2558
-roomNumber: 8654
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Zsa zsa Upchurch,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Zsa zsa Upchurch
-sn: Upchurch
-description: This is Zsa zsa Upchurch's description
-facsimileTelephoneNumber: +1 206 498-2329
-l: Menlo Park
-ou: Administrative
-postalAddress: Administrative$Menlo Park
-telephoneNumber: +1 206 197-7783
-title: Master Administrative Sales Rep
-userPassword: Password1
-uid: UpchurcZ
-givenName: Zsa zsa
-mail: UpchurcZ@3c11f573de8f4908ada18c7fd8a1cb8d.bitwarden.com
-carLicense: 8VRK3R
-departmentNumber: 4604
-employeeType: Normal
-homePhone: +1 206 865-1380
-initials: Z. U.
-mobile: +1 206 832-8188
-pager: +1 206 616-2252
-roomNumber: 9286
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Mayasandra Alanis,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mayasandra Alanis
-sn: Alanis
-description: This is Mayasandra Alanis's description
-facsimileTelephoneNumber: +1 510 216-4693
-l: Alameda
-ou: Human Resources
-postalAddress: Human Resources$Alameda
-telephoneNumber: +1 510 854-8527
-title: Associate Human Resources Madonna
-userPassword: Password1
-uid: AlanisM
-givenName: Mayasandra
-mail: AlanisM@d36f0da7bde1417c871787ddace3eaa5.bitwarden.com
-carLicense: UQLRHD
-departmentNumber: 5952
-employeeType: Contract
-homePhone: +1 510 750-4431
-initials: M. A.
-mobile: +1 510 898-8439
-pager: +1 510 581-7423
-roomNumber: 8567
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Shirley-Ann Grandmason,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Shirley-Ann Grandmason
-sn: Grandmason
-description: This is Shirley-Ann Grandmason's description
-facsimileTelephoneNumber: +1 206 390-2027
-l: Cupertino
-ou: Product Testing
-postalAddress: Product Testing$Cupertino
-telephoneNumber: +1 206 864-8676
-title: Chief Product Testing Admin
-userPassword: Password1
-uid: GrandmaS
-givenName: Shirley-Ann
-mail: GrandmaS@c5e991206b3e4544a3612af8077e26ce.bitwarden.com
-carLicense: XAY8T7
-departmentNumber: 4480
-employeeType: Contract
-homePhone: +1 206 915-1232
-initials: S. G.
-mobile: +1 206 528-3213
-pager: +1 206 732-9343
-roomNumber: 9140
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Tricord Banerjee,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Tricord Banerjee
-sn: Banerjee
-description: This is Tricord Banerjee's description
-facsimileTelephoneNumber: +1 510 774-5954
-l: Santa Clara
-ou: Payroll
-postalAddress: Payroll$Santa Clara
-telephoneNumber: +1 510 149-3796
-title: Junior Payroll Director
-userPassword: Password1
-uid: BanerjeT
-givenName: Tricord
-mail: BanerjeT@0cf6d44baded4f949aa6f553554f8d65.bitwarden.com
-carLicense: XKVQT5
-departmentNumber: 8432
-employeeType: Normal
-homePhone: +1 510 263-9892
-initials: T. B.
-mobile: +1 510 739-9058
-pager: +1 510 950-3715
-roomNumber: 9914
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Wiebren Lampman,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Wiebren Lampman
-sn: Lampman
-description: This is Wiebren Lampman's description
-facsimileTelephoneNumber: +1 818 472-8688
-l: Armonk
-ou: Administrative
-postalAddress: Administrative$Armonk
-telephoneNumber: +1 818 918-3403
-title: Associate Administrative Vice President
-userPassword: Password1
-uid: LampmanW
-givenName: Wiebren
-mail: LampmanW@d0ea38ebac994dc19876844fd02c8f1a.bitwarden.com
-carLicense: 1MQFAA
-departmentNumber: 1705
-employeeType: Employee
-homePhone: +1 818 112-4293
-initials: W. L.
-mobile: +1 818 134-7146
-pager: +1 818 727-7914
-roomNumber: 8331
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Sergiu Bibr,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sergiu Bibr
-sn: Bibr
-description: This is Sergiu Bibr's description
-facsimileTelephoneNumber: +1 408 806-1659
-l: San Jose
-ou: Management
-postalAddress: Management$San Jose
-telephoneNumber: +1 408 580-2521
-title: Chief Management Grunt
-userPassword: Password1
-uid: BibrS
-givenName: Sergiu
-mail: BibrS@dde38d4cf79a43e6be6fc2e886efaf99.bitwarden.com
-carLicense: N7A4L4
-departmentNumber: 8692
-employeeType: Employee
-homePhone: +1 408 578-4485
-initials: S. B.
-mobile: +1 408 113-2195
-pager: +1 408 638-2352
-roomNumber: 9914
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Norikazu Beneteau,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Norikazu Beneteau
-sn: Beneteau
-description: This is Norikazu Beneteau's description
-facsimileTelephoneNumber: +1 415 142-1367
-l: San Jose
-ou: Janitorial
-postalAddress: Janitorial$San Jose
-telephoneNumber: +1 415 212-2687
-title: Junior Janitorial Consultant
-userPassword: Password1
-uid: BeneteaN
-givenName: Norikazu
-mail: BeneteaN@fbbf050af39946ae96f1211bc6bcf697.bitwarden.com
-carLicense: 497B0D
-departmentNumber: 1303
-employeeType: Normal
-homePhone: +1 415 341-8902
-initials: N. B.
-mobile: +1 415 875-7231
-pager: +1 415 712-1899
-roomNumber: 8521
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Germain Burleigh,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Germain Burleigh
-sn: Burleigh
-description: This is Germain Burleigh's description
-facsimileTelephoneNumber: +1 213 307-9865
-l: Sunnyvale
-ou: Product Development
-postalAddress: Product Development$Sunnyvale
-telephoneNumber: +1 213 512-9792
-title: Associate Product Development Assistant
-userPassword: Password1
-uid: BurleigG
-givenName: Germain
-mail: BurleigG@961e076dc422493d887f975af917cc23.bitwarden.com
-carLicense: 7YMH8L
-departmentNumber: 4905
-employeeType: Employee
-homePhone: +1 213 835-7835
-initials: G. B.
-mobile: +1 213 729-7326
-pager: +1 213 316-5040
-roomNumber: 8802
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Nikos Fouret,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Nikos Fouret
-sn: Fouret
-description: This is Nikos Fouret's description
-facsimileTelephoneNumber: +1 510 838-6119
-l: San Mateo
-ou: Administrative
-postalAddress: Administrative$San Mateo
-telephoneNumber: +1 510 593-8122
-title: Supreme Administrative Artist
-userPassword: Password1
-uid: FouretN
-givenName: Nikos
-mail: FouretN@aca976004a314abfbb7dfda7c7926044.bitwarden.com
-carLicense: 41BI73
-departmentNumber: 7568
-employeeType: Employee
-homePhone: +1 510 539-7864
-initials: N. F.
-mobile: +1 510 937-3177
-pager: +1 510 226-5645
-roomNumber: 8073
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=King-Haut Glancey,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: King-Haut Glancey
-sn: Glancey
-description: This is King-Haut Glancey's description
-facsimileTelephoneNumber: +1 818 483-6869
-l: San Francisco
-ou: Product Development
-postalAddress: Product Development$San Francisco
-telephoneNumber: +1 818 288-5942
-title: Master Product Development Dictator
-userPassword: Password1
-uid: GlanceyK
-givenName: King-Haut
-mail: GlanceyK@bcef345c62a6428aa3475d808dc7e351.bitwarden.com
-carLicense: KXJN39
-departmentNumber: 5474
-employeeType: Contract
-homePhone: +1 818 983-5647
-initials: K. G.
-mobile: +1 818 750-5978
-pager: +1 818 555-2879
-roomNumber: 9230
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Kaminsky Seay,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kaminsky Seay
-sn: Seay
-description: This is Kaminsky Seay's description
-facsimileTelephoneNumber: +1 213 772-5713
-l: San Jose
-ou: Peons
-postalAddress: Peons$San Jose
-telephoneNumber: +1 213 236-6317
-title: Associate Peons Warrior
-userPassword: Password1
-uid: SeayK
-givenName: Kaminsky
-mail: SeayK@7ea385d9791745059f886b750a2e50fb.bitwarden.com
-carLicense: WK5HKJ
-departmentNumber: 2748
-employeeType: Contract
-homePhone: +1 213 558-4532
-initials: K. S.
-mobile: +1 213 232-1253
-pager: +1 213 890-5106
-roomNumber: 8738
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Linnell Kinstley
-sn: Kinstley
-description: This is Linnell Kinstley's description
-facsimileTelephoneNumber: +1 510 407-7558
-l: San Jose
-ou: Product Development
-postalAddress: Product Development$San Jose
-telephoneNumber: +1 510 475-3773
-title: Master Product Development Warrior
-userPassword: Password1
-uid: KinstleL
-givenName: Linnell
-mail: KinstleL@cd73f05f4ce24da39ba208c39afe4699.bitwarden.com
-carLicense: W6IDEN
-departmentNumber: 7535
-employeeType: Contract
-homePhone: +1 510 484-2447
-initials: L. K.
-mobile: +1 510 845-3903
-pager: +1 510 650-6584
-roomNumber: 8335
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Tish Tecklenburg,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Tish Tecklenburg
-sn: Tecklenburg
-description: This is Tish Tecklenburg's description
-facsimileTelephoneNumber: +1 804 295-4535
-l: San Mateo
-ou: Human Resources
-postalAddress: Human Resources$San Mateo
-telephoneNumber: +1 804 549-4946
-title: Chief Human Resources Consultant
-userPassword: Password1
-uid: TecklenT
-givenName: Tish
-mail: TecklenT@00b74fb6ef364737950ddfdf6aa8c176.bitwarden.com
-carLicense: FQYGR9
-departmentNumber: 3651
-employeeType: Contract
-homePhone: +1 804 915-9273
-initials: T. T.
-mobile: +1 804 995-9223
-pager: +1 804 450-9258
-roomNumber: 9027
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Vac-man Donovan,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Vac-man Donovan
-sn: Donovan
-description: This is Vac-man Donovan's description
-facsimileTelephoneNumber: +1 818 753-5302
-l: San Mateo
-ou: Payroll
-postalAddress: Payroll$San Mateo
-telephoneNumber: +1 818 337-4931
-title: Chief Payroll Manager
-userPassword: Password1
-uid: DonovanV
-givenName: Vac-man
-mail: DonovanV@dd31f4ea6f0c44f4aa5f46684ef66e9a.bitwarden.com
-carLicense: V36XG1
-departmentNumber: 3770
-employeeType: Normal
-homePhone: +1 818 683-3596
-initials: V. D.
-mobile: +1 818 596-8782
-pager: +1 818 328-3603
-roomNumber: 8692
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Greta Ramsayer,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Greta Ramsayer
-sn: Ramsayer
-description: This is Greta Ramsayer's description
-facsimileTelephoneNumber: +1 415 696-1570
-l: San Jose
-ou: Management
-postalAddress: Management$San Jose
-telephoneNumber: +1 415 128-1408
-title: Junior Management Stooge
-userPassword: Password1
-uid: RamsayeG
-givenName: Greta
-mail: RamsayeG@a58f1d89c8df4bb585be88ea46688614.bitwarden.com
-carLicense: A53FYT
-departmentNumber: 7701
-employeeType: Normal
-homePhone: +1 415 417-5514
-initials: G. R.
-mobile: +1 415 739-9807
-pager: +1 415 610-4525
-roomNumber: 9583
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Rungroj Grazzini,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Rungroj Grazzini
-sn: Grazzini
-description: This is Rungroj Grazzini's description
-facsimileTelephoneNumber: +1 408 615-8823
-l: San Francisco
-ou: Peons
-postalAddress: Peons$San Francisco
-telephoneNumber: +1 408 470-8147
-title: Chief Peons Fellow
-userPassword: Password1
-uid: GrazzinR
-givenName: Rungroj
-mail: GrazzinR@7c9912a898274068a97bbe2d535d84de.bitwarden.com
-carLicense: V389MJ
-departmentNumber: 8371
-employeeType: Normal
-homePhone: +1 408 510-1529
-initials: R. G.
-mobile: +1 408 947-2660
-pager: +1 408 796-7075
-roomNumber: 8898
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Jacynth Jalilvand,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jacynth Jalilvand
-sn: Jalilvand
-description: This is Jacynth Jalilvand's description
-facsimileTelephoneNumber: +1 818 423-5605
-l: San Francisco
-ou: Janitorial
-postalAddress: Janitorial$San Francisco
-telephoneNumber: +1 818 399-2057
-title: Junior Janitorial Artist
-userPassword: Password1
-uid: JalilvaJ
-givenName: Jacynth
-mail: JalilvaJ@2608713e69864fb986f222e7b3fdcdc8.bitwarden.com
-carLicense: HY4PYN
-departmentNumber: 7617
-employeeType: Normal
-homePhone: +1 818 530-2316
-initials: J. J.
-mobile: +1 818 602-4543
-pager: +1 818 303-8291
-roomNumber: 9722
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Miwa Afkham-ebrahimi,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Miwa Afkham-ebrahimi
-sn: Afkham-ebrahimi
-description: This is Miwa Afkham-ebrahimi's description
-facsimileTelephoneNumber: +1 804 994-1987
-l: San Jose
-ou: Janitorial
-postalAddress: Janitorial$San Jose
-telephoneNumber: +1 804 207-4302
-title: Associate Janitorial Visionary
-userPassword: Password1
-uid: Afkham-M
-givenName: Miwa
-mail: Afkham-M@8169b41b908f4581a543928bedc98fa2.bitwarden.com
-carLicense: N2FEH8
-departmentNumber: 1353
-employeeType: Contract
-homePhone: +1 804 489-1893
-initials: M. A.
-mobile: +1 804 132-6662
-pager: +1 804 674-7369
-roomNumber: 9479
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Harold Blumer,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Harold Blumer
-sn: Blumer
-description: This is Harold Blumer's description
-facsimileTelephoneNumber: +1 408 330-1513
-l: Cambridge
-ou: Peons
-postalAddress: Peons$Cambridge
-telephoneNumber: +1 408 555-3547
-title: Chief Peons President
-userPassword: Password1
-uid: BlumerH
-givenName: Harold
-mail: BlumerH@e5321dc62f134a59886737c8cd6060fd.bitwarden.com
-carLicense: E3WCBB
-departmentNumber: 9935
-employeeType: Normal
-homePhone: +1 408 713-3237
-initials: H. B.
-mobile: +1 408 656-2477
-pager: +1 408 131-4148
-roomNumber: 8143
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Gloriana Nill,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gloriana Nill
-sn: Nill
-description: This is Gloriana Nill's description
-facsimileTelephoneNumber: +1 206 923-9887
-l: Redmond
-ou: Product Testing
-postalAddress: Product Testing$Redmond
-telephoneNumber: +1 206 942-5443
-title: Associate Product Testing Madonna
-userPassword: Password1
-uid: NillG
-givenName: Gloriana
-mail: NillG@bdc7052979ce43f2af94fc8fdd8de1f2.bitwarden.com
-carLicense: RFII0Q
-departmentNumber: 9214
-employeeType: Employee
-homePhone: +1 206 815-8057
-initials: G. N.
-mobile: +1 206 484-5009
-pager: +1 206 972-7119
-roomNumber: 9535
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Arlyne Fitzgibbons,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Arlyne Fitzgibbons
-sn: Fitzgibbons
-description: This is Arlyne Fitzgibbons's description
-facsimileTelephoneNumber: +1 213 117-2010
-l: Cupertino
-ou: Human Resources
-postalAddress: Human Resources$Cupertino
-telephoneNumber: +1 213 961-3501
-title: Supreme Human Resources Artist
-userPassword: Password1
-uid: FitzgibA
-givenName: Arlyne
-mail: FitzgibA@bdf4207a20c5486ca943568e769c8344.bitwarden.com
-carLicense: W8Q4P7
-departmentNumber: 8486
-employeeType: Contract
-homePhone: +1 213 772-7894
-initials: A. F.
-mobile: +1 213 254-5737
-pager: +1 213 159-6981
-roomNumber: 9092
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Melva Sabol,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Melva Sabol
-sn: Sabol
-description: This is Melva Sabol's description
-facsimileTelephoneNumber: +1 206 719-1758
-l: San Francisco
-ou: Janitorial
-postalAddress: Janitorial$San Francisco
-telephoneNumber: +1 206 641-4481
-title: Junior Janitorial Pinhead
-userPassword: Password1
-uid: SabolM
-givenName: Melva
-mail: SabolM@f6414ae4de9c48918d1c08fe0828695b.bitwarden.com
-carLicense: L97EAJ
-departmentNumber: 4085
-employeeType: Employee
-homePhone: +1 206 416-6347
-initials: M. S.
-mobile: +1 206 604-6696
-pager: +1 206 197-1167
-roomNumber: 9867
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Doretta Jobs,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Doretta Jobs
-sn: Jobs
-description: This is Doretta Jobs's description
-facsimileTelephoneNumber: +1 510 534-8755
-l: Santa Clara
-ou: Human Resources
-postalAddress: Human Resources$Santa Clara
-telephoneNumber: +1 510 657-4281
-title: Supreme Human Resources President
-userPassword: Password1
-uid: JobsD
-givenName: Doretta
-mail: JobsD@9cde21d54f45469eaa2726ba1c900158.bitwarden.com
-carLicense: 8OJWEO
-departmentNumber: 6131
-employeeType: Employee
-homePhone: +1 510 384-4102
-initials: D. J.
-mobile: +1 510 301-2764
-pager: +1 510 883-2922
-roomNumber: 9870
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Mer Rahm,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mer Rahm
-sn: Rahm
-description: This is Mer Rahm's description
-facsimileTelephoneNumber: +1 804 576-9331
-l: Sunnyvale
-ou: Janitorial
-postalAddress: Janitorial$Sunnyvale
-telephoneNumber: +1 804 329-5877
-title: Supreme Janitorial Fellow
-userPassword: Password1
-uid: RahmM
-givenName: Mer
-mail: RahmM@4c3f9ac9725344988223c5450f40e73e.bitwarden.com
-carLicense: H0W1JU
-departmentNumber: 4101
-employeeType: Normal
-homePhone: +1 804 317-5814
-initials: M. R.
-mobile: +1 804 332-7449
-pager: +1 804 636-5895
-roomNumber: 8364
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Dorita Pearse,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Dorita Pearse
-sn: Pearse
-description: This is Dorita Pearse's description
-facsimileTelephoneNumber: +1 213 237-1269
-l: San Francisco
-ou: Janitorial
-postalAddress: Janitorial$San Francisco
-telephoneNumber: +1 213 935-6216
-title: Junior Janitorial Evangelist
-userPassword: Password1
-uid: PearseD
-givenName: Dorita
-mail: PearseD@5195582ba3484d529fcfafcfcd72f902.bitwarden.com
-carLicense: SNKEAO
-departmentNumber: 7285
-employeeType: Employee
-homePhone: +1 213 503-1899
-initials: D. P.
-mobile: +1 213 707-2242
-pager: +1 213 888-4349
-roomNumber: 8142
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Maddie Swinburne,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Maddie Swinburne
-sn: Swinburne
-description: This is Maddie Swinburne's description
-facsimileTelephoneNumber: +1 206 319-2256
-l: Menlo Park
-ou: Management
-postalAddress: Management$Menlo Park
-telephoneNumber: +1 206 343-4033
-title: Chief Management Vice President
-userPassword: Password1
-uid: SwinburM
-givenName: Maddie
-mail: SwinburM@92d79d50d4f14501ab948e4db6a5b9a6.bitwarden.com
-carLicense: YUYIWY
-departmentNumber: 2442
-employeeType: Contract
-homePhone: +1 206 328-1040
-initials: M. S.
-mobile: +1 206 207-5501
-pager: +1 206 491-9641
-roomNumber: 9191
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Ingrid Doncaster,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ingrid Doncaster
-sn: Doncaster
-description: This is Ingrid Doncaster's description
-facsimileTelephoneNumber: +1 408 268-8595
-l: San Mateo
-ou: Peons
-postalAddress: Peons$San Mateo
-telephoneNumber: +1 408 225-1453
-title: Master Peons Figurehead
-userPassword: Password1
-uid: DoncastI
-givenName: Ingrid
-mail: DoncastI@7164110ce4464d668ff99d9d771b8186.bitwarden.com
-carLicense: BVWWX2
-departmentNumber: 2472
-employeeType: Contract
-homePhone: +1 408 170-7982
-initials: I. D.
-mobile: +1 408 619-6260
-pager: +1 408 793-9237
-roomNumber: 8871
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Rhea McCaugherty,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Rhea McCaugherty
-sn: McCaugherty
-description: This is Rhea McCaugherty's description
-facsimileTelephoneNumber: +1 213 502-2405
-l: Milpitas
-ou: Janitorial
-postalAddress: Janitorial$Milpitas
-telephoneNumber: +1 213 181-5067
-title: Chief Janitorial Sales Rep
-userPassword: Password1
-uid: McCaughR
-givenName: Rhea
-mail: McCaughR@533d2210586c4dbb9a710afc57023774.bitwarden.com
-carLicense: 3WGBUY
-departmentNumber: 4599
-employeeType: Normal
-homePhone: +1 213 681-9187
-initials: R. M.
-mobile: +1 213 257-7605
-pager: +1 213 605-7365
-roomNumber: 8774
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Emmye Thaker,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Emmye Thaker
-sn: Thaker
-description: This is Emmye Thaker's description
-facsimileTelephoneNumber: +1 213 864-5377
-l: Palo Alto
-ou: Human Resources
-postalAddress: Human Resources$Palo Alto
-telephoneNumber: +1 213 306-6732
-title: Junior Human Resources Mascot
-userPassword: Password1
-uid: ThakerE
-givenName: Emmye
-mail: ThakerE@1566f33b6a7c4a55a661acb56756703b.bitwarden.com
-carLicense: O6T3ED
-departmentNumber: 2618
-employeeType: Normal
-homePhone: +1 213 851-1719
-initials: E. T.
-mobile: +1 213 966-2866
-pager: +1 213 962-2601
-roomNumber: 9679
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Aziz Nahata,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Aziz Nahata
-sn: Nahata
-description: This is Aziz Nahata's description
-facsimileTelephoneNumber: +1 415 761-3984
-l: Orem
-ou: Peons
-postalAddress: Peons$Orem
-telephoneNumber: +1 415 791-2771
-title: Chief Peons Assistant
-userPassword: Password1
-uid: NahataA
-givenName: Aziz
-mail: NahataA@2153898ab7ac43e8a4cd26875e8f79f9.bitwarden.com
-carLicense: KRBAQS
-departmentNumber: 9013
-employeeType: Normal
-homePhone: +1 415 144-4568
-initials: A. N.
-mobile: +1 415 444-8413
-pager: +1 415 925-8152
-roomNumber: 8337
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Krishan Allan
-sn: Allan
-description: This is Krishan Allan's description
-facsimileTelephoneNumber: +1 213 109-6388
-l: Orem
-ou: Peons
-postalAddress: Peons$Orem
-telephoneNumber: +1 213 847-4984
-title: Associate Peons Figurehead
-userPassword: Password1
-uid: AllanK
-givenName: Krishan
-mail: AllanK@51839782b883405494ef37e033aa89ea.bitwarden.com
-carLicense: AERXXD
-departmentNumber: 1216
-employeeType: Employee
-homePhone: +1 213 731-4979
-initials: K. A.
-mobile: +1 213 710-3868
-pager: +1 213 690-1041
-roomNumber: 8411
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Alvina Mesquita,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Alvina Mesquita
-sn: Mesquita
-description: This is Alvina Mesquita's description
-facsimileTelephoneNumber: +1 206 696-4563
-l: Cupertino
-ou: Product Testing
-postalAddress: Product Testing$Cupertino
-telephoneNumber: +1 206 355-4871
-title: Master Product Testing Grunt
-userPassword: Password1
-uid: MesquitA
-givenName: Alvina
-mail: MesquitA@79bdea6663dc4ac3a4257d4c21c7f0de.bitwarden.com
-carLicense: EVE4ER
-departmentNumber: 8965
-employeeType: Employee
-homePhone: +1 206 538-4202
-initials: A. M.
-mobile: +1 206 212-3553
-pager: +1 206 565-1573
-roomNumber: 8089
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Yettie O'Connor,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Yettie O'Connor
-sn: O'Connor
-description: This is Yettie O'Connor's description
-facsimileTelephoneNumber: +1 804 994-9453
-l: Armonk
-ou: Product Testing
-postalAddress: Product Testing$Armonk
-telephoneNumber: +1 804 527-5175
-title: Chief Product Testing Warrior
-userPassword: Password1
-uid: O'ConnoY
-givenName: Yettie
-mail: OConnoY@456ebf581a7049acb328b7146be81c90.bitwarden.com
-carLicense: IPEMMI
-departmentNumber: 7709
-employeeType: Employee
-homePhone: +1 804 599-8377
-initials: Y. O.
-mobile: +1 804 392-2291
-pager: +1 804 852-3420
-roomNumber: 8296
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Pierre-Alain Posthumus,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Pierre-Alain Posthumus
-sn: Posthumus
-description: This is Pierre-Alain Posthumus's description
-facsimileTelephoneNumber: +1 804 258-1810
-l: Alameda
-ou: Janitorial
-postalAddress: Janitorial$Alameda
-telephoneNumber: +1 804 718-8205
-title: Junior Janitorial Vice President
-userPassword: Password1
-uid: PosthumP
-givenName: Pierre-Alain
-mail: PosthumP@32d0178b6f2b403d8936b5cd553c552a.bitwarden.com
-carLicense: AGP24J
-departmentNumber: 3938
-employeeType: Contract
-homePhone: +1 804 370-2237
-initials: P. P.
-mobile: +1 804 540-6124
-pager: +1 804 644-6838
-roomNumber: 9517
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Avtar Siemer,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Avtar Siemer
-sn: Siemer
-description: This is Avtar Siemer's description
-facsimileTelephoneNumber: +1 213 916-8890
-l: Cupertino
-ou: Janitorial
-postalAddress: Janitorial$Cupertino
-telephoneNumber: +1 213 273-4799
-title: Junior Janitorial Punk
-userPassword: Password1
-uid: SiemerA
-givenName: Avtar
-mail: SiemerA@e2752a4c28bc42a699d53c38b2de9ff0.bitwarden.com
-carLicense: OWC8GD
-departmentNumber: 6970
-employeeType: Normal
-homePhone: +1 213 846-7489
-initials: A. S.
-mobile: +1 213 934-4617
-pager: +1 213 298-6908
-roomNumber: 9342
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Prem Goertz,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Prem Goertz
-sn: Goertz
-description: This is Prem Goertz's description
-facsimileTelephoneNumber: +1 510 768-1509
-l: Sunnyvale
-ou: Management
-postalAddress: Management$Sunnyvale
-telephoneNumber: +1 510 585-8762
-title: Chief Management Warrior
-userPassword: Password1
-uid: GoertzP
-givenName: Prem
-mail: GoertzP@086cd0723f0c4d19b12b0a6c52b08ed8.bitwarden.com
-carLicense: I3YBK1
-departmentNumber: 8399
-employeeType: Employee
-homePhone: +1 510 465-5687
-initials: P. G.
-mobile: +1 510 398-7596
-pager: +1 510 846-8742
-roomNumber: 8161
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Chandra Kneeshaw,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Chandra Kneeshaw
-sn: Kneeshaw
-description: This is Chandra Kneeshaw's description
-facsimileTelephoneNumber: +1 510 671-6269
-l: San Jose
-ou: Peons
-postalAddress: Peons$San Jose
-telephoneNumber: +1 510 578-3249
-title: Chief Peons Consultant
-userPassword: Password1
-uid: KneeshaC
-givenName: Chandra
-mail: KneeshaC@6d5fe521bb8c4ba3b0c6f19d5e349c09.bitwarden.com
-carLicense: CD4VT8
-departmentNumber: 2738
-employeeType: Normal
-homePhone: +1 510 474-8056
-initials: C. K.
-mobile: +1 510 585-6912
-pager: +1 510 601-5625
-roomNumber: 9862
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Ringo Kavanagh,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ringo Kavanagh
-sn: Kavanagh
-description: This is Ringo Kavanagh's description
-facsimileTelephoneNumber: +1 415 917-4262
-l: Armonk
-ou: Human Resources
-postalAddress: Human Resources$Armonk
-telephoneNumber: +1 415 911-9221
-title: Junior Human Resources Stooge
-userPassword: Password1
-uid: KavanagR
-givenName: Ringo
-mail: KavanagR@a6010d4cf59f403c9d7f9d2a99b954e8.bitwarden.com
-carLicense: 49NDCQ
-departmentNumber: 8800
-employeeType: Contract
-homePhone: +1 415 458-2955
-initials: R. K.
-mobile: +1 415 852-4453
-pager: +1 415 502-5855
-roomNumber: 8827
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Vinnie Zoellner,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Vinnie Zoellner
-sn: Zoellner
-description: This is Vinnie Zoellner's description
-facsimileTelephoneNumber: +1 408 844-2511
-l: Cupertino
-ou: Janitorial
-postalAddress: Janitorial$Cupertino
-telephoneNumber: +1 408 320-4896
-title: Supreme Janitorial Consultant
-userPassword: Password1
-uid: ZoellneV
-givenName: Vinnie
-mail: ZoellneV@0989aaf9c0104bbbb2f202d6a2004237.bitwarden.com
-carLicense: Y4QGK3
-departmentNumber: 3089
-employeeType: Employee
-homePhone: +1 408 483-1940
-initials: V. Z.
-mobile: +1 408 765-5969
-pager: +1 408 453-6078
-roomNumber: 8375
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Krystalle Marui,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Krystalle Marui
-sn: Marui
-description: This is Krystalle Marui's description
-facsimileTelephoneNumber: +1 415 702-7577
-l: San Francisco
-ou: Product Development
-postalAddress: Product Development$San Francisco
-telephoneNumber: +1 415 271-5570
-title: Junior Product Development President
-userPassword: Password1
-uid: MaruiK
-givenName: Krystalle
-mail: MaruiK@8b57b0f28e5548f8a48c4d0a6a50fc68.bitwarden.com
-carLicense: P05MN0
-departmentNumber: 3890
-employeeType: Employee
-homePhone: +1 415 881-8806
-initials: K. M.
-mobile: +1 415 519-5598
-pager: +1 415 382-2171
-roomNumber: 8172
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Rafi Cripps,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Rafi Cripps
-sn: Cripps
-description: This is Rafi Cripps's description
-facsimileTelephoneNumber: +1 206 857-3905
-l: Cambridge
-ou: Janitorial
-postalAddress: Janitorial$Cambridge
-telephoneNumber: +1 206 384-1415
-title: Chief Janitorial Mascot
-userPassword: Password1
-uid: CrippsR
-givenName: Rafi
-mail: CrippsR@dd31f4ea6f0c44f4aa5f46684ef66e9a.bitwarden.com
-carLicense: TDDU4M
-departmentNumber: 8358
-employeeType: Normal
-homePhone: +1 206 707-9042
-initials: R. C.
-mobile: +1 206 293-5787
-pager: +1 206 914-1177
-roomNumber: 8095
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Doralynne Basu,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Doralynne Basu
-sn: Basu
-description: This is Doralynne Basu's description
-facsimileTelephoneNumber: +1 408 555-9534
-l: Fremont
-ou: Administrative
-postalAddress: Administrative$Fremont
-telephoneNumber: +1 408 731-6846
-title: Junior Administrative Admin
-userPassword: Password1
-uid: BasuD
-givenName: Doralynne
-mail: BasuD@5868dcc2878d429f81b86e9aecf3d38d.bitwarden.com
-carLicense: AXAVLY
-departmentNumber: 2145
-employeeType: Contract
-homePhone: +1 408 666-4049
-initials: D. B.
-mobile: +1 408 610-6187
-pager: +1 408 997-6564
-roomNumber: 8953
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Rosalinde Veedell,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Rosalinde Veedell
-sn: Veedell
-description: This is Rosalinde Veedell's description
-facsimileTelephoneNumber: +1 415 324-1491
-l: San Francisco
-ou: Administrative
-postalAddress: Administrative$San Francisco
-telephoneNumber: +1 415 779-2105
-title: Supreme Administrative Pinhead
-userPassword: Password1
-uid: VeedellR
-givenName: Rosalinde
-mail: VeedellR@1def41f5943b4e6f848af5ec02873b19.bitwarden.com
-carLicense: UVDN0D
-departmentNumber: 3205
-employeeType: Employee
-homePhone: +1 415 426-9458
-initials: R. V.
-mobile: +1 415 607-4864
-pager: +1 415 860-6901
-roomNumber: 8414
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Shutterbug Lacelle,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Shutterbug Lacelle
-sn: Lacelle
-description: This is Shutterbug Lacelle's description
-facsimileTelephoneNumber: +1 510 993-7257
-l: Santa Clara
-ou: Human Resources
-postalAddress: Human Resources$Santa Clara
-telephoneNumber: +1 510 233-9070
-title: Chief Human Resources Developer
-userPassword: Password1
-uid: LacelleS
-givenName: Shutterbug
-mail: LacelleS@7840e4c2a77e461f9d1ea50708464b2d.bitwarden.com
-carLicense: DIUBNK
-departmentNumber: 2563
-employeeType: Contract
-homePhone: +1 510 584-2320
-initials: S. L.
-mobile: +1 510 149-7470
-pager: +1 510 321-5231
-roomNumber: 9938
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Belva Winnipeg,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Belva Winnipeg
-sn: Winnipeg
-description: This is Belva Winnipeg's description
-facsimileTelephoneNumber: +1 206 478-9354
-l: Cambridge
-ou: Administrative
-postalAddress: Administrative$Cambridge
-telephoneNumber: +1 206 588-1250
-title: Junior Administrative Visionary
-userPassword: Password1
-uid: WinnipeB
-givenName: Belva
-mail: WinnipeB@ae33417800b74b1b8daa7b39ed5fdc57.bitwarden.com
-carLicense: W3XY4O
-departmentNumber: 3952
-employeeType: Contract
-homePhone: +1 206 265-7531
-initials: B. W.
-mobile: +1 206 709-2430
-pager: +1 206 828-2095
-roomNumber: 9517
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Leonardo McDougall,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Leonardo McDougall
-sn: McDougall
-description: This is Leonardo McDougall's description
-facsimileTelephoneNumber: +1 408 327-6664
-l: Redwood Shores
-ou: Payroll
-postalAddress: Payroll$Redwood Shores
-telephoneNumber: +1 408 259-6643
-title: Chief Payroll Warrior
-userPassword: Password1
-uid: McDougaL
-givenName: Leonardo
-mail: McDougaL@98e58adba05c446c846da1ebe7623815.bitwarden.com
-carLicense: UOKEBX
-departmentNumber: 9138
-employeeType: Contract
-homePhone: +1 408 894-1689
-initials: L. M.
-mobile: +1 408 641-8891
-pager: +1 408 642-9140
-roomNumber: 9531
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Ammamaria Herring,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ammamaria Herring
-sn: Herring
-description: This is Ammamaria Herring's description
-facsimileTelephoneNumber: +1 408 543-4269
-l: Fremont
-ou: Payroll
-postalAddress: Payroll$Fremont
-telephoneNumber: +1 408 779-3448
-title: Chief Payroll Stooge
-userPassword: Password1
-uid: HerringA
-givenName: Ammamaria
-mail: HerringA@e3e39ba9c49a4a66982393d6f26bc8b1.bitwarden.com
-carLicense: VOEFHJ
-departmentNumber: 4949
-employeeType: Employee
-homePhone: +1 408 836-2265
-initials: A. H.
-mobile: +1 408 478-3707
-pager: +1 408 886-2989
-roomNumber: 8232
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Yueli Yakibchuk,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Yueli Yakibchuk
-sn: Yakibchuk
-description: This is Yueli Yakibchuk's description
-facsimileTelephoneNumber: +1 818 440-6809
-l: Fremont
-ou: Human Resources
-postalAddress: Human Resources$Fremont
-telephoneNumber: +1 818 474-9288
-title: Associate Human Resources Consultant
-userPassword: Password1
-uid: YakibchY
-givenName: Yueli
-mail: YakibchY@91fa2aef7a0b4c569080332839d5512e.bitwarden.com
-carLicense: UL2UR6
-departmentNumber: 6685
-employeeType: Normal
-homePhone: +1 818 555-2177
-initials: Y. Y.
-mobile: +1 818 937-3259
-pager: +1 818 470-6931
-roomNumber: 8629
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Gerty Iguchi,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gerty Iguchi
-sn: Iguchi
-description: This is Gerty Iguchi's description
-facsimileTelephoneNumber: +1 408 905-5899
-l: Fremont
-ou: Administrative
-postalAddress: Administrative$Fremont
-telephoneNumber: +1 408 188-4436
-title: Associate Administrative Mascot
-userPassword: Password1
-uid: IguchiG
-givenName: Gerty
-mail: IguchiG@bcc571e6ac214acc8539dd3e7ef4218f.bitwarden.com
-carLicense: AUQDTM
-departmentNumber: 7437
-employeeType: Contract
-homePhone: +1 408 506-6012
-initials: G. I.
-mobile: +1 408 223-3281
-pager: +1 408 568-1664
-roomNumber: 8696
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Yaser Callery,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Yaser Callery
-sn: Callery
-description: This is Yaser Callery's description
-facsimileTelephoneNumber: +1 415 454-2182
-l: Menlo Park
-ou: Management
-postalAddress: Management$Menlo Park
-telephoneNumber: +1 415 859-4899
-title: Master Management Madonna
-userPassword: Password1
-uid: CalleryY
-givenName: Yaser
-mail: CalleryY@6230ce48d06c4adba4fee16dacf3aacb.bitwarden.com
-carLicense: KXC4H9
-departmentNumber: 2067
-employeeType: Contract
-homePhone: +1 415 805-8864
-initials: Y. C.
-mobile: +1 415 776-6773
-pager: +1 415 286-1395
-roomNumber: 8796
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Mary-Pat Arbuckle,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mary-Pat Arbuckle
-sn: Arbuckle
-description: This is Mary-Pat Arbuckle's description
-facsimileTelephoneNumber: +1 408 480-2157
-l: Milpitas
-ou: Payroll
-postalAddress: Payroll$Milpitas
-telephoneNumber: +1 408 502-8397
-title: Supreme Payroll Admin
-userPassword: Password1
-uid: ArbucklM
-givenName: Mary-Pat
-mail: ArbucklM@2b23dbb27baf478681a802c2510dd0df.bitwarden.com
-carLicense: LWBUC9
-departmentNumber: 7698
-employeeType: Contract
-homePhone: +1 408 872-5405
-initials: M. A.
-mobile: +1 408 875-7047
-pager: +1 408 246-1362
-roomNumber: 9117
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Sayed Devore,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sayed Devore
-sn: Devore
-description: This is Sayed Devore's description
-facsimileTelephoneNumber: +1 804 188-9669
-l: Milpitas
-ou: Payroll
-postalAddress: Payroll$Milpitas
-telephoneNumber: +1 804 858-2084
-title: Supreme Payroll Manager
-userPassword: Password1
-uid: DevoreS
-givenName: Sayed
-mail: DevoreS@97e0ce17a4af42e594025cdd4659fe64.bitwarden.com
-carLicense: 2PLORS
-departmentNumber: 3826
-employeeType: Contract
-homePhone: +1 804 368-5716
-initials: S. D.
-mobile: +1 804 276-5528
-pager: +1 804 798-9581
-roomNumber: 8409
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Bahram Younglove,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Bahram Younglove
-sn: Younglove
-description: This is Bahram Younglove's description
-facsimileTelephoneNumber: +1 206 284-8124
-l: Palo Alto
-ou: Product Testing
-postalAddress: Product Testing$Palo Alto
-telephoneNumber: +1 206 824-9222
-title: Master Product Testing Fellow
-userPassword: Password1
-uid: YoungloB
-givenName: Bahram
-mail: YoungloB@27d8549892a84dfab24d317e0ea5c6f9.bitwarden.com
-carLicense: 621G2O
-departmentNumber: 3739
-employeeType: Normal
-homePhone: +1 206 559-4226
-initials: B. Y.
-mobile: +1 206 471-6297
-pager: +1 206 618-4970
-roomNumber: 8925
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Ronnica Grimm,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ronnica Grimm
-sn: Grimm
-description: This is Ronnica Grimm's description
-facsimileTelephoneNumber: +1 818 572-6911
-l: Santa Clara
-ou: Product Development
-postalAddress: Product Development$Santa Clara
-telephoneNumber: +1 818 831-3884
-title: Associate Product Development Evangelist
-userPassword: Password1
-uid: GrimmR
-givenName: Ronnica
-mail: GrimmR@e8afc87106b0471e80dc7004a3fb1034.bitwarden.com
-carLicense: W7R55X
-departmentNumber: 9890
-employeeType: Employee
-homePhone: +1 818 471-1670
-initials: R. G.
-mobile: +1 818 754-3991
-pager: +1 818 595-1298
-roomNumber: 8300
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Hr Arcouet,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Hr Arcouet
-sn: Arcouet
-description: This is Hr Arcouet's description
-facsimileTelephoneNumber: +1 415 615-5089
-l: Sunnyvale
-ou: Janitorial
-postalAddress: Janitorial$Sunnyvale
-telephoneNumber: +1 415 516-5617
-title: Supreme Janitorial Warrior
-userPassword: Password1
-uid: ArcouetH
-givenName: Hr
-mail: ArcouetH@db8f0754948548ad9c40eb006ee34f44.bitwarden.com
-carLicense: 3T0PEY
-departmentNumber: 3737
-employeeType: Normal
-homePhone: +1 415 464-6101
-initials: H. A.
-mobile: +1 415 495-6141
-pager: +1 415 950-8792
-roomNumber: 8779
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Susi Narron,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Susi Narron
-sn: Narron
-description: This is Susi Narron's description
-facsimileTelephoneNumber: +1 804 573-2994
-l: Alameda
-ou: Janitorial
-postalAddress: Janitorial$Alameda
-telephoneNumber: +1 804 639-1157
-title: Junior Janitorial Writer
-userPassword: Password1
-uid: NarronS
-givenName: Susi
-mail: NarronS@c6a8d6d12ae045f8ba075455c769a929.bitwarden.com
-carLicense: 4S2XNI
-departmentNumber: 4356
-employeeType: Contract
-homePhone: +1 804 799-3569
-initials: S. N.
-mobile: +1 804 584-8386
-pager: +1 804 740-6820
-roomNumber: 8020
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Gayla Abdalla,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gayla Abdalla
-sn: Abdalla
-description: This is Gayla Abdalla's description
-facsimileTelephoneNumber: +1 206 170-9902
-l: Cambridge
-ou: Administrative
-postalAddress: Administrative$Cambridge
-telephoneNumber: +1 206 692-5879
-title: Supreme Administrative Stooge
-userPassword: Password1
-uid: AbdallaG
-givenName: Gayla
-mail: AbdallaG@5ed2a85f8436420b8aa9acd30085ca22.bitwarden.com
-carLicense: AIUH59
-departmentNumber: 5365
-employeeType: Employee
-homePhone: +1 206 762-3273
-initials: G. A.
-mobile: +1 206 997-6207
-pager: +1 206 698-1230
-roomNumber: 8804
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Kiele Mullett,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kiele Mullett
-sn: Mullett
-description: This is Kiele Mullett's description
-facsimileTelephoneNumber: +1 206 875-1000
-l: Redmond
-ou: Product Testing
-postalAddress: Product Testing$Redmond
-telephoneNumber: +1 206 650-4620
-title: Supreme Product Testing Artist
-userPassword: Password1
-uid: MullettK
-givenName: Kiele
-mail: MullettK@4a4ab4cd5b354b88972dfc3ecc3c2dae.bitwarden.com
-carLicense: XUR00O
-departmentNumber: 1842
-employeeType: Contract
-homePhone: +1 206 277-6710
-initials: K. M.
-mobile: +1 206 476-7372
-pager: +1 206 543-9482
-roomNumber: 9868
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Otakar Menzel,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Otakar Menzel
-sn: Menzel
-description: This is Otakar Menzel's description
-facsimileTelephoneNumber: +1 415 343-7758
-l: San Francisco
-ou: Administrative
-postalAddress: Administrative$San Francisco
-telephoneNumber: +1 415 505-2401
-title: Junior Administrative Visionary
-userPassword: Password1
-uid: MenzelO
-givenName: Otakar
-mail: MenzelO@0163e1f0b0b44e11ba7d1bbab29d9f5b.bitwarden.com
-carLicense: DPXOUK
-departmentNumber: 1285
-employeeType: Normal
-homePhone: +1 415 957-5734
-initials: O. M.
-mobile: +1 415 723-8937
-pager: +1 415 290-9255
-roomNumber: 9191
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Becky Priestley,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Becky Priestley
-sn: Priestley
-description: This is Becky Priestley's description
-facsimileTelephoneNumber: +1 510 625-3934
-l: Santa Clara
-ou: Administrative
-postalAddress: Administrative$Santa Clara
-telephoneNumber: +1 510 761-8073
-title: Master Administrative Punk
-userPassword: Password1
-uid: PriestlB
-givenName: Becky
-mail: PriestlB@20dec23f741b4bdbb6cfe2ede2355e8a.bitwarden.com
-carLicense: 0NF53F
-departmentNumber: 4796
-employeeType: Normal
-homePhone: +1 510 871-1351
-initials: B. P.
-mobile: +1 510 423-6891
-pager: +1 510 539-5434
-roomNumber: 9729
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Josy Puddington,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Josy Puddington
-sn: Puddington
-description: This is Josy Puddington's description
-facsimileTelephoneNumber: +1 213 116-5752
-l: Cupertino
-ou: Administrative
-postalAddress: Administrative$Cupertino
-telephoneNumber: +1 213 834-8648
-title: Master Administrative Director
-userPassword: Password1
-uid: PuddingJ
-givenName: Josy
-mail: PuddingJ@6ed2cf3faa6c4ecda344d54729acd99e.bitwarden.com
-carLicense: O1AUEI
-departmentNumber: 7208
-employeeType: Employee
-homePhone: +1 213 485-7354
-initials: J. P.
-mobile: +1 213 589-7543
-pager: +1 213 622-7558
-roomNumber: 9123
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Glen Salyniuk
-sn: Salyniuk
-description: This is Glen Salyniuk's description
-facsimileTelephoneNumber: +1 415 846-7382
-l: San Mateo
-ou: Peons
-postalAddress: Peons$San Mateo
-telephoneNumber: +1 415 340-9642
-title: Associate Peons Dictator
-userPassword: Password1
-uid: SalyniuG
-givenName: Glen
-mail: SalyniuG@32d0178b6f2b403d8936b5cd553c552a.bitwarden.com
-carLicense: YOL0BV
-departmentNumber: 3455
-employeeType: Contract
-homePhone: +1 415 555-8509
-initials: G. S.
-mobile: +1 415 720-2506
-pager: +1 415 569-6451
-roomNumber: 9880
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Sande Quizmaster,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sande Quizmaster
-sn: Quizmaster
-description: This is Sande Quizmaster's description
-facsimileTelephoneNumber: +1 510 292-7649
-l: Palo Alto
-ou: Peons
-postalAddress: Peons$Palo Alto
-telephoneNumber: +1 510 973-7771
-title: Associate Peons Vice President
-userPassword: Password1
-uid: QuizmasS
-givenName: Sande
-mail: QuizmasS@934cf7260248491e9b07a332cb7f8d2b.bitwarden.com
-carLicense: 888TW0
-departmentNumber: 2473
-employeeType: Contract
-homePhone: +1 510 579-3036
-initials: S. Q.
-mobile: +1 510 449-5989
-pager: +1 510 695-2386
-roomNumber: 8982
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
diff --git a/docs/getting-started/business/directory-connector/directory-20.ldif b/docs/getting-started/business/directory-connector/directory-20.ldif
deleted file mode 100644
index eca58ab79..000000000
--- a/docs/getting-started/business/directory-connector/directory-20.ldif
+++ /dev/null
@@ -1,659 +0,0 @@
-version: 1
-
-dn: ou=Accounting,dc=bitwarden, dc=com
-changetype: add
-ou: Accounting
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-ou: Product Development
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-ou: Product Testing
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-ou: Human Resources
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-ou: Payroll
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-ou: Janitorial
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Management,dc=bitwarden, dc=com
-changetype: add
-ou: Management
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-ou: Administrative
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Peons,dc=bitwarden, dc=com
-changetype: add
-ou: Peons
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Planning,dc=bitwarden, dc=com
-changetype: add
-ou: Planning
-objectClass: top
-objectClass: organizationalUnit
-
-dn: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Roland Dyke
-sn: Dyke
-description: This is Roland Dyke's description
-facsimileTelephoneNumber: +1 804 674-5794
-l: San Francisco
-ou: Human Resources
-postalAddress: Human Resources$San Francisco
-telephoneNumber: +1 804 831-5121
-title: Supreme Human Resources Writer
-userPassword: Password1
-uid: DykeR
-givenName: Roland
-mail: DykeR@220af87272f04218bb8dd81d50fb19f5.bitwarden.com
-carLicense: 4CMGOJ
-departmentNumber: 2838
-employeeType: Contract
-homePhone: +1 804 936-4965
-initials: R. D.
-mobile: +1 804 592-3734
-pager: +1 804 285-2962
-roomNumber: 9890
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-manager: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Charin Goulfine,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Charin Goulfine
-sn: Goulfine
-description: This is Charin Goulfine's description
-facsimileTelephoneNumber: +1 408 916-3906
-l: Redmond
-ou: Human Resources
-postalAddress: Human Resources$Redmond
-telephoneNumber: +1 408 551-2393
-title: Junior Human Resources Punk
-userPassword: Password1
-uid: GoulfinC
-givenName: Charin
-mail: GoulfinC@5fa9a69302a9422abedbd51aa69f472b.bitwarden.com
-carLicense: FVUOG5
-departmentNumber: 9411
-employeeType: Contract
-homePhone: +1 408 606-3616
-initials: C. G.
-mobile: +1 408 369-8824
-pager: +1 408 930-6584
-roomNumber: 9793
-
-dn: cn=Margit Peters,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Margit Peters
-sn: Peters
-description: This is Margit Peters's description
-facsimileTelephoneNumber: +1 804 822-1892
-l: Orem
-ou: Product Testing
-postalAddress: Product Testing$Orem
-telephoneNumber: +1 804 930-5577
-title: Supreme Product Testing Dictator
-userPassword: Password1
-uid: PetersM
-givenName: Margit
-mail: PetersM@909269ac94be4e5b9ff6809f52b1dda3.bitwarden.com
-carLicense: IKKDEY
-departmentNumber: 5202
-employeeType: Employee
-homePhone: +1 804 405-5226
-initials: M. P.
-mobile: +1 804 210-8735
-pager: +1 804 533-8191
-roomNumber: 9814
-manager: cn=Inga Schnirer,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Shiela Harada,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Shiela Harada
-sn: Harada
-description: This is Shiela Harada's description
-facsimileTelephoneNumber: +1 510 773-7858
-l: Cambridge
-ou: Peons
-postalAddress: Peons$Cambridge
-telephoneNumber: +1 510 358-8117
-title: Supreme Peons Technician
-userPassword: Password1
-uid: HaradaS
-givenName: Shiela
-mail: HaradaS@2782a7fada1240d682fc754affb31519.bitwarden.com
-carLicense: 9KNKLC
-departmentNumber: 8729
-employeeType: Normal
-homePhone: +1 510 412-1076
-initials: S. H.
-mobile: +1 510 458-4453
-pager: +1 510 554-4842
-roomNumber: 9387
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Angelle Guarino,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Angelle Guarino
-sn: Guarino
-description: This is Angelle Guarino's description
-facsimileTelephoneNumber: +1 510 783-6849
-l: Armonk
-ou: Human Resources
-postalAddress: Human Resources$Armonk
-telephoneNumber: +1 510 560-4384
-title: Junior Human Resources Vice President
-userPassword: Password1
-uid: GuarinoA
-givenName: Angelle
-mail: GuarinoA@720ab4266da34c8e9ccf5ef3370b892b.bitwarden.com
-carLicense: K24T4G
-departmentNumber: 5102
-employeeType: Normal
-homePhone: +1 510 712-7834
-initials: A. G.
-mobile: +1 510 528-1331
-pager: +1 510 991-3515
-roomNumber: 8053
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Shela Khoury,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Shela Khoury
-sn: Khoury
-description: This is Shela Khoury's description
-facsimileTelephoneNumber: +1 415 829-6000
-l: San Mateo
-ou: Peons
-postalAddress: Peons$San Mateo
-telephoneNumber: +1 415 518-4568
-title: Supreme Peons Sales Rep
-userPassword: Password1
-uid: KhouryS
-givenName: Shela
-mail: KhouryS@4dc1a2d970bb4c23aef0d860b6018ed6.bitwarden.com
-carLicense: VX8Y9Q
-departmentNumber: 5125
-employeeType: Contract
-homePhone: +1 415 368-5121
-initials: S. K.
-mobile: +1 415 224-9289
-pager: +1 415 722-7004
-roomNumber: 9511
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Micaela Doud,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Micaela Doud
-sn: Doud
-description: This is Micaela Doud's description
-facsimileTelephoneNumber: +1 804 989-1007
-l: Sunnyvale
-ou: Janitorial
-postalAddress: Janitorial$Sunnyvale
-telephoneNumber: +1 804 763-6986
-title: Associate Janitorial Warrior
-userPassword: Password1
-uid: DoudM
-givenName: Micaela
-mail: DoudM@b2de0606c7904578b184a63046aa1a59.bitwarden.com
-carLicense: U51VUR
-departmentNumber: 3449
-employeeType: Employee
-homePhone: +1 804 833-8174
-initials: M. D.
-mobile: +1 804 255-5188
-pager: +1 804 908-3999
-roomNumber: 9336
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Marthe Kenik,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Marthe Kenik
-sn: Kenik
-description: This is Marthe Kenik's description
-facsimileTelephoneNumber: +1 510 622-1104
-l: San Jose
-ou: Product Testing
-postalAddress: Product Testing$San Jose
-telephoneNumber: +1 510 752-7722
-title: Master Product Testing Director
-userPassword: Password1
-uid: KenikM
-givenName: Marthe
-mail: KenikM@5ce7099e829941498f32f6630dda9440.bitwarden.com
-carLicense: R07O7A
-departmentNumber: 4904
-employeeType: Employee
-homePhone: +1 510 326-5669
-initials: M. K.
-mobile: +1 510 270-2177
-pager: +1 510 375-6349
-roomNumber: 9653
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Angus Merizzi,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Angus Merizzi
-sn: Merizzi
-description: This is Angus Merizzi's description
-facsimileTelephoneNumber: +1 818 188-3223
-l: Palo Alto
-ou: Management
-postalAddress: Management$Palo Alto
-telephoneNumber: +1 818 210-9559
-title: Master Management Technician
-userPassword: Password1
-uid: MerizziA
-givenName: Angus
-mail: MerizziA@7f1912f54e7a4efa8a33a6ba82fc7102.bitwarden.com
-carLicense: W89F9T
-departmentNumber: 9737
-employeeType: Normal
-homePhone: +1 818 529-9985
-initials: A. M.
-mobile: +1 818 317-4882
-pager: +1 818 942-6439
-roomNumber: 9060
-manager: cn=Inga Schnirer,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Edmund Kardos
-sn: Kardos
-description: This is Edmund Kardos's description
-facsimileTelephoneNumber: +1 804 374-4959
-l: Redwood Shores
-ou: Product Testing
-postalAddress: Product Testing$Redwood Shores
-telephoneNumber: +1 804 624-9693
-title: Supreme Product Testing Janitor
-userPassword: Password1
-uid: KardosE
-givenName: Edmund
-mail: KardosE@5f41ae90bad64d5e97b0ef849f0cfd8f.bitwarden.com
-carLicense: 7N9K02
-departmentNumber: 2240
-employeeType: Normal
-homePhone: +1 804 100-4518
-initials: E. K.
-mobile: +1 804 604-1454
-pager: +1 804 472-8093
-roomNumber: 9668
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Joyann Frucci,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Joyann Frucci
-sn: Frucci
-description: This is Joyann Frucci's description
-facsimileTelephoneNumber: +1 804 209-8112
-l: San Jose
-ou: Administrative
-postalAddress: Administrative$San Jose
-telephoneNumber: +1 804 384-8334
-title: Supreme Administrative Manager
-userPassword: Password1
-uid: FrucciJ
-givenName: Joyann
-mail: FrucciJ@55f85638346c4f81b665496e3fee8d10.bitwarden.com
-carLicense: 7HRDG5
-departmentNumber: 8188
-employeeType: Contract
-homePhone: +1 804 364-9627
-initials: J. F.
-mobile: +1 804 578-9507
-pager: +1 804 336-2260
-roomNumber: 9547
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Painterson Miki,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Painterson Miki
-sn: Miki
-description: This is Painterson Miki's description
-facsimileTelephoneNumber: +1 206 873-3690
-l: Alameda
-ou: Product Development
-postalAddress: Product Development$Alameda
-telephoneNumber: +1 206 715-5086
-title: Supreme Product Development Dictator
-userPassword: Password1
-uid: MikiP
-givenName: Painterson
-mail: MikiP@2c4fec4ef77046e1b1e4b34fd50dd6a9.bitwarden.com
-carLicense: 194N6J
-departmentNumber: 8374
-employeeType: Normal
-homePhone: +1 206 983-4256
-initials: P. M.
-mobile: +1 206 124-4934
-pager: +1 206 554-6019
-roomNumber: 9715
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Jammie De Los,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jammie De Los
-sn: De Los
-description: This is Jammie De Los's description
-facsimileTelephoneNumber: +1 818 184-1742
-l: San Mateo
-ou: Peons
-postalAddress: Peons$San Mateo
-telephoneNumber: +1 818 390-3544
-title: Chief Peons Visionary
-userPassword: Password1
-uid: De LosJ
-givenName: Jammie
-mail: DeLosJ@8575686b747a4c5ab6b0a7ac30503d95.bitwarden.com
-carLicense: 0GKM0H
-departmentNumber: 2547
-employeeType: Normal
-homePhone: +1 818 277-5492
-initials: J. D.
-mobile: +1 818 560-9044
-pager: +1 818 390-1519
-roomNumber: 9392
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Virgina Pichocki,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Virgina Pichocki
-sn: Pichocki
-description: This is Virgina Pichocki's description
-facsimileTelephoneNumber: +1 415 921-7139
-l: San Francisco
-ou: Product Development
-postalAddress: Product Development$San Francisco
-telephoneNumber: +1 415 400-5576
-title: Master Product Development Evangelist
-userPassword: Password1
-uid: PichockV
-givenName: Virgina
-mail: PichockV@2b7d385172624c81935f26cfb5f852c0.bitwarden.com
-carLicense: N25ABP
-departmentNumber: 2635
-employeeType: Normal
-homePhone: +1 415 736-3487
-initials: V. P.
-mobile: +1 415 122-7774
-pager: +1 415 305-4401
-roomNumber: 8444
-manager: cn=Inga Schnirer,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Steffen Carsten,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Steffen Carsten
-sn: Carsten
-description: This is Steffen Carsten's description
-facsimileTelephoneNumber: +1 206 207-4197
-l: Orem
-ou: Product Development
-postalAddress: Product Development$Orem
-telephoneNumber: +1 206 973-4002
-title: Associate Product Development Czar
-userPassword: Password1
-uid: CarstenS
-givenName: Steffen
-mail: CarstenS@c8b8d0d540194a31b14e399b8e0ac7ff.bitwarden.com
-carLicense: URONSV
-departmentNumber: 3796
-employeeType: Employee
-homePhone: +1 206 494-8029
-initials: S. C.
-mobile: +1 206 667-8663
-pager: +1 206 183-2075
-roomNumber: 9917
-manager: cn=Inga Schnirer,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Elna Drescher,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Elna Drescher
-sn: Drescher
-description: This is Elna Drescher's description
-facsimileTelephoneNumber: +1 408 792-9983
-l: Cambridge
-ou: Administrative
-postalAddress: Administrative$Cambridge
-telephoneNumber: +1 408 697-1740
-title: Master Administrative Writer
-userPassword: Password1
-uid: DrescheE
-givenName: Elna
-mail: DrescheE@4ab96258683b45799b4cb34e5e13e2ee.bitwarden.com
-carLicense: NYIO0U
-departmentNumber: 4493
-employeeType: Contract
-homePhone: +1 408 947-7311
-initials: E. D.
-mobile: +1 408 266-4623
-pager: +1 408 793-5306
-roomNumber: 8652
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Gwen Kardomateas,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gwen Kardomateas
-sn: Kardomateas
-description: This is Gwen Kardomateas's description
-facsimileTelephoneNumber: +1 415 281-2558
-l: Alameda
-ou: Product Development
-postalAddress: Product Development$Alameda
-telephoneNumber: +1 415 920-9857
-title: Master Product Development Punk
-userPassword: Password1
-uid: KardomaG
-givenName: Gwen
-mail: KardomaG@7bc2a22aa7d345f1bef866ce890bec49.bitwarden.com
-carLicense: Q9JPFV
-departmentNumber: 7746
-employeeType: Contract
-homePhone: +1 415 256-9106
-initials: G. K.
-mobile: +1 415 649-9091
-pager: +1 415 896-8495
-roomNumber: 8294
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Reeta Roldan,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Reeta Roldan
-sn: Roldan
-description: This is Reeta Roldan's description
-facsimileTelephoneNumber: +1 510 354-2580
-l: Santa Clara
-ou: Administrative
-postalAddress: Administrative$Santa Clara
-telephoneNumber: +1 510 144-9610
-title: Chief Administrative Fellow
-userPassword: Password1
-uid: RoldanR
-givenName: Reeta
-mail: RoldanR@108c2ffc1189457d80b27e9b862163f4.bitwarden.com
-carLicense: WD7J8D
-departmentNumber: 1219
-employeeType: Contract
-homePhone: +1 510 749-9885
-initials: R. R.
-mobile: +1 510 356-5695
-pager: +1 510 216-4863
-roomNumber: 8243
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Grissel Currer,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Grissel Currer
-sn: Currer
-description: This is Grissel Currer's description
-facsimileTelephoneNumber: +1 818 393-4507
-l: Sunnyvale
-ou: Management
-postalAddress: Management$Sunnyvale
-telephoneNumber: +1 818 522-3933
-title: Junior Management Artist
-userPassword: Password1
-uid: CurrerG
-givenName: Grissel
-mail: CurrerG@248d38bb7c664c8f9d2a64525819610e.bitwarden.com
-carLicense: M8TKUS
-departmentNumber: 1814
-employeeType: Normal
-homePhone: +1 818 803-8000
-initials: G. C.
-mobile: +1 818 714-9944
-pager: +1 818 100-5018
-roomNumber: 9199
-manager: cn=Inga Schnirer,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Loella Mak,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Loella Mak
-sn: Mak
-description: This is Loella Mak's description
-facsimileTelephoneNumber: +1 804 152-4298
-l: Menlo Park
-ou: Payroll
-postalAddress: Payroll$Menlo Park
-telephoneNumber: +1 804 289-8864
-title: Junior Payroll Punk
-userPassword: Password1
-uid: MakL
-givenName: Loella
-mail: MakL@6ab3e25ca49d4d64aaf44844288a8ef7.bitwarden.com
-carLicense: YVN4UL
-departmentNumber: 5904
-employeeType: Employee
-homePhone: +1 804 749-7856
-initials: L. M.
-mobile: +1 804 319-5569
-pager: +1 804 815-3661
-roomNumber: 9273
-manager: cn=Inga Schnirer,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
diff --git a/docs/getting-started/business/directory-connector/directory-250.ldif b/docs/getting-started/business/directory-connector/directory-250.ldif
deleted file mode 100644
index a54419f1e..000000000
--- a/docs/getting-started/business/directory-connector/directory-250.ldif
+++ /dev/null
@@ -1,7560 +0,0 @@
-version: 1
-
-dn: ou=Accounting,dc=bitwarden, dc=com
-changetype: add
-ou: Accounting
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-ou: Product Development
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-ou: Product Testing
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-ou: Human Resources
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-ou: Payroll
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-ou: Janitorial
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Management,dc=bitwarden, dc=com
-changetype: add
-ou: Management
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-ou: Administrative
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Peons,dc=bitwarden, dc=com
-changetype: add
-ou: Peons
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Planning,dc=bitwarden, dc=com
-changetype: add
-ou: Planning
-objectClass: top
-objectClass: organizationalUnit
-
-dn: cn=Roberta Gaiarsa,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Roberta Gaiarsa
-sn: Gaiarsa
-description: This is Roberta Gaiarsa's description
-facsimileTelephoneNumber: +1 213 696-9732
-l: Redwood Shores
-ou: Administrative
-postalAddress: Administrative$Redwood Shores
-telephoneNumber: +1 213 199-8893
-title: Junior Administrative Technician
-userPassword: Password1
-uid: GaiarsaR
-givenName: Roberta
-mail: GaiarsaR@31146b2c5a9942348157eff1eaacd0b9.bitwarden.com
-carLicense: 8PD0T3
-departmentNumber: 6021
-employeeType: Normal
-homePhone: +1 213 329-7698
-initials: R. G.
-mobile: +1 213 315-8221
-pager: +1 213 125-9768
-roomNumber: 9975
-secretary: cn=Wendye Kingdon,ou=Janitorial,dc=bitwarden, dc=com
-manager: cn=Adrea Leistico,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Jesus Earley,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jesus Earley
-sn: Earley
-description: This is Jesus Earley's description
-facsimileTelephoneNumber: +1 213 606-7448
-l: Alameda
-ou: Janitorial
-postalAddress: Janitorial$Alameda
-telephoneNumber: +1 213 897-7102
-title: Supreme Janitorial Vice President
-userPassword: Password1
-uid: EarleyJ
-givenName: Jesus
-mail: EarleyJ@ca46f676ffb048788a3d2805f871441c.bitwarden.com
-carLicense: 2HH37K
-departmentNumber: 7827
-employeeType: Normal
-homePhone: +1 213 149-9463
-initials: J. E.
-mobile: +1 213 283-8223
-pager: +1 213 511-6492
-roomNumber: 9701
-secretary: cn=Pavla Organization,ou=Human Resources,dc=bitwarden, dc=com
-manager: cn=Pierre-Alain Posthumus,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Ghislain Ghaemi,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ghislain Ghaemi
-sn: Ghaemi
-description: This is Ghislain Ghaemi's description
-facsimileTelephoneNumber: +1 213 992-8816
-l: Cambridge
-ou: Product Testing
-postalAddress: Product Testing$Cambridge
-telephoneNumber: +1 213 819-4227
-title: Junior Product Testing Artist
-userPassword: Password1
-uid: GhaemiG
-givenName: Ghislain
-mail: GhaemiG@afe236498cd549b2aa927720547167bf.bitwarden.com
-carLicense: 3PM57C
-departmentNumber: 3519
-employeeType: Normal
-homePhone: +1 213 535-7049
-initials: G. G.
-mobile: +1 213 509-7911
-pager: +1 213 700-9600
-roomNumber: 9559
-secretary: cn=Grantley Kobreek,ou=Payroll,dc=bitwarden, dc=com
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Diann Desjarlais,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Diann Desjarlais
-sn: Desjarlais
-description: This is Diann Desjarlais's description
-facsimileTelephoneNumber: +1 206 266-6419
-l: Cambridge
-ou: Product Testing
-postalAddress: Product Testing$Cambridge
-telephoneNumber: +1 206 441-2465
-title: Chief Product Testing Figurehead
-userPassword: Password1
-uid: DesjarlD
-givenName: Diann
-mail: DesjarlD@bde9cbcbc5394deeb943ef7a2d9cb3b4.bitwarden.com
-carLicense: HE2ISS
-departmentNumber: 3959
-employeeType: Contract
-homePhone: +1 206 672-8473
-initials: D. D.
-mobile: +1 206 468-5731
-pager: +1 206 268-4989
-roomNumber: 9586
-secretary: cn=Alessandra Gobeil,ou=Human Resources,dc=bitwarden, dc=com
-manager: cn=Vitia Moulsoff,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Marietta Matusik,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Marietta Matusik
-sn: Matusik
-description: This is Marietta Matusik's description
-facsimileTelephoneNumber: +1 408 513-1761
-l: San Mateo
-ou: Product Development
-postalAddress: Product Development$San Mateo
-telephoneNumber: +1 408 478-4322
-title: Supreme Product Development Writer
-userPassword: Password1
-uid: MatusikM
-givenName: Marietta
-mail: MatusikM@782d7744464b4c018117147752b3b8b2.bitwarden.com
-carLicense: 23PPCX
-departmentNumber: 1129
-employeeType: Employee
-homePhone: +1 408 610-3287
-initials: M. M.
-mobile: +1 408 481-2763
-pager: +1 408 981-5009
-roomNumber: 9780
-secretary: cn=Jackson Leapheart,ou=Management,dc=bitwarden, dc=com
-manager: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Quinta Mgmt,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Quinta Mgmt
-sn: Mgmt
-description: This is Quinta Mgmt's description
-facsimileTelephoneNumber: +1 415 983-2686
-l: Redmond
-ou: Human Resources
-postalAddress: Human Resources$Redmond
-telephoneNumber: +1 415 148-3904
-title: Supreme Human Resources Admin
-userPassword: Password1
-uid: MgmtQ
-givenName: Quinta
-mail: MgmtQ@7bdb7e04a26d459886f8fcaa0d3da8fb.bitwarden.com
-carLicense: I6CEV0
-departmentNumber: 4979
-employeeType: Normal
-homePhone: +1 415 864-5224
-initials: Q. M.
-mobile: +1 415 631-5714
-pager: +1 415 571-1028
-roomNumber: 8678
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-manager: cn=Felicle Ostaszewski,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Dara Patchsqa,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Dara Patchsqa
-sn: Patchsqa
-description: This is Dara Patchsqa's description
-facsimileTelephoneNumber: +1 408 566-2028
-l: Cupertino
-ou: Payroll
-postalAddress: Payroll$Cupertino
-telephoneNumber: +1 408 688-3775
-title: Master Payroll Evangelist
-userPassword: Password1
-uid: PatchsqD
-givenName: Dara
-mail: PatchsqD@92b8f1fa6a9b40f09b977a8e59273ce2.bitwarden.com
-carLicense: VMP11J
-departmentNumber: 5997
-employeeType: Normal
-homePhone: +1 408 596-2346
-initials: D. P.
-mobile: +1 408 656-6294
-pager: +1 408 420-7647
-roomNumber: 9289
-secretary: cn=Te-Wei Cung,ou=Administrative,dc=bitwarden, dc=com
-manager: cn=Devonne Janelle,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Ilsa Kerns,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ilsa Kerns
-sn: Kerns
-description: This is Ilsa Kerns's description
-facsimileTelephoneNumber: +1 408 790-1871
-l: Milpitas
-ou: Management
-postalAddress: Management$Milpitas
-telephoneNumber: +1 408 409-8936
-title: Junior Management Figurehead
-userPassword: Password1
-uid: KernsI
-givenName: Ilsa
-mail: KernsI@ccf238ac72764498a2a4e871140940fd.bitwarden.com
-carLicense: 496U0M
-departmentNumber: 2676
-employeeType: Normal
-homePhone: +1 408 545-9550
-initials: I. K.
-mobile: +1 408 195-9036
-pager: +1 408 524-5991
-roomNumber: 8326
-secretary: cn=Dania Hekel,ou=Product Development,dc=bitwarden, dc=com
-manager: cn=Helmuth Garfield,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Jerald Stemmler,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jerald Stemmler
-sn: Stemmler
-description: This is Jerald Stemmler's description
-facsimileTelephoneNumber: +1 804 490-8431
-l: Redmond
-ou: Product Testing
-postalAddress: Product Testing$Redmond
-telephoneNumber: +1 804 661-2946
-title: Master Product Testing Czar
-userPassword: Password1
-uid: StemmleJ
-givenName: Jerald
-mail: StemmleJ@a69ec3b3f0f649c684a03150d8e09c1f.bitwarden.com
-carLicense: BVTM2L
-departmentNumber: 1533
-employeeType: Employee
-homePhone: +1 804 274-4521
-initials: J. S.
-mobile: +1 804 451-8777
-pager: +1 804 138-2312
-roomNumber: 8397
-secretary: cn=Natassia Taverner,ou=Janitorial,dc=bitwarden, dc=com
-manager: cn=Thi Peirce,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Ekaterina Olsheski,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ekaterina Olsheski
-sn: Olsheski
-description: This is Ekaterina Olsheski's description
-facsimileTelephoneNumber: +1 415 523-7556
-l: Alameda
-ou: Payroll
-postalAddress: Payroll$Alameda
-telephoneNumber: +1 415 641-6248
-title: Master Payroll Czar
-userPassword: Password1
-uid: OlsheskE
-givenName: Ekaterina
-mail: OlsheskE@a2e58ac4aa674923b6c4c06738a79475.bitwarden.com
-carLicense: R9RRCQ
-departmentNumber: 9148
-employeeType: Normal
-homePhone: +1 415 940-7317
-initials: E. O.
-mobile: +1 415 892-4985
-pager: +1 415 545-6554
-roomNumber: 8055
-secretary: cn=Ringo Kavanagh,ou=Human Resources,dc=bitwarden, dc=com
-manager: cn=Pattie Rousseau,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Shya-Yun Bason,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Shya-Yun Bason
-sn: Bason
-description: This is Shya-Yun Bason's description
-facsimileTelephoneNumber: +1 206 162-3086
-l: Redwood Shores
-ou: Product Development
-postalAddress: Product Development$Redwood Shores
-telephoneNumber: +1 206 856-3828
-title: Supreme Product Development Figurehead
-userPassword: Password1
-uid: BasonS
-givenName: Shya-Yun
-mail: BasonS@f89a515c80574bae9191a55e3c4dfaf6.bitwarden.com
-carLicense: 4F5ELC
-departmentNumber: 4371
-employeeType: Normal
-homePhone: +1 206 355-5128
-initials: S. B.
-mobile: +1 206 338-8415
-pager: +1 206 158-2917
-roomNumber: 8625
-secretary: cn=Selime Zaia,ou=Product Development,dc=bitwarden, dc=com
-manager: cn=Latonya Cauthen,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Kiley Sorensen,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kiley Sorensen
-sn: Sorensen
-description: This is Kiley Sorensen's description
-facsimileTelephoneNumber: +1 206 306-3975
-l: Menlo Park
-ou: Management
-postalAddress: Management$Menlo Park
-telephoneNumber: +1 206 829-9229
-title: Junior Management Dictator
-userPassword: Password1
-uid: SorenseK
-givenName: Kiley
-mail: SorenseK@fbdea75273fa4221afce18ec5a7520e7.bitwarden.com
-carLicense: 2EBLVP
-departmentNumber: 6987
-employeeType: Contract
-homePhone: +1 206 268-2898
-initials: K. S.
-mobile: +1 206 760-4608
-pager: +1 206 950-6691
-roomNumber: 9240
-secretary: cn=King-Haut Glancey,ou=Product Development,dc=bitwarden, dc=com
-manager: cn=Greta Ramsayer,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Joshi Badowski,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Joshi Badowski
-sn: Badowski
-description: This is Joshi Badowski's description
-facsimileTelephoneNumber: +1 206 532-9538
-l: Santa Clara
-ou: Peons
-postalAddress: Peons$Santa Clara
-telephoneNumber: +1 206 501-1114
-title: Supreme Peons President
-userPassword: Password1
-uid: BadowskJ
-givenName: Joshi
-mail: BadowskJ@29a4a6f0114447e8a8b134d535fff459.bitwarden.com
-carLicense: ELC1RI
-departmentNumber: 7894
-employeeType: Employee
-homePhone: +1 206 145-7814
-initials: J. B.
-mobile: +1 206 385-9835
-pager: +1 206 196-8588
-roomNumber: 8103
-secretary: cn=Bahram Younglove,ou=Product Testing,dc=bitwarden, dc=com
-manager: cn=Rosalinde Veedell,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Esme Garay,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Esme Garay
-sn: Garay
-description: This is Esme Garay's description
-facsimileTelephoneNumber: +1 804 246-3517
-l: Sunnyvale
-ou: Peons
-postalAddress: Peons$Sunnyvale
-telephoneNumber: +1 804 339-2027
-title: Junior Peons Admin
-userPassword: Password1
-uid: GarayE
-givenName: Esme
-mail: GarayE@c4d474c95eb7414aac612c0c00005f95.bitwarden.com
-carLicense: 9GFPXR
-departmentNumber: 7877
-employeeType: Contract
-homePhone: +1 804 350-9264
-initials: E. G.
-mobile: +1 804 947-9900
-pager: +1 804 966-3658
-roomNumber: 9229
-secretary: cn=Becky Priestley,ou=Administrative,dc=bitwarden, dc=com
-manager: cn=Misbah Nielson,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Babs Pelland,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Babs Pelland
-sn: Pelland
-description: This is Babs Pelland's description
-facsimileTelephoneNumber: +1 818 840-8146
-l: Cambridge
-ou: Administrative
-postalAddress: Administrative$Cambridge
-telephoneNumber: +1 818 158-9587
-title: Associate Administrative Warrior
-userPassword: Password1
-uid: PellandB
-givenName: Babs
-mail: PellandB@e0b865c8881f423383fabe9eb3c4f96f.bitwarden.com
-carLicense: T7095K
-departmentNumber: 7326
-employeeType: Employee
-homePhone: +1 818 809-3330
-initials: B. P.
-mobile: +1 818 702-6290
-pager: +1 818 437-5303
-roomNumber: 9499
-manager: cn=Remington Parikh,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Christiane Kozelj,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Christiane Kozelj
-sn: Kozelj
-description: This is Christiane Kozelj's description
-facsimileTelephoneNumber: +1 818 207-4850
-l: Menlo Park
-ou: Human Resources
-postalAddress: Human Resources$Menlo Park
-telephoneNumber: +1 818 730-6603
-title: Associate Human Resources Architect
-userPassword: Password1
-uid: KozeljC
-givenName: Christiane
-mail: KozeljC@9545cc44f8ec4bbfbe8def18055c5b4c.bitwarden.com
-carLicense: SNXQB6
-departmentNumber: 5598
-employeeType: Contract
-homePhone: +1 818 942-9820
-initials: C. K.
-mobile: +1 818 737-6622
-pager: +1 818 981-7717
-roomNumber: 8435
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-manager: cn=Josy Puddington,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Reta Gamarnik,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Reta Gamarnik
-sn: Gamarnik
-description: This is Reta Gamarnik's description
-facsimileTelephoneNumber: +1 415 481-6559
-l: Milpitas
-ou: Peons
-postalAddress: Peons$Milpitas
-telephoneNumber: +1 415 242-4195
-title: Supreme Peons Technician
-userPassword: Password1
-uid: GamarniR
-givenName: Reta
-mail: GamarniR@f83a7f4c760f4150af7e304ab40b52c7.bitwarden.com
-carLicense: IHLSEO
-departmentNumber: 9785
-employeeType: Normal
-homePhone: +1 415 678-1075
-initials: R. G.
-mobile: +1 415 399-1117
-pager: +1 415 274-4979
-roomNumber: 9591
-secretary: cn=Ammamaria Herring,ou=Payroll,dc=bitwarden, dc=com
-manager: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Trudie Cracknell,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Trudie Cracknell
-sn: Cracknell
-description: This is Trudie Cracknell's description
-facsimileTelephoneNumber: +1 415 730-4564
-l: Palo Alto
-ou: Payroll
-postalAddress: Payroll$Palo Alto
-telephoneNumber: +1 415 803-7763
-title: Associate Payroll Visionary
-userPassword: Password1
-uid: CrackneT
-givenName: Trudie
-mail: CrackneT@88a0bef2b7c24026a62bd5985a7f9875.bitwarden.com
-carLicense: QWA2Y0
-departmentNumber: 8245
-employeeType: Contract
-homePhone: +1 415 145-4136
-initials: T. C.
-mobile: +1 415 792-2386
-pager: +1 415 688-7302
-roomNumber: 8283
-secretary: cn=Selime Zaia,ou=Product Development,dc=bitwarden, dc=com
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Valery Bostelmann,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Valery Bostelmann
-sn: Bostelmann
-description: This is Valery Bostelmann's description
-facsimileTelephoneNumber: +1 510 737-5783
-l: San Jose
-ou: Management
-postalAddress: Management$San Jose
-telephoneNumber: +1 510 811-7320
-title: Supreme Management Czar
-userPassword: Password1
-uid: BostelmV
-givenName: Valery
-mail: BostelmV@4a4ab4cd5b354b88972dfc3ecc3c2dae.bitwarden.com
-carLicense: ECWOS6
-departmentNumber: 4058
-employeeType: Contract
-homePhone: +1 510 745-5071
-initials: V. B.
-mobile: +1 510 982-3062
-pager: +1 510 831-9002
-roomNumber: 9578
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-manager: cn=Ronnica Grimm,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Eustacia McKinnon,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Eustacia McKinnon
-sn: McKinnon
-description: This is Eustacia McKinnon's description
-facsimileTelephoneNumber: +1 818 303-6405
-l: Milpitas
-ou: Management
-postalAddress: Management$Milpitas
-telephoneNumber: +1 818 276-3318
-title: Junior Management Manager
-userPassword: Password1
-uid: McKinnoE
-givenName: Eustacia
-mail: McKinnoE@d2a25fa2d2e145a9b8a79f1b7fb6ff18.bitwarden.com
-carLicense: KFLIM5
-departmentNumber: 9970
-employeeType: Employee
-homePhone: +1 818 341-6117
-initials: E. M.
-mobile: +1 818 556-7158
-pager: +1 818 322-9063
-roomNumber: 9317
-secretary: cn=Virgina Pichocki,ou=Product Development,dc=bitwarden, dc=com
-manager: cn=Shiela Harada,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Naomi Noujeim,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Naomi Noujeim
-sn: Noujeim
-description: This is Naomi Noujeim's description
-facsimileTelephoneNumber: +1 804 685-7222
-l: Alameda
-ou: Product Testing
-postalAddress: Product Testing$Alameda
-telephoneNumber: +1 804 555-6983
-title: Chief Product Testing Developer
-userPassword: Password1
-uid: NoujeimN
-givenName: Naomi
-mail: NoujeimN@416158c29ac0474db6d48adbdabbecbf.bitwarden.com
-carLicense: 42D562
-departmentNumber: 3732
-employeeType: Contract
-homePhone: +1 804 175-8005
-initials: N. N.
-mobile: +1 804 447-2260
-pager: +1 804 430-4588
-roomNumber: 9789
-secretary: cn=Wendye Kingdon,ou=Janitorial,dc=bitwarden, dc=com
-manager: cn=Dara Patchsqa,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Beppie Busby,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Beppie Busby
-sn: Busby
-description: This is Beppie Busby's description
-facsimileTelephoneNumber: +1 510 363-4131
-l: San Francisco
-ou: Administrative
-postalAddress: Administrative$San Francisco
-telephoneNumber: +1 510 346-1437
-title: Associate Administrative Manager
-userPassword: Password1
-uid: BusbyB
-givenName: Beppie
-mail: BusbyB@5bfe34f0b38046f495b7f4a7ffee01c4.bitwarden.com
-carLicense: MVFRO0
-departmentNumber: 6870
-employeeType: Contract
-homePhone: +1 510 106-2748
-initials: B. B.
-mobile: +1 510 855-5725
-pager: +1 510 250-2662
-roomNumber: 8391
-secretary: cn=Virgina Pichocki,ou=Product Development,dc=bitwarden, dc=com
-manager: cn=Ynes Quelch,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Thieu Trotter,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Thieu Trotter
-sn: Trotter
-description: This is Thieu Trotter's description
-facsimileTelephoneNumber: +1 804 657-1147
-l: Milpitas
-ou: Administrative
-postalAddress: Administrative$Milpitas
-telephoneNumber: +1 804 187-1266
-title: Master Administrative Developer
-userPassword: Password1
-uid: TrotterT
-givenName: Thieu
-mail: TrotterT@30e199c2e83e4bf58710a98a6a0e1fd5.bitwarden.com
-carLicense: 71MHG6
-departmentNumber: 8720
-employeeType: Employee
-homePhone: +1 804 539-3399
-initials: T. T.
-mobile: +1 804 580-4685
-pager: +1 804 882-5140
-roomNumber: 8377
-secretary: cn=Wallie Skof,ou=Management,dc=bitwarden, dc=com
-manager: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Maia Chummun,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Maia Chummun
-sn: Chummun
-description: This is Maia Chummun's description
-facsimileTelephoneNumber: +1 510 307-4888
-l: Fremont
-ou: Management
-postalAddress: Management$Fremont
-telephoneNumber: +1 510 267-1326
-title: Junior Management Madonna
-userPassword: Password1
-uid: ChummunM
-givenName: Maia
-mail: ChummunM@0b5d65fa33124d9bbb4035e5ae78d038.bitwarden.com
-carLicense: A6803G
-departmentNumber: 3804
-employeeType: Employee
-homePhone: +1 510 761-3531
-initials: M. C.
-mobile: +1 510 152-7617
-pager: +1 510 122-7693
-roomNumber: 8912
-secretary: cn=Gloriana Nill,ou=Product Testing,dc=bitwarden, dc=com
-manager: cn=Gwen Kardomateas,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Helsa Bhatt,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Helsa Bhatt
-sn: Bhatt
-description: This is Helsa Bhatt's description
-facsimileTelephoneNumber: +1 804 432-4313
-l: San Francisco
-ou: Management
-postalAddress: Management$San Francisco
-telephoneNumber: +1 804 844-7494
-title: Chief Management Janitor
-userPassword: Password1
-uid: BhattH
-givenName: Helsa
-mail: BhattH@5eabae8e0a894e598a102f3cdf87fde5.bitwarden.com
-carLicense: DH5DAY
-departmentNumber: 1860
-employeeType: Contract
-homePhone: +1 804 740-2290
-initials: H. B.
-mobile: +1 804 809-8719
-pager: +1 804 936-5941
-roomNumber: 8049
-manager: cn=Roberta Gaiarsa,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Jojo Wolska,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jojo Wolska
-sn: Wolska
-description: This is Jojo Wolska's description
-facsimileTelephoneNumber: +1 206 895-3871
-l: Cambridge
-ou: Human Resources
-postalAddress: Human Resources$Cambridge
-telephoneNumber: +1 206 924-5562
-title: Associate Human Resources Pinhead
-userPassword: Password1
-uid: WolskaJ
-givenName: Jojo
-mail: WolskaJ@7583ddd6a49e4dfbaa1dff6930c14ca2.bitwarden.com
-carLicense: TLEG50
-departmentNumber: 6491
-employeeType: Employee
-homePhone: +1 206 583-2198
-initials: J. W.
-mobile: +1 206 420-5317
-pager: +1 206 838-8508
-roomNumber: 8347
-manager: cn=Devonne Janelle,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Anallise Fenati,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Anallise Fenati
-sn: Fenati
-description: This is Anallise Fenati's description
-facsimileTelephoneNumber: +1 510 948-2411
-l: Fremont
-ou: Payroll
-postalAddress: Payroll$Fremont
-telephoneNumber: +1 510 509-8063
-title: Junior Payroll Janitor
-userPassword: Password1
-uid: FenatiA
-givenName: Anallise
-mail: FenatiA@2726d8072fde4b2fa3f16dc6b71679cb.bitwarden.com
-carLicense: XBKSQS
-departmentNumber: 5416
-employeeType: Employee
-homePhone: +1 510 140-4386
-initials: A. F.
-mobile: +1 510 982-7535
-pager: +1 510 485-5023
-roomNumber: 8705
-manager: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Gray Roddy,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gray Roddy
-sn: Roddy
-description: This is Gray Roddy's description
-facsimileTelephoneNumber: +1 408 807-1178
-l: Armonk
-ou: Peons
-postalAddress: Peons$Armonk
-telephoneNumber: +1 408 116-9019
-title: Chief Peons Punk
-userPassword: Password1
-uid: RoddyG
-givenName: Gray
-mail: RoddyG@08761145d0ee492388590ebc755ffc11.bitwarden.com
-carLicense: 8JUB4R
-departmentNumber: 1259
-employeeType: Employee
-homePhone: +1 408 950-6039
-initials: G. R.
-mobile: +1 408 421-1725
-pager: +1 408 663-7244
-roomNumber: 9340
-manager: cn=Ynes Quelch,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Wendye Kingdon,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Jorey Guertin,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jorey Guertin
-sn: Guertin
-description: This is Jorey Guertin's description
-facsimileTelephoneNumber: +1 510 521-1673
-l: Palo Alto
-ou: Product Development
-postalAddress: Product Development$Palo Alto
-telephoneNumber: +1 510 618-4259
-title: Supreme Product Development Dictator
-userPassword: Password1
-uid: GuertinJ
-givenName: Jorey
-mail: GuertinJ@1436471cc706442982672f6410f8f963.bitwarden.com
-carLicense: GU6O2H
-departmentNumber: 9627
-employeeType: Normal
-homePhone: +1 510 393-8552
-initials: J. G.
-mobile: +1 510 632-7707
-pager: +1 510 696-2208
-roomNumber: 9639
-manager: cn=Greta Ramsayer,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Bahram Younglove,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Cordelie Anstead,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Cordelie Anstead
-sn: Anstead
-description: This is Cordelie Anstead's description
-facsimileTelephoneNumber: +1 510 851-1289
-l: Milpitas
-ou: Product Testing
-postalAddress: Product Testing$Milpitas
-telephoneNumber: +1 510 181-9971
-title: Supreme Product Testing Janitor
-userPassword: Password1
-uid: AnsteadC
-givenName: Cordelie
-mail: AnsteadC@7961400fc48646dcae2a3636e26ff106.bitwarden.com
-carLicense: GEK065
-departmentNumber: 8748
-employeeType: Employee
-homePhone: +1 510 956-4971
-initials: C. A.
-mobile: +1 510 979-5020
-pager: +1 510 154-1834
-roomNumber: 9138
-manager: cn=Emmye Thaker,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Hyacinth Decker,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Hyacinth Decker
-sn: Decker
-description: This is Hyacinth Decker's description
-facsimileTelephoneNumber: +1 510 231-3619
-l: Sunnyvale
-ou: Janitorial
-postalAddress: Janitorial$Sunnyvale
-telephoneNumber: +1 510 805-5902
-title: Supreme Janitorial Sales Rep
-userPassword: Password1
-uid: DeckerH
-givenName: Hyacinth
-mail: DeckerH@a99e1da0f5f2400991be09c17f6454e6.bitwarden.com
-carLicense: V72UD5
-departmentNumber: 1439
-employeeType: Contract
-homePhone: +1 510 184-5951
-initials: H. D.
-mobile: +1 510 358-7546
-pager: +1 510 357-3399
-roomNumber: 8025
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Te-Wei Cung,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Analise Alvarez,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Analise Alvarez
-sn: Alvarez
-description: This is Analise Alvarez's description
-facsimileTelephoneNumber: +1 408 238-2091
-l: Menlo Park
-ou: Management
-postalAddress: Management$Menlo Park
-telephoneNumber: +1 408 150-8484
-title: Chief Management Technician
-userPassword: Password1
-uid: AlvarezA
-givenName: Analise
-mail: AlvarezA@d177a8d51dda4ffd9f7ea6fc6d635658.bitwarden.com
-carLicense: 55JQ97
-departmentNumber: 7204
-employeeType: Normal
-homePhone: +1 408 808-9782
-initials: A. A.
-mobile: +1 408 176-5512
-pager: +1 408 544-7067
-roomNumber: 8918
-manager: cn=Latonya Cauthen,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Pavla Organization,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Ramez Trochu,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ramez Trochu
-sn: Trochu
-description: This is Ramez Trochu's description
-facsimileTelephoneNumber: +1 415 391-8565
-l: Fremont
-ou: Human Resources
-postalAddress: Human Resources$Fremont
-telephoneNumber: +1 415 767-5808
-title: Associate Human Resources Mascot
-userPassword: Password1
-uid: TrochuR
-givenName: Ramez
-mail: TrochuR@8dfc96b3d0e547578cb502ea67822dc4.bitwarden.com
-carLicense: TL77UH
-departmentNumber: 8655
-employeeType: Contract
-homePhone: +1 415 283-8545
-initials: R. T.
-mobile: +1 415 257-4541
-pager: +1 415 332-1802
-roomNumber: 8919
-manager: cn=Remington Parikh,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Charin Goulfine,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Morissa Walker,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Morissa Walker
-sn: Walker
-description: This is Morissa Walker's description
-facsimileTelephoneNumber: +1 510 425-8909
-l: Redmond
-ou: Management
-postalAddress: Management$Redmond
-telephoneNumber: +1 510 641-2628
-title: Master Management Artist
-userPassword: Password1
-uid: WalkerM
-givenName: Morissa
-mail: WalkerM@26371a4a81014128a35af0560505c192.bitwarden.com
-carLicense: 9TCP7A
-departmentNumber: 1296
-employeeType: Employee
-homePhone: +1 510 322-8511
-initials: M. W.
-mobile: +1 510 725-2149
-pager: +1 510 475-1033
-roomNumber: 8786
-manager: cn=Misbah Nielson,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Wallie Skof,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Marney Tel,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Marney Tel
-sn: Tel
-description: This is Marney Tel's description
-facsimileTelephoneNumber: +1 415 421-9157
-l: Armonk
-ou: Administrative
-postalAddress: Administrative$Armonk
-telephoneNumber: +1 415 430-1944
-title: Junior Administrative Figurehead
-userPassword: Password1
-uid: TelM
-givenName: Marney
-mail: TelM@34e650ed4f054ffe9f07e59b82b133e2.bitwarden.com
-carLicense: 6CL1C7
-departmentNumber: 7905
-employeeType: Normal
-homePhone: +1 415 838-1930
-initials: M. T.
-mobile: +1 415 468-5553
-pager: +1 415 244-1860
-roomNumber: 9688
-manager: cn=Vitia Moulsoff,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Angelle Guarino,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Karrah Wylie,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Karrah Wylie
-sn: Wylie
-description: This is Karrah Wylie's description
-facsimileTelephoneNumber: +1 804 428-8826
-l: San Jose
-ou: Peons
-postalAddress: Peons$San Jose
-telephoneNumber: +1 804 351-1136
-title: Supreme Peons Artist
-userPassword: Password1
-uid: WylieK
-givenName: Karrah
-mail: WylieK@e97e68f305e3440c9129677cf226a2f9.bitwarden.com
-carLicense: YGIIKV
-departmentNumber: 9802
-employeeType: Employee
-homePhone: +1 804 918-9555
-initials: K. W.
-mobile: +1 804 537-8252
-pager: +1 804 556-7640
-roomNumber: 8157
-manager: cn=Helmuth Garfield,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Thuthuy Donelan,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Thuthuy Donelan
-sn: Donelan
-description: This is Thuthuy Donelan's description
-facsimileTelephoneNumber: +1 510 826-4197
-l: Santa Clara
-ou: Administrative
-postalAddress: Administrative$Santa Clara
-telephoneNumber: +1 510 246-9107
-title: Master Administrative Stooge
-userPassword: Password1
-uid: DonelanT
-givenName: Thuthuy
-mail: DonelanT@2a2a5103a28e4b509308d9e3061b9c98.bitwarden.com
-carLicense: 9Y13E6
-departmentNumber: 6070
-employeeType: Contract
-homePhone: +1 510 962-3067
-initials: T. D.
-mobile: +1 510 455-7581
-pager: +1 510 989-7189
-roomNumber: 9644
-manager: cn=Dara Patchsqa,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Bahram Younglove,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Lee Salomon,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lee Salomon
-sn: Salomon
-description: This is Lee Salomon's description
-facsimileTelephoneNumber: +1 510 981-1794
-l: Menlo Park
-ou: Management
-postalAddress: Management$Menlo Park
-telephoneNumber: +1 510 279-9742
-title: Junior Management Admin
-userPassword: Password1
-uid: SalomonL
-givenName: Lee
-mail: SalomonL@61003bbcc2b54b358efccfc69a8f8df8.bitwarden.com
-carLicense: 4DSB5A
-departmentNumber: 4904
-employeeType: Normal
-homePhone: +1 510 467-7938
-initials: L. S.
-mobile: +1 510 362-5087
-pager: +1 510 570-3975
-roomNumber: 8620
-manager: cn=Shiela Harada,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Pavla Organization,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Anjanette Auton,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Anjanette Auton
-sn: Auton
-description: This is Anjanette Auton's description
-facsimileTelephoneNumber: +1 804 425-8713
-l: Armonk
-ou: Peons
-postalAddress: Peons$Armonk
-telephoneNumber: +1 804 933-5740
-title: Chief Peons Figurehead
-userPassword: Password1
-uid: AutonA
-givenName: Anjanette
-mail: AutonA@4efa71f4c831463ca47897d70ed63654.bitwarden.com
-carLicense: KLPSUC
-departmentNumber: 4471
-employeeType: Employee
-homePhone: +1 804 340-5238
-initials: A. A.
-mobile: +1 804 333-7262
-pager: +1 804 248-3842
-roomNumber: 9918
-manager: cn=Rosalinde Veedell,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Bahram Younglove,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Sophia Awadalla,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sophia Awadalla
-sn: Awadalla
-description: This is Sophia Awadalla's description
-facsimileTelephoneNumber: +1 510 440-9149
-l: Alameda
-ou: Administrative
-postalAddress: Administrative$Alameda
-telephoneNumber: +1 510 216-5884
-title: Chief Administrative Architect
-userPassword: Password1
-uid: AwadallS
-givenName: Sophia
-mail: AwadallS@81d32ce05a554d349637ea6b352e7d54.bitwarden.com
-carLicense: R80A3X
-departmentNumber: 1972
-employeeType: Normal
-homePhone: +1 510 612-1070
-initials: S. A.
-mobile: +1 510 917-6105
-pager: +1 510 697-1403
-roomNumber: 9676
-manager: cn=Nikos Fouret,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Becky Priestley,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=MaryLynn Fiset,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: MaryLynn Fiset
-sn: Fiset
-description: This is MaryLynn Fiset's description
-facsimileTelephoneNumber: +1 415 676-4124
-l: Redmond
-ou: Administrative
-postalAddress: Administrative$Redmond
-telephoneNumber: +1 415 730-6678
-title: Master Administrative Czar
-userPassword: Password1
-uid: FisetM
-givenName: MaryLynn
-mail: FisetM@e28d4d2595974c10b2f19b4fce54fe69.bitwarden.com
-carLicense: 5XVSYG
-departmentNumber: 9808
-employeeType: Contract
-homePhone: +1 415 115-6205
-initials: M. F.
-mobile: +1 415 694-2775
-pager: +1 415 993-1676
-roomNumber: 8351
-manager: cn=Remington Parikh,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Wallie Skof,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Donetta Rubinov,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Donetta Rubinov
-sn: Rubinov
-description: This is Donetta Rubinov's description
-facsimileTelephoneNumber: +1 415 348-2439
-l: San Mateo
-ou: Product Development
-postalAddress: Product Development$San Mateo
-telephoneNumber: +1 415 256-8812
-title: Master Product Development Czar
-userPassword: Password1
-uid: RubinovD
-givenName: Donetta
-mail: RubinovD@ef2270c14b094de6b45c57fd04ab63b3.bitwarden.com
-carLicense: J57R1B
-departmentNumber: 2321
-employeeType: Normal
-homePhone: +1 415 365-2578
-initials: D. R.
-mobile: +1 415 446-1582
-pager: +1 415 354-1708
-roomNumber: 9452
-manager: cn=Hans Kirchner,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Jesus Earley,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Ninnette Eckhart,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ninnette Eckhart
-sn: Eckhart
-description: This is Ninnette Eckhart's description
-facsimileTelephoneNumber: +1 408 643-5526
-l: Fremont
-ou: Payroll
-postalAddress: Payroll$Fremont
-telephoneNumber: +1 408 288-7770
-title: Chief Payroll Director
-userPassword: Password1
-uid: EckhartN
-givenName: Ninnette
-mail: EckhartN@fa24ec889c254a59aab7efdf58290a80.bitwarden.com
-carLicense: XY9LCD
-departmentNumber: 2834
-employeeType: Contract
-homePhone: +1 408 920-8819
-initials: N. E.
-mobile: +1 408 858-6491
-pager: +1 408 819-2289
-roomNumber: 8423
-manager: cn=Pierre-Alain Posthumus,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=King-Haut Glancey,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Loren Dunkelman,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Loren Dunkelman
-sn: Dunkelman
-description: This is Loren Dunkelman's description
-facsimileTelephoneNumber: +1 510 409-2245
-l: Redmond
-ou: Human Resources
-postalAddress: Human Resources$Redmond
-telephoneNumber: +1 510 910-2108
-title: Chief Human Resources Vice President
-userPassword: Password1
-uid: DunkelmL
-givenName: Loren
-mail: DunkelmL@f144e7e7b9f549caba4a006fc24a06f0.bitwarden.com
-carLicense: 7U0LAL
-departmentNumber: 6835
-employeeType: Contract
-homePhone: +1 510 270-3272
-initials: L. D.
-mobile: +1 510 546-4012
-pager: +1 510 145-5736
-roomNumber: 8462
-manager: cn=Greta Ramsayer,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Ramanamurthy Shirey,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ramanamurthy Shirey
-sn: Shirey
-description: This is Ramanamurthy Shirey's description
-facsimileTelephoneNumber: +1 510 115-1040
-l: San Francisco
-ou: Payroll
-postalAddress: Payroll$San Francisco
-telephoneNumber: +1 510 218-5960
-title: Junior Payroll Madonna
-userPassword: Password1
-uid: ShireyR
-givenName: Ramanamurthy
-mail: ShireyR@22a35825f6d5435eac2aa3a7e8128adc.bitwarden.com
-carLicense: LY2GFC
-departmentNumber: 2797
-employeeType: Contract
-homePhone: +1 510 268-8939
-initials: R. S.
-mobile: +1 510 380-1954
-pager: +1 510 678-9520
-roomNumber: 8628
-manager: cn=Inga Schnirer,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Technical Kalman,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Technical Kalman
-sn: Kalman
-description: This is Technical Kalman's description
-facsimileTelephoneNumber: +1 206 389-5233
-l: Menlo Park
-ou: Product Testing
-postalAddress: Product Testing$Menlo Park
-telephoneNumber: +1 206 791-6968
-title: Supreme Product Testing Figurehead
-userPassword: Password1
-uid: KalmanT
-givenName: Technical
-mail: KalmanT@fd7f1413c0914fd9966db7121e375108.bitwarden.com
-carLicense: ENKMLT
-departmentNumber: 3613
-employeeType: Employee
-homePhone: +1 206 416-4740
-initials: T. K.
-mobile: +1 206 185-8354
-pager: +1 206 123-3689
-roomNumber: 8548
-manager: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Virgina Pichocki,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Didar Habel,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Didar Habel
-sn: Habel
-description: This is Didar Habel's description
-facsimileTelephoneNumber: +1 213 671-2766
-l: Alameda
-ou: Product Development
-postalAddress: Product Development$Alameda
-telephoneNumber: +1 213 101-4032
-title: Junior Product Development Janitor
-userPassword: Password1
-uid: HabelD
-givenName: Didar
-mail: HabelD@09d73a27ff384f8d955288bba88ddd82.bitwarden.com
-carLicense: IJSLTI
-departmentNumber: 2772
-employeeType: Employee
-homePhone: +1 213 488-2408
-initials: D. H.
-mobile: +1 213 139-1057
-pager: +1 213 790-7630
-roomNumber: 9127
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Charin Goulfine,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Minna Scomello,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Minna Scomello
-sn: Scomello
-description: This is Minna Scomello's description
-facsimileTelephoneNumber: +1 415 841-1447
-l: Redmond
-ou: Product Development
-postalAddress: Product Development$Redmond
-telephoneNumber: +1 415 816-2216
-title: Chief Product Development President
-userPassword: Password1
-uid: ScomellM
-givenName: Minna
-mail: ScomellM@d1186568844c4440bc6aec688b283aec.bitwarden.com
-carLicense: 53IY9N
-departmentNumber: 9805
-employeeType: Contract
-homePhone: +1 415 217-2508
-initials: M. S.
-mobile: +1 415 959-4986
-pager: +1 415 654-4867
-roomNumber: 9546
-manager: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Eastreg Ishii,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Eastreg Ishii
-sn: Ishii
-description: This is Eastreg Ishii's description
-facsimileTelephoneNumber: +1 213 612-1058
-l: Sunnyvale
-ou: Product Development
-postalAddress: Product Development$Sunnyvale
-telephoneNumber: +1 213 192-8375
-title: Master Product Development Punk
-userPassword: Password1
-uid: IshiiE
-givenName: Eastreg
-mail: IshiiE@e8b42fe4709142ccb9521fb60b9c2535.bitwarden.com
-carLicense: U2VEJY
-departmentNumber: 1957
-employeeType: Employee
-homePhone: +1 213 950-1393
-initials: E. I.
-mobile: +1 213 776-6920
-pager: +1 213 590-8015
-roomNumber: 8678
-manager: cn=Inga Schnirer,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Yueli Yakibchuk,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Aditya Gell,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Aditya Gell
-sn: Gell
-description: This is Aditya Gell's description
-facsimileTelephoneNumber: +1 206 244-2293
-l: San Mateo
-ou: Janitorial
-postalAddress: Janitorial$San Mateo
-telephoneNumber: +1 206 934-9416
-title: Chief Janitorial Admin
-userPassword: Password1
-uid: GellA
-givenName: Aditya
-mail: GellA@9d33ffd4da1445afb8600e31e26d24d8.bitwarden.com
-carLicense: YJBEL8
-departmentNumber: 6794
-employeeType: Normal
-homePhone: +1 206 621-7434
-initials: A. G.
-mobile: +1 206 623-7487
-pager: +1 206 683-7408
-roomNumber: 8551
-manager: cn=Latonya Cauthen,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Catherin Boswick,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Catherin Boswick
-sn: Boswick
-description: This is Catherin Boswick's description
-facsimileTelephoneNumber: +1 804 134-7691
-l: Milpitas
-ou: Janitorial
-postalAddress: Janitorial$Milpitas
-telephoneNumber: +1 804 415-5275
-title: Chief Janitorial Grunt
-userPassword: Password1
-uid: BoswickC
-givenName: Catherin
-mail: BoswickC@86c55960d45747ecb5afd7997d576a89.bitwarden.com
-carLicense: D97F1Q
-departmentNumber: 6888
-employeeType: Contract
-homePhone: +1 804 881-8414
-initials: C. B.
-mobile: +1 804 992-8015
-pager: +1 804 931-2055
-roomNumber: 8487
-manager: cn=Helmuth Garfield,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Alessandra Gobeil,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Kang-Yuan Whitfill,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kang-Yuan Whitfill
-sn: Whitfill
-description: This is Kang-Yuan Whitfill's description
-facsimileTelephoneNumber: +1 206 248-5127
-l: Orem
-ou: Management
-postalAddress: Management$Orem
-telephoneNumber: +1 206 898-8408
-title: Supreme Management Developer
-userPassword: Password1
-uid: WhitfilK
-givenName: Kang-Yuan
-mail: WhitfilK@4964020f5ac94a59b22a0311ddec080f.bitwarden.com
-carLicense: Y6QMRC
-departmentNumber: 4217
-employeeType: Contract
-homePhone: +1 206 693-3487
-initials: K. W.
-mobile: +1 206 858-4896
-pager: +1 206 142-7988
-roomNumber: 9315
-manager: cn=Thi Peirce,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Ronna Schaller,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ronna Schaller
-sn: Schaller
-description: This is Ronna Schaller's description
-facsimileTelephoneNumber: +1 206 738-3950
-l: Fremont
-ou: Product Development
-postalAddress: Product Development$Fremont
-telephoneNumber: +1 206 267-2334
-title: Supreme Product Development Evangelist
-userPassword: Password1
-uid: SchalleR
-givenName: Ronna
-mail: SchalleR@551b062a630f40febc259945385aaaf2.bitwarden.com
-carLicense: 4S09IA
-departmentNumber: 4754
-employeeType: Employee
-homePhone: +1 206 731-4416
-initials: R. S.
-mobile: +1 206 753-9492
-pager: +1 206 268-9219
-roomNumber: 8174
-manager: cn=Emmye Thaker,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Joannie Oaks,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Joannie Oaks
-sn: Oaks
-description: This is Joannie Oaks's description
-facsimileTelephoneNumber: +1 415 761-6187
-l: Sunnyvale
-ou: Administrative
-postalAddress: Administrative$Sunnyvale
-telephoneNumber: +1 415 635-4236
-title: Supreme Administrative Vice President
-userPassword: Password1
-uid: OaksJ
-givenName: Joannie
-mail: OaksJ@4a913335a7f143d2b385347b29ca43fd.bitwarden.com
-carLicense: OYPCRW
-departmentNumber: 1386
-employeeType: Employee
-homePhone: +1 415 952-1062
-initials: J. O.
-mobile: +1 415 895-5511
-pager: +1 415 478-9414
-roomNumber: 8422
-manager: cn=Emmye Thaker,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Wallie Skof,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Cosette Grueneich,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Cosette Grueneich
-sn: Grueneich
-description: This is Cosette Grueneich's description
-facsimileTelephoneNumber: +1 818 405-7600
-l: Redwood Shores
-ou: Janitorial
-postalAddress: Janitorial$Redwood Shores
-telephoneNumber: +1 818 828-9212
-title: Chief Janitorial Vice President
-userPassword: Password1
-uid: GrueneiC
-givenName: Cosette
-mail: GrueneiC@2b9fd035a3c74d0a924ba78f328d5988.bitwarden.com
-carLicense: 6BNWV6
-departmentNumber: 6045
-employeeType: Normal
-homePhone: +1 818 940-7093
-initials: C. G.
-mobile: +1 818 372-3456
-pager: +1 818 766-7011
-roomNumber: 8505
-manager: cn=Adrea Leistico,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Virgina Pichocki,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Kemp Lorint,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kemp Lorint
-sn: Lorint
-description: This is Kemp Lorint's description
-facsimileTelephoneNumber: +1 206 572-4691
-l: San Mateo
-ou: Product Testing
-postalAddress: Product Testing$San Mateo
-telephoneNumber: +1 206 225-1480
-title: Associate Product Testing President
-userPassword: Password1
-uid: LorintK
-givenName: Kemp
-mail: LorintK@3c4dbb6665a7445fa14802eb54e6a9d0.bitwarden.com
-carLicense: UOLYRN
-departmentNumber: 3801
-employeeType: Normal
-homePhone: +1 206 285-7153
-initials: K. L.
-mobile: +1 206 894-9809
-pager: +1 206 213-8890
-roomNumber: 9598
-manager: cn=Adrea Leistico,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Pavla Organization,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Janet Lilleniit,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Janet Lilleniit
-sn: Lilleniit
-description: This is Janet Lilleniit's description
-facsimileTelephoneNumber: +1 206 573-8429
-l: San Mateo
-ou: Management
-postalAddress: Management$San Mateo
-telephoneNumber: +1 206 204-8116
-title: Junior Management Director
-userPassword: Password1
-uid: LilleniJ
-givenName: Janet
-mail: LilleniJ@fd0854655b5f4982bc6e7a95b12dd3fe.bitwarden.com
-carLicense: TT99TQ
-departmentNumber: 5018
-employeeType: Normal
-homePhone: +1 206 337-3482
-initials: J. L.
-mobile: +1 206 277-4411
-pager: +1 206 974-5934
-roomNumber: 9689
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Dania Hekel,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Nelson Watchorn,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Nelson Watchorn
-sn: Watchorn
-description: This is Nelson Watchorn's description
-facsimileTelephoneNumber: +1 213 207-8609
-l: Alameda
-ou: Product Testing
-postalAddress: Product Testing$Alameda
-telephoneNumber: +1 213 640-2112
-title: Chief Product Testing Fellow
-userPassword: Password1
-uid: WatchorN
-givenName: Nelson
-mail: WatchorN@6ad50b5570274446ac57cf22bb8d002a.bitwarden.com
-carLicense: RQDRI7
-departmentNumber: 2523
-employeeType: Normal
-homePhone: +1 213 939-7028
-initials: N. W.
-mobile: +1 213 988-3453
-pager: +1 213 215-2045
-roomNumber: 8593
-manager: cn=Felicle Ostaszewski,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Katina Swinkels,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Katina Swinkels
-sn: Swinkels
-description: This is Katina Swinkels's description
-facsimileTelephoneNumber: +1 206 565-5905
-l: Redmond
-ou: Product Testing
-postalAddress: Product Testing$Redmond
-telephoneNumber: +1 206 708-5290
-title: Associate Product Testing Visionary
-userPassword: Password1
-uid: SwinkelK
-givenName: Katina
-mail: SwinkelK@3e044de8fdd14b83b9b0d85310545f1e.bitwarden.com
-carLicense: 7VO15S
-departmentNumber: 2493
-employeeType: Contract
-homePhone: +1 206 518-6531
-initials: K. S.
-mobile: +1 206 791-4345
-pager: +1 206 349-8794
-roomNumber: 8815
-manager: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Wendye Kingdon,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Electra Takefman,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Electra Takefman
-sn: Takefman
-description: This is Electra Takefman's description
-facsimileTelephoneNumber: +1 213 248-9960
-l: Fremont
-ou: Product Testing
-postalAddress: Product Testing$Fremont
-telephoneNumber: +1 213 813-6394
-title: Supreme Product Testing Vice President
-userPassword: Password1
-uid: TakefmaE
-givenName: Electra
-mail: TakefmaE@d9dfb2c3a70849548f67937ceedb07f1.bitwarden.com
-carLicense: UY14NU
-departmentNumber: 5494
-employeeType: Contract
-homePhone: +1 213 903-6325
-initials: E. T.
-mobile: +1 213 180-8027
-pager: +1 213 929-1847
-roomNumber: 9481
-manager: cn=Latonya Cauthen,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Ringo Kavanagh,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Sapphira MacIver,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sapphira MacIver
-sn: MacIver
-description: This is Sapphira MacIver's description
-facsimileTelephoneNumber: +1 415 530-4247
-l: Alameda
-ou: Janitorial
-postalAddress: Janitorial$Alameda
-telephoneNumber: +1 415 953-6399
-title: Associate Janitorial Writer
-userPassword: Password1
-uid: MacIverS
-givenName: Sapphira
-mail: MacIverS@00246f87818040dda34de6aab7ea13d5.bitwarden.com
-carLicense: CPWS4T
-departmentNumber: 6406
-employeeType: Employee
-homePhone: +1 415 966-4820
-initials: S. M.
-mobile: +1 415 210-7528
-pager: +1 415 535-5707
-roomNumber: 9573
-manager: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Natassia Taverner,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Cristina Neumann,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Cristina Neumann
-sn: Neumann
-description: This is Cristina Neumann's description
-facsimileTelephoneNumber: +1 818 633-5489
-l: Cambridge
-ou: Product Testing
-postalAddress: Product Testing$Cambridge
-telephoneNumber: +1 818 574-3467
-title: Chief Product Testing Developer
-userPassword: Password1
-uid: NeumannC
-givenName: Cristina
-mail: NeumannC@a34b98c149684e73ac6745a5677c53e9.bitwarden.com
-carLicense: 6MAHG3
-departmentNumber: 2565
-employeeType: Normal
-homePhone: +1 818 427-3662
-initials: C. N.
-mobile: +1 818 576-6142
-pager: +1 818 250-2087
-roomNumber: 9874
-manager: cn=Roberta Gaiarsa,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Yueli Yakibchuk,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Diandra Hampshire,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Diandra Hampshire
-sn: Hampshire
-description: This is Diandra Hampshire's description
-facsimileTelephoneNumber: +1 510 502-8031
-l: Milpitas
-ou: Peons
-postalAddress: Peons$Milpitas
-telephoneNumber: +1 510 477-3585
-title: Junior Peons Engineer
-userPassword: Password1
-uid: HampshiD
-givenName: Diandra
-mail: HampshiD@73556a5ca94e4954ae67965a6d50cb2c.bitwarden.com
-carLicense: I2V1SJ
-departmentNumber: 8488
-employeeType: Normal
-homePhone: +1 510 980-3881
-initials: D. H.
-mobile: +1 510 650-4950
-pager: +1 510 566-8740
-roomNumber: 9184
-manager: cn=Helmuth Garfield,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Dania Hekel,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Gaston Walchli,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gaston Walchli
-sn: Walchli
-description: This is Gaston Walchli's description
-facsimileTelephoneNumber: +1 510 485-3935
-l: Alameda
-ou: Peons
-postalAddress: Peons$Alameda
-telephoneNumber: +1 510 219-7333
-title: Master Peons Visionary
-userPassword: Password1
-uid: WalchliG
-givenName: Gaston
-mail: WalchliG@b0d4984ab4b345379692f9c3bfc44f90.bitwarden.com
-carLicense: Q734FY
-departmentNumber: 2591
-employeeType: Employee
-homePhone: +1 510 735-8958
-initials: G. W.
-mobile: +1 510 223-7059
-pager: +1 510 593-5196
-roomNumber: 8794
-manager: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Grantley Kobreek,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Katrine McIntee,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Katrine McIntee
-sn: McIntee
-description: This is Katrine McIntee's description
-facsimileTelephoneNumber: +1 408 551-8309
-l: Armonk
-ou: Human Resources
-postalAddress: Human Resources$Armonk
-telephoneNumber: +1 408 808-2964
-title: Chief Human Resources Admin
-userPassword: Password1
-uid: McInteeK
-givenName: Katrine
-mail: McInteeK@2e06903f00cc4bf8844eeda994fe2f9b.bitwarden.com
-carLicense: SWRL5K
-departmentNumber: 3568
-employeeType: Normal
-homePhone: +1 408 830-6649
-initials: K. M.
-mobile: +1 408 938-3601
-pager: +1 408 748-6554
-roomNumber: 8789
-manager: cn=Rosalinde Veedell,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=King-Haut Glancey,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Gussy Devera,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gussy Devera
-sn: Devera
-description: This is Gussy Devera's description
-facsimileTelephoneNumber: +1 804 949-3009
-l: Alameda
-ou: Payroll
-postalAddress: Payroll$Alameda
-telephoneNumber: +1 804 863-4671
-title: Supreme Payroll Fellow
-userPassword: Password1
-uid: DeveraG
-givenName: Gussy
-mail: DeveraG@41979f975e5b4df39d8af2a5899b3c86.bitwarden.com
-carLicense: UQH4SY
-departmentNumber: 6404
-employeeType: Normal
-homePhone: +1 804 719-2271
-initials: G. D.
-mobile: +1 804 755-2948
-pager: +1 804 798-3433
-roomNumber: 8023
-manager: cn=Josy Puddington,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Selime Zaia,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Stephany Gucer,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Stephany Gucer
-sn: Gucer
-description: This is Stephany Gucer's description
-facsimileTelephoneNumber: +1 818 608-1584
-l: Menlo Park
-ou: Product Testing
-postalAddress: Product Testing$Menlo Park
-telephoneNumber: +1 818 387-9853
-title: Supreme Product Testing Janitor
-userPassword: Password1
-uid: GucerS
-givenName: Stephany
-mail: GucerS@741bea492da146a1a8fe0b10b75e10f1.bitwarden.com
-carLicense: 1SFXST
-departmentNumber: 6388
-employeeType: Contract
-homePhone: +1 818 766-9169
-initials: S. G.
-mobile: +1 818 217-7155
-pager: +1 818 608-1545
-roomNumber: 8572
-manager: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Vac-man Copeman,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Vac-man Copeman
-sn: Copeman
-description: This is Vac-man Copeman's description
-facsimileTelephoneNumber: +1 408 590-8328
-l: San Francisco
-ou: Management
-postalAddress: Management$San Francisco
-telephoneNumber: +1 408 350-2370
-title: Supreme Management Punk
-userPassword: Password1
-uid: CopemanV
-givenName: Vac-man
-mail: CopemanV@36189ecdc23f47b7adda01d66a936abe.bitwarden.com
-carLicense: QER6J5
-departmentNumber: 5992
-employeeType: Employee
-homePhone: +1 408 953-9296
-initials: V. C.
-mobile: +1 408 424-2045
-pager: +1 408 108-9132
-roomNumber: 9961
-manager: cn=Remington Parikh,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Wallie Skof,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Alejandrina Nilsson,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Alejandrina Nilsson
-sn: Nilsson
-description: This is Alejandrina Nilsson's description
-facsimileTelephoneNumber: +1 408 485-6566
-l: Cupertino
-ou: Janitorial
-postalAddress: Janitorial$Cupertino
-telephoneNumber: +1 408 664-5459
-title: Chief Janitorial Admin
-userPassword: Password1
-uid: NilssonA
-givenName: Alejandrina
-mail: NilssonA@9a209519348642769473b09231da3137.bitwarden.com
-carLicense: SBX6CJ
-departmentNumber: 3702
-employeeType: Employee
-homePhone: +1 408 263-3889
-initials: A. N.
-mobile: +1 408 281-6775
-pager: +1 408 705-2508
-roomNumber: 9374
-manager: cn=Pattie Rousseau,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Becky Priestley,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Thuy Alegre,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Thuy Alegre
-sn: Alegre
-description: This is Thuy Alegre's description
-facsimileTelephoneNumber: +1 818 912-3199
-l: San Francisco
-ou: Payroll
-postalAddress: Payroll$San Francisco
-telephoneNumber: +1 818 994-3303
-title: Chief Payroll Madonna
-userPassword: Password1
-uid: AlegreT
-givenName: Thuy
-mail: AlegreT@981085ff56964535b10bf63ee444ca85.bitwarden.com
-carLicense: TSHTU7
-departmentNumber: 6361
-employeeType: Employee
-homePhone: +1 818 909-6522
-initials: T. A.
-mobile: +1 818 510-1984
-pager: +1 818 859-8669
-roomNumber: 8703
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Jesus Earley,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Ellyn Rummel,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ellyn Rummel
-sn: Rummel
-description: This is Ellyn Rummel's description
-facsimileTelephoneNumber: +1 206 128-5322
-l: Cupertino
-ou: Human Resources
-postalAddress: Human Resources$Cupertino
-telephoneNumber: +1 206 702-6743
-title: Associate Human Resources Warrior
-userPassword: Password1
-uid: RummelE
-givenName: Ellyn
-mail: RummelE@55c6c435877940599b41e6e5d6f01b1d.bitwarden.com
-carLicense: AS9FCA
-departmentNumber: 6942
-employeeType: Contract
-homePhone: +1 206 681-3113
-initials: E. R.
-mobile: +1 206 553-7830
-pager: +1 206 604-5678
-roomNumber: 9604
-manager: cn=Emmye Thaker,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Mika Eder,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mika Eder
-sn: Eder
-description: This is Mika Eder's description
-facsimileTelephoneNumber: +1 804 976-9318
-l: Armonk
-ou: Management
-postalAddress: Management$Armonk
-telephoneNumber: +1 804 566-1104
-title: Supreme Management Stooge
-userPassword: Password1
-uid: EderM
-givenName: Mika
-mail: EderM@4c3f9ac9725344988223c5450f40e73e.bitwarden.com
-carLicense: H5XA4Y
-departmentNumber: 8890
-employeeType: Employee
-homePhone: +1 804 500-4287
-initials: M. E.
-mobile: +1 804 271-2947
-pager: +1 804 974-6672
-roomNumber: 8335
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Praveen Nemec,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Praveen Nemec
-sn: Nemec
-description: This is Praveen Nemec's description
-facsimileTelephoneNumber: +1 213 825-7563
-l: Santa Clara
-ou: Administrative
-postalAddress: Administrative$Santa Clara
-telephoneNumber: +1 213 179-1738
-title: Master Administrative Mascot
-userPassword: Password1
-uid: NemecP
-givenName: Praveen
-mail: NemecP@7f1912f54e7a4efa8a33a6ba82fc7102.bitwarden.com
-carLicense: XVVSE6
-departmentNumber: 8933
-employeeType: Employee
-homePhone: +1 213 719-5710
-initials: P. N.
-mobile: +1 213 550-8465
-pager: +1 213 763-6972
-roomNumber: 9603
-manager: cn=Greta Ramsayer,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Joyan Sherow,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Joyan Sherow
-sn: Sherow
-description: This is Joyan Sherow's description
-facsimileTelephoneNumber: +1 818 587-7498
-l: Milpitas
-ou: Peons
-postalAddress: Peons$Milpitas
-telephoneNumber: +1 818 182-4999
-title: Associate Peons Artist
-userPassword: Password1
-uid: SherowJ
-givenName: Joyan
-mail: SherowJ@51b88f3ba40848038fd7cf993709ac48.bitwarden.com
-carLicense: 7HF1GH
-departmentNumber: 1544
-employeeType: Contract
-homePhone: +1 818 865-9820
-initials: J. S.
-mobile: +1 818 921-2359
-pager: +1 818 582-2988
-roomNumber: 9638
-manager: cn=Pierre-Alain Posthumus,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Tina Pittman,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Tina Pittman
-sn: Pittman
-description: This is Tina Pittman's description
-facsimileTelephoneNumber: +1 510 991-1499
-l: Redmond
-ou: Peons
-postalAddress: Peons$Redmond
-telephoneNumber: +1 510 538-2998
-title: Chief Peons Assistant
-userPassword: Password1
-uid: PittmanT
-givenName: Tina
-mail: PittmanT@f0656a6cb35246cf8deb9aab6d4b36f3.bitwarden.com
-carLicense: M9LEEE
-departmentNumber: 1100
-employeeType: Employee
-homePhone: +1 510 483-3002
-initials: T. P.
-mobile: +1 510 321-5309
-pager: +1 510 445-3339
-roomNumber: 9605
-manager: cn=Ronnica Grimm,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Stephanie Temp,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Stephanie Temp
-sn: Temp
-description: This is Stephanie Temp's description
-facsimileTelephoneNumber: +1 510 419-5459
-l: Cambridge
-ou: Product Testing
-postalAddress: Product Testing$Cambridge
-telephoneNumber: +1 510 416-7550
-title: Supreme Product Testing Grunt
-userPassword: Password1
-uid: TempS
-givenName: Stephanie
-mail: TempS@9c4d3694892b4afe834a8c0a729e6790.bitwarden.com
-carLicense: 4SE5FF
-departmentNumber: 4766
-employeeType: Employee
-homePhone: +1 510 153-6041
-initials: S. T.
-mobile: +1 510 697-6223
-pager: +1 510 824-9755
-roomNumber: 8709
-manager: cn=Hans Kirchner,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Ammamaria Herring,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Divina Selisker,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Divina Selisker
-sn: Selisker
-description: This is Divina Selisker's description
-facsimileTelephoneNumber: +1 206 131-2522
-l: Cambridge
-ou: Human Resources
-postalAddress: Human Resources$Cambridge
-telephoneNumber: +1 206 807-1579
-title: Supreme Human Resources Dictator
-userPassword: Password1
-uid: SeliskeD
-givenName: Divina
-mail: SeliskeD@97df64fd63964d63ae961e1122586e46.bitwarden.com
-carLicense: VTCVJA
-departmentNumber: 5011
-employeeType: Employee
-homePhone: +1 206 764-6012
-initials: D. S.
-mobile: +1 206 753-1869
-pager: +1 206 309-5263
-roomNumber: 9109
-manager: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Jackson Leapheart,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Toyoji Cifelli,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Toyoji Cifelli
-sn: Cifelli
-description: This is Toyoji Cifelli's description
-facsimileTelephoneNumber: +1 510 468-9519
-l: Orem
-ou: Product Development
-postalAddress: Product Development$Orem
-telephoneNumber: +1 510 950-3339
-title: Junior Product Development Stooge
-userPassword: Password1
-uid: CifelliT
-givenName: Toyoji
-mail: CifelliT@4f5cf3c68fb84cb583c3e869db2086bb.bitwarden.com
-carLicense: AB031J
-departmentNumber: 5310
-employeeType: Contract
-homePhone: +1 510 830-1847
-initials: T. C.
-mobile: +1 510 563-5899
-pager: +1 510 945-6343
-roomNumber: 9329
-manager: cn=Josy Puddington,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Jesus Earley,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Lovina Barrows,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lovina Barrows
-sn: Barrows
-description: This is Lovina Barrows's description
-facsimileTelephoneNumber: +1 510 974-2615
-l: Milpitas
-ou: Product Testing
-postalAddress: Product Testing$Milpitas
-telephoneNumber: +1 510 931-2633
-title: Junior Product Testing Assistant
-userPassword: Password1
-uid: BarrowsL
-givenName: Lovina
-mail: BarrowsL@092525853fe24944a7475d3161b22bea.bitwarden.com
-carLicense: 6PKOKS
-departmentNumber: 5544
-employeeType: Employee
-homePhone: +1 510 244-7417
-initials: L. B.
-mobile: +1 510 844-7603
-pager: +1 510 137-1487
-roomNumber: 9918
-manager: cn=Vitia Moulsoff,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Alessandra Gobeil,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Claudette Ooi,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Claudette Ooi
-sn: Ooi
-description: This is Claudette Ooi's description
-facsimileTelephoneNumber: +1 206 217-6336
-l: Menlo Park
-ou: Administrative
-postalAddress: Administrative$Menlo Park
-telephoneNumber: +1 206 151-7875
-title: Chief Administrative President
-userPassword: Password1
-uid: OoiC
-givenName: Claudette
-mail: OoiC@5888a61aa6564f429dd2584910d49491.bitwarden.com
-carLicense: 3J2C9M
-departmentNumber: 4280
-employeeType: Normal
-homePhone: +1 206 281-2482
-initials: C. O.
-mobile: +1 206 318-6136
-pager: +1 206 337-3852
-roomNumber: 9009
-manager: cn=Latonya Cauthen,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Wallie Skof,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Kial Contardo,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kial Contardo
-sn: Contardo
-description: This is Kial Contardo's description
-facsimileTelephoneNumber: +1 804 640-4373
-l: San Mateo
-ou: Product Development
-postalAddress: Product Development$San Mateo
-telephoneNumber: +1 804 687-3673
-title: Master Product Development Dictator
-userPassword: Password1
-uid: ContardK
-givenName: Kial
-mail: ContardK@2b7d385172624c81935f26cfb5f852c0.bitwarden.com
-carLicense: RXIN6A
-departmentNumber: 4277
-employeeType: Employee
-homePhone: +1 804 664-8221
-initials: K. C.
-mobile: +1 804 451-2200
-pager: +1 804 661-6828
-roomNumber: 9371
-manager: cn=Nikos Fouret,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Janka Lisch,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Janka Lisch
-sn: Lisch
-description: This is Janka Lisch's description
-facsimileTelephoneNumber: +1 818 695-3160
-l: Orem
-ou: Administrative
-postalAddress: Administrative$Orem
-telephoneNumber: +1 818 513-2281
-title: Associate Administrative Manager
-userPassword: Password1
-uid: LischJ
-givenName: Janka
-mail: LischJ@e47fc077a5e74a6095836b6dc427eca9.bitwarden.com
-carLicense: 9S2J00
-departmentNumber: 6668
-employeeType: Normal
-homePhone: +1 818 797-7929
-initials: J. L.
-mobile: +1 818 642-8951
-pager: +1 818 691-6989
-roomNumber: 9079
-manager: cn=Roberta Gaiarsa,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Te-Wei Cung,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Gee Muthuswamy,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gee Muthuswamy
-sn: Muthuswamy
-description: This is Gee Muthuswamy's description
-facsimileTelephoneNumber: +1 804 511-4456
-l: San Francisco
-ou: Product Testing
-postalAddress: Product Testing$San Francisco
-telephoneNumber: +1 804 230-6521
-title: Junior Product Testing Writer
-userPassword: Password1
-uid: MuthuswG
-givenName: Gee
-mail: MuthuswG@16792a64200240e9a79e8e2ea0c19fe2.bitwarden.com
-carLicense: CTRW3X
-departmentNumber: 6380
-employeeType: Employee
-homePhone: +1 804 276-9512
-initials: G. M.
-mobile: +1 804 328-3944
-pager: +1 804 312-8579
-roomNumber: 8302
-manager: cn=Devonne Janelle,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Wendye Kingdon,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Pritchard Fabijanic,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Pritchard Fabijanic
-sn: Fabijanic
-description: This is Pritchard Fabijanic's description
-facsimileTelephoneNumber: +1 818 201-6124
-l: Redwood Shores
-ou: Human Resources
-postalAddress: Human Resources$Redwood Shores
-telephoneNumber: +1 818 742-1998
-title: Master Human Resources Madonna
-userPassword: Password1
-uid: FabijanP
-givenName: Pritchard
-mail: FabijanP@9e56e8486a994bf4a874e73233ce3dcc.bitwarden.com
-carLicense: GOT8VG
-departmentNumber: 4370
-employeeType: Employee
-homePhone: +1 818 737-3682
-initials: P. F.
-mobile: +1 818 967-7754
-pager: +1 818 703-3005
-roomNumber: 9711
-manager: cn=Felicle Ostaszewski,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Jesus Earley,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Lizzy Tesh,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lizzy Tesh
-sn: Tesh
-description: This is Lizzy Tesh's description
-facsimileTelephoneNumber: +1 510 961-7970
-l: Redwood Shores
-ou: Janitorial
-postalAddress: Janitorial$Redwood Shores
-telephoneNumber: +1 510 107-6458
-title: Chief Janitorial Figurehead
-userPassword: Password1
-uid: TeshL
-givenName: Lizzy
-mail: TeshL@371eeeee525b4287b670f4f33ad22025.bitwarden.com
-carLicense: K7J0MG
-departmentNumber: 3872
-employeeType: Employee
-homePhone: +1 510 399-8260
-initials: L. T.
-mobile: +1 510 536-9072
-pager: +1 510 221-3733
-roomNumber: 9453
-manager: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Yueli Yakibchuk,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Pak Unixsupport,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Pak Unixsupport
-sn: Unixsupport
-description: This is Pak Unixsupport's description
-facsimileTelephoneNumber: +1 213 301-4164
-l: Armonk
-ou: Janitorial
-postalAddress: Janitorial$Armonk
-telephoneNumber: +1 213 681-4264
-title: Associate Janitorial Consultant
-userPassword: Password1
-uid: UnixsupP
-givenName: Pak
-mail: UnixsupP@76bdb182929147bbb5f99a407f7da581.bitwarden.com
-carLicense: I38EWR
-departmentNumber: 2764
-employeeType: Contract
-homePhone: +1 213 873-8983
-initials: P. U.
-mobile: +1 213 263-9137
-pager: +1 213 657-2125
-roomNumber: 9044
-manager: cn=Inga Schnirer,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=King-Haut Glancey,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Frannie Mykityshyn,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Frannie Mykityshyn
-sn: Mykityshyn
-description: This is Frannie Mykityshyn's description
-facsimileTelephoneNumber: +1 415 978-5983
-l: Milpitas
-ou: Janitorial
-postalAddress: Janitorial$Milpitas
-telephoneNumber: +1 415 583-6564
-title: Supreme Janitorial Assistant
-userPassword: Password1
-uid: MykitysF
-givenName: Frannie
-mail: MykitysF@c928c350e6174849b6cbd911c4679767.bitwarden.com
-carLicense: AIYNR5
-departmentNumber: 8093
-employeeType: Contract
-homePhone: +1 415 996-3789
-initials: F. M.
-mobile: +1 415 646-1203
-pager: +1 415 542-2967
-roomNumber: 8788
-manager: cn=Ynes Quelch,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Virgina Pichocki,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Feynman Peluso,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Feynman Peluso
-sn: Peluso
-description: This is Feynman Peluso's description
-facsimileTelephoneNumber: +1 510 242-4384
-l: Alameda
-ou: Management
-postalAddress: Management$Alameda
-telephoneNumber: +1 510 212-7479
-title: Junior Management Director
-userPassword: Password1
-uid: PelusoF
-givenName: Feynman
-mail: PelusoF@f0da7bbf51f0472cbdc26a3d196ad9f7.bitwarden.com
-carLicense: L4V2FU
-departmentNumber: 2554
-employeeType: Normal
-homePhone: +1 510 229-4965
-initials: F. P.
-mobile: +1 510 444-5165
-pager: +1 510 398-9571
-roomNumber: 8660
-manager: cn=Rosalinde Veedell,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Viola Javor,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Viola Javor
-sn: Javor
-description: This is Viola Javor's description
-facsimileTelephoneNumber: +1 206 576-6826
-l: Cambridge
-ou: Janitorial
-postalAddress: Janitorial$Cambridge
-telephoneNumber: +1 206 760-1934
-title: Chief Janitorial Director
-userPassword: Password1
-uid: JavorV
-givenName: Viola
-mail: JavorV@da8cb5433ab7407d895c2fb74106eed5.bitwarden.com
-carLicense: GWWPBL
-departmentNumber: 5752
-employeeType: Employee
-homePhone: +1 206 953-8821
-initials: V. J.
-mobile: +1 206 701-8680
-pager: +1 206 900-4466
-roomNumber: 8800
-manager: cn=Dara Patchsqa,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Angelle Guarino,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Timm Bulbrook,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Timm Bulbrook
-sn: Bulbrook
-description: This is Timm Bulbrook's description
-facsimileTelephoneNumber: +1 415 903-7848
-l: Milpitas
-ou: Administrative
-postalAddress: Administrative$Milpitas
-telephoneNumber: +1 415 991-3136
-title: Junior Administrative Admin
-userPassword: Password1
-uid: BulbrooT
-givenName: Timm
-mail: BulbrooT@ae2e1b915f9e4564acdcb3a48eca2ab9.bitwarden.com
-carLicense: 0FAVT4
-departmentNumber: 3871
-employeeType: Employee
-homePhone: +1 415 274-4837
-initials: T. B.
-mobile: +1 415 500-4506
-pager: +1 415 589-3329
-roomNumber: 8368
-manager: cn=Rosalinde Veedell,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Jon Tennant,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jon Tennant
-sn: Tennant
-description: This is Jon Tennant's description
-facsimileTelephoneNumber: +1 415 915-9084
-l: Orem
-ou: Human Resources
-postalAddress: Human Resources$Orem
-telephoneNumber: +1 415 468-6763
-title: Supreme Human Resources Assistant
-userPassword: Password1
-uid: TennantJ
-givenName: Jon
-mail: TennantJ@ce84671600504a6c8e4e4df48ea3e558.bitwarden.com
-carLicense: 8QJOA9
-departmentNumber: 5267
-employeeType: Contract
-homePhone: +1 415 779-1393
-initials: J. T.
-mobile: +1 415 717-6251
-pager: +1 415 122-2689
-roomNumber: 9522
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Lillis Neuschwander,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lillis Neuschwander
-sn: Neuschwander
-description: This is Lillis Neuschwander's description
-facsimileTelephoneNumber: +1 408 293-4314
-l: San Mateo
-ou: Product Development
-postalAddress: Product Development$San Mateo
-telephoneNumber: +1 408 887-3170
-title: Chief Product Development Admin
-userPassword: Password1
-uid: NeuschwL
-givenName: Lillis
-mail: NeuschwL@4c9ea5cb0c6d47f0bff8da92c6c9d0eb.bitwarden.com
-carLicense: 22GDUB
-departmentNumber: 7207
-employeeType: Employee
-homePhone: +1 408 229-3093
-initials: L. N.
-mobile: +1 408 444-2371
-pager: +1 408 212-9048
-roomNumber: 9193
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Anurag Forester,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Anurag Forester
-sn: Forester
-description: This is Anurag Forester's description
-facsimileTelephoneNumber: +1 818 641-5996
-l: San Jose
-ou: Payroll
-postalAddress: Payroll$San Jose
-telephoneNumber: +1 818 795-1139
-title: Associate Payroll Admin
-userPassword: Password1
-uid: ForesteA
-givenName: Anurag
-mail: ForesteA@64ea5273cbad4fe1bbdf6cc7bf563ed4.bitwarden.com
-carLicense: YOU1KD
-departmentNumber: 3726
-employeeType: Employee
-homePhone: +1 818 707-6961
-initials: A. F.
-mobile: +1 818 337-9340
-pager: +1 818 712-9937
-roomNumber: 8406
-manager: cn=Roberta Gaiarsa,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Virgina Pichocki,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Aigneis Karim,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Aigneis Karim
-sn: Karim
-description: This is Aigneis Karim's description
-facsimileTelephoneNumber: +1 510 573-7904
-l: San Francisco
-ou: Product Testing
-postalAddress: Product Testing$San Francisco
-telephoneNumber: +1 510 871-3334
-title: Supreme Product Testing Artist
-userPassword: Password1
-uid: KarimA
-givenName: Aigneis
-mail: KarimA@f0291ad4694a4c4989e17e0aede36a7b.bitwarden.com
-carLicense: C7WOF2
-departmentNumber: 1217
-employeeType: Contract
-homePhone: +1 510 642-4710
-initials: A. K.
-mobile: +1 510 696-5568
-pager: +1 510 596-3297
-roomNumber: 9150
-manager: cn=Latonya Cauthen,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=America Wiederhold,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: America Wiederhold
-sn: Wiederhold
-description: This is America Wiederhold's description
-facsimileTelephoneNumber: +1 213 295-1571
-l: Cambridge
-ou: Janitorial
-postalAddress: Janitorial$Cambridge
-telephoneNumber: +1 213 396-4833
-title: Master Janitorial Writer
-userPassword: Password1
-uid: WiederhA
-givenName: America
-mail: WiederhA@3214ac0354a44d4785a5580affcc3528.bitwarden.com
-carLicense: 07APLN
-departmentNumber: 8475
-employeeType: Contract
-homePhone: +1 213 802-5484
-initials: A. W.
-mobile: +1 213 292-6860
-pager: +1 213 149-8977
-roomNumber: 9905
-manager: cn=Emmye Thaker,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Selime Zaia,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Amii Baughan,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Amii Baughan
-sn: Baughan
-description: This is Amii Baughan's description
-facsimileTelephoneNumber: +1 408 860-7440
-l: Sunnyvale
-ou: Payroll
-postalAddress: Payroll$Sunnyvale
-telephoneNumber: +1 408 519-7381
-title: Chief Payroll Vice President
-userPassword: Password1
-uid: BaughanA
-givenName: Amii
-mail: BaughanA@dab1a88f3cc84338adf79984b2de2e7e.bitwarden.com
-carLicense: C4J1D4
-departmentNumber: 2286
-employeeType: Employee
-homePhone: +1 408 379-2269
-initials: A. B.
-mobile: +1 408 106-6584
-pager: +1 408 716-7488
-roomNumber: 9142
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Ammamaria Herring,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Mia Yahyapour,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mia Yahyapour
-sn: Yahyapour
-description: This is Mia Yahyapour's description
-facsimileTelephoneNumber: +1 510 593-4966
-l: Alameda
-ou: Human Resources
-postalAddress: Human Resources$Alameda
-telephoneNumber: +1 510 375-8153
-title: Junior Human Resources Madonna
-userPassword: Password1
-uid: YahyapoM
-givenName: Mia
-mail: YahyapoM@7192ef9a358648a898c636498c183ffc.bitwarden.com
-carLicense: HSVP57
-departmentNumber: 7253
-employeeType: Normal
-homePhone: +1 510 501-3039
-initials: M. Y.
-mobile: +1 510 908-4372
-pager: +1 510 981-7241
-roomNumber: 9648
-manager: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Yueli Yakibchuk,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Stewart Donahue,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Stewart Donahue
-sn: Donahue
-description: This is Stewart Donahue's description
-facsimileTelephoneNumber: +1 213 520-4541
-l: Orem
-ou: Product Testing
-postalAddress: Product Testing$Orem
-telephoneNumber: +1 213 778-2099
-title: Supreme Product Testing Manager
-userPassword: Password1
-uid: DonahueS
-givenName: Stewart
-mail: DonahueS@7b25e3cdf8714ae1a2b9340b249e36c1.bitwarden.com
-carLicense: 2LINUT
-departmentNumber: 3865
-employeeType: Normal
-homePhone: +1 213 722-6225
-initials: S. D.
-mobile: +1 213 715-6075
-pager: +1 213 556-7368
-roomNumber: 9386
-manager: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Te-Wei Cung,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=June TestNTMVAB,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: June TestNTMVAB
-sn: TestNTMVAB
-description: This is June TestNTMVAB's description
-facsimileTelephoneNumber: +1 510 789-7478
-l: Cupertino
-ou: Product Development
-postalAddress: Product Development$Cupertino
-telephoneNumber: +1 510 207-1906
-title: Associate Product Development Czar
-userPassword: Password1
-uid: TestNTMJ
-givenName: June
-mail: TestNTMJ@56beef2f0f3d490a9c871f1f6bf8318b.bitwarden.com
-carLicense: 4MHTJ8
-departmentNumber: 5115
-employeeType: Employee
-homePhone: +1 510 830-9716
-initials: J. T.
-mobile: +1 510 868-9779
-pager: +1 510 524-8762
-roomNumber: 9116
-manager: cn=Devonne Janelle,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Arabela Nikiforuk,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Arabela Nikiforuk
-sn: Nikiforuk
-description: This is Arabela Nikiforuk's description
-facsimileTelephoneNumber: +1 408 915-3851
-l: Sunnyvale
-ou: Administrative
-postalAddress: Administrative$Sunnyvale
-telephoneNumber: +1 408 403-3042
-title: Supreme Administrative Stooge
-userPassword: Password1
-uid: NikiforA
-givenName: Arabela
-mail: NikiforA@3f50f05ba92e468eb933c2a2359de036.bitwarden.com
-carLicense: 43IIJU
-departmentNumber: 1018
-employeeType: Employee
-homePhone: +1 408 668-2882
-initials: A. N.
-mobile: +1 408 142-1763
-pager: +1 408 214-7539
-roomNumber: 9106
-manager: cn=Josy Puddington,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Jackson Leapheart,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Hack-Hoo Crosson,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Hack-Hoo Crosson
-sn: Crosson
-description: This is Hack-Hoo Crosson's description
-facsimileTelephoneNumber: +1 206 478-6936
-l: Redmond
-ou: Management
-postalAddress: Management$Redmond
-telephoneNumber: +1 206 648-3266
-title: Chief Management Stooge
-userPassword: Password1
-uid: CrossonH
-givenName: Hack-Hoo
-mail: CrossonH@3697897c866541159b694e4810f09b05.bitwarden.com
-carLicense: IXTF8X
-departmentNumber: 8517
-employeeType: Normal
-homePhone: +1 206 902-8894
-initials: H. C.
-mobile: +1 206 161-1485
-pager: +1 206 191-2976
-roomNumber: 8974
-manager: cn=Nikos Fouret,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Wallie Skof,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Keys Brooksbank,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Keys Brooksbank
-sn: Brooksbank
-description: This is Keys Brooksbank's description
-facsimileTelephoneNumber: +1 818 115-3269
-l: Armonk
-ou: Janitorial
-postalAddress: Janitorial$Armonk
-telephoneNumber: +1 818 880-1843
-title: Junior Janitorial Mascot
-userPassword: Password1
-uid: BrooksbK
-givenName: Keys
-mail: BrooksbK@773fe2e167304ceabfc0f3a6ccbfb556.bitwarden.com
-carLicense: 9HFEUU
-departmentNumber: 7915
-employeeType: Normal
-homePhone: +1 818 199-1551
-initials: K. B.
-mobile: +1 818 775-8383
-pager: +1 818 991-9018
-roomNumber: 9865
-manager: cn=Josy Puddington,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Virgina Pichocki,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Cornelius Morelli,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Cornelius Morelli
-sn: Morelli
-description: This is Cornelius Morelli's description
-facsimileTelephoneNumber: +1 206 281-1556
-l: Menlo Park
-ou: Janitorial
-postalAddress: Janitorial$Menlo Park
-telephoneNumber: +1 206 150-9088
-title: Supreme Janitorial Admin
-userPassword: Password1
-uid: MorelliC
-givenName: Cornelius
-mail: MorelliC@6085c53f98f34479bf7644e7797622f1.bitwarden.com
-carLicense: AFVHN2
-departmentNumber: 2245
-employeeType: Employee
-homePhone: +1 206 322-1299
-initials: C. M.
-mobile: +1 206 594-2097
-pager: +1 206 279-4318
-roomNumber: 9859
-manager: cn=Ronnica Grimm,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Thor Goodson,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Thor Goodson
-sn: Goodson
-description: This is Thor Goodson's description
-facsimileTelephoneNumber: +1 408 163-7763
-l: Palo Alto
-ou: Administrative
-postalAddress: Administrative$Palo Alto
-telephoneNumber: +1 408 913-4599
-title: Associate Administrative Manager
-userPassword: Password1
-uid: GoodsonT
-givenName: Thor
-mail: GoodsonT@21e3a9bdbcf14fee96931695a9d9277f.bitwarden.com
-carLicense: RPIWJC
-departmentNumber: 3698
-employeeType: Normal
-homePhone: +1 408 576-3260
-initials: T. G.
-mobile: +1 408 587-9850
-pager: +1 408 335-3367
-roomNumber: 8661
-manager: cn=Dara Patchsqa,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Keven Burkey,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Keven Burkey
-sn: Burkey
-description: This is Keven Burkey's description
-facsimileTelephoneNumber: +1 818 226-3071
-l: Orem
-ou: Human Resources
-postalAddress: Human Resources$Orem
-telephoneNumber: +1 818 531-8736
-title: Junior Human Resources Technician
-userPassword: Password1
-uid: BurkeyK
-givenName: Keven
-mail: BurkeyK@eead23f0f674446096a84dd5525b161a.bitwarden.com
-carLicense: 1SDEJY
-departmentNumber: 4689
-employeeType: Normal
-homePhone: +1 818 638-9164
-initials: K. B.
-mobile: +1 818 519-3902
-pager: +1 818 828-1692
-roomNumber: 8397
-manager: cn=Rosalinde Veedell,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Bahram Younglove,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Spence Mejury,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Spence Mejury
-sn: Mejury
-description: This is Spence Mejury's description
-facsimileTelephoneNumber: +1 415 189-2311
-l: Orem
-ou: Human Resources
-postalAddress: Human Resources$Orem
-telephoneNumber: +1 415 244-3440
-title: Chief Human Resources Warrior
-userPassword: Password1
-uid: MejuryS
-givenName: Spence
-mail: MejuryS@3e8cba4582f14cbab416ed0e1337e498.bitwarden.com
-carLicense: 4P7YBX
-departmentNumber: 4204
-employeeType: Contract
-homePhone: +1 415 881-5072
-initials: S. M.
-mobile: +1 415 533-1663
-pager: +1 415 265-7514
-roomNumber: 9472
-manager: cn=Helmuth Garfield,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Pavla Organization,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Sapphira Nelson,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sapphira Nelson
-sn: Nelson
-description: This is Sapphira Nelson's description
-facsimileTelephoneNumber: +1 804 256-9273
-l: San Jose
-ou: Payroll
-postalAddress: Payroll$San Jose
-telephoneNumber: +1 804 753-7898
-title: Associate Payroll Madonna
-userPassword: Password1
-uid: NelsonS
-givenName: Sapphira
-mail: NelsonS@cf4854d1ee1e49d3b714b02d1a43b57f.bitwarden.com
-carLicense: FI9YQJ
-departmentNumber: 2590
-employeeType: Contract
-homePhone: +1 804 667-1765
-initials: S. N.
-mobile: +1 804 373-8055
-pager: +1 804 459-2518
-roomNumber: 9182
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Alessandra Gobeil,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Griselda Glover,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Griselda Glover
-sn: Glover
-description: This is Griselda Glover's description
-facsimileTelephoneNumber: +1 415 909-4557
-l: San Mateo
-ou: Administrative
-postalAddress: Administrative$San Mateo
-telephoneNumber: +1 415 893-3995
-title: Junior Administrative Czar
-userPassword: Password1
-uid: GloverG
-givenName: Griselda
-mail: GloverG@c515863a84e8438aba0830f2adfe9717.bitwarden.com
-carLicense: 9ULBNM
-departmentNumber: 7517
-employeeType: Employee
-homePhone: +1 415 552-4948
-initials: G. G.
-mobile: +1 415 386-8933
-pager: +1 415 775-4554
-roomNumber: 9525
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Ammamaria Herring,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=JR Sinchak,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: JR Sinchak
-sn: Sinchak
-description: This is JR Sinchak's description
-facsimileTelephoneNumber: +1 206 413-9232
-l: Menlo Park
-ou: Product Testing
-postalAddress: Product Testing$Menlo Park
-telephoneNumber: +1 206 537-3033
-title: Chief Product Testing Madonna
-userPassword: Password1
-uid: SinchakJ
-givenName: JR
-mail: SinchakJ@bebdb45a29d84626bd4552a8ec199a4e.bitwarden.com
-carLicense: KXSBVW
-departmentNumber: 9127
-employeeType: Contract
-homePhone: +1 206 971-3320
-initials: J. S.
-mobile: +1 206 296-6511
-pager: +1 206 443-2688
-roomNumber: 8567
-manager: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Charin Goulfine,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Ozay Langer,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ozay Langer
-sn: Langer
-description: This is Ozay Langer's description
-facsimileTelephoneNumber: +1 408 425-6034
-l: Cambridge
-ou: Product Testing
-postalAddress: Product Testing$Cambridge
-telephoneNumber: +1 408 462-5295
-title: Chief Product Testing Figurehead
-userPassword: Password1
-uid: LangerO
-givenName: Ozay
-mail: LangerO@3a4a87f9976345098a662e1798efb105.bitwarden.com
-carLicense: RJ9RUE
-departmentNumber: 8431
-employeeType: Normal
-homePhone: +1 408 801-7095
-initials: O. L.
-mobile: +1 408 959-1963
-pager: +1 408 796-9610
-roomNumber: 9300
-manager: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Tyronda DeCiccio,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Tyronda DeCiccio
-sn: DeCiccio
-description: This is Tyronda DeCiccio's description
-facsimileTelephoneNumber: +1 206 997-8161
-l: Sunnyvale
-ou: Peons
-postalAddress: Peons$Sunnyvale
-telephoneNumber: +1 206 752-6238
-title: Supreme Peons Czar
-userPassword: Password1
-uid: DeCicciT
-givenName: Tyronda
-mail: DeCicciT@0846b8b864144146a31ad2391920589e.bitwarden.com
-carLicense: NVI38K
-departmentNumber: 6332
-employeeType: Normal
-homePhone: +1 206 552-8895
-initials: T. D.
-mobile: +1 206 175-5145
-pager: +1 206 787-6544
-roomNumber: 9796
-manager: cn=Pattie Rousseau,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Pam Easson,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Pam Easson
-sn: Easson
-description: This is Pam Easson's description
-facsimileTelephoneNumber: +1 510 814-6877
-l: Cupertino
-ou: Management
-postalAddress: Management$Cupertino
-telephoneNumber: +1 510 217-3004
-title: Master Management Dictator
-userPassword: Password1
-uid: EassonP
-givenName: Pam
-mail: EassonP@8d355c9a144544159c72931e0432e71d.bitwarden.com
-carLicense: NQMPBX
-departmentNumber: 3087
-employeeType: Normal
-homePhone: +1 510 981-7208
-initials: P. E.
-mobile: +1 510 172-7709
-pager: +1 510 513-9782
-roomNumber: 9862
-manager: cn=Melany DiPasquale,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Emlynn Epps,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Emlynn Epps
-sn: Epps
-description: This is Emlynn Epps's description
-facsimileTelephoneNumber: +1 818 911-2751
-l: Menlo Park
-ou: Management
-postalAddress: Management$Menlo Park
-telephoneNumber: +1 818 428-6744
-title: Supreme Management Janitor
-userPassword: Password1
-uid: EppsE
-givenName: Emlynn
-mail: EppsE@78ae4b4c5c3c45e98eec68e5f118bbb4.bitwarden.com
-carLicense: O65KSN
-departmentNumber: 3174
-employeeType: Normal
-homePhone: +1 818 149-5383
-initials: E. E.
-mobile: +1 818 930-2195
-pager: +1 818 156-9174
-roomNumber: 8615
-manager: cn=Remington Parikh,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Randi Stender,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Randi Stender
-sn: Stender
-description: This is Randi Stender's description
-facsimileTelephoneNumber: +1 818 901-4519
-l: Menlo Park
-ou: Management
-postalAddress: Management$Menlo Park
-telephoneNumber: +1 818 716-8133
-title: Supreme Management Artist
-userPassword: Password1
-uid: StenderR
-givenName: Randi
-mail: StenderR@cc3aee39ee2d4b62a0aa5707593c19f1.bitwarden.com
-carLicense: 99RHFQ
-departmentNumber: 4694
-employeeType: Employee
-homePhone: +1 818 809-7531
-initials: R. S.
-mobile: +1 818 130-8952
-pager: +1 818 748-5052
-roomNumber: 9063
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Ammamaria Herring,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Richelle Henein,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Richelle Henein
-sn: Henein
-description: This is Richelle Henein's description
-facsimileTelephoneNumber: +1 206 156-1811
-l: Redwood Shores
-ou: Product Testing
-postalAddress: Product Testing$Redwood Shores
-telephoneNumber: +1 206 659-4320
-title: Master Product Testing Evangelist
-userPassword: Password1
-uid: HeneinR
-givenName: Richelle
-mail: HeneinR@d48f23c83e3a48428d8b30724af6ba09.bitwarden.com
-carLicense: 3UFQ7K
-departmentNumber: 4828
-employeeType: Employee
-homePhone: +1 206 256-5301
-initials: R. H.
-mobile: +1 206 281-8873
-pager: +1 206 846-5519
-roomNumber: 9088
-manager: cn=Vitia Moulsoff,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Ringo Kavanagh,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Ashu Tauberg,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ashu Tauberg
-sn: Tauberg
-description: This is Ashu Tauberg's description
-facsimileTelephoneNumber: +1 213 850-2328
-l: Alameda
-ou: Management
-postalAddress: Management$Alameda
-telephoneNumber: +1 213 324-4212
-title: Associate Management Fellow
-userPassword: Password1
-uid: TaubergA
-givenName: Ashu
-mail: TaubergA@17c479539e154cb19e6e54617fe68c8c.bitwarden.com
-carLicense: JNVMBI
-departmentNumber: 4866
-employeeType: Contract
-homePhone: +1 213 810-1436
-initials: A. T.
-mobile: +1 213 731-7281
-pager: +1 213 829-9407
-roomNumber: 9283
-manager: cn=Thi Peirce,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Becky Priestley,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Irita Nash,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Irita Nash
-sn: Nash
-description: This is Irita Nash's description
-facsimileTelephoneNumber: +1 804 955-4975
-l: Sunnyvale
-ou: Administrative
-postalAddress: Administrative$Sunnyvale
-telephoneNumber: +1 804 454-4312
-title: Master Administrative Technician
-userPassword: Password1
-uid: NashI
-givenName: Irita
-mail: NashI@7288f418f35f4596b14bd4c35f0a5698.bitwarden.com
-carLicense: DDPIFJ
-departmentNumber: 9460
-employeeType: Contract
-homePhone: +1 804 673-5109
-initials: I. N.
-mobile: +1 804 261-6176
-pager: +1 804 899-7066
-roomNumber: 9910
-manager: cn=Helmuth Garfield,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Ringo Kavanagh,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Sandie Sills,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sandie Sills
-sn: Sills
-description: This is Sandie Sills's description
-facsimileTelephoneNumber: +1 206 260-8522
-l: San Francisco
-ou: Janitorial
-postalAddress: Janitorial$San Francisco
-telephoneNumber: +1 206 874-5552
-title: Junior Janitorial Admin
-userPassword: Password1
-uid: SillsS
-givenName: Sandie
-mail: SillsS@2ad21f67126841ddab38e6a0de0bbf55.bitwarden.com
-carLicense: 6FDUYQ
-departmentNumber: 3957
-employeeType: Employee
-homePhone: +1 206 878-7377
-initials: S. S.
-mobile: +1 206 537-6899
-pager: +1 206 449-6440
-roomNumber: 9441
-manager: cn=Josy Puddington,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Natassia Taverner,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Veda Antle,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Veda Antle
-sn: Antle
-description: This is Veda Antle's description
-facsimileTelephoneNumber: +1 804 138-5826
-l: Sunnyvale
-ou: Product Testing
-postalAddress: Product Testing$Sunnyvale
-telephoneNumber: +1 804 763-5255
-title: Supreme Product Testing Visionary
-userPassword: Password1
-uid: AntleV
-givenName: Veda
-mail: AntleV@eb6ae0ac809f48a8aabc1261673c3cc2.bitwarden.com
-carLicense: L83YM2
-departmentNumber: 1957
-employeeType: Normal
-homePhone: +1 804 148-3492
-initials: V. A.
-mobile: +1 804 383-5107
-pager: +1 804 964-5221
-roomNumber: 8122
-manager: cn=Misbah Nielson,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Mewa Crotty,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mewa Crotty
-sn: Crotty
-description: This is Mewa Crotty's description
-facsimileTelephoneNumber: +1 415 498-3373
-l: Redmond
-ou: Management
-postalAddress: Management$Redmond
-telephoneNumber: +1 415 120-5396
-title: Chief Management Janitor
-userPassword: Password1
-uid: CrottyM
-givenName: Mewa
-mail: CrottyM@1a43b4fd45d14eebb3f3365f12f4390c.bitwarden.com
-carLicense: 9CLI0T
-departmentNumber: 2782
-employeeType: Normal
-homePhone: +1 415 809-8738
-initials: M. C.
-mobile: +1 415 775-8848
-pager: +1 415 364-1132
-roomNumber: 9141
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Jackson Leapheart,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Amalita Sanzone,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Amalita Sanzone
-sn: Sanzone
-description: This is Amalita Sanzone's description
-facsimileTelephoneNumber: +1 415 993-9148
-l: San Mateo
-ou: Product Testing
-postalAddress: Product Testing$San Mateo
-telephoneNumber: +1 415 287-9203
-title: Master Product Testing Grunt
-userPassword: Password1
-uid: SanzoneA
-givenName: Amalita
-mail: SanzoneA@536c0f4fa5054c52a7d0385b00e9be00.bitwarden.com
-carLicense: BOQWB7
-departmentNumber: 9740
-employeeType: Normal
-homePhone: +1 415 583-1932
-initials: A. S.
-mobile: +1 415 227-5436
-pager: +1 415 611-3261
-roomNumber: 9489
-manager: cn=Felicle Ostaszewski,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Charisse Betcher,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Charisse Betcher
-sn: Betcher
-description: This is Charisse Betcher's description
-facsimileTelephoneNumber: +1 818 290-7593
-l: Santa Clara
-ou: Product Testing
-postalAddress: Product Testing$Santa Clara
-telephoneNumber: +1 818 447-8552
-title: Supreme Product Testing Punk
-userPassword: Password1
-uid: BetcherC
-givenName: Charisse
-mail: BetcherC@b761d2bad0af43f7be22de592dda5ef6.bitwarden.com
-carLicense: WSA533
-departmentNumber: 3616
-employeeType: Contract
-homePhone: +1 818 302-6143
-initials: C. B.
-mobile: +1 818 404-2826
-pager: +1 818 969-7990
-roomNumber: 8658
-manager: cn=Rosalinde Veedell,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Pavla Organization,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Alvera Willhoff,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Alvera Willhoff
-sn: Willhoff
-description: This is Alvera Willhoff's description
-facsimileTelephoneNumber: +1 206 760-8725
-l: Armonk
-ou: Management
-postalAddress: Management$Armonk
-telephoneNumber: +1 206 194-4250
-title: Associate Management Manager
-userPassword: Password1
-uid: WillhofA
-givenName: Alvera
-mail: WillhofA@8884ff0a9d924931a5d0a79e7e71fbe7.bitwarden.com
-carLicense: 2TWPN3
-departmentNumber: 1622
-employeeType: Contract
-homePhone: +1 206 623-8523
-initials: A. W.
-mobile: +1 206 368-2512
-pager: +1 206 661-1363
-roomNumber: 9947
-manager: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Wendye Kingdon,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Nerta Dumais,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Nerta Dumais
-sn: Dumais
-description: This is Nerta Dumais's description
-facsimileTelephoneNumber: +1 206 757-2760
-l: San Mateo
-ou: Product Testing
-postalAddress: Product Testing$San Mateo
-telephoneNumber: +1 206 427-6393
-title: Chief Product Testing Developer
-userPassword: Password1
-uid: DumaisN
-givenName: Nerta
-mail: DumaisN@7f98bf66eb66488a8112ef4eee0ff78d.bitwarden.com
-carLicense: JULNU0
-departmentNumber: 7377
-employeeType: Contract
-homePhone: +1 206 568-2793
-initials: N. D.
-mobile: +1 206 138-3513
-pager: +1 206 459-7637
-roomNumber: 8716
-manager: cn=Greta Ramsayer,ou=Management,dc=bitwarden, dc=com
-secretary: cn=King-Haut Glancey,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Linette Courtney,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Linette Courtney
-sn: Courtney
-description: This is Linette Courtney's description
-facsimileTelephoneNumber: +1 213 610-8329
-l: Palo Alto
-ou: Human Resources
-postalAddress: Human Resources$Palo Alto
-telephoneNumber: +1 213 326-9433
-title: Supreme Human Resources President
-userPassword: Password1
-uid: CourtneL
-givenName: Linette
-mail: CourtneL@438b019a9df84cbd80f8ea2e1f80e904.bitwarden.com
-carLicense: RT2QKH
-departmentNumber: 1291
-employeeType: Employee
-homePhone: +1 213 262-5135
-initials: L. C.
-mobile: +1 213 872-4738
-pager: +1 213 477-8521
-roomNumber: 9439
-manager: cn=Remington Parikh,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Camila Stambouli,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Camila Stambouli
-sn: Stambouli
-description: This is Camila Stambouli's description
-facsimileTelephoneNumber: +1 415 799-1395
-l: Fremont
-ou: Payroll
-postalAddress: Payroll$Fremont
-telephoneNumber: +1 415 674-2414
-title: Master Payroll Evangelist
-userPassword: Password1
-uid: StambouC
-givenName: Camila
-mail: StambouC@85a21ec006ba48aeba27a76914124e88.bitwarden.com
-carLicense: 0NK43G
-departmentNumber: 1455
-employeeType: Employee
-homePhone: +1 415 687-1610
-initials: C. S.
-mobile: +1 415 484-6365
-pager: +1 415 687-7716
-roomNumber: 8719
-manager: cn=Nikos Fouret,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Wendye Kingdon,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Zara Belrango,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Zara Belrango
-sn: Belrango
-description: This is Zara Belrango's description
-facsimileTelephoneNumber: +1 510 410-9532
-l: Alameda
-ou: Peons
-postalAddress: Peons$Alameda
-telephoneNumber: +1 510 347-4287
-title: Junior Peons Engineer
-userPassword: Password1
-uid: BelrangZ
-givenName: Zara
-mail: BelrangZ@6a8087cffa824fdc9d204ef1b876817b.bitwarden.com
-carLicense: DQCKNJ
-departmentNumber: 5033
-employeeType: Normal
-homePhone: +1 510 201-9803
-initials: Z. B.
-mobile: +1 510 256-8647
-pager: +1 510 933-6372
-roomNumber: 8437
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Kay Talbert,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kay Talbert
-sn: Talbert
-description: This is Kay Talbert's description
-facsimileTelephoneNumber: +1 510 933-7108
-l: Cupertino
-ou: Product Development
-postalAddress: Product Development$Cupertino
-telephoneNumber: +1 510 776-9544
-title: Master Product Development Figurehead
-userPassword: Password1
-uid: TalbertK
-givenName: Kay
-mail: TalbertK@b63a00c51367481aac6c6eac8c3becf0.bitwarden.com
-carLicense: S1DSVP
-departmentNumber: 1992
-employeeType: Normal
-homePhone: +1 510 156-5605
-initials: K. T.
-mobile: +1 510 780-8989
-pager: +1 510 152-8111
-roomNumber: 8339
-manager: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Virgina Pichocki,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Molli Costadimas,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Molli Costadimas
-sn: Costadimas
-description: This is Molli Costadimas's description
-facsimileTelephoneNumber: +1 206 591-9329
-l: San Jose
-ou: Human Resources
-postalAddress: Human Resources$San Jose
-telephoneNumber: +1 206 947-4278
-title: Supreme Human Resources Janitor
-userPassword: Password1
-uid: CostadiM
-givenName: Molli
-mail: CostadiM@06fecf470a2d4fa2a3e3213e29056ac5.bitwarden.com
-carLicense: 3D7D2O
-departmentNumber: 8919
-employeeType: Normal
-homePhone: +1 206 560-9251
-initials: M. C.
-mobile: +1 206 364-8306
-pager: +1 206 203-8111
-roomNumber: 8970
-manager: cn=Devonne Janelle,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Te-Wei Cung,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Joyce Kim,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Joyce Kim
-sn: Kim
-description: This is Joyce Kim's description
-facsimileTelephoneNumber: +1 213 566-9793
-l: Redmond
-ou: Human Resources
-postalAddress: Human Resources$Redmond
-telephoneNumber: +1 213 273-2654
-title: Junior Human Resources Director
-userPassword: Password1
-uid: KimJ
-givenName: Joyce
-mail: KimJ@e822d8d41f85463a96816619505c18d0.bitwarden.com
-carLicense: 3JKABW
-departmentNumber: 4553
-employeeType: Employee
-homePhone: +1 213 982-5285
-initials: J. K.
-mobile: +1 213 281-5816
-pager: +1 213 575-9695
-roomNumber: 8043
-manager: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Yueli Yakibchuk,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Hermon Saran,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Hermon Saran
-sn: Saran
-description: This is Hermon Saran's description
-facsimileTelephoneNumber: +1 206 784-7314
-l: Cupertino
-ou: Peons
-postalAddress: Peons$Cupertino
-telephoneNumber: +1 206 530-7588
-title: Junior Peons Vice President
-userPassword: Password1
-uid: SaranH
-givenName: Hermon
-mail: SaranH@09621247c2534422b65027556ba23ec6.bitwarden.com
-carLicense: 3DOCDD
-departmentNumber: 4537
-employeeType: Contract
-homePhone: +1 206 687-3413
-initials: H. S.
-mobile: +1 206 827-4271
-pager: +1 206 827-9759
-roomNumber: 8815
-manager: cn=Misbah Nielson,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Selime Zaia,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Kataryna Noddin,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kataryna Noddin
-sn: Noddin
-description: This is Kataryna Noddin's description
-facsimileTelephoneNumber: +1 818 218-7751
-l: San Francisco
-ou: Peons
-postalAddress: Peons$San Francisco
-telephoneNumber: +1 818 745-2637
-title: Associate Peons Developer
-userPassword: Password1
-uid: NoddinK
-givenName: Kataryna
-mail: NoddinK@6a38182664754d55b0af48acc18ccf15.bitwarden.com
-carLicense: 07K5N4
-departmentNumber: 6512
-employeeType: Employee
-homePhone: +1 818 357-4283
-initials: K. N.
-mobile: +1 818 692-5042
-pager: +1 818 248-2008
-roomNumber: 9522
-manager: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Natassia Taverner,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Sonja Hesketh,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sonja Hesketh
-sn: Hesketh
-description: This is Sonja Hesketh's description
-facsimileTelephoneNumber: +1 408 246-5850
-l: Fremont
-ou: Product Testing
-postalAddress: Product Testing$Fremont
-telephoneNumber: +1 408 164-6904
-title: Associate Product Testing Fellow
-userPassword: Password1
-uid: HeskethS
-givenName: Sonja
-mail: HeskethS@26b510bdc6344b589b2e4981929f51aa.bitwarden.com
-carLicense: I8W30F
-departmentNumber: 2643
-employeeType: Employee
-homePhone: +1 408 585-6000
-initials: S. H.
-mobile: +1 408 364-8689
-pager: +1 408 116-7617
-roomNumber: 8001
-manager: cn=Josy Puddington,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Alessandra Gobeil,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Joe Parmar,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Joe Parmar
-sn: Parmar
-description: This is Joe Parmar's description
-facsimileTelephoneNumber: +1 510 502-7561
-l: Palo Alto
-ou: Payroll
-postalAddress: Payroll$Palo Alto
-telephoneNumber: +1 510 110-6420
-title: Associate Payroll Czar
-userPassword: Password1
-uid: ParmarJ
-givenName: Joe
-mail: ParmarJ@39280ba4fb134c558317899bac9efca0.bitwarden.com
-carLicense: P2Q62W
-departmentNumber: 5476
-employeeType: Normal
-homePhone: +1 510 279-3908
-initials: J. P.
-mobile: +1 510 463-7572
-pager: +1 510 354-5365
-roomNumber: 8334
-manager: cn=Inga Schnirer,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Te-Wei Cung,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Lizette Olliff,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lizette Olliff
-sn: Olliff
-description: This is Lizette Olliff's description
-facsimileTelephoneNumber: +1 206 573-6263
-l: Sunnyvale
-ou: Payroll
-postalAddress: Payroll$Sunnyvale
-telephoneNumber: +1 206 390-4985
-title: Supreme Payroll Engineer
-userPassword: Password1
-uid: OlliffL
-givenName: Lizette
-mail: OlliffL@623d62a2d1154923b1c9152d9f2876da.bitwarden.com
-carLicense: CCG7CM
-departmentNumber: 7216
-employeeType: Normal
-homePhone: +1 206 892-5363
-initials: L. O.
-mobile: +1 206 418-9401
-pager: +1 206 502-6699
-roomNumber: 9600
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Ammamaria Herring,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Shiroshi Wyrstiuk,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Shiroshi Wyrstiuk
-sn: Wyrstiuk
-description: This is Shiroshi Wyrstiuk's description
-facsimileTelephoneNumber: +1 804 874-5838
-l: Fremont
-ou: Product Testing
-postalAddress: Product Testing$Fremont
-telephoneNumber: +1 804 668-7904
-title: Junior Product Testing Madonna
-userPassword: Password1
-uid: WyrstiuS
-givenName: Shiroshi
-mail: WyrstiuS@608415832013478f9afa5c3026a2f5f8.bitwarden.com
-carLicense: ON0VGU
-departmentNumber: 9197
-employeeType: Employee
-homePhone: +1 804 758-7813
-initials: S. W.
-mobile: +1 804 963-5818
-pager: +1 804 754-9786
-roomNumber: 9491
-manager: cn=Felicle Ostaszewski,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Wallie Skof,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Sharity Summerlin,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sharity Summerlin
-sn: Summerlin
-description: This is Sharity Summerlin's description
-facsimileTelephoneNumber: +1 818 847-8478
-l: Palo Alto
-ou: Management
-postalAddress: Management$Palo Alto
-telephoneNumber: +1 818 452-1370
-title: Master Management President
-userPassword: Password1
-uid: SummerlS
-givenName: Sharity
-mail: SummerlS@f7248b71ac0e455091682e51df845f5b.bitwarden.com
-carLicense: MJ113T
-departmentNumber: 5967
-employeeType: Contract
-homePhone: +1 818 462-8025
-initials: S. S.
-mobile: +1 818 750-2636
-pager: +1 818 149-9181
-roomNumber: 9758
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Bahram Younglove,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Erika Monachella,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Erika Monachella
-sn: Monachella
-description: This is Erika Monachella's description
-facsimileTelephoneNumber: +1 510 529-7613
-l: Armonk
-ou: Payroll
-postalAddress: Payroll$Armonk
-telephoneNumber: +1 510 411-7169
-title: Chief Payroll Sales Rep
-userPassword: Password1
-uid: MonacheE
-givenName: Erika
-mail: MonacheE@033d1e3842054827934162f293371ad8.bitwarden.com
-carLicense: AA53MI
-departmentNumber: 9789
-employeeType: Normal
-homePhone: +1 510 556-8914
-initials: E. M.
-mobile: +1 510 452-6693
-pager: +1 510 869-2061
-roomNumber: 9903
-manager: cn=Shiela Harada,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Virgina Pichocki,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Katee Vetil,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Katee Vetil
-sn: Vetil
-description: This is Katee Vetil's description
-facsimileTelephoneNumber: +1 415 105-9985
-l: Redmond
-ou: Product Development
-postalAddress: Product Development$Redmond
-telephoneNumber: +1 415 940-5389
-title: Master Product Development Janitor
-userPassword: Password1
-uid: VetilK
-givenName: Katee
-mail: VetilK@503530f544bf46bbb5664837623c25ba.bitwarden.com
-carLicense: A6M5UL
-departmentNumber: 8836
-employeeType: Employee
-homePhone: +1 415 527-6285
-initials: K. V.
-mobile: +1 415 431-9266
-pager: +1 415 493-5399
-roomNumber: 9282
-manager: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Jackson Leapheart,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Melhem Sepko,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Melhem Sepko
-sn: Sepko
-description: This is Melhem Sepko's description
-facsimileTelephoneNumber: +1 415 239-2477
-l: Redwood Shores
-ou: Human Resources
-postalAddress: Human Resources$Redwood Shores
-telephoneNumber: +1 415 521-2293
-title: Associate Human Resources Mascot
-userPassword: Password1
-uid: SepkoM
-givenName: Melhem
-mail: SepkoM@cd3e8f43f0dd4d3fb94f3baba8d46ade.bitwarden.com
-carLicense: YY2PW9
-departmentNumber: 8155
-employeeType: Contract
-homePhone: +1 415 747-6381
-initials: M. S.
-mobile: +1 415 593-8667
-pager: +1 415 620-9657
-roomNumber: 8063
-manager: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Ammamaria Herring,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Gabie Chapa,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gabie Chapa
-sn: Chapa
-description: This is Gabie Chapa's description
-facsimileTelephoneNumber: +1 510 287-4183
-l: Redmond
-ou: Administrative
-postalAddress: Administrative$Redmond
-telephoneNumber: +1 510 416-2748
-title: Chief Administrative Warrior
-userPassword: Password1
-uid: ChapaG
-givenName: Gabie
-mail: ChapaG@a87753ac7bf1427f885f1082236b1df1.bitwarden.com
-carLicense: NIFKMN
-departmentNumber: 1561
-employeeType: Employee
-homePhone: +1 510 946-5825
-initials: G. C.
-mobile: +1 510 426-6945
-pager: +1 510 865-8238
-roomNumber: 9724
-manager: cn=Roberta Gaiarsa,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Rita Krenos,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Rita Krenos
-sn: Krenos
-description: This is Rita Krenos's description
-facsimileTelephoneNumber: +1 510 730-1073
-l: Milpitas
-ou: Administrative
-postalAddress: Administrative$Milpitas
-telephoneNumber: +1 510 595-1956
-title: Supreme Administrative Pinhead
-userPassword: Password1
-uid: KrenosR
-givenName: Rita
-mail: KrenosR@2c5e9a0ea53e4c3488f28ebc0a631b01.bitwarden.com
-carLicense: IMFXB2
-departmentNumber: 7031
-employeeType: Contract
-homePhone: +1 510 272-2599
-initials: R. K.
-mobile: +1 510 244-9335
-pager: +1 510 187-2297
-roomNumber: 9659
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Becky Priestley,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Sella Corriveau,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sella Corriveau
-sn: Corriveau
-description: This is Sella Corriveau's description
-facsimileTelephoneNumber: +1 415 438-2306
-l: Sunnyvale
-ou: Product Development
-postalAddress: Product Development$Sunnyvale
-telephoneNumber: +1 415 408-2963
-title: Chief Product Development Grunt
-userPassword: Password1
-uid: CorriveS
-givenName: Sella
-mail: CorriveS@4471c16bb644444bbcdc4b1b498770dc.bitwarden.com
-carLicense: XCMX5I
-departmentNumber: 7436
-employeeType: Contract
-homePhone: +1 415 335-8623
-initials: S. C.
-mobile: +1 415 971-3814
-pager: +1 415 946-1695
-roomNumber: 9635
-manager: cn=Helmuth Garfield,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Wendye Kingdon,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Powell Kan,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Powell Kan
-sn: Kan
-description: This is Powell Kan's description
-facsimileTelephoneNumber: +1 408 762-1639
-l: San Mateo
-ou: Janitorial
-postalAddress: Janitorial$San Mateo
-telephoneNumber: +1 408 135-5865
-title: Associate Janitorial Pinhead
-userPassword: Password1
-uid: KanP
-givenName: Powell
-mail: KanP@674b214928e2430ab12d2c738240bab6.bitwarden.com
-carLicense: 7KVVO6
-departmentNumber: 6665
-employeeType: Employee
-homePhone: +1 408 956-1943
-initials: P. K.
-mobile: +1 408 888-9197
-pager: +1 408 684-5745
-roomNumber: 9028
-manager: cn=Ronnica Grimm,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Mada Gung,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mada Gung
-sn: Gung
-description: This is Mada Gung's description
-facsimileTelephoneNumber: +1 206 572-1728
-l: Armonk
-ou: Payroll
-postalAddress: Payroll$Armonk
-telephoneNumber: +1 206 157-6542
-title: Associate Payroll Engineer
-userPassword: Password1
-uid: GungM
-givenName: Mada
-mail: GungM@4231983db0fc4e4dbb0a6c07f8f902a4.bitwarden.com
-carLicense: XNNMC0
-departmentNumber: 9673
-employeeType: Contract
-homePhone: +1 206 882-7095
-initials: M. G.
-mobile: +1 206 667-2154
-pager: +1 206 712-5183
-roomNumber: 9065
-manager: cn=Rosalinde Veedell,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Angelle Guarino,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Clementina Giuliani,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Clementina Giuliani
-sn: Giuliani
-description: This is Clementina Giuliani's description
-facsimileTelephoneNumber: +1 818 258-5903
-l: Redmond
-ou: Administrative
-postalAddress: Administrative$Redmond
-telephoneNumber: +1 818 511-7956
-title: Associate Administrative Fellow
-userPassword: Password1
-uid: GiulianC
-givenName: Clementina
-mail: GiulianC@4a47e69492284601911d68b00175e387.bitwarden.com
-carLicense: KECUJV
-departmentNumber: 6606
-employeeType: Normal
-homePhone: +1 818 290-8715
-initials: C. G.
-mobile: +1 818 335-6262
-pager: +1 818 834-8119
-roomNumber: 8874
-manager: cn=Josy Puddington,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Bahram Younglove,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Priti Hyte,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Priti Hyte
-sn: Hyte
-description: This is Priti Hyte's description
-facsimileTelephoneNumber: +1 213 962-7076
-l: Fremont
-ou: Product Development
-postalAddress: Product Development$Fremont
-telephoneNumber: +1 213 898-8956
-title: Chief Product Development Grunt
-userPassword: Password1
-uid: HyteP
-givenName: Priti
-mail: HyteP@f409013fa2954a03ae4501e12af3b06b.bitwarden.com
-carLicense: 5CJ46B
-departmentNumber: 7164
-employeeType: Normal
-homePhone: +1 213 627-1179
-initials: P. H.
-mobile: +1 213 439-4990
-pager: +1 213 583-6601
-roomNumber: 9722
-manager: cn=Nikos Fouret,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Wallie Skof,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Els Erfani,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Els Erfani
-sn: Erfani
-description: This is Els Erfani's description
-facsimileTelephoneNumber: +1 213 372-6536
-l: Milpitas
-ou: Payroll
-postalAddress: Payroll$Milpitas
-telephoneNumber: +1 213 805-5213
-title: Associate Payroll Mascot
-userPassword: Password1
-uid: ErfaniE
-givenName: Els
-mail: ErfaniE@73a9aedb7e664c80be8f4a158038334a.bitwarden.com
-carLicense: SYCF6N
-departmentNumber: 7219
-employeeType: Contract
-homePhone: +1 213 742-7595
-initials: E. E.
-mobile: +1 213 418-5993
-pager: +1 213 882-2605
-roomNumber: 9564
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Patrizia Cutrufello,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Patrizia Cutrufello
-sn: Cutrufello
-description: This is Patrizia Cutrufello's description
-facsimileTelephoneNumber: +1 510 786-3346
-l: Milpitas
-ou: Administrative
-postalAddress: Administrative$Milpitas
-telephoneNumber: +1 510 465-4741
-title: Associate Administrative Manager
-userPassword: Password1
-uid: CutrufeP
-givenName: Patrizia
-mail: CutrufeP@dd161865c3514dbe8f8bef02f39c9969.bitwarden.com
-carLicense: V8KVSN
-departmentNumber: 4206
-employeeType: Normal
-homePhone: +1 510 150-6402
-initials: P. C.
-mobile: +1 510 335-8881
-pager: +1 510 771-4267
-roomNumber: 9149
-manager: cn=Josy Puddington,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Charin Goulfine,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Tamera Trentadue,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Tamera Trentadue
-sn: Trentadue
-description: This is Tamera Trentadue's description
-facsimileTelephoneNumber: +1 408 851-6856
-l: Santa Clara
-ou: Product Development
-postalAddress: Product Development$Santa Clara
-telephoneNumber: +1 408 808-6694
-title: Associate Product Development Artist
-userPassword: Password1
-uid: TrentadT
-givenName: Tamera
-mail: TrentadT@4b1bd6125b8c4c279b88d4f542ad35ea.bitwarden.com
-carLicense: Q7HEVV
-departmentNumber: 9277
-employeeType: Contract
-homePhone: +1 408 382-2344
-initials: T. T.
-mobile: +1 408 819-1004
-pager: +1 408 280-7483
-roomNumber: 9759
-manager: cn=Devonne Janelle,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Virgina Pichocki,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Sissie Khatib,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sissie Khatib
-sn: Khatib
-description: This is Sissie Khatib's description
-facsimileTelephoneNumber: +1 818 216-4777
-l: Cupertino
-ou: Peons
-postalAddress: Peons$Cupertino
-telephoneNumber: +1 818 218-2346
-title: Chief Peons Dictator
-userPassword: Password1
-uid: KhatibS
-givenName: Sissie
-mail: KhatibS@5ed2a85f8436420b8aa9acd30085ca22.bitwarden.com
-carLicense: TEHMNT
-departmentNumber: 6411
-employeeType: Employee
-homePhone: +1 818 983-7950
-initials: S. K.
-mobile: +1 818 231-9247
-pager: +1 818 646-3458
-roomNumber: 8187
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Angelle Guarino,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Laraine Pau,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Laraine Pau
-sn: Pau
-description: This is Laraine Pau's description
-facsimileTelephoneNumber: +1 206 527-8063
-l: Alameda
-ou: Peons
-postalAddress: Peons$Alameda
-telephoneNumber: +1 206 646-6676
-title: Chief Peons Fellow
-userPassword: Password1
-uid: PauL
-givenName: Laraine
-mail: PauL@d20bb146c13741fa8276d4add84de5e0.bitwarden.com
-carLicense: L5RESC
-departmentNumber: 2646
-employeeType: Employee
-homePhone: +1 206 890-2265
-initials: L. P.
-mobile: +1 206 898-7591
-pager: +1 206 239-4029
-roomNumber: 9759
-manager: cn=Melany DiPasquale,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Becky Priestley,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Neysa Mah,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Neysa Mah
-sn: Mah
-description: This is Neysa Mah's description
-facsimileTelephoneNumber: +1 408 571-8699
-l: Cupertino
-ou: Janitorial
-postalAddress: Janitorial$Cupertino
-telephoneNumber: +1 408 255-6091
-title: Associate Janitorial Janitor
-userPassword: Password1
-uid: MahN
-givenName: Neysa
-mail: MahN@0f19fa3cc3984923830c48638164b69b.bitwarden.com
-carLicense: QQ0LXC
-departmentNumber: 4442
-employeeType: Contract
-homePhone: +1 408 360-3773
-initials: N. M.
-mobile: +1 408 302-5035
-pager: +1 408 120-3111
-roomNumber: 9413
-manager: cn=Hans Kirchner,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Bahram Younglove,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Franklyn McHarg,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Franklyn McHarg
-sn: McHarg
-description: This is Franklyn McHarg's description
-facsimileTelephoneNumber: +1 408 587-9366
-l: Redmond
-ou: Product Testing
-postalAddress: Product Testing$Redmond
-telephoneNumber: +1 408 686-5767
-title: Supreme Product Testing Stooge
-userPassword: Password1
-uid: McHargF
-givenName: Franklyn
-mail: McHargF@049008aa3f9c4479838a34394c8381aa.bitwarden.com
-carLicense: 9M2WBY
-departmentNumber: 8690
-employeeType: Normal
-homePhone: +1 408 245-3591
-initials: F. M.
-mobile: +1 408 473-8564
-pager: +1 408 178-6376
-roomNumber: 9892
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Te-Wei Cung,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Tildi Lemley,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Tildi Lemley
-sn: Lemley
-description: This is Tildi Lemley's description
-facsimileTelephoneNumber: +1 213 781-2089
-l: San Mateo
-ou: Peons
-postalAddress: Peons$San Mateo
-telephoneNumber: +1 213 780-4207
-title: Master Peons Developer
-userPassword: Password1
-uid: LemleyT
-givenName: Tildi
-mail: LemleyT@e442907aab1c4de2a3d2eb6b7fab8ddf.bitwarden.com
-carLicense: KAQILE
-departmentNumber: 9085
-employeeType: Normal
-homePhone: +1 213 658-2310
-initials: T. L.
-mobile: +1 213 392-4666
-pager: +1 213 921-3223
-roomNumber: 8328
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Wendye Kingdon,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Roly Erichsen,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Roly Erichsen
-sn: Erichsen
-description: This is Roly Erichsen's description
-facsimileTelephoneNumber: +1 408 913-5413
-l: Menlo Park
-ou: Management
-postalAddress: Management$Menlo Park
-telephoneNumber: +1 408 209-5622
-title: Associate Management Punk
-userPassword: Password1
-uid: ErichseR
-givenName: Roly
-mail: ErichseR@2b2f7a68adff4200bc81857bca451f2b.bitwarden.com
-carLicense: DJHMAS
-departmentNumber: 2413
-employeeType: Employee
-homePhone: +1 408 118-6451
-initials: R. E.
-mobile: +1 408 955-4693
-pager: +1 408 655-1262
-roomNumber: 9638
-manager: cn=Pierre-Alain Posthumus,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Wendye Kingdon,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Teruko Matsuzaka,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Teruko Matsuzaka
-sn: Matsuzaka
-description: This is Teruko Matsuzaka's description
-facsimileTelephoneNumber: +1 415 105-5059
-l: Santa Clara
-ou: Peons
-postalAddress: Peons$Santa Clara
-telephoneNumber: +1 415 692-3487
-title: Junior Peons Consultant
-userPassword: Password1
-uid: MatsuzaT
-givenName: Teruko
-mail: MatsuzaT@95d6fc1a58184bfdb66f14ada3320ed0.bitwarden.com
-carLicense: XRQUKC
-departmentNumber: 5636
-employeeType: Employee
-homePhone: +1 415 682-6624
-initials: T. M.
-mobile: +1 415 514-8002
-pager: +1 415 469-7895
-roomNumber: 8313
-manager: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Te-Wei Cung,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Nomi Richer,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Nomi Richer
-sn: Richer
-description: This is Nomi Richer's description
-facsimileTelephoneNumber: +1 408 535-8326
-l: Milpitas
-ou: Payroll
-postalAddress: Payroll$Milpitas
-telephoneNumber: +1 408 198-9694
-title: Chief Payroll Visionary
-userPassword: Password1
-uid: RicherN
-givenName: Nomi
-mail: RicherN@7b1ae059f10c4c999e0f2bc4fd98859f.bitwarden.com
-carLicense: E2LXDY
-departmentNumber: 8465
-employeeType: Contract
-homePhone: +1 408 578-8657
-initials: N. R.
-mobile: +1 408 638-1162
-pager: +1 408 991-4284
-roomNumber: 9808
-manager: cn=Ronnica Grimm,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Selime Zaia,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Leigha Saward,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Leigha Saward
-sn: Saward
-description: This is Leigha Saward's description
-facsimileTelephoneNumber: +1 510 637-9815
-l: Cambridge
-ou: Peons
-postalAddress: Peons$Cambridge
-telephoneNumber: +1 510 549-7156
-title: Master Peons Developer
-userPassword: Password1
-uid: SawardL
-givenName: Leigha
-mail: SawardL@0de19589d99e43a0b92ffd2e04b1e562.bitwarden.com
-carLicense: HR0L7M
-departmentNumber: 6112
-employeeType: Contract
-homePhone: +1 510 854-8444
-initials: L. S.
-mobile: +1 510 838-4381
-pager: +1 510 131-3637
-roomNumber: 9436
-manager: cn=Ronnica Grimm,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Grantley Kobreek,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Narendra Emili,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Narendra Emili
-sn: Emili
-description: This is Narendra Emili's description
-facsimileTelephoneNumber: +1 206 902-2623
-l: San Jose
-ou: Administrative
-postalAddress: Administrative$San Jose
-telephoneNumber: +1 206 865-5856
-title: Junior Administrative Madonna
-userPassword: Password1
-uid: EmiliN
-givenName: Narendra
-mail: EmiliN@859934e533be47a1be2c4a476889b030.bitwarden.com
-carLicense: XBAWNU
-departmentNumber: 9057
-employeeType: Employee
-homePhone: +1 206 292-4777
-initials: N. E.
-mobile: +1 206 736-7850
-pager: +1 206 968-2274
-roomNumber: 8987
-manager: cn=Inga Schnirer,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Ringo Kavanagh,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Mustapha Addetia,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mustapha Addetia
-sn: Addetia
-description: This is Mustapha Addetia's description
-facsimileTelephoneNumber: +1 206 150-3148
-l: Palo Alto
-ou: Janitorial
-postalAddress: Janitorial$Palo Alto
-telephoneNumber: +1 206 611-8329
-title: Junior Janitorial Vice President
-userPassword: Password1
-uid: AddetiaM
-givenName: Mustapha
-mail: AddetiaM@6fa223c5a03744558ca211c0ac1ac0a5.bitwarden.com
-carLicense: 7F4WEJ
-departmentNumber: 3709
-employeeType: Contract
-homePhone: +1 206 566-7780
-initials: M. A.
-mobile: +1 206 363-4641
-pager: +1 206 988-4305
-roomNumber: 8949
-manager: cn=Felicle Ostaszewski,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Hanja Donegan,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Hanja Donegan
-sn: Donegan
-description: This is Hanja Donegan's description
-facsimileTelephoneNumber: +1 213 239-8787
-l: Santa Clara
-ou: Janitorial
-postalAddress: Janitorial$Santa Clara
-telephoneNumber: +1 213 887-1487
-title: Master Janitorial Mascot
-userPassword: Password1
-uid: DoneganH
-givenName: Hanja
-mail: DoneganH@549a00afcc4642b6988c79a50d08a8a3.bitwarden.com
-carLicense: A8A17A
-departmentNumber: 1320
-employeeType: Normal
-homePhone: +1 213 462-6150
-initials: H. D.
-mobile: +1 213 123-7715
-pager: +1 213 848-9711
-roomNumber: 8822
-manager: cn=Thi Peirce,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Becky Priestley,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Con Mamoulides,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Con Mamoulides
-sn: Mamoulides
-description: This is Con Mamoulides's description
-facsimileTelephoneNumber: +1 818 757-5115
-l: San Jose
-ou: Product Development
-postalAddress: Product Development$San Jose
-telephoneNumber: +1 818 181-5934
-title: Junior Product Development Dictator
-userPassword: Password1
-uid: MamouliC
-givenName: Con
-mail: MamouliC@53c3e76f124f49beb679b871a3ea5611.bitwarden.com
-carLicense: X1IHCT
-departmentNumber: 6750
-employeeType: Contract
-homePhone: +1 818 124-2409
-initials: C. M.
-mobile: +1 818 277-1777
-pager: +1 818 538-7585
-roomNumber: 8468
-manager: cn=Misbah Nielson,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Virgina Pichocki,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Dottie Mansi,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Dottie Mansi
-sn: Mansi
-description: This is Dottie Mansi's description
-facsimileTelephoneNumber: +1 408 273-1678
-l: Armonk
-ou: Janitorial
-postalAddress: Janitorial$Armonk
-telephoneNumber: +1 408 205-1028
-title: Master Janitorial Janitor
-userPassword: Password1
-uid: MansiD
-givenName: Dottie
-mail: MansiD@68503c7f9b494f9789d4c554a08c5cad.bitwarden.com
-carLicense: TS0YFP
-departmentNumber: 1171
-employeeType: Employee
-homePhone: +1 408 751-1891
-initials: D. M.
-mobile: +1 408 645-3295
-pager: +1 408 409-7946
-roomNumber: 9659
-manager: cn=Roberta Gaiarsa,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Alessandra Gobeil,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Bregitte Bradlow,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Bregitte Bradlow
-sn: Bradlow
-description: This is Bregitte Bradlow's description
-facsimileTelephoneNumber: +1 213 248-1973
-l: Sunnyvale
-ou: Peons
-postalAddress: Peons$Sunnyvale
-telephoneNumber: +1 213 184-2564
-title: Master Peons Admin
-userPassword: Password1
-uid: BradlowB
-givenName: Bregitte
-mail: BradlowB@ac2881cfd212410799e38769b052602b.bitwarden.com
-carLicense: TXTV8K
-departmentNumber: 2277
-employeeType: Normal
-homePhone: +1 213 911-5796
-initials: B. B.
-mobile: +1 213 203-2047
-pager: +1 213 994-1628
-roomNumber: 9877
-manager: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Yueli Yakibchuk,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Eiji Manuel,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Eiji Manuel
-sn: Manuel
-description: This is Eiji Manuel's description
-facsimileTelephoneNumber: +1 408 405-9844
-l: Cupertino
-ou: Management
-postalAddress: Management$Cupertino
-telephoneNumber: +1 408 770-3431
-title: Associate Management Sales Rep
-userPassword: Password1
-uid: ManuelE
-givenName: Eiji
-mail: ManuelE@d0a3070a29b14a28b31681edd00fc298.bitwarden.com
-carLicense: JTS4Q7
-departmentNumber: 7812
-employeeType: Employee
-homePhone: +1 408 182-8954
-initials: E. M.
-mobile: +1 408 171-8037
-pager: +1 408 721-3002
-roomNumber: 9809
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Ammamaria Herring,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Huelsman Standen,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Huelsman Standen
-sn: Standen
-description: This is Huelsman Standen's description
-facsimileTelephoneNumber: +1 213 501-5273
-l: Santa Clara
-ou: Product Testing
-postalAddress: Product Testing$Santa Clara
-telephoneNumber: +1 213 263-4582
-title: Supreme Product Testing Figurehead
-userPassword: Password1
-uid: StandenH
-givenName: Huelsman
-mail: StandenH@52c0e096b1b44f2f8c05cf2d62dc5788.bitwarden.com
-carLicense: TP03V6
-departmentNumber: 1195
-employeeType: Normal
-homePhone: +1 213 366-2650
-initials: H. S.
-mobile: +1 213 772-6528
-pager: +1 213 504-1211
-roomNumber: 9822
-manager: cn=Roberta Gaiarsa,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Go Szkarlat,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Go Szkarlat
-sn: Szkarlat
-description: This is Go Szkarlat's description
-facsimileTelephoneNumber: +1 804 962-7132
-l: San Francisco
-ou: Product Testing
-postalAddress: Product Testing$San Francisco
-telephoneNumber: +1 804 986-5417
-title: Master Product Testing Warrior
-userPassword: Password1
-uid: SzkarlaG
-givenName: Go
-mail: SzkarlaG@d36ec4df2b3b4903867a12a1e40532e8.bitwarden.com
-carLicense: Q17UGC
-departmentNumber: 6073
-employeeType: Contract
-homePhone: +1 804 473-9048
-initials: G. S.
-mobile: +1 804 183-7824
-pager: +1 804 889-7009
-roomNumber: 9871
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Grantley Kobreek,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Romina Caine,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Romina Caine
-sn: Caine
-description: This is Romina Caine's description
-facsimileTelephoneNumber: +1 510 537-2243
-l: Palo Alto
-ou: Human Resources
-postalAddress: Human Resources$Palo Alto
-telephoneNumber: +1 510 876-5008
-title: Supreme Human Resources Writer
-userPassword: Password1
-uid: CaineR
-givenName: Romina
-mail: CaineR@03e01270dec047a5b17f2fbfe7ee61b3.bitwarden.com
-carLicense: R3C6KO
-departmentNumber: 8593
-employeeType: Employee
-homePhone: +1 510 362-5877
-initials: R. C.
-mobile: +1 510 706-6079
-pager: +1 510 540-6847
-roomNumber: 9865
-manager: cn=Pierre-Alain Posthumus,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Kellina Gunderson,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kellina Gunderson
-sn: Gunderson
-description: This is Kellina Gunderson's description
-facsimileTelephoneNumber: +1 415 540-1415
-l: Cupertino
-ou: Product Development
-postalAddress: Product Development$Cupertino
-telephoneNumber: +1 415 697-9559
-title: Associate Product Development Artist
-userPassword: Password1
-uid: GundersK
-givenName: Kellina
-mail: GundersK@f545c3f7771e423f82a2bff598560c79.bitwarden.com
-carLicense: KK5SFF
-departmentNumber: 3554
-employeeType: Normal
-homePhone: +1 415 962-9836
-initials: K. G.
-mobile: +1 415 778-1882
-pager: +1 415 353-3494
-roomNumber: 8050
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Dania Hekel,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Brunhilde Schack,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Brunhilde Schack
-sn: Schack
-description: This is Brunhilde Schack's description
-facsimileTelephoneNumber: +1 510 296-8382
-l: Orem
-ou: Product Testing
-postalAddress: Product Testing$Orem
-telephoneNumber: +1 510 589-9734
-title: Supreme Product Testing Figurehead
-userPassword: Password1
-uid: SchackB
-givenName: Brunhilde
-mail: SchackB@d64cbc21c43e4ae789224277adc4ecfe.bitwarden.com
-carLicense: 8JKPDE
-departmentNumber: 4842
-employeeType: Employee
-homePhone: +1 510 291-8824
-initials: B. S.
-mobile: +1 510 477-1516
-pager: +1 510 978-4746
-roomNumber: 8693
-manager: cn=Helmuth Garfield,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Jackson Leapheart,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Peng-David Sandford,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Peng-David Sandford
-sn: Sandford
-description: This is Peng-David Sandford's description
-facsimileTelephoneNumber: +1 213 611-3918
-l: Redmond
-ou: Administrative
-postalAddress: Administrative$Redmond
-telephoneNumber: +1 213 794-2393
-title: Supreme Administrative Vice President
-userPassword: Password1
-uid: SandforP
-givenName: Peng-David
-mail: SandforP@ecbe7413d7a74dce8478d8a77a5f394f.bitwarden.com
-carLicense: AT55RJ
-departmentNumber: 3398
-employeeType: Employee
-homePhone: +1 213 676-9067
-initials: P. S.
-mobile: +1 213 618-9776
-pager: +1 213 473-9077
-roomNumber: 8429
-manager: cn=Greta Ramsayer,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Mikelis Sagan,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mikelis Sagan
-sn: Sagan
-description: This is Mikelis Sagan's description
-facsimileTelephoneNumber: +1 510 832-8327
-l: Cambridge
-ou: Peons
-postalAddress: Peons$Cambridge
-telephoneNumber: +1 510 469-5866
-title: Supreme Peons Sales Rep
-userPassword: Password1
-uid: SaganM
-givenName: Mikelis
-mail: SaganM@62408cd3118c4cb082c607bd64879ced.bitwarden.com
-carLicense: RLVTJ2
-departmentNumber: 1713
-employeeType: Employee
-homePhone: +1 510 232-8167
-initials: M. S.
-mobile: +1 510 750-6260
-pager: +1 510 925-7977
-roomNumber: 8576
-manager: cn=Latonya Cauthen,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Te-Wei Cung,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Wiele Lewellen,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Wiele Lewellen
-sn: Lewellen
-description: This is Wiele Lewellen's description
-facsimileTelephoneNumber: +1 415 685-8985
-l: Santa Clara
-ou: Product Development
-postalAddress: Product Development$Santa Clara
-telephoneNumber: +1 415 459-1173
-title: Chief Product Development Writer
-userPassword: Password1
-uid: LewelleW
-givenName: Wiele
-mail: LewelleW@64f2c5d90c724406ba2f7c77aaa49fae.bitwarden.com
-carLicense: 8OOGM0
-departmentNumber: 3361
-employeeType: Normal
-homePhone: +1 415 804-5161
-initials: W. L.
-mobile: +1 415 412-2882
-pager: +1 415 461-9888
-roomNumber: 8164
-manager: cn=Melany DiPasquale,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Angelle Guarino,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Shayla Bijman,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Shayla Bijman
-sn: Bijman
-description: This is Shayla Bijman's description
-facsimileTelephoneNumber: +1 510 496-9014
-l: Cambridge
-ou: Product Development
-postalAddress: Product Development$Cambridge
-telephoneNumber: +1 510 105-3231
-title: Associate Product Development Writer
-userPassword: Password1
-uid: BijmanS
-givenName: Shayla
-mail: BijmanS@341c2a7aa79d4aa1aa97b332acebc155.bitwarden.com
-carLicense: XP8XGS
-departmentNumber: 7302
-employeeType: Employee
-homePhone: +1 510 939-7042
-initials: S. B.
-mobile: +1 510 446-4439
-pager: +1 510 570-4512
-roomNumber: 8146
-manager: cn=Felicle Ostaszewski,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Ringo Kavanagh,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Spicer Thibon,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Spicer Thibon
-sn: Thibon
-description: This is Spicer Thibon's description
-facsimileTelephoneNumber: +1 510 549-3982
-l: Cambridge
-ou: Payroll
-postalAddress: Payroll$Cambridge
-telephoneNumber: +1 510 519-6868
-title: Supreme Payroll Developer
-userPassword: Password1
-uid: ThibonS
-givenName: Spicer
-mail: ThibonS@c9027f607987451aa869ec32b2ad0708.bitwarden.com
-carLicense: P1P752
-departmentNumber: 8991
-employeeType: Contract
-homePhone: +1 510 994-9325
-initials: S. T.
-mobile: +1 510 793-2686
-pager: +1 510 577-6562
-roomNumber: 8228
-manager: cn=Roberta Gaiarsa,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Yueli Yakibchuk,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Chabert Pashia,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Chabert Pashia
-sn: Pashia
-description: This is Chabert Pashia's description
-facsimileTelephoneNumber: +1 510 157-2107
-l: Orem
-ou: Product Testing
-postalAddress: Product Testing$Orem
-telephoneNumber: +1 510 382-3195
-title: Supreme Product Testing Manager
-userPassword: Password1
-uid: PashiaC
-givenName: Chabert
-mail: PashiaC@6874478c22ee4fbf87473317dba0c7aa.bitwarden.com
-carLicense: 88T3U8
-departmentNumber: 1950
-employeeType: Normal
-homePhone: +1 510 611-3711
-initials: C. P.
-mobile: +1 510 562-3800
-pager: +1 510 788-5956
-roomNumber: 8877
-manager: cn=Thi Peirce,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Alessandra Gobeil,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Jeanette Dehghan,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jeanette Dehghan
-sn: Dehghan
-description: This is Jeanette Dehghan's description
-facsimileTelephoneNumber: +1 818 507-7734
-l: Santa Clara
-ou: Management
-postalAddress: Management$Santa Clara
-telephoneNumber: +1 818 825-9634
-title: Associate Management Dictator
-userPassword: Password1
-uid: DehghanJ
-givenName: Jeanette
-mail: DehghanJ@6085c53f98f34479bf7644e7797622f1.bitwarden.com
-carLicense: FXMNJD
-departmentNumber: 1032
-employeeType: Contract
-homePhone: +1 818 728-6051
-initials: J. D.
-mobile: +1 818 171-1352
-pager: +1 818 183-8629
-roomNumber: 9097
-manager: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Toshi Podolski,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Toshi Podolski
-sn: Podolski
-description: This is Toshi Podolski's description
-facsimileTelephoneNumber: +1 818 670-2167
-l: Milpitas
-ou: Payroll
-postalAddress: Payroll$Milpitas
-telephoneNumber: +1 818 219-8497
-title: Master Payroll Evangelist
-userPassword: Password1
-uid: PodolskT
-givenName: Toshi
-mail: PodolskT@78e9cef1d0e74415b642613eadf820dc.bitwarden.com
-carLicense: 0D1MOW
-departmentNumber: 6367
-employeeType: Normal
-homePhone: +1 818 616-4207
-initials: T. P.
-mobile: +1 818 339-7810
-pager: +1 818 918-3948
-roomNumber: 8585
-manager: cn=Emmye Thaker,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Bam Sarlos,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Bam Sarlos
-sn: Sarlos
-description: This is Bam Sarlos's description
-facsimileTelephoneNumber: +1 206 127-2519
-l: Sunnyvale
-ou: Management
-postalAddress: Management$Sunnyvale
-telephoneNumber: +1 206 189-6285
-title: Chief Management Engineer
-userPassword: Password1
-uid: SarlosB
-givenName: Bam
-mail: SarlosB@1365456b38df40e8b356de5ec434637e.bitwarden.com
-carLicense: XJ2OHI
-departmentNumber: 7879
-employeeType: Employee
-homePhone: +1 206 352-5477
-initials: B. S.
-mobile: +1 206 752-8424
-pager: +1 206 232-8242
-roomNumber: 9444
-manager: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Weringh Acree,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Weringh Acree
-sn: Acree
-description: This is Weringh Acree's description
-facsimileTelephoneNumber: +1 818 102-8418
-l: Redwood Shores
-ou: Product Development
-postalAddress: Product Development$Redwood Shores
-telephoneNumber: +1 818 839-1469
-title: Master Product Development Fellow
-userPassword: Password1
-uid: AcreeW
-givenName: Weringh
-mail: AcreeW@d45f6836f596476594ad223437a92901.bitwarden.com
-carLicense: SORS8P
-departmentNumber: 1590
-employeeType: Normal
-homePhone: +1 818 529-7928
-initials: W. A.
-mobile: +1 818 251-4475
-pager: +1 818 444-1866
-roomNumber: 8772
-manager: cn=Misbah Nielson,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Ammamaria Herring,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Allys Rabatich,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Allys Rabatich
-sn: Rabatich
-description: This is Allys Rabatich's description
-facsimileTelephoneNumber: +1 213 518-6954
-l: Redmond
-ou: Human Resources
-postalAddress: Human Resources$Redmond
-telephoneNumber: +1 213 338-6276
-title: Master Human Resources Writer
-userPassword: Password1
-uid: RabaticA
-givenName: Allys
-mail: RabaticA@5e676fae9cd742a087297df905b8c5bd.bitwarden.com
-carLicense: LK7U2X
-departmentNumber: 9532
-employeeType: Contract
-homePhone: +1 213 335-7838
-initials: A. R.
-mobile: +1 213 824-5771
-pager: +1 213 290-4716
-roomNumber: 8637
-manager: cn=Adrea Leistico,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Klink Coughran,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Klink Coughran
-sn: Coughran
-description: This is Klink Coughran's description
-facsimileTelephoneNumber: +1 408 316-7690
-l: Sunnyvale
-ou: Administrative
-postalAddress: Administrative$Sunnyvale
-telephoneNumber: +1 408 199-5715
-title: Supreme Administrative Writer
-userPassword: Password1
-uid: CoughraK
-givenName: Klink
-mail: CoughraK@a48fe457e2d443e49514ef05415077ab.bitwarden.com
-carLicense: 2C035S
-departmentNumber: 9309
-employeeType: Employee
-homePhone: +1 408 854-3997
-initials: K. C.
-mobile: +1 408 454-5971
-pager: +1 408 249-5422
-roomNumber: 9295
-manager: cn=Ynes Quelch,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Bahram Younglove,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Carmelia Pilcher,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Carmelia Pilcher
-sn: Pilcher
-description: This is Carmelia Pilcher's description
-facsimileTelephoneNumber: +1 804 894-1506
-l: Cambridge
-ou: Product Development
-postalAddress: Product Development$Cambridge
-telephoneNumber: +1 804 984-9525
-title: Junior Product Development Manager
-userPassword: Password1
-uid: PilcherC
-givenName: Carmelia
-mail: PilcherC@2e318a0239de472aabdd65965a994b71.bitwarden.com
-carLicense: SCOTES
-departmentNumber: 1643
-employeeType: Employee
-homePhone: +1 804 158-8546
-initials: C. P.
-mobile: +1 804 188-1413
-pager: +1 804 879-4424
-roomNumber: 9246
-manager: cn=Pierre-Alain Posthumus,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Jackson Leapheart,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Mietek Spraggins,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mietek Spraggins
-sn: Spraggins
-description: This is Mietek Spraggins's description
-facsimileTelephoneNumber: +1 818 432-7427
-l: Fremont
-ou: Human Resources
-postalAddress: Human Resources$Fremont
-telephoneNumber: +1 818 703-3938
-title: Junior Human Resources Director
-userPassword: Password1
-uid: SpraggiM
-givenName: Mietek
-mail: SpraggiM@3c768c229dbf4a72be3664a6054e7dbb.bitwarden.com
-carLicense: B8D07C
-departmentNumber: 3163
-employeeType: Employee
-homePhone: +1 818 944-1821
-initials: M. S.
-mobile: +1 818 315-1014
-pager: +1 818 178-3713
-roomNumber: 9719
-manager: cn=Helmuth Garfield,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Lucille Ribot,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lucille Ribot
-sn: Ribot
-description: This is Lucille Ribot's description
-facsimileTelephoneNumber: +1 206 161-7410
-l: Menlo Park
-ou: Product Testing
-postalAddress: Product Testing$Menlo Park
-telephoneNumber: +1 206 704-4327
-title: Master Product Testing Grunt
-userPassword: Password1
-uid: RibotL
-givenName: Lucille
-mail: RibotL@ed7e2f8d7425488d82f7ded229b79bb7.bitwarden.com
-carLicense: TPALO1
-departmentNumber: 7343
-employeeType: Contract
-homePhone: +1 206 466-5770
-initials: L. R.
-mobile: +1 206 228-3272
-pager: +1 206 861-1426
-roomNumber: 8849
-manager: cn=Pierre-Alain Posthumus,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Dania Hekel,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Sonny Ladymon,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sonny Ladymon
-sn: Ladymon
-description: This is Sonny Ladymon's description
-facsimileTelephoneNumber: +1 804 687-7659
-l: San Jose
-ou: Janitorial
-postalAddress: Janitorial$San Jose
-telephoneNumber: +1 804 609-4075
-title: Supreme Janitorial President
-userPassword: Password1
-uid: LadymonS
-givenName: Sonny
-mail: LadymonS@e776058a9be9473ca8557c346d255e63.bitwarden.com
-carLicense: K8SWBM
-departmentNumber: 9397
-employeeType: Contract
-homePhone: +1 804 698-9504
-initials: S. L.
-mobile: +1 804 460-8947
-pager: +1 804 787-8051
-roomNumber: 8612
-manager: cn=Remington Parikh,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Angelle Guarino,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Dodi Traut,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Dodi Traut
-sn: Traut
-description: This is Dodi Traut's description
-facsimileTelephoneNumber: +1 510 273-9467
-l: Milpitas
-ou: Product Development
-postalAddress: Product Development$Milpitas
-telephoneNumber: +1 510 173-3442
-title: Junior Product Development Director
-userPassword: Password1
-uid: TrautD
-givenName: Dodi
-mail: TrautD@27eb124f623f4e8aa5fd53cc6b9f61c0.bitwarden.com
-carLicense: HGMLLV
-departmentNumber: 2452
-employeeType: Employee
-homePhone: +1 510 509-3062
-initials: D. T.
-mobile: +1 510 358-2258
-pager: +1 510 241-6802
-roomNumber: 9381
-manager: cn=Pierre-Alain Posthumus,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Jesus Earley,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Addy Funderburg,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Addy Funderburg
-sn: Funderburg
-description: This is Addy Funderburg's description
-facsimileTelephoneNumber: +1 213 265-3211
-l: Redmond
-ou: Payroll
-postalAddress: Payroll$Redmond
-telephoneNumber: +1 213 851-2303
-title: Master Payroll Pinhead
-userPassword: Password1
-uid: FunderbA
-givenName: Addy
-mail: FunderbA@3607232bda3b4e2cbd820008bfd6ae44.bitwarden.com
-carLicense: 4KF1KH
-departmentNumber: 5832
-employeeType: Contract
-homePhone: +1 213 318-4848
-initials: A. F.
-mobile: +1 213 881-2542
-pager: +1 213 453-4751
-roomNumber: 8667
-manager: cn=Latonya Cauthen,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Bahram Younglove,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Halina Zollman,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Halina Zollman
-sn: Zollman
-description: This is Halina Zollman's description
-facsimileTelephoneNumber: +1 408 800-5248
-l: Alameda
-ou: Janitorial
-postalAddress: Janitorial$Alameda
-telephoneNumber: +1 408 229-4968
-title: Master Janitorial Mascot
-userPassword: Password1
-uid: ZollmanH
-givenName: Halina
-mail: ZollmanH@71a3a2f552a3442caaba57d329355ad2.bitwarden.com
-carLicense: BLP94O
-departmentNumber: 7505
-employeeType: Contract
-homePhone: +1 408 950-4810
-initials: H. Z.
-mobile: +1 408 162-8608
-pager: +1 408 919-3959
-roomNumber: 9810
-manager: cn=Devonne Janelle,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Natassia Taverner,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Minni Darroch,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Minni Darroch
-sn: Darroch
-description: This is Minni Darroch's description
-facsimileTelephoneNumber: +1 510 488-7006
-l: Armonk
-ou: Human Resources
-postalAddress: Human Resources$Armonk
-telephoneNumber: +1 510 605-3079
-title: Supreme Human Resources Artist
-userPassword: Password1
-uid: DarrochM
-givenName: Minni
-mail: DarrochM@6c6ad17c91ce484da3896f316811cdf9.bitwarden.com
-carLicense: USGX05
-departmentNumber: 7646
-employeeType: Contract
-homePhone: +1 510 298-5008
-initials: M. D.
-mobile: +1 510 877-6553
-pager: +1 510 236-6413
-roomNumber: 8063
-manager: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Melania Younglove,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Melania Younglove
-sn: Younglove
-description: This is Melania Younglove's description
-facsimileTelephoneNumber: +1 206 444-6629
-l: Armonk
-ou: Human Resources
-postalAddress: Human Resources$Armonk
-telephoneNumber: +1 206 199-5325
-title: Supreme Human Resources Assistant
-userPassword: Password1
-uid: YoungloM
-givenName: Melania
-mail: YoungloM@cfc30ea4a75d4490969ab077dd8e92a6.bitwarden.com
-carLicense: L1U0A9
-departmentNumber: 4044
-employeeType: Employee
-homePhone: +1 206 598-7458
-initials: M. Y.
-mobile: +1 206 128-1663
-pager: +1 206 158-3195
-roomNumber: 9729
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Charin Goulfine,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Shirline Moneypenny,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Shirline Moneypenny
-sn: Moneypenny
-description: This is Shirline Moneypenny's description
-facsimileTelephoneNumber: +1 510 135-5370
-l: Redwood Shores
-ou: Human Resources
-postalAddress: Human Resources$Redwood Shores
-telephoneNumber: +1 510 594-1874
-title: Supreme Human Resources Warrior
-userPassword: Password1
-uid: MoneypeS
-givenName: Shirline
-mail: MoneypeS@80dc0099525545aabfb814fa8c5cdb36.bitwarden.com
-carLicense: DA3EVR
-departmentNumber: 8429
-employeeType: Employee
-homePhone: +1 510 847-3528
-initials: S. M.
-mobile: +1 510 333-9786
-pager: +1 510 802-2817
-roomNumber: 9747
-manager: cn=Thi Peirce,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Ammamaria Herring,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Del Gilliland,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Del Gilliland
-sn: Gilliland
-description: This is Del Gilliland's description
-facsimileTelephoneNumber: +1 510 967-2550
-l: Palo Alto
-ou: Product Testing
-postalAddress: Product Testing$Palo Alto
-telephoneNumber: +1 510 784-6873
-title: Supreme Product Testing Developer
-userPassword: Password1
-uid: GillilaD
-givenName: Del
-mail: GillilaD@ffc0969dbe5948fda4db4f31ff93a3e9.bitwarden.com
-carLicense: WJ9LG5
-departmentNumber: 9822
-employeeType: Employee
-homePhone: +1 510 651-3669
-initials: D. G.
-mobile: +1 510 158-9697
-pager: +1 510 250-8214
-roomNumber: 9713
-manager: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Charin Goulfine,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Cavin Hor,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Cavin Hor
-sn: Hor
-description: This is Cavin Hor's description
-facsimileTelephoneNumber: +1 206 498-8750
-l: Armonk
-ou: Administrative
-postalAddress: Administrative$Armonk
-telephoneNumber: +1 206 986-1394
-title: Master Administrative Czar
-userPassword: Password1
-uid: HorC
-givenName: Cavin
-mail: HorC@6834e07b8b7a48599c5352f812afcb14.bitwarden.com
-carLicense: AQT6Y8
-departmentNumber: 8225
-employeeType: Contract
-homePhone: +1 206 616-7146
-initials: C. H.
-mobile: +1 206 489-1251
-pager: +1 206 538-3369
-roomNumber: 8705
-manager: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Ringo Kavanagh,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Tarah Sleeth,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Tarah Sleeth
-sn: Sleeth
-description: This is Tarah Sleeth's description
-facsimileTelephoneNumber: +1 206 312-3639
-l: Redwood Shores
-ou: Administrative
-postalAddress: Administrative$Redwood Shores
-telephoneNumber: +1 206 124-4086
-title: Associate Administrative Punk
-userPassword: Password1
-uid: SleethT
-givenName: Tarah
-mail: SleethT@18d5048434a7479a874bb8397c04f8a6.bitwarden.com
-carLicense: PPN6PN
-departmentNumber: 2287
-employeeType: Normal
-homePhone: +1 206 881-4182
-initials: T. S.
-mobile: +1 206 753-8804
-pager: +1 206 114-3535
-roomNumber: 8145
-manager: cn=Rosalinde Veedell,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Ammamaria Herring,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Vallipuram Uffner,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Vallipuram Uffner
-sn: Uffner
-description: This is Vallipuram Uffner's description
-facsimileTelephoneNumber: +1 206 827-9351
-l: Palo Alto
-ou: Peons
-postalAddress: Peons$Palo Alto
-telephoneNumber: +1 206 928-6894
-title: Supreme Peons Writer
-userPassword: Password1
-uid: UffnerV
-givenName: Vallipuram
-mail: UffnerV@0ca5b0b8598d498fa6881f8e68f04777.bitwarden.com
-carLicense: 71WK5F
-departmentNumber: 3835
-employeeType: Employee
-homePhone: +1 206 267-8222
-initials: V. U.
-mobile: +1 206 385-5429
-pager: +1 206 315-2519
-roomNumber: 8631
-manager: cn=Josy Puddington,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Natassia Taverner,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Ott Groetsema,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ott Groetsema
-sn: Groetsema
-description: This is Ott Groetsema's description
-facsimileTelephoneNumber: +1 213 584-9283
-l: San Jose
-ou: Product Development
-postalAddress: Product Development$San Jose
-telephoneNumber: +1 213 111-4552
-title: Associate Product Development Warrior
-userPassword: Password1
-uid: GroetseO
-givenName: Ott
-mail: GroetseO@ae78ee526c5e44bdaf510c03b717277a.bitwarden.com
-carLicense: 37OGVY
-departmentNumber: 9366
-employeeType: Employee
-homePhone: +1 213 585-5156
-initials: O. G.
-mobile: +1 213 832-9928
-pager: +1 213 943-2135
-roomNumber: 8346
-manager: cn=Pierre-Alain Posthumus,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Virgina Pichocki,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Julien Eggebraaten,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Julien Eggebraaten
-sn: Eggebraaten
-description: This is Julien Eggebraaten's description
-facsimileTelephoneNumber: +1 206 133-3150
-l: Cupertino
-ou: Administrative
-postalAddress: Administrative$Cupertino
-telephoneNumber: +1 206 460-4860
-title: Chief Administrative Architect
-userPassword: Password1
-uid: EggebraJ
-givenName: Julien
-mail: EggebraJ@88e71895091a44a391aaaea86b3a2139.bitwarden.com
-carLicense: EF3GH1
-departmentNumber: 8646
-employeeType: Employee
-homePhone: +1 206 460-3477
-initials: J. E.
-mobile: +1 206 313-8032
-pager: +1 206 145-2377
-roomNumber: 9742
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Becky Priestley,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Isaac Donnelly,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Isaac Donnelly
-sn: Donnelly
-description: This is Isaac Donnelly's description
-facsimileTelephoneNumber: +1 818 890-5415
-l: Redwood Shores
-ou: Management
-postalAddress: Management$Redwood Shores
-telephoneNumber: +1 818 320-5319
-title: Associate Management Manager
-userPassword: Password1
-uid: DonnellI
-givenName: Isaac
-mail: DonnellI@9c9330036ff94eabab4585f13866b608.bitwarden.com
-carLicense: 3TFMY2
-departmentNumber: 4916
-employeeType: Normal
-homePhone: +1 818 742-6999
-initials: I. D.
-mobile: +1 818 152-3919
-pager: +1 818 557-3790
-roomNumber: 8689
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Virgina Pichocki,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Leela Ruane,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Leela Ruane
-sn: Ruane
-description: This is Leela Ruane's description
-facsimileTelephoneNumber: +1 510 233-4674
-l: Santa Clara
-ou: Peons
-postalAddress: Peons$Santa Clara
-telephoneNumber: +1 510 371-6897
-title: Associate Peons Director
-userPassword: Password1
-uid: RuaneL
-givenName: Leela
-mail: RuaneL@752c5105a9194f8d8b8da73c770d51dc.bitwarden.com
-carLicense: G453P2
-departmentNumber: 2553
-employeeType: Normal
-homePhone: +1 510 569-2659
-initials: L. R.
-mobile: +1 510 439-7075
-pager: +1 510 233-8046
-roomNumber: 8446
-manager: cn=Nikos Fouret,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Robbie McCracken,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Robbie McCracken
-sn: McCracken
-description: This is Robbie McCracken's description
-facsimileTelephoneNumber: +1 804 714-5060
-l: Palo Alto
-ou: Human Resources
-postalAddress: Human Resources$Palo Alto
-telephoneNumber: +1 804 583-2283
-title: Supreme Human Resources Manager
-userPassword: Password1
-uid: McCrackR
-givenName: Robbie
-mail: McCrackR@1d6456d50bf342eb9edbc475cb3ae754.bitwarden.com
-carLicense: F262WB
-departmentNumber: 7559
-employeeType: Normal
-homePhone: +1 804 781-3315
-initials: R. M.
-mobile: +1 804 380-4416
-pager: +1 804 983-5105
-roomNumber: 8176
-manager: cn=Hans Kirchner,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Natassia Taverner,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Kishore Ferner,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kishore Ferner
-sn: Ferner
-description: This is Kishore Ferner's description
-facsimileTelephoneNumber: +1 213 271-1264
-l: Fremont
-ou: Administrative
-postalAddress: Administrative$Fremont
-telephoneNumber: +1 213 368-2787
-title: Associate Administrative Director
-userPassword: Password1
-uid: FernerK
-givenName: Kishore
-mail: FernerK@37e3de35a8c340a7b99329132ff492e1.bitwarden.com
-carLicense: LI3N6R
-departmentNumber: 1204
-employeeType: Normal
-homePhone: +1 213 625-8685
-initials: K. F.
-mobile: +1 213 381-9379
-pager: +1 213 950-9387
-roomNumber: 9225
-manager: cn=Misbah Nielson,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Becky Priestley,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Elliott Ezzat,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Elliott Ezzat
-sn: Ezzat
-description: This is Elliott Ezzat's description
-facsimileTelephoneNumber: +1 415 815-5497
-l: San Jose
-ou: Janitorial
-postalAddress: Janitorial$San Jose
-telephoneNumber: +1 415 876-6378
-title: Supreme Janitorial Grunt
-userPassword: Password1
-uid: EzzatE
-givenName: Elliott
-mail: EzzatE@c55fa379e218442f952d37f28fcf9d66.bitwarden.com
-carLicense: VCA0VK
-departmentNumber: 9404
-employeeType: Employee
-homePhone: +1 415 671-2246
-initials: E. E.
-mobile: +1 415 891-4336
-pager: +1 415 940-5156
-roomNumber: 8061
-manager: cn=Felicle Ostaszewski,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Jesus Earley,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Clotilda De Vries,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Clotilda De Vries
-sn: De Vries
-description: This is Clotilda De Vries's description
-facsimileTelephoneNumber: +1 213 387-3932
-l: Milpitas
-ou: Product Development
-postalAddress: Product Development$Milpitas
-telephoneNumber: +1 213 568-6138
-title: Supreme Product Development Pinhead
-userPassword: Password1
-uid: De VrieC
-givenName: Clotilda
-mail: DeVrieC@3176045f47fb4a99bfb7ada750f4ebf5.bitwarden.com
-carLicense: DV5XF7
-departmentNumber: 2247
-employeeType: Contract
-homePhone: +1 213 717-2273
-initials: C. D.
-mobile: +1 213 677-7963
-pager: +1 213 657-7570
-roomNumber: 9102
-manager: cn=Latonya Cauthen,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=King-Haut Glancey,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Maidxpm Gu,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Maidxpm Gu
-sn: Gu
-description: This is Maidxpm Gu's description
-facsimileTelephoneNumber: +1 510 945-7716
-l: Alameda
-ou: Janitorial
-postalAddress: Janitorial$Alameda
-telephoneNumber: +1 510 404-1288
-title: Junior Janitorial Punk
-userPassword: Password1
-uid: GuM
-givenName: Maidxpm
-mail: GuM@eaf78e0383394d7a91c392aa343e0812.bitwarden.com
-carLicense: 34YRTL
-departmentNumber: 1657
-employeeType: Normal
-homePhone: +1 510 613-5987
-initials: M. G.
-mobile: +1 510 386-4672
-pager: +1 510 159-7035
-roomNumber: 9266
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Charin Goulfine,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Cordi Chahal,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Cordi Chahal
-sn: Chahal
-description: This is Cordi Chahal's description
-facsimileTelephoneNumber: +1 415 776-3778
-l: Santa Clara
-ou: Management
-postalAddress: Management$Santa Clara
-telephoneNumber: +1 415 852-3999
-title: Associate Management Janitor
-userPassword: Password1
-uid: ChahalC
-givenName: Cordi
-mail: ChahalC@693e5301c4924e0195024b48e34f4838.bitwarden.com
-carLicense: 41N9R9
-departmentNumber: 9449
-employeeType: Employee
-homePhone: +1 415 989-2740
-initials: C. C.
-mobile: +1 415 292-4940
-pager: +1 415 163-5408
-roomNumber: 8664
-manager: cn=Dara Patchsqa,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Alessandra Gobeil,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Gin McDonough,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gin McDonough
-sn: McDonough
-description: This is Gin McDonough's description
-facsimileTelephoneNumber: +1 408 132-9279
-l: Orem
-ou: Peons
-postalAddress: Peons$Orem
-telephoneNumber: +1 408 282-9705
-title: Master Peons Assistant
-userPassword: Password1
-uid: McDonouG
-givenName: Gin
-mail: McDonouG@04f129d23a224d9298d992162a0a6e5c.bitwarden.com
-carLicense: BVM53H
-departmentNumber: 9702
-employeeType: Normal
-homePhone: +1 408 479-7388
-initials: G. M.
-mobile: +1 408 264-7776
-pager: +1 408 334-9003
-roomNumber: 8081
-manager: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Umeko Christensen,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Umeko Christensen
-sn: Christensen
-description: This is Umeko Christensen's description
-facsimileTelephoneNumber: +1 408 202-4675
-l: Cupertino
-ou: Janitorial
-postalAddress: Janitorial$Cupertino
-telephoneNumber: +1 408 613-7205
-title: Associate Janitorial Punk
-userPassword: Password1
-uid: ChristeU
-givenName: Umeko
-mail: ChristeU@cb28429eacc145eba144e472491c78c9.bitwarden.com
-carLicense: B3YXN9
-departmentNumber: 8513
-employeeType: Contract
-homePhone: +1 408 522-4682
-initials: U. C.
-mobile: +1 408 121-5956
-pager: +1 408 820-8365
-roomNumber: 8095
-manager: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Jesus Earley,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Fox Damena,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Fox Damena
-sn: Damena
-description: This is Fox Damena's description
-facsimileTelephoneNumber: +1 408 251-5486
-l: San Jose
-ou: Administrative
-postalAddress: Administrative$San Jose
-telephoneNumber: +1 408 195-6889
-title: Chief Administrative Assistant
-userPassword: Password1
-uid: DamenaF
-givenName: Fox
-mail: DamenaF@6386fe7c9adf482db7eea6861b3eb458.bitwarden.com
-carLicense: ROCHQ8
-departmentNumber: 8324
-employeeType: Employee
-homePhone: +1 408 259-2041
-initials: F. D.
-mobile: +1 408 299-3254
-pager: +1 408 771-5660
-roomNumber: 8706
-manager: cn=Roberta Gaiarsa,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Bahram Younglove,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Kacey Bocservice,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kacey Bocservice
-sn: Bocservice
-description: This is Kacey Bocservice's description
-facsimileTelephoneNumber: +1 206 926-3310
-l: Sunnyvale
-ou: Product Testing
-postalAddress: Product Testing$Sunnyvale
-telephoneNumber: +1 206 733-3380
-title: Supreme Product Testing Consultant
-userPassword: Password1
-uid: BocservK
-givenName: Kacey
-mail: BocservK@7101039e23634506b2da2b1c92ecb4cf.bitwarden.com
-carLicense: 4EFN8D
-departmentNumber: 1360
-employeeType: Contract
-homePhone: +1 206 769-8164
-initials: K. B.
-mobile: +1 206 719-6345
-pager: +1 206 688-4902
-roomNumber: 9639
-manager: cn=Adrea Leistico,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Buddy Portigal,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Buddy Portigal
-sn: Portigal
-description: This is Buddy Portigal's description
-facsimileTelephoneNumber: +1 818 733-5381
-l: Menlo Park
-ou: Product Development
-postalAddress: Product Development$Menlo Park
-telephoneNumber: +1 818 884-9938
-title: Chief Product Development Manager
-userPassword: Password1
-uid: PortigaB
-givenName: Buddy
-mail: PortigaB@96abd642be1141e29e005a37279ebb0d.bitwarden.com
-carLicense: W3QVC9
-departmentNumber: 5460
-employeeType: Employee
-homePhone: +1 818 724-9411
-initials: B. P.
-mobile: +1 818 255-2423
-pager: +1 818 904-9007
-roomNumber: 8166
-manager: cn=Adrea Leistico,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Natassia Taverner,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Lianne Ivers,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lianne Ivers
-sn: Ivers
-description: This is Lianne Ivers's description
-facsimileTelephoneNumber: +1 804 255-1265
-l: Palo Alto
-ou: Janitorial
-postalAddress: Janitorial$Palo Alto
-telephoneNumber: +1 804 357-8901
-title: Associate Janitorial Mascot
-userPassword: Password1
-uid: IversL
-givenName: Lianne
-mail: IversL@d73ef9502e9045388e89e90d1beb22e0.bitwarden.com
-carLicense: V0GDEK
-departmentNumber: 1995
-employeeType: Normal
-homePhone: +1 804 345-2839
-initials: L. I.
-mobile: +1 804 491-9443
-pager: +1 804 181-5422
-roomNumber: 8576
-manager: cn=Devonne Janelle,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Natassia Taverner,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Kerry Mistuloff,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kerry Mistuloff
-sn: Mistuloff
-description: This is Kerry Mistuloff's description
-facsimileTelephoneNumber: +1 408 584-2007
-l: Alameda
-ou: Payroll
-postalAddress: Payroll$Alameda
-telephoneNumber: +1 408 406-1869
-title: Chief Payroll Czar
-userPassword: Password1
-uid: MistuloK
-givenName: Kerry
-mail: MistuloK@9dd46e72015c4014b5f15189a14009e2.bitwarden.com
-carLicense: BI028O
-departmentNumber: 9364
-employeeType: Contract
-homePhone: +1 408 705-1580
-initials: K. M.
-mobile: +1 408 392-5099
-pager: +1 408 425-9057
-roomNumber: 8225
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Bahram Younglove,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Spicer Deininger,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Spicer Deininger
-sn: Deininger
-description: This is Spicer Deininger's description
-facsimileTelephoneNumber: +1 804 472-6418
-l: San Mateo
-ou: Product Development
-postalAddress: Product Development$San Mateo
-telephoneNumber: +1 804 879-6336
-title: Supreme Product Development Architect
-userPassword: Password1
-uid: DeiningS
-givenName: Spicer
-mail: DeiningS@76461d206b9345e1abb51e7da8995e90.bitwarden.com
-carLicense: LBQ909
-departmentNumber: 6317
-employeeType: Contract
-homePhone: +1 804 361-9025
-initials: S. D.
-mobile: +1 804 462-4683
-pager: +1 804 845-2753
-roomNumber: 9452
-manager: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Jackson Leapheart,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Madalyn Alspaugh,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Madalyn Alspaugh
-sn: Alspaugh
-description: This is Madalyn Alspaugh's description
-facsimileTelephoneNumber: +1 510 508-4518
-l: Santa Clara
-ou: Human Resources
-postalAddress: Human Resources$Santa Clara
-telephoneNumber: +1 510 928-7659
-title: Supreme Human Resources Technician
-userPassword: Password1
-uid: AlspaugM
-givenName: Madalyn
-mail: AlspaugM@956019c7b1ea4625bc1162662d000679.bitwarden.com
-carLicense: 58U0FN
-departmentNumber: 5926
-employeeType: Employee
-homePhone: +1 510 463-5621
-initials: M. A.
-mobile: +1 510 142-7862
-pager: +1 510 931-7064
-roomNumber: 9646
-manager: cn=Josy Puddington,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=King-Haut Glancey,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Tamiko Braun,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Tamiko Braun
-sn: Braun
-description: This is Tamiko Braun's description
-facsimileTelephoneNumber: +1 408 820-9033
-l: Cupertino
-ou: Peons
-postalAddress: Peons$Cupertino
-telephoneNumber: +1 408 313-8711
-title: Associate Peons Sales Rep
-userPassword: Password1
-uid: BraunT
-givenName: Tamiko
-mail: BraunT@e73e3027888946e39965dbd392bbf0b4.bitwarden.com
-carLicense: D5B35B
-departmentNumber: 7638
-employeeType: Contract
-homePhone: +1 408 971-5706
-initials: T. B.
-mobile: +1 408 242-5448
-pager: +1 408 418-4114
-roomNumber: 9400
-manager: cn=Josy Puddington,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Angelle Guarino,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Fiona Helpline,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Fiona Helpline
-sn: Helpline
-description: This is Fiona Helpline's description
-facsimileTelephoneNumber: +1 213 495-4905
-l: Palo Alto
-ou: Janitorial
-postalAddress: Janitorial$Palo Alto
-telephoneNumber: +1 213 162-6951
-title: Junior Janitorial Assistant
-userPassword: Password1
-uid: HelplinF
-givenName: Fiona
-mail: HelplinF@50cba049a4ce4cb48d38e4a6dd7d1758.bitwarden.com
-carLicense: XY7EQJ
-departmentNumber: 4226
-employeeType: Employee
-homePhone: +1 213 654-5921
-initials: F. H.
-mobile: +1 213 809-6292
-pager: +1 213 845-8177
-roomNumber: 8063
-manager: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Noella Koskie,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Noella Koskie
-sn: Koskie
-description: This is Noella Koskie's description
-facsimileTelephoneNumber: +1 206 447-1469
-l: Redmond
-ou: Human Resources
-postalAddress: Human Resources$Redmond
-telephoneNumber: +1 206 349-3685
-title: Supreme Human Resources Punk
-userPassword: Password1
-uid: KoskieN
-givenName: Noella
-mail: KoskieN@f4767ff9438d471b94f3382fd24a564c.bitwarden.com
-carLicense: 54IW9B
-departmentNumber: 1078
-employeeType: Employee
-homePhone: +1 206 901-4587
-initials: N. K.
-mobile: +1 206 755-9842
-pager: +1 206 550-5444
-roomNumber: 8322
-manager: cn=Emmye Thaker,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Yueli Yakibchuk,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Karon Rey,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Karon Rey
-sn: Rey
-description: This is Karon Rey's description
-facsimileTelephoneNumber: +1 804 754-8622
-l: Redmond
-ou: Management
-postalAddress: Management$Redmond
-telephoneNumber: +1 804 964-7131
-title: Junior Management Dictator
-userPassword: Password1
-uid: ReyK
-givenName: Karon
-mail: ReyK@848a5e9ff7e64339b3d7fd8820b74e23.bitwarden.com
-carLicense: WLTHQN
-departmentNumber: 2062
-employeeType: Normal
-homePhone: +1 804 115-2355
-initials: K. R.
-mobile: +1 804 223-1106
-pager: +1 804 116-3862
-roomNumber: 9251
-manager: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Jesus Earley,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Kataryna Hollen,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kataryna Hollen
-sn: Hollen
-description: This is Kataryna Hollen's description
-facsimileTelephoneNumber: +1 213 654-2601
-l: Palo Alto
-ou: Human Resources
-postalAddress: Human Resources$Palo Alto
-telephoneNumber: +1 213 656-9336
-title: Associate Human Resources President
-userPassword: Password1
-uid: HollenK
-givenName: Kataryna
-mail: HollenK@1e84ef45924c41279e116f1ce859a7d9.bitwarden.com
-carLicense: HVV288
-departmentNumber: 2939
-employeeType: Normal
-homePhone: +1 213 746-6222
-initials: K. H.
-mobile: +1 213 718-2420
-pager: +1 213 542-2975
-roomNumber: 8797
-manager: cn=Ronnica Grimm,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Emerson RK,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Emerson RK
-sn: RK
-description: This is Emerson RK's description
-facsimileTelephoneNumber: +1 415 373-2278
-l: Sunnyvale
-ou: Administrative
-postalAddress: Administrative$Sunnyvale
-telephoneNumber: +1 415 226-8116
-title: Junior Administrative Dictator
-userPassword: Password1
-uid: RKE
-givenName: Emerson
-mail: RKE@cbc82096b5e245c9b627cf69c35c8dc6.bitwarden.com
-carLicense: NM7JMA
-departmentNumber: 2555
-employeeType: Normal
-homePhone: +1 415 349-2601
-initials: E. R.
-mobile: +1 415 664-5884
-pager: +1 415 348-2835
-roomNumber: 8617
-manager: cn=Remington Parikh,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Jackson Leapheart,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Leesa Collis,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Leesa Collis
-sn: Collis
-description: This is Leesa Collis's description
-facsimileTelephoneNumber: +1 510 233-3488
-l: Alameda
-ou: Product Testing
-postalAddress: Product Testing$Alameda
-telephoneNumber: +1 510 500-2641
-title: Associate Product Testing Engineer
-userPassword: Password1
-uid: CollisL
-givenName: Leesa
-mail: CollisL@c8ee45aa130e469ab9d08427bf58a160.bitwarden.com
-carLicense: GAFVGA
-departmentNumber: 3858
-employeeType: Normal
-homePhone: +1 510 832-8993
-initials: L. C.
-mobile: +1 510 619-8975
-pager: +1 510 171-5745
-roomNumber: 8084
-manager: cn=Vitia Moulsoff,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Natassia Taverner,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Lottie Einarsson,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lottie Einarsson
-sn: Einarsson
-description: This is Lottie Einarsson's description
-facsimileTelephoneNumber: +1 818 583-9730
-l: Santa Clara
-ou: Human Resources
-postalAddress: Human Resources$Santa Clara
-telephoneNumber: +1 818 828-7092
-title: Master Human Resources Punk
-userPassword: Password1
-uid: EinarssL
-givenName: Lottie
-mail: EinarssL@49109bd40f5f455687dec3ccf2198faf.bitwarden.com
-carLicense: 1HISSA
-departmentNumber: 1064
-employeeType: Normal
-homePhone: +1 818 540-2309
-initials: L. E.
-mobile: +1 818 259-5644
-pager: +1 818 144-5773
-roomNumber: 9929
-manager: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Sanjeev Id,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sanjeev Id
-sn: Id
-description: This is Sanjeev Id's description
-facsimileTelephoneNumber: +1 818 145-5132
-l: Alameda
-ou: Janitorial
-postalAddress: Janitorial$Alameda
-telephoneNumber: +1 818 758-4063
-title: Chief Janitorial Architect
-userPassword: Password1
-uid: IdS
-givenName: Sanjeev
-mail: IdS@a951d7743a6642c2b51879514b5ca776.bitwarden.com
-carLicense: VD63LM
-departmentNumber: 7213
-employeeType: Contract
-homePhone: +1 818 486-5945
-initials: S. I.
-mobile: +1 818 315-2898
-pager: +1 818 356-7999
-roomNumber: 9624
-manager: cn=Latonya Cauthen,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Niel Ranger,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Niel Ranger
-sn: Ranger
-description: This is Niel Ranger's description
-facsimileTelephoneNumber: +1 213 208-1026
-l: Cupertino
-ou: Management
-postalAddress: Management$Cupertino
-telephoneNumber: +1 213 383-4701
-title: Associate Management Madonna
-userPassword: Password1
-uid: RangerN
-givenName: Niel
-mail: RangerN@632f2740a30b4299bdecbe1293c6b1e7.bitwarden.com
-carLicense: 2CST6N
-departmentNumber: 9586
-employeeType: Employee
-homePhone: +1 213 112-4631
-initials: N. R.
-mobile: +1 213 697-6757
-pager: +1 213 980-9831
-roomNumber: 9653
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Odelinda Fedoruk,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Odelinda Fedoruk
-sn: Fedoruk
-description: This is Odelinda Fedoruk's description
-facsimileTelephoneNumber: +1 415 583-2242
-l: Redmond
-ou: Payroll
-postalAddress: Payroll$Redmond
-telephoneNumber: +1 415 810-3842
-title: Master Payroll Pinhead
-userPassword: Password1
-uid: FedorukO
-givenName: Odelinda
-mail: FedorukO@2ca9e2dbe44f47b6b01ed685c3bbe5ac.bitwarden.com
-carLicense: 3WG4O0
-departmentNumber: 8669
-employeeType: Normal
-homePhone: +1 415 425-5458
-initials: O. F.
-mobile: +1 415 700-4518
-pager: +1 415 397-9845
-roomNumber: 9671
-manager: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Becky Priestley,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Lucas Chari,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lucas Chari
-sn: Chari
-description: This is Lucas Chari's description
-facsimileTelephoneNumber: +1 206 367-8600
-l: Santa Clara
-ou: Product Testing
-postalAddress: Product Testing$Santa Clara
-telephoneNumber: +1 206 504-7815
-title: Supreme Product Testing Grunt
-userPassword: Password1
-uid: ChariL
-givenName: Lucas
-mail: ChariL@ed183240d2274a60918dec7c056a1b86.bitwarden.com
-carLicense: 3G87U2
-departmentNumber: 9961
-employeeType: Normal
-homePhone: +1 206 148-2428
-initials: L. C.
-mobile: +1 206 525-9566
-pager: +1 206 707-1040
-roomNumber: 8170
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Wendye Kingdon,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Shaji Searl,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Shaji Searl
-sn: Searl
-description: This is Shaji Searl's description
-facsimileTelephoneNumber: +1 213 602-2099
-l: Redwood Shores
-ou: Human Resources
-postalAddress: Human Resources$Redwood Shores
-telephoneNumber: +1 213 916-3166
-title: Supreme Human Resources Pinhead
-userPassword: Password1
-uid: SearlS
-givenName: Shaji
-mail: SearlS@3e2956746c7c41b7b4dc5e63792f43cc.bitwarden.com
-carLicense: OXCBU0
-departmentNumber: 4333
-employeeType: Employee
-homePhone: +1 213 672-3807
-initials: S. S.
-mobile: +1 213 964-9386
-pager: +1 213 192-1826
-roomNumber: 8415
-manager: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Alessandra Gobeil,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Kristin Crucefix,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kristin Crucefix
-sn: Crucefix
-description: This is Kristin Crucefix's description
-facsimileTelephoneNumber: +1 818 404-1378
-l: San Francisco
-ou: Product Testing
-postalAddress: Product Testing$San Francisco
-telephoneNumber: +1 818 324-1325
-title: Associate Product Testing Manager
-userPassword: Password1
-uid: CrucefiK
-givenName: Kristin
-mail: CrucefiK@5e54d24a80f14194822f54833ff807a4.bitwarden.com
-carLicense: RA3GNV
-departmentNumber: 7726
-employeeType: Employee
-homePhone: +1 818 640-8718
-initials: K. C.
-mobile: +1 818 886-1428
-pager: +1 818 809-4039
-roomNumber: 8052
-manager: cn=Devonne Janelle,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Jackson Leapheart,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Jere Kong,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jere Kong
-sn: Kong
-description: This is Jere Kong's description
-facsimileTelephoneNumber: +1 206 718-2154
-l: Palo Alto
-ou: Peons
-postalAddress: Peons$Palo Alto
-telephoneNumber: +1 206 123-8142
-title: Supreme Peons Stooge
-userPassword: Password1
-uid: KongJ
-givenName: Jere
-mail: KongJ@c31dc3397f3a45ca971c4674af07c210.bitwarden.com
-carLicense: AC55IU
-departmentNumber: 4405
-employeeType: Contract
-homePhone: +1 206 996-9050
-initials: J. K.
-mobile: +1 206 974-2812
-pager: +1 206 598-2263
-roomNumber: 9354
-manager: cn=Rosalinde Veedell,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Grantley Kobreek,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Tak-Wai Salladay,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Tak-Wai Salladay
-sn: Salladay
-description: This is Tak-Wai Salladay's description
-facsimileTelephoneNumber: +1 510 337-3053
-l: Palo Alto
-ou: Product Development
-postalAddress: Product Development$Palo Alto
-telephoneNumber: +1 510 276-4702
-title: Associate Product Development Engineer
-userPassword: Password1
-uid: SalladaT
-givenName: Tak-Wai
-mail: SalladaT@b2ae4069e86943268e686f6fe06ee4a9.bitwarden.com
-carLicense: PWDMMN
-departmentNumber: 4705
-employeeType: Employee
-homePhone: +1 510 258-7423
-initials: T. S.
-mobile: +1 510 961-4542
-pager: +1 510 638-5797
-roomNumber: 8595
-manager: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Jackson Leapheart,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Cara Cuervo,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Cara Cuervo
-sn: Cuervo
-description: This is Cara Cuervo's description
-facsimileTelephoneNumber: +1 408 399-4088
-l: San Jose
-ou: Product Testing
-postalAddress: Product Testing$San Jose
-telephoneNumber: +1 408 876-9469
-title: Chief Product Testing Vice President
-userPassword: Password1
-uid: CuervoC
-givenName: Cara
-mail: CuervoC@44d6da32cc49457fb610dc6e02cea7ae.bitwarden.com
-carLicense: EKJY69
-departmentNumber: 1790
-employeeType: Normal
-homePhone: +1 408 368-4631
-initials: C. C.
-mobile: +1 408 701-9442
-pager: +1 408 671-3301
-roomNumber: 9333
-manager: cn=Roberta Gaiarsa,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Virgina Pichocki,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Anne-Marie Haydock,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Anne-Marie Haydock
-sn: Haydock
-description: This is Anne-Marie Haydock's description
-facsimileTelephoneNumber: +1 804 714-6683
-l: Cambridge
-ou: Product Development
-postalAddress: Product Development$Cambridge
-telephoneNumber: +1 804 507-9859
-title: Junior Product Development President
-userPassword: Password1
-uid: HaydockA
-givenName: Anne-Marie
-mail: HaydockA@f757676270f44c6398ef7409a2684fcd.bitwarden.com
-carLicense: DIB7QL
-departmentNumber: 4960
-employeeType: Employee
-homePhone: +1 804 611-9925
-initials: A. H.
-mobile: +1 804 897-3371
-pager: +1 804 604-4320
-roomNumber: 8854
-manager: cn=Ronnica Grimm,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Manya Chapa,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Manya Chapa
-sn: Chapa
-description: This is Manya Chapa's description
-facsimileTelephoneNumber: +1 804 249-7117
-l: Fremont
-ou: Product Testing
-postalAddress: Product Testing$Fremont
-telephoneNumber: +1 804 157-8398
-title: Junior Product Testing Fellow
-userPassword: Password1
-uid: ChapaM
-givenName: Manya
-mail: ChapaM@7c9f9da40fbd476988ff705147ac52eb.bitwarden.com
-carLicense: RVRKWP
-departmentNumber: 2742
-employeeType: Employee
-homePhone: +1 804 910-3066
-initials: M. C.
-mobile: +1 804 489-9163
-pager: +1 804 131-6608
-roomNumber: 8543
-manager: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Becky Priestley,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Abraham Lawson,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Abraham Lawson
-sn: Lawson
-description: This is Abraham Lawson's description
-facsimileTelephoneNumber: +1 415 955-3533
-l: Santa Clara
-ou: Janitorial
-postalAddress: Janitorial$Santa Clara
-telephoneNumber: +1 415 205-2011
-title: Associate Janitorial Director
-userPassword: Password1
-uid: LawsonA
-givenName: Abraham
-mail: LawsonA@f414860515324b3cad4d00dd4f44cc65.bitwarden.com
-carLicense: NN3YCO
-departmentNumber: 8027
-employeeType: Normal
-homePhone: +1 415 479-4553
-initials: A. L.
-mobile: +1 415 217-2736
-pager: +1 415 982-3417
-roomNumber: 9411
-manager: cn=Ynes Quelch,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Natassia Taverner,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Neil Hume,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Neil Hume
-sn: Hume
-description: This is Neil Hume's description
-facsimileTelephoneNumber: +1 213 604-3943
-l: Cambridge
-ou: Product Development
-postalAddress: Product Development$Cambridge
-telephoneNumber: +1 213 498-3975
-title: Junior Product Development Developer
-userPassword: Password1
-uid: HumeN
-givenName: Neil
-mail: HumeN@1df73cc203344a569c1b4737122f78a2.bitwarden.com
-carLicense: KNMI0C
-departmentNumber: 5405
-employeeType: Contract
-homePhone: +1 213 446-6308
-initials: N. H.
-mobile: +1 213 458-9040
-pager: +1 213 124-6473
-roomNumber: 8329
-manager: cn=Nikos Fouret,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Selime Zaia,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Yussuf Groleau,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Yussuf Groleau
-sn: Groleau
-description: This is Yussuf Groleau's description
-facsimileTelephoneNumber: +1 415 373-3927
-l: Sunnyvale
-ou: Payroll
-postalAddress: Payroll$Sunnyvale
-telephoneNumber: +1 415 501-7868
-title: Junior Payroll Figurehead
-userPassword: Password1
-uid: GroleauY
-givenName: Yussuf
-mail: GroleauY@3ebc7868e4a840308e3da6c9e4b8c44f.bitwarden.com
-carLicense: SY52FI
-departmentNumber: 8483
-employeeType: Employee
-homePhone: +1 415 632-5051
-initials: Y. G.
-mobile: +1 415 148-6335
-pager: +1 415 274-4812
-roomNumber: 8874
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Bernice Cirulli,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Bernice Cirulli
-sn: Cirulli
-description: This is Bernice Cirulli's description
-facsimileTelephoneNumber: +1 510 304-5219
-l: Orem
-ou: Management
-postalAddress: Management$Orem
-telephoneNumber: +1 510 196-7426
-title: Associate Management Artist
-userPassword: Password1
-uid: CirulliB
-givenName: Bernice
-mail: CirulliB@162c5f34378849a1b861aae717e0ed61.bitwarden.com
-carLicense: K7JKTM
-departmentNumber: 5807
-employeeType: Contract
-homePhone: +1 510 413-1405
-initials: B. C.
-mobile: +1 510 114-5392
-pager: +1 510 495-1661
-roomNumber: 8672
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Jesus Earley,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Atlanta Sigda,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Atlanta Sigda
-sn: Sigda
-description: This is Atlanta Sigda's description
-facsimileTelephoneNumber: +1 415 581-5125
-l: Santa Clara
-ou: Peons
-postalAddress: Peons$Santa Clara
-telephoneNumber: +1 415 511-4096
-title: Chief Peons Consultant
-userPassword: Password1
-uid: SigdaA
-givenName: Atlanta
-mail: SigdaA@95a01b364233461a8a7786864492d673.bitwarden.com
-carLicense: UAM6NW
-departmentNumber: 5732
-employeeType: Employee
-homePhone: +1 415 400-4282
-initials: A. S.
-mobile: +1 415 259-5001
-pager: +1 415 893-9611
-roomNumber: 9303
-manager: cn=Dara Patchsqa,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Angelle Guarino,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Edmx Jacob,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Edmx Jacob
-sn: Jacob
-description: This is Edmx Jacob's description
-facsimileTelephoneNumber: +1 206 984-6161
-l: San Jose
-ou: Product Testing
-postalAddress: Product Testing$San Jose
-telephoneNumber: +1 206 624-4768
-title: Associate Product Testing Assistant
-userPassword: Password1
-uid: JacobE
-givenName: Edmx
-mail: JacobE@c21d593ad2544f6a895865e51118ed50.bitwarden.com
-carLicense: JJK3SA
-departmentNumber: 1985
-employeeType: Normal
-homePhone: +1 206 254-9312
-initials: E. J.
-mobile: +1 206 884-5473
-pager: +1 206 955-7661
-roomNumber: 8641
-manager: cn=Pierre-Alain Posthumus,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Grantley Kobreek,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Guinevere Giridharagopal,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Guinevere Giridharagopal
-sn: Giridharagopal
-description: This is Guinevere Giridharagopal's description
-facsimileTelephoneNumber: +1 818 149-4592
-l: San Francisco
-ou: Management
-postalAddress: Management$San Francisco
-telephoneNumber: +1 818 285-7121
-title: Supreme Management Czar
-userPassword: Password1
-uid: GiridhaG
-givenName: Guinevere
-mail: GiridhaG@442f9a5da50c43538d1f2bdcdc224fe3.bitwarden.com
-carLicense: 98JORI
-departmentNumber: 5959
-employeeType: Normal
-homePhone: +1 818 898-3942
-initials: G. G.
-mobile: +1 818 707-7857
-pager: +1 818 160-8727
-roomNumber: 8250
-manager: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Alessandra Gobeil,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Michie Badmington,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Michie Badmington
-sn: Badmington
-description: This is Michie Badmington's description
-facsimileTelephoneNumber: +1 510 649-3710
-l: San Mateo
-ou: Product Development
-postalAddress: Product Development$San Mateo
-telephoneNumber: +1 510 844-2096
-title: Master Product Development Architect
-userPassword: Password1
-uid: BadmingM
-givenName: Michie
-mail: BadmingM@a681f6dfeb8340649e58be794854640d.bitwarden.com
-carLicense: 7AC9BN
-departmentNumber: 9717
-employeeType: Employee
-homePhone: +1 510 734-2806
-initials: M. B.
-mobile: +1 510 883-5526
-pager: +1 510 407-8648
-roomNumber: 8863
-manager: cn=Dara Patchsqa,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=King-Haut Glancey,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Lotta Ramsey,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lotta Ramsey
-sn: Ramsey
-description: This is Lotta Ramsey's description
-facsimileTelephoneNumber: +1 510 260-2023
-l: Redwood Shores
-ou: Peons
-postalAddress: Peons$Redwood Shores
-telephoneNumber: +1 510 908-2342
-title: Master Peons Dictator
-userPassword: Password1
-uid: RamseyL
-givenName: Lotta
-mail: RamseyL@c9b998177eaf425c9e87bad80d5d4670.bitwarden.com
-carLicense: NDJ69U
-departmentNumber: 7032
-employeeType: Normal
-homePhone: +1 510 235-8407
-initials: L. R.
-mobile: +1 510 588-1428
-pager: +1 510 682-2139
-roomNumber: 8061
-manager: cn=Devonne Janelle,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Sheelagh Mathis,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sheelagh Mathis
-sn: Mathis
-description: This is Sheelagh Mathis's description
-facsimileTelephoneNumber: +1 206 620-7217
-l: Cambridge
-ou: Administrative
-postalAddress: Administrative$Cambridge
-telephoneNumber: +1 206 424-3215
-title: Junior Administrative Sales Rep
-userPassword: Password1
-uid: MathisS
-givenName: Sheelagh
-mail: MathisS@7560ab97b391438ca52c6e67c62ba90e.bitwarden.com
-carLicense: 0MOH0D
-departmentNumber: 1041
-employeeType: Employee
-homePhone: +1 206 959-6686
-initials: S. M.
-mobile: +1 206 737-2395
-pager: +1 206 934-2485
-roomNumber: 8789
-manager: cn=Helmuth Garfield,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Grover Hanrahan,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Grover Hanrahan
-sn: Hanrahan
-description: This is Grover Hanrahan's description
-facsimileTelephoneNumber: +1 818 692-7342
-l: San Mateo
-ou: Payroll
-postalAddress: Payroll$San Mateo
-telephoneNumber: +1 818 295-8513
-title: Supreme Payroll Director
-userPassword: Password1
-uid: HanrahaG
-givenName: Grover
-mail: HanrahaG@3bd94762b36248a3a966e29a33d3058c.bitwarden.com
-carLicense: NUO3T3
-departmentNumber: 7797
-employeeType: Normal
-homePhone: +1 818 175-7302
-initials: G. H.
-mobile: +1 818 545-1479
-pager: +1 818 336-1699
-roomNumber: 8908
-manager: cn=Josy Puddington,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Yoshiko Playatuna,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Yoshiko Playatuna
-sn: Playatuna
-description: This is Yoshiko Playatuna's description
-facsimileTelephoneNumber: +1 415 920-4284
-l: San Francisco
-ou: Peons
-postalAddress: Peons$San Francisco
-telephoneNumber: +1 415 102-7678
-title: Supreme Peons Visionary
-userPassword: Password1
-uid: PlayatuY
-givenName: Yoshiko
-mail: PlayatuY@e99ccdd4f1854e85b7018db9ee827387.bitwarden.com
-carLicense: AVILW2
-departmentNumber: 4443
-employeeType: Normal
-homePhone: +1 415 621-8530
-initials: Y. P.
-mobile: +1 415 176-8624
-pager: +1 415 799-4854
-roomNumber: 9278
-manager: cn=Ynes Quelch,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Ecocafe Oziemblo,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ecocafe Oziemblo
-sn: Oziemblo
-description: This is Ecocafe Oziemblo's description
-facsimileTelephoneNumber: +1 206 986-3471
-l: Menlo Park
-ou: Administrative
-postalAddress: Administrative$Menlo Park
-telephoneNumber: +1 206 943-4425
-title: Supreme Administrative Admin
-userPassword: Password1
-uid: OziemblE
-givenName: Ecocafe
-mail: OziemblE@18205705f4aa44e78c4d1ab11d74972d.bitwarden.com
-carLicense: AO5OXO
-departmentNumber: 4256
-employeeType: Contract
-homePhone: +1 206 907-2190
-initials: E. O.
-mobile: +1 206 436-8557
-pager: +1 206 581-2530
-roomNumber: 9318
-manager: cn=Dara Patchsqa,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Selime Zaia,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Lars Nestor,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lars Nestor
-sn: Nestor
-description: This is Lars Nestor's description
-facsimileTelephoneNumber: +1 213 529-7079
-l: San Mateo
-ou: Janitorial
-postalAddress: Janitorial$San Mateo
-telephoneNumber: +1 213 487-1926
-title: Master Janitorial Developer
-userPassword: Password1
-uid: NestorL
-givenName: Lars
-mail: NestorL@6d9e9f41599949598391924367cc297e.bitwarden.com
-carLicense: T4T18C
-departmentNumber: 5797
-employeeType: Contract
-homePhone: +1 213 804-9894
-initials: L. N.
-mobile: +1 213 712-8749
-pager: +1 213 245-6761
-roomNumber: 9443
-manager: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Jackson Leapheart,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Faye Layton,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Faye Layton
-sn: Layton
-description: This is Faye Layton's description
-facsimileTelephoneNumber: +1 818 487-6957
-l: Orem
-ou: Administrative
-postalAddress: Administrative$Orem
-telephoneNumber: +1 818 972-4164
-title: Supreme Administrative Assistant
-userPassword: Password1
-uid: LaytonF
-givenName: Faye
-mail: LaytonF@5cb368696cd247eea76178d9b0f44b81.bitwarden.com
-carLicense: O15BES
-departmentNumber: 5442
-employeeType: Contract
-homePhone: +1 818 330-3981
-initials: F. L.
-mobile: +1 818 351-9861
-pager: +1 818 335-9854
-roomNumber: 8680
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
diff --git a/docs/getting-started/business/directory-connector/directory-50.ldif b/docs/getting-started/business/directory-connector/directory-50.ldif
deleted file mode 100644
index eacfca2ae..000000000
--- a/docs/getting-started/business/directory-connector/directory-50.ldif
+++ /dev/null
@@ -1,1561 +0,0 @@
-version: 1
-
-dn: ou=Accounting,dc=bitwarden, dc=com
-changetype: add
-ou: Accounting
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-ou: Product Development
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-ou: Product Testing
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-ou: Human Resources
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-ou: Payroll
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-ou: Janitorial
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Management,dc=bitwarden, dc=com
-changetype: add
-ou: Management
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-ou: Administrative
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Peons,dc=bitwarden, dc=com
-changetype: add
-ou: Peons
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Planning,dc=bitwarden, dc=com
-changetype: add
-ou: Planning
-objectClass: top
-objectClass: organizationalUnit
-
-dn: cn=Hans Kirchner,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Hans Kirchner
-sn: Kirchner
-description: This is Hans Kirchner's description
-facsimileTelephoneNumber: +1 408 455-6146
-l: San Mateo
-ou: Management
-postalAddress: Management$San Mateo
-telephoneNumber: +1 408 765-2872
-title: Supreme Management Fellow
-userPassword: Password1
-uid: KirchneH
-givenName: Hans
-mail: KirchneH@bf3c648ed6d6430384d28d39f0e9c516.bitwarden.com
-carLicense: IX91KW
-departmentNumber: 5589
-employeeType: Contract
-homePhone: +1 408 802-9352
-initials: H. K.
-mobile: +1 408 530-2017
-pager: +1 408 450-2662
-roomNumber: 8553
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-manager: cn=Nikos Fouret,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Pavla Organization,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Pavla Organization
-sn: Organization
-description: This is Pavla Organization's description
-facsimileTelephoneNumber: +1 415 180-2417
-l: San Jose
-ou: Human Resources
-postalAddress: Human Resources$San Jose
-telephoneNumber: +1 415 813-8062
-title: Supreme Human Resources Pinhead
-userPassword: Password1
-uid: OrganizP
-givenName: Pavla
-mail: OrganizP@6781279eed0e4d9eb3ea377406320cc6.bitwarden.com
-carLicense: 2UKQ6V
-departmentNumber: 8712
-employeeType: Normal
-homePhone: +1 415 916-4297
-initials: P. O.
-mobile: +1 415 647-3499
-pager: +1 415 468-5193
-roomNumber: 8688
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-manager: cn=Melany DiPasquale,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Lynett Litzenberger,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lynett Litzenberger
-sn: Litzenberger
-description: This is Lynett Litzenberger's description
-facsimileTelephoneNumber: +1 408 549-7619
-l: Santa Clara
-ou: Janitorial
-postalAddress: Janitorial$Santa Clara
-telephoneNumber: +1 408 409-3065
-title: Master Janitorial Sales Rep
-userPassword: Password1
-uid: LitzenbL
-givenName: Lynett
-mail: LitzenbL@2fd47af450d743418108699823631680.bitwarden.com
-carLicense: 8L82X5
-departmentNumber: 9562
-employeeType: Normal
-homePhone: +1 408 718-7172
-initials: L. L.
-mobile: +1 408 284-2734
-pager: +1 408 852-3834
-roomNumber: 8502
-secretary: cn=Angelle Guarino,ou=Human Resources,dc=bitwarden, dc=com
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Helmuth Garfield,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Helmuth Garfield
-sn: Garfield
-description: This is Helmuth Garfield's description
-facsimileTelephoneNumber: +1 804 935-7713
-l: Redmond
-ou: Administrative
-postalAddress: Administrative$Redmond
-telephoneNumber: +1 804 408-4220
-title: Chief Administrative Technician
-userPassword: Password1
-uid: GarfielH
-givenName: Helmuth
-mail: GarfielH@4bb54633dfd2486b94bd9f9680212641.bitwarden.com
-carLicense: HUTGNG
-departmentNumber: 8016
-employeeType: Contract
-homePhone: +1 804 989-4152
-initials: H. G.
-mobile: +1 804 728-8867
-pager: +1 804 489-9605
-roomNumber: 8758
-secretary: cn=Yueli Yakibchuk,ou=Human Resources,dc=bitwarden, dc=com
-manager: cn=Emmye Thaker,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Misbah Nielson,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Misbah Nielson
-sn: Nielson
-description: This is Misbah Nielson's description
-facsimileTelephoneNumber: +1 510 439-1299
-l: Armonk
-ou: Peons
-postalAddress: Peons$Armonk
-telephoneNumber: +1 510 525-4353
-title: Supreme Peons Figurehead
-userPassword: Password1
-uid: NielsonM
-givenName: Misbah
-mail: NielsonM@8f71f1d777ea4322826821ece4b3cbbf.bitwarden.com
-carLicense: WEJO2Q
-departmentNumber: 1145
-employeeType: Contract
-homePhone: +1 510 415-2835
-initials: M. N.
-mobile: +1 510 631-3023
-pager: +1 510 767-1869
-roomNumber: 9981
-manager: cn=Hans Kirchner,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Angelle Guarino,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Edithe Bigelow,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Edithe Bigelow
-sn: Bigelow
-description: This is Edithe Bigelow's description
-facsimileTelephoneNumber: +1 818 289-7551
-l: Redmond
-ou: Payroll
-postalAddress: Payroll$Redmond
-telephoneNumber: +1 818 709-4593
-title: Junior Payroll Technician
-userPassword: Password1
-uid: BigelowE
-givenName: Edithe
-mail: BigelowE@01a2d2c8c20b42129efda2bb1d94d35c.bitwarden.com
-carLicense: ISLGU8
-departmentNumber: 6256
-employeeType: Normal
-homePhone: +1 818 452-8477
-initials: E. B.
-mobile: +1 818 398-8120
-pager: +1 818 183-5079
-roomNumber: 9414
-manager: cn=Inga Schnirer,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Charin Goulfine,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Pattie Rousseau,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Pattie Rousseau
-sn: Rousseau
-description: This is Pattie Rousseau's description
-facsimileTelephoneNumber: +1 206 524-9379
-l: Redmond
-ou: Peons
-postalAddress: Peons$Redmond
-telephoneNumber: +1 206 942-9246
-title: Associate Peons Assistant
-userPassword: Password1
-uid: RousseaP
-givenName: Pattie
-mail: RousseaP@6dc9cadf1b54472fbfaaabdc8d7794b9.bitwarden.com
-carLicense: OAE8JH
-departmentNumber: 7533
-employeeType: Employee
-homePhone: +1 206 437-4934
-initials: P. R.
-mobile: +1 206 448-6017
-pager: +1 206 700-9778
-roomNumber: 8060
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Wiesje Diaconu,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Wiesje Diaconu
-sn: Diaconu
-description: This is Wiesje Diaconu's description
-facsimileTelephoneNumber: +1 415 802-4417
-l: San Francisco
-ou: Human Resources
-postalAddress: Human Resources$San Francisco
-telephoneNumber: +1 415 466-2714
-title: Junior Human Resources Madonna
-userPassword: Password1
-uid: DiaconuW
-givenName: Wiesje
-mail: DiaconuW@526978f755294aedac8265e43fde0a0e.bitwarden.com
-carLicense: LKQIET
-departmentNumber: 8216
-employeeType: Normal
-homePhone: +1 415 311-6505
-initials: W. D.
-mobile: +1 415 580-9040
-pager: +1 415 422-5202
-roomNumber: 8516
-manager: cn=Melany DiPasquale,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Teirtza Kara
-sn: Kara
-description: This is Teirtza Kara's description
-facsimileTelephoneNumber: +1 206 759-2040
-l: San Francisco
-ou: Human Resources
-postalAddress: Human Resources$San Francisco
-telephoneNumber: +1 206 562-1407
-title: Junior Human Resources President
-userPassword: Password1
-uid: KaraT
-givenName: Teirtza
-mail: KaraT@c2afe8b3509f4a20b2b784841685bd74.bitwarden.com
-carLicense: O9GAN2
-departmentNumber: 3880
-employeeType: Employee
-homePhone: +1 206 154-4842
-initials: T. K.
-mobile: +1 206 860-1835
-pager: +1 206 684-1438
-roomNumber: 9079
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Rocio Darr,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Rocio Darr
-sn: Darr
-description: This is Rocio Darr's description
-facsimileTelephoneNumber: +1 818 566-8319
-l: Orem
-ou: Janitorial
-postalAddress: Janitorial$Orem
-telephoneNumber: +1 818 409-4113
-title: Associate Janitorial Fellow
-userPassword: Password1
-uid: DarrR
-givenName: Rocio
-mail: DarrR@7e58d0fe2b3041c7a70843eda5f9c990.bitwarden.com
-carLicense: E50MY2
-departmentNumber: 3615
-employeeType: Normal
-homePhone: +1 818 123-4838
-initials: R. D.
-mobile: +1 818 942-3638
-pager: +1 818 266-6095
-roomNumber: 8004
-manager: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Angelle Guarino,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Doris Wolff,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Doris Wolff
-sn: Wolff
-description: This is Doris Wolff's description
-facsimileTelephoneNumber: +1 510 521-2086
-l: Orem
-ou: Janitorial
-postalAddress: Janitorial$Orem
-telephoneNumber: +1 510 688-3633
-title: Supreme Janitorial Madonna
-userPassword: Password1
-uid: WolffD
-givenName: Doris
-mail: WolffD@8e171f441859478eacd5670fd9d2ca77.bitwarden.com
-carLicense: I6FDRA
-departmentNumber: 6306
-employeeType: Employee
-homePhone: +1 510 644-9487
-initials: D. W.
-mobile: +1 510 174-6450
-pager: +1 510 123-9615
-roomNumber: 9413
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Natassia Taverner,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Natassia Taverner
-sn: Taverner
-description: This is Natassia Taverner's description
-facsimileTelephoneNumber: +1 510 628-5401
-l: Redmond
-ou: Janitorial
-postalAddress: Janitorial$Redmond
-telephoneNumber: +1 510 375-8630
-title: Chief Janitorial Architect
-userPassword: Password1
-uid: TaverneN
-givenName: Natassia
-mail: TaverneN@4a947990b5e2415e9bfb9bd1d485809f.bitwarden.com
-carLicense: OD8S3A
-departmentNumber: 6214
-employeeType: Normal
-homePhone: +1 510 305-5833
-initials: N. T.
-mobile: +1 510 492-6364
-pager: +1 510 197-5215
-roomNumber: 8033
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Adara Ibach,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Adara Ibach
-sn: Ibach
-description: This is Adara Ibach's description
-facsimileTelephoneNumber: +1 510 371-6099
-l: Redmond
-ou: Management
-postalAddress: Management$Redmond
-telephoneNumber: +1 510 478-7908
-title: Junior Management Janitor
-userPassword: Password1
-uid: IbachA
-givenName: Adara
-mail: IbachA@294531bb7f6a46b496f47ad5a8a630fa.bitwarden.com
-carLicense: 95HKUJ
-departmentNumber: 5614
-employeeType: Employee
-homePhone: +1 510 958-1145
-initials: A. I.
-mobile: +1 510 486-9390
-pager: +1 510 411-2764
-roomNumber: 8535
-manager: cn=Nikos Fouret,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Pavla Organization,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Esmond Devgon,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Esmond Devgon
-sn: Devgon
-description: This is Esmond Devgon's description
-facsimileTelephoneNumber: +1 804 257-6429
-l: Orem
-ou: Janitorial
-postalAddress: Janitorial$Orem
-telephoneNumber: +1 804 428-9531
-title: Master Janitorial Stooge
-userPassword: Password1
-uid: DevgonE
-givenName: Esmond
-mail: DevgonE@671231d0a0174dd2a572c100b914dd56.bitwarden.com
-carLicense: O7PXIR
-departmentNumber: 3478
-employeeType: Employee
-homePhone: +1 804 926-7096
-initials: E. D.
-mobile: +1 804 921-7830
-pager: +1 804 644-9125
-roomNumber: 9346
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Ros Milway,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ros Milway
-sn: Milway
-description: This is Ros Milway's description
-facsimileTelephoneNumber: +1 408 429-2031
-l: Palo Alto
-ou: Janitorial
-postalAddress: Janitorial$Palo Alto
-telephoneNumber: +1 408 475-2392
-title: Associate Janitorial Czar
-userPassword: Password1
-uid: MilwayR
-givenName: Ros
-mail: MilwayR@ed49844bd2994c2dab1d86730cce0d44.bitwarden.com
-carLicense: 4LMS9K
-departmentNumber: 4480
-employeeType: Normal
-homePhone: +1 408 301-7564
-initials: R. M.
-mobile: +1 408 131-1656
-pager: +1 408 473-3498
-roomNumber: 9230
-manager: cn=Nikos Fouret,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Pavla Organization,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Boris Koverzin,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Boris Koverzin
-sn: Koverzin
-description: This is Boris Koverzin's description
-facsimileTelephoneNumber: +1 804 200-5156
-l: Orem
-ou: Administrative
-postalAddress: Administrative$Orem
-telephoneNumber: +1 804 101-2231
-title: Junior Administrative Warrior
-userPassword: Password1
-uid: KoverziB
-givenName: Boris
-mail: KoverziB@eef26e16e3d34907ba8bf0f347b63dd8.bitwarden.com
-carLicense: SWE3TL
-departmentNumber: 7749
-employeeType: Contract
-homePhone: +1 804 465-7795
-initials: B. K.
-mobile: +1 804 881-5478
-pager: +1 804 843-7902
-roomNumber: 8270
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Felicle Ostaszewski,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Felicle Ostaszewski
-sn: Ostaszewski
-description: This is Felicle Ostaszewski's description
-facsimileTelephoneNumber: +1 213 836-9464
-l: Cambridge
-ou: Management
-postalAddress: Management$Cambridge
-telephoneNumber: +1 213 482-9395
-title: Associate Management Engineer
-userPassword: Password1
-uid: OstaszeF
-givenName: Felicle
-mail: OstaszeF@a83b00af3cc24fc59ce5b7847355594f.bitwarden.com
-carLicense: F69TAM
-departmentNumber: 3055
-employeeType: Employee
-homePhone: +1 213 952-1903
-initials: F. O.
-mobile: +1 213 495-9054
-pager: +1 213 605-6219
-roomNumber: 8825
-manager: cn=Nikos Fouret,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Angelle Guarino,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Natka Vopni
-sn: Vopni
-description: This is Natka Vopni's description
-facsimileTelephoneNumber: +1 510 404-5932
-l: Cupertino
-ou: Product Development
-postalAddress: Product Development$Cupertino
-telephoneNumber: +1 510 795-1146
-title: Master Product Development Vice President
-userPassword: Password1
-uid: VopniN
-givenName: Natka
-mail: VopniN@af7402077fba4129bbcd03f9bf068e4f.bitwarden.com
-carLicense: H1XIQY
-departmentNumber: 1894
-employeeType: Employee
-homePhone: +1 510 123-4733
-initials: N. V.
-mobile: +1 510 146-7209
-pager: +1 510 520-2869
-roomNumber: 9259
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Charin Goulfine,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Alessandra Gobeil,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Alessandra Gobeil
-sn: Gobeil
-description: This is Alessandra Gobeil's description
-facsimileTelephoneNumber: +1 206 402-1587
-l: Fremont
-ou: Human Resources
-postalAddress: Human Resources$Fremont
-telephoneNumber: +1 206 559-7939
-title: Chief Human Resources President
-userPassword: Password1
-uid: GobeilA
-givenName: Alessandra
-mail: GobeilA@438192a801ea415ab5a1cb73b87d8559.bitwarden.com
-carLicense: ODEB38
-departmentNumber: 2745
-employeeType: Contract
-homePhone: +1 206 441-2485
-initials: A. G.
-mobile: +1 206 809-9435
-pager: +1 206 455-8231
-roomNumber: 9742
-manager: cn=Hans Kirchner,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Verla Stickland,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Verla Stickland
-sn: Stickland
-description: This is Verla Stickland's description
-facsimileTelephoneNumber: +1 213 193-5693
-l: San Jose
-ou: Product Testing
-postalAddress: Product Testing$San Jose
-telephoneNumber: +1 213 184-7855
-title: Master Product Testing Punk
-userPassword: Password1
-uid: SticklaV
-givenName: Verla
-mail: SticklaV@8aac6755a0a043d883b10d0f854a69fc.bitwarden.com
-carLicense: L2A0C1
-departmentNumber: 6686
-employeeType: Normal
-homePhone: +1 213 329-2669
-initials: V. S.
-mobile: +1 213 964-2356
-pager: +1 213 399-8344
-roomNumber: 8795
-manager: cn=Hans Kirchner,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Angelle Guarino,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Trudi Gratton,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Trudi Gratton
-sn: Gratton
-description: This is Trudi Gratton's description
-facsimileTelephoneNumber: +1 408 642-1481
-l: Orem
-ou: Administrative
-postalAddress: Administrative$Orem
-telephoneNumber: +1 408 209-1422
-title: Junior Administrative Engineer
-userPassword: Password1
-uid: GrattonT
-givenName: Trudi
-mail: GrattonT@acbb7f1d232340a2a81c9a39425d5751.bitwarden.com
-carLicense: 675B2Y
-departmentNumber: 4965
-employeeType: Normal
-homePhone: +1 408 783-9233
-initials: T. G.
-mobile: +1 408 475-2022
-pager: +1 408 211-3143
-roomNumber: 9813
-manager: cn=Hans Kirchner,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Odette Culkin,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Odette Culkin
-sn: Culkin
-description: This is Odette Culkin's description
-facsimileTelephoneNumber: +1 206 580-9128
-l: Palo Alto
-ou: Payroll
-postalAddress: Payroll$Palo Alto
-telephoneNumber: +1 206 430-9937
-title: Associate Payroll Director
-userPassword: Password1
-uid: CulkinO
-givenName: Odette
-mail: CulkinO@43c4575cb998431b9ef40f1885b13a40.bitwarden.com
-carLicense: XRR5T6
-departmentNumber: 1815
-employeeType: Contract
-homePhone: +1 206 823-3466
-initials: O. C.
-mobile: +1 206 487-5246
-pager: +1 206 904-5412
-roomNumber: 9785
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Angelle Guarino,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Wendye Kingdon,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Wendye Kingdon
-sn: Kingdon
-description: This is Wendye Kingdon's description
-facsimileTelephoneNumber: +1 804 830-8391
-l: Redmond
-ou: Janitorial
-postalAddress: Janitorial$Redmond
-telephoneNumber: +1 804 629-7229
-title: Associate Janitorial Mascot
-userPassword: Password1
-uid: KingdonW
-givenName: Wendye
-mail: KingdonW@9bca7e1fa66343078f8d2f441ac03fca.bitwarden.com
-carLicense: DWYNR1
-departmentNumber: 8415
-employeeType: Contract
-homePhone: +1 804 661-6646
-initials: W. K.
-mobile: +1 804 392-3055
-pager: +1 804 436-1031
-roomNumber: 9682
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Delisle Trotsky,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Delisle Trotsky
-sn: Trotsky
-description: This is Delisle Trotsky's description
-facsimileTelephoneNumber: +1 804 661-1708
-l: Cambridge
-ou: Product Testing
-postalAddress: Product Testing$Cambridge
-telephoneNumber: +1 804 609-1313
-title: Junior Product Testing Figurehead
-userPassword: Password1
-uid: TrotskyD
-givenName: Delisle
-mail: TrotskyD@8d16b23b37bd48708a820fa3c8c7f569.bitwarden.com
-carLicense: 7128XR
-departmentNumber: 7051
-employeeType: Normal
-homePhone: +1 804 775-1373
-initials: D. T.
-mobile: +1 804 599-9313
-pager: +1 804 900-4880
-roomNumber: 9231
-manager: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Pavla Organization,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Hesham Patten,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Hesham Patten
-sn: Patten
-description: This is Hesham Patten's description
-facsimileTelephoneNumber: +1 408 755-2945
-l: Redmond
-ou: Administrative
-postalAddress: Administrative$Redmond
-telephoneNumber: +1 408 860-2628
-title: Master Administrative Sales Rep
-userPassword: Password1
-uid: PattenH
-givenName: Hesham
-mail: PattenH@fbefb364d68b4da5a9c97a7882a4fc8b.bitwarden.com
-carLicense: BS7I6Y
-departmentNumber: 9287
-employeeType: Normal
-homePhone: +1 408 369-1947
-initials: H. P.
-mobile: +1 408 366-3917
-pager: +1 408 980-5369
-roomNumber: 9640
-manager: cn=Inga Schnirer,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Simhan Tomaszewska,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Simhan Tomaszewska
-sn: Tomaszewska
-description: This is Simhan Tomaszewska's description
-facsimileTelephoneNumber: +1 415 345-6814
-l: Milpitas
-ou: Human Resources
-postalAddress: Human Resources$Milpitas
-telephoneNumber: +1 415 758-1855
-title: Junior Human Resources Mascot
-userPassword: Password1
-uid: TomaszeS
-givenName: Simhan
-mail: TomaszeS@f51c3f3b4a8b4798a73dfb1c29aeaa8d.bitwarden.com
-carLicense: ODXQKF
-departmentNumber: 3194
-employeeType: Normal
-homePhone: +1 415 829-4328
-initials: S. T.
-mobile: +1 415 419-7538
-pager: +1 415 190-3333
-roomNumber: 9405
-manager: cn=Melany DiPasquale,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Lainey Nguyen-The,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lainey Nguyen-The
-sn: Nguyen-The
-description: This is Lainey Nguyen-The's description
-facsimileTelephoneNumber: +1 510 438-1611
-l: San Francisco
-ou: Janitorial
-postalAddress: Janitorial$San Francisco
-telephoneNumber: +1 510 961-1877
-title: Junior Janitorial Manager
-userPassword: Password1
-uid: Nguyen-L
-givenName: Lainey
-mail: Nguyen-L@5527d8c433094cecbedb01f554d34d26.bitwarden.com
-carLicense: 822RT0
-departmentNumber: 3549
-employeeType: Employee
-homePhone: +1 510 260-3551
-initials: L. N.
-mobile: +1 510 575-2974
-pager: +1 510 237-1427
-roomNumber: 8555
-manager: cn=Melany DiPasquale,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Angelle Guarino,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Lucien Tarof,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lucien Tarof
-sn: Tarof
-description: This is Lucien Tarof's description
-facsimileTelephoneNumber: +1 510 985-5637
-l: San Francisco
-ou: Product Testing
-postalAddress: Product Testing$San Francisco
-telephoneNumber: +1 510 199-9721
-title: Supreme Product Testing Visionary
-userPassword: Password1
-uid: TarofL
-givenName: Lucien
-mail: TarofL@0a002bdc2472425ba1d6e3109993d88d.bitwarden.com
-carLicense: RX7BLL
-departmentNumber: 8297
-employeeType: Contract
-homePhone: +1 510 454-7956
-initials: L. T.
-mobile: +1 510 307-7702
-pager: +1 510 470-2867
-roomNumber: 9888
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Thi Peirce,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Thi Peirce
-sn: Peirce
-description: This is Thi Peirce's description
-facsimileTelephoneNumber: +1 213 859-9114
-l: Milpitas
-ou: Administrative
-postalAddress: Administrative$Milpitas
-telephoneNumber: +1 213 200-7093
-title: Master Administrative Punk
-userPassword: Password1
-uid: PeirceT
-givenName: Thi
-mail: PeirceT@a00e1b95d28e4af1be227d0b3e225d0c.bitwarden.com
-carLicense: IN5IV4
-departmentNumber: 6205
-employeeType: Normal
-homePhone: +1 213 390-7424
-initials: T. P.
-mobile: +1 213 326-5606
-pager: +1 213 672-6291
-roomNumber: 9226
-manager: cn=Hans Kirchner,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Hardyal Duffney,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Hardyal Duffney
-sn: Duffney
-description: This is Hardyal Duffney's description
-facsimileTelephoneNumber: +1 415 452-8175
-l: Menlo Park
-ou: Product Development
-postalAddress: Product Development$Menlo Park
-telephoneNumber: +1 415 873-4422
-title: Junior Product Development Janitor
-userPassword: Password1
-uid: DuffneyH
-givenName: Hardyal
-mail: DuffneyH@27eb124f623f4e8aa5fd53cc6b9f61c0.bitwarden.com
-carLicense: 3AGY25
-departmentNumber: 3850
-employeeType: Contract
-homePhone: +1 415 809-1392
-initials: H. D.
-mobile: +1 415 852-8653
-pager: +1 415 565-2775
-roomNumber: 9822
-manager: cn=Hans Kirchner,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Sophronia Mulot,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sophronia Mulot
-sn: Mulot
-description: This is Sophronia Mulot's description
-facsimileTelephoneNumber: +1 818 265-1475
-l: Cambridge
-ou: Peons
-postalAddress: Peons$Cambridge
-telephoneNumber: +1 818 683-9396
-title: Master Peons Visionary
-userPassword: Password1
-uid: MulotS
-givenName: Sophronia
-mail: MulotS@d2a25fa2d2e145a9b8a79f1b7fb6ff18.bitwarden.com
-carLicense: W4CY56
-departmentNumber: 4382
-employeeType: Employee
-homePhone: +1 818 557-5762
-initials: S. M.
-mobile: +1 818 567-5995
-pager: +1 818 837-1229
-roomNumber: 9168
-manager: cn=Inga Schnirer,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Rosalyn Molochko,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Rosalyn Molochko
-sn: Molochko
-description: This is Rosalyn Molochko's description
-facsimileTelephoneNumber: +1 804 183-4818
-l: Redwood Shores
-ou: Payroll
-postalAddress: Payroll$Redwood Shores
-telephoneNumber: +1 804 500-1944
-title: Supreme Payroll Vice President
-userPassword: Password1
-uid: MolochkR
-givenName: Rosalyn
-mail: MolochkR@47b62883b41b47caaa90c87545926566.bitwarden.com
-carLicense: J6UEQN
-departmentNumber: 9560
-employeeType: Employee
-homePhone: +1 804 661-7869
-initials: R. M.
-mobile: +1 804 369-6168
-pager: +1 804 267-9256
-roomNumber: 9158
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Angelle Guarino,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Latonya Cauthen,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Latonya Cauthen
-sn: Cauthen
-description: This is Latonya Cauthen's description
-facsimileTelephoneNumber: +1 206 773-2608
-l: Orem
-ou: Product Testing
-postalAddress: Product Testing$Orem
-telephoneNumber: +1 206 784-9545
-title: Supreme Product Testing Evangelist
-userPassword: Password1
-uid: CauthenL
-givenName: Latonya
-mail: CauthenL@e541b0cd05024e9aa895d5ed50a51779.bitwarden.com
-carLicense: YA5N51
-departmentNumber: 5520
-employeeType: Employee
-homePhone: +1 206 173-3718
-initials: L. C.
-mobile: +1 206 431-3835
-pager: +1 206 419-4184
-roomNumber: 8922
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Amandi Kahan,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Amandi Kahan
-sn: Kahan
-description: This is Amandi Kahan's description
-facsimileTelephoneNumber: +1 408 658-8450
-l: San Francisco
-ou: Product Testing
-postalAddress: Product Testing$San Francisco
-telephoneNumber: +1 408 905-5341
-title: Chief Product Testing Writer
-userPassword: Password1
-uid: KahanA
-givenName: Amandi
-mail: KahanA@74033cd89f214f3ca173ef479255f3dd.bitwarden.com
-carLicense: 7VQY3V
-departmentNumber: 8930
-employeeType: Normal
-homePhone: +1 408 871-3428
-initials: A. K.
-mobile: +1 408 315-6784
-pager: +1 408 359-8200
-roomNumber: 9382
-manager: cn=Inga Schnirer,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Wen Guertin,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Wen Guertin
-sn: Guertin
-description: This is Wen Guertin's description
-facsimileTelephoneNumber: +1 804 154-1209
-l: Armonk
-ou: Administrative
-postalAddress: Administrative$Armonk
-telephoneNumber: +1 804 935-8926
-title: Junior Administrative Stooge
-userPassword: Password1
-uid: GuertinW
-givenName: Wen
-mail: GuertinW@11e98c2ee48b45178d13435be794eede.bitwarden.com
-carLicense: 3NNCEK
-departmentNumber: 3348
-employeeType: Employee
-homePhone: +1 804 441-3686
-initials: W. G.
-mobile: +1 804 395-4007
-pager: +1 804 492-2336
-roomNumber: 8098
-manager: cn=Hans Kirchner,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Grantley Kobreek,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Grantley Kobreek
-sn: Kobreek
-description: This is Grantley Kobreek's description
-facsimileTelephoneNumber: +1 818 180-6076
-l: Redmond
-ou: Payroll
-postalAddress: Payroll$Redmond
-telephoneNumber: +1 818 980-2684
-title: Associate Payroll Vice President
-userPassword: Password1
-uid: KobreekG
-givenName: Grantley
-mail: KobreekG@aea6eb544f4d4871a97763e8c506ad64.bitwarden.com
-carLicense: N764UB
-departmentNumber: 8420
-employeeType: Contract
-homePhone: +1 818 559-1412
-initials: G. K.
-mobile: +1 818 668-7718
-pager: +1 818 783-9917
-roomNumber: 9766
-manager: cn=Hans Kirchner,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Brina Cowper,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Brina Cowper
-sn: Cowper
-description: This is Brina Cowper's description
-facsimileTelephoneNumber: +1 206 432-4323
-l: San Mateo
-ou: Human Resources
-postalAddress: Human Resources$San Mateo
-telephoneNumber: +1 206 703-3647
-title: Junior Human Resources Warrior
-userPassword: Password1
-uid: CowperB
-givenName: Brina
-mail: CowperB@94878566a12e461cb3d27240d3e2f654.bitwarden.com
-carLicense: SIA401
-departmentNumber: 1307
-employeeType: Contract
-homePhone: +1 206 551-8295
-initials: B. C.
-mobile: +1 206 235-9133
-pager: +1 206 367-8643
-roomNumber: 9958
-manager: cn=Hans Kirchner,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Raoul Gultekin,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Raoul Gultekin
-sn: Gultekin
-description: This is Raoul Gultekin's description
-facsimileTelephoneNumber: +1 804 957-5787
-l: Menlo Park
-ou: Product Testing
-postalAddress: Product Testing$Menlo Park
-telephoneNumber: +1 804 610-9994
-title: Junior Product Testing Vice President
-userPassword: Password1
-uid: GultekiR
-givenName: Raoul
-mail: GultekiR@859c4245e0604293a1eb9ae487b0f7d1.bitwarden.com
-carLicense: A5X38E
-departmentNumber: 7701
-employeeType: Contract
-homePhone: +1 804 170-4446
-initials: R. G.
-mobile: +1 804 400-8604
-pager: +1 804 578-6023
-roomNumber: 9733
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Tai Markell,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Tai Markell
-sn: Markell
-description: This is Tai Markell's description
-facsimileTelephoneNumber: +1 818 899-7589
-l: Santa Clara
-ou: Human Resources
-postalAddress: Human Resources$Santa Clara
-telephoneNumber: +1 818 365-4247
-title: Supreme Human Resources Janitor
-userPassword: Password1
-uid: MarkellT
-givenName: Tai
-mail: MarkellT@ca5cfe9e2bd34d4daa1788a54ae9670d.bitwarden.com
-carLicense: BW66RN
-departmentNumber: 8039
-employeeType: Contract
-homePhone: +1 818 224-9547
-initials: T. M.
-mobile: +1 818 106-1973
-pager: +1 818 290-6074
-roomNumber: 9572
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Charin Goulfine,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Remington Parikh,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Remington Parikh
-sn: Parikh
-description: This is Remington Parikh's description
-facsimileTelephoneNumber: +1 510 701-1126
-l: Redmond
-ou: Human Resources
-postalAddress: Human Resources$Redmond
-telephoneNumber: +1 510 142-5972
-title: Supreme Human Resources Vice President
-userPassword: Password1
-uid: ParikhR
-givenName: Remington
-mail: ParikhR@841047a52450427cb70a99f638463eec.bitwarden.com
-carLicense: RTOCHV
-departmentNumber: 7136
-employeeType: Employee
-homePhone: +1 510 264-1822
-initials: R. P.
-mobile: +1 510 441-7610
-pager: +1 510 529-7818
-roomNumber: 8527
-manager: cn=Hans Kirchner,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Sophronia Hitchcock,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sophronia Hitchcock
-sn: Hitchcock
-description: This is Sophronia Hitchcock's description
-facsimileTelephoneNumber: +1 213 699-9763
-l: Palo Alto
-ou: Management
-postalAddress: Management$Palo Alto
-telephoneNumber: +1 213 598-1453
-title: Master Management Madonna
-userPassword: Password1
-uid: HitchcoS
-givenName: Sophronia
-mail: HitchcoS@5e2318de568942a0b57a291f53f429e7.bitwarden.com
-carLicense: UJIRFU
-departmentNumber: 6587
-employeeType: Normal
-homePhone: +1 213 843-6464
-initials: S. H.
-mobile: +1 213 518-6041
-pager: +1 213 993-4226
-roomNumber: 8533
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Vitia Moulsoff,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Vitia Moulsoff
-sn: Moulsoff
-description: This is Vitia Moulsoff's description
-facsimileTelephoneNumber: +1 510 196-2383
-l: Sunnyvale
-ou: Product Testing
-postalAddress: Product Testing$Sunnyvale
-telephoneNumber: +1 510 313-8048
-title: Master Product Testing Madonna
-userPassword: Password1
-uid: MoulsofV
-givenName: Vitia
-mail: MoulsofV@7729ba6a955b4e5489a43e099a7b7b2f.bitwarden.com
-carLicense: 5X5JVW
-departmentNumber: 1696
-employeeType: Employee
-homePhone: +1 510 374-9935
-initials: V. M.
-mobile: +1 510 298-1726
-pager: +1 510 417-1184
-roomNumber: 9198
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Pavla Organization,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Devonne Janelle,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Devonne Janelle
-sn: Janelle
-description: This is Devonne Janelle's description
-facsimileTelephoneNumber: +1 213 902-9153
-l: Fremont
-ou: Management
-postalAddress: Management$Fremont
-telephoneNumber: +1 213 617-4356
-title: Supreme Management Developer
-userPassword: Password1
-uid: JanelleD
-givenName: Devonne
-mail: JanelleD@70f44c830c534fd69815f0a242b800aa.bitwarden.com
-carLicense: UNL7YO
-departmentNumber: 7948
-employeeType: Normal
-homePhone: +1 213 438-4279
-initials: D. J.
-mobile: +1 213 277-2584
-pager: +1 213 868-6682
-roomNumber: 9408
-manager: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Pavla Organization,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Maye Zinkie,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Maye Zinkie
-sn: Zinkie
-description: This is Maye Zinkie's description
-facsimileTelephoneNumber: +1 206 957-3744
-l: San Mateo
-ou: Human Resources
-postalAddress: Human Resources$San Mateo
-telephoneNumber: +1 206 632-1077
-title: Master Human Resources Grunt
-userPassword: Password1
-uid: ZinkieM
-givenName: Maye
-mail: ZinkieM@03984172df9e48acbd783f2986930e0c.bitwarden.com
-carLicense: SWEM5K
-departmentNumber: 4366
-employeeType: Employee
-homePhone: +1 206 727-1076
-initials: M. Z.
-mobile: +1 206 917-7806
-pager: +1 206 109-5007
-roomNumber: 8265
-manager: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Dania Hekel,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Dania Hekel
-sn: Hekel
-description: This is Dania Hekel's description
-facsimileTelephoneNumber: +1 804 408-6359
-l: Redmond
-ou: Product Development
-postalAddress: Product Development$Redmond
-telephoneNumber: +1 804 145-5535
-title: Associate Product Development Figurehead
-userPassword: Password1
-uid: HekelD
-givenName: Dania
-mail: HekelD@cb797ea5072942aaa2a88433fe678d05.bitwarden.com
-carLicense: 1JNSIR
-departmentNumber: 2701
-employeeType: Normal
-homePhone: +1 804 544-4954
-initials: D. H.
-mobile: +1 804 864-8057
-pager: +1 804 293-7239
-roomNumber: 8672
-manager: cn=Nikos Fouret,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Kylila Sanford,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kylila Sanford
-sn: Sanford
-description: This is Kylila Sanford's description
-facsimileTelephoneNumber: +1 206 187-1816
-l: Orem
-ou: Janitorial
-postalAddress: Janitorial$Orem
-telephoneNumber: +1 206 114-4212
-title: Supreme Janitorial Mascot
-userPassword: Password1
-uid: SanfordK
-givenName: Kylila
-mail: SanfordK@c4417c3c8e1f4ac9972ab5b7a557abf2.bitwarden.com
-carLicense: 26RX5F
-departmentNumber: 9163
-employeeType: Normal
-homePhone: +1 206 811-1237
-initials: K. S.
-mobile: +1 206 238-7984
-pager: +1 206 916-2467
-roomNumber: 9362
-manager: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Ianthe MacMillan,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ianthe MacMillan
-sn: MacMillan
-description: This is Ianthe MacMillan's description
-facsimileTelephoneNumber: +1 213 371-7939
-l: Fremont
-ou: Payroll
-postalAddress: Payroll$Fremont
-telephoneNumber: +1 213 829-3564
-title: Junior Payroll Consultant
-userPassword: Password1
-uid: MacMillI
-givenName: Ianthe
-mail: MacMillI@018048d183b046ef8d1221d77ed338d3.bitwarden.com
-carLicense: 53N088
-departmentNumber: 8365
-employeeType: Normal
-homePhone: +1 213 390-3919
-initials: I. M.
-mobile: +1 213 833-8812
-pager: +1 213 875-1094
-roomNumber: 8215
-manager: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Charin Goulfine,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Wallie Skof,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Wallie Skof
-sn: Skof
-description: This is Wallie Skof's description
-facsimileTelephoneNumber: +1 415 631-3239
-l: Cambridge
-ou: Management
-postalAddress: Management$Cambridge
-telephoneNumber: +1 415 982-9224
-title: Chief Management Sales Rep
-userPassword: Password1
-uid: SkofW
-givenName: Wallie
-mail: SkofW@de9dc194fca5410d8362f75ec2f77bc4.bitwarden.com
-carLicense: GEVU9R
-departmentNumber: 6068
-employeeType: Employee
-homePhone: +1 415 317-6286
-initials: W. S.
-mobile: +1 415 529-2058
-pager: +1 415 585-8569
-roomNumber: 8703
-manager: cn=Nikos Fouret,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Angelle Guarino,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Nannette Bosco,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Nannette Bosco
-sn: Bosco
-description: This is Nannette Bosco's description
-facsimileTelephoneNumber: +1 818 227-7234
-l: Milpitas
-ou: Peons
-postalAddress: Peons$Milpitas
-telephoneNumber: +1 818 284-8108
-title: Master Peons Grunt
-userPassword: Password1
-uid: BoscoN
-givenName: Nannette
-mail: BoscoN@89304d2cede64abeb125174d4ca11920.bitwarden.com
-carLicense: J2CIW3
-departmentNumber: 5250
-employeeType: Employee
-homePhone: +1 818 589-9560
-initials: N. B.
-mobile: +1 818 686-8761
-pager: +1 818 622-2057
-roomNumber: 8988
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Pavla Organization,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Fanni Henson,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Fanni Henson
-sn: Henson
-description: This is Fanni Henson's description
-facsimileTelephoneNumber: +1 818 908-8144
-l: Palo Alto
-ou: Product Development
-postalAddress: Product Development$Palo Alto
-telephoneNumber: +1 818 630-3261
-title: Chief Product Development Developer
-userPassword: Password1
-uid: HensonF
-givenName: Fanni
-mail: HensonF@0f3d42d5173e4cd8a1a1d568ed8cbd22.bitwarden.com
-carLicense: 0GU4A2
-departmentNumber: 5550
-employeeType: Employee
-homePhone: +1 818 765-6311
-initials: F. H.
-mobile: +1 818 385-5784
-pager: +1 818 859-9973
-roomNumber: 9090
-manager: cn=Nikos Fouret,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
diff --git a/docs/getting-started/business/directory-connector/directory-500.ldif b/docs/getting-started/business/directory-connector/directory-500.ldif
deleted file mode 100644
index 352a1a40e..000000000
--- a/docs/getting-started/business/directory-connector/directory-500.ldif
+++ /dev/null
@@ -1,15053 +0,0 @@
-version: 1
-
-dn: ou=Accounting,dc=bitwarden, dc=com
-changetype: add
-ou: Accounting
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-ou: Product Development
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-ou: Product Testing
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-ou: Human Resources
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-ou: Payroll
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-ou: Janitorial
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Management,dc=bitwarden, dc=com
-changetype: add
-ou: Management
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-ou: Administrative
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Peons,dc=bitwarden, dc=com
-changetype: add
-ou: Peons
-objectClass: top
-objectClass: organizationalUnit
-
-dn: ou=Planning,dc=bitwarden, dc=com
-changetype: add
-ou: Planning
-objectClass: top
-objectClass: organizationalUnit
-
-dn: cn=Christy Pandolfo,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Christy Pandolfo
-sn: Pandolfo
-description: This is Christy Pandolfo's description
-facsimileTelephoneNumber: +1 206 757-5365
-l: Milpitas
-ou: Product Testing
-postalAddress: Product Testing$Milpitas
-telephoneNumber: +1 206 900-8644
-title: Master Product Testing Consultant
-userPassword: Password1
-uid: PandolfC
-givenName: Christy
-mail: PandolfC@dd4f59cb9a1245048a34aa45906e0378.bitwarden.com
-carLicense: LRG0A4
-departmentNumber: 4505
-employeeType: Contract
-homePhone: +1 206 521-2100
-initials: C. P.
-mobile: +1 206 855-7339
-pager: +1 206 441-8897
-roomNumber: 8778
-manager: cn=Wen Guertin,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Moshe Wallaert,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Moshe Wallaert
-sn: Wallaert
-description: This is Moshe Wallaert's description
-facsimileTelephoneNumber: +1 206 955-4982
-l: Palo Alto
-ou: Peons
-postalAddress: Peons$Palo Alto
-telephoneNumber: +1 206 403-9111
-title: Supreme Peons Artist
-userPassword: Password1
-uid: WallaerM
-givenName: Moshe
-mail: WallaerM@1435fdc2b771411ca35fcc6cc2698b9c.bitwarden.com
-carLicense: O88MW7
-departmentNumber: 7487
-employeeType: Contract
-homePhone: +1 206 625-6979
-initials: M. W.
-mobile: +1 206 640-6030
-pager: +1 206 411-6988
-roomNumber: 8629
-secretary: cn=Fox Damena,ou=Administrative,dc=bitwarden, dc=com
-manager: cn=Loren Dunkelman,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Salaidh Bugajski,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Salaidh Bugajski
-sn: Bugajski
-description: This is Salaidh Bugajski's description
-facsimileTelephoneNumber: +1 804 909-2369
-l: Menlo Park
-ou: Janitorial
-postalAddress: Janitorial$Menlo Park
-telephoneNumber: +1 804 453-7959
-title: Junior Janitorial Writer
-userPassword: Password1
-uid: BugajskS
-givenName: Salaidh
-mail: BugajskS@b76c7aba8d4642d2a569f86d1c104b9c.bitwarden.com
-carLicense: HQL85K
-departmentNumber: 7435
-employeeType: Normal
-homePhone: +1 804 503-2920
-initials: S. B.
-mobile: +1 804 430-5604
-pager: +1 804 203-5867
-roomNumber: 9453
-secretary: cn=Sapphira Nelson,ou=Payroll,dc=bitwarden, dc=com
-manager: cn=Halina Zollman,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Chi-ho Mansourati,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Chi-ho Mansourati
-sn: Mansourati
-description: This is Chi-ho Mansourati's description
-facsimileTelephoneNumber: +1 206 938-3200
-l: Cupertino
-ou: Human Resources
-postalAddress: Human Resources$Cupertino
-telephoneNumber: +1 206 481-9785
-title: Junior Human Resources Admin
-userPassword: Password1
-uid: MansourC
-givenName: Chi-ho
-mail: MansourC@a2e835bbc90a4bb8aa8eed7abb9fcd6b.bitwarden.com
-carLicense: 609TYS
-departmentNumber: 9063
-employeeType: Normal
-homePhone: +1 206 544-6290
-initials: C. M.
-mobile: +1 206 434-3863
-pager: +1 206 302-1066
-roomNumber: 9417
-secretary: cn=Sapphira MacIver,ou=Janitorial,dc=bitwarden, dc=com
-manager: cn=Odelinda Fedoruk,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Emery Meehan,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Emery Meehan
-sn: Meehan
-description: This is Emery Meehan's description
-facsimileTelephoneNumber: +1 213 340-5631
-l: Redmond
-ou: Peons
-postalAddress: Peons$Redmond
-telephoneNumber: +1 213 352-2059
-title: Associate Peons Janitor
-userPassword: Password1
-uid: MeehanE
-givenName: Emery
-mail: MeehanE@fb6b5989f0e34d278066748667edadde.bitwarden.com
-carLicense: PG226I
-departmentNumber: 3463
-employeeType: Normal
-homePhone: +1 213 796-8985
-initials: E. M.
-mobile: +1 213 457-9611
-pager: +1 213 422-1959
-roomNumber: 9710
-manager: cn=Lynett Litzenberger,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Mahmood Strudwick,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mahmood Strudwick
-sn: Strudwick
-description: This is Mahmood Strudwick's description
-facsimileTelephoneNumber: +1 415 295-9893
-l: Redwood Shores
-ou: Product Testing
-postalAddress: Product Testing$Redwood Shores
-telephoneNumber: +1 415 962-5552
-title: Supreme Product Testing Visionary
-userPassword: Password1
-uid: StrudwiM
-givenName: Mahmood
-mail: StrudwiM@9e279aa78f1048849bd79b154c44d8b3.bitwarden.com
-carLicense: F6JC86
-departmentNumber: 3811
-employeeType: Normal
-homePhone: +1 415 924-2839
-initials: M. S.
-mobile: +1 415 987-8195
-pager: +1 415 760-6308
-roomNumber: 9906
-secretary: cn=Noella Koskie,ou=Human Resources,dc=bitwarden, dc=com
-manager: cn=Sonja Hesketh,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Mounir Larmour,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mounir Larmour
-sn: Larmour
-description: This is Mounir Larmour's description
-facsimileTelephoneNumber: +1 213 359-1245
-l: Sunnyvale
-ou: Peons
-postalAddress: Peons$Sunnyvale
-telephoneNumber: +1 213 953-6796
-title: Associate Peons Artist
-userPassword: Password1
-uid: LarmourM
-givenName: Mounir
-mail: LarmourM@59366f30a0164aa7a53680e97db8816b.bitwarden.com
-carLicense: 010VL2
-departmentNumber: 9993
-employeeType: Normal
-homePhone: +1 213 991-2978
-initials: M. L.
-mobile: +1 213 562-3885
-pager: +1 213 431-7855
-roomNumber: 9577
-secretary: cn=Marthe Kenik,ou=Product Testing,dc=bitwarden, dc=com
-manager: cn=Amalita Sanzone,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Evangelo Shivnan,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Evangelo Shivnan
-sn: Shivnan
-description: This is Evangelo Shivnan's description
-facsimileTelephoneNumber: +1 804 645-8239
-l: Palo Alto
-ou: Human Resources
-postalAddress: Human Resources$Palo Alto
-telephoneNumber: +1 804 984-9718
-title: Chief Human Resources Admin
-userPassword: Password1
-uid: ShivnanE
-givenName: Evangelo
-mail: ShivnanE@c330e6995ec943a082af082fe091cf34.bitwarden.com
-carLicense: KFMS17
-departmentNumber: 4217
-employeeType: Employee
-homePhone: +1 804 901-9099
-initials: E. S.
-mobile: +1 804 129-5532
-pager: +1 804 981-1403
-roomNumber: 8490
-secretary: cn=Technical Kalman,ou=Product Testing,dc=bitwarden, dc=com
-manager: cn=Buddy Portigal,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Jessy Westwood,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jessy Westwood
-sn: Westwood
-description: This is Jessy Westwood's description
-facsimileTelephoneNumber: +1 213 551-9475
-l: Redmond
-ou: Payroll
-postalAddress: Payroll$Redmond
-telephoneNumber: +1 213 370-7008
-title: Chief Payroll Sales Rep
-userPassword: Password1
-uid: WestwooJ
-givenName: Jessy
-mail: WestwooJ@6e182e42a9474534add2d6f2d3638914.bitwarden.com
-carLicense: S9SLLQ
-departmentNumber: 4319
-employeeType: Employee
-homePhone: +1 213 435-3249
-initials: J. W.
-mobile: +1 213 767-7640
-pager: +1 213 942-5278
-roomNumber: 9963
-secretary: cn=Veda Antle,ou=Product Testing,dc=bitwarden, dc=com
-manager: cn=Tish Tecklenburg,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Marietta Richard,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Marietta Richard
-sn: Richard
-description: This is Marietta Richard's description
-facsimileTelephoneNumber: +1 415 379-5513
-l: Cambridge
-ou: Peons
-postalAddress: Peons$Cambridge
-telephoneNumber: +1 415 974-4558
-title: Master Peons Czar
-userPassword: Password1
-uid: RichardM
-givenName: Marietta
-mail: RichardM@3b169d87bd7f4beb9a64aae849510358.bitwarden.com
-carLicense: DL3W54
-departmentNumber: 7799
-employeeType: Contract
-homePhone: +1 415 401-1495
-initials: M. R.
-mobile: +1 415 458-4695
-pager: +1 415 209-2178
-roomNumber: 8140
-manager: cn=Rocio Darr,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Armando Vivian,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Armando Vivian
-sn: Vivian
-description: This is Armando Vivian's description
-facsimileTelephoneNumber: +1 510 795-1085
-l: Cupertino
-ou: Peons
-postalAddress: Peons$Cupertino
-telephoneNumber: +1 510 444-6208
-title: Supreme Peons Madonna
-userPassword: Password1
-uid: VivianA
-givenName: Armando
-mail: VivianA@5c9c7649f463423bb7862a29b9afe51b.bitwarden.com
-carLicense: AS19A6
-departmentNumber: 7223
-employeeType: Normal
-homePhone: +1 510 424-1121
-initials: A. V.
-mobile: +1 510 743-5774
-pager: +1 510 647-2749
-roomNumber: 9804
-secretary: cn=Allys Rabatich,ou=Human Resources,dc=bitwarden, dc=com
-manager: cn=Verla Stickland,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Hollie Vella,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Hollie Vella
-sn: Vella
-description: This is Hollie Vella's description
-facsimileTelephoneNumber: +1 206 288-2860
-l: Fremont
-ou: Management
-postalAddress: Management$Fremont
-telephoneNumber: +1 206 205-4506
-title: Associate Management Pinhead
-userPassword: Password1
-uid: VellaH
-givenName: Hollie
-mail: VellaH@373cd57de31d42cc847f5973d771ea09.bitwarden.com
-carLicense: 10XWWD
-departmentNumber: 6949
-employeeType: Normal
-homePhone: +1 206 723-5381
-initials: H. V.
-mobile: +1 206 656-9907
-pager: +1 206 512-2866
-roomNumber: 9983
-secretary: cn=Angus Merizzi,ou=Management,dc=bitwarden, dc=com
-manager: cn=Hardyal Duffney,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Diandra Freiwald,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Diandra Freiwald
-sn: Freiwald
-description: This is Diandra Freiwald's description
-facsimileTelephoneNumber: +1 510 342-3606
-l: San Francisco
-ou: Product Development
-postalAddress: Product Development$San Francisco
-telephoneNumber: +1 510 350-2866
-title: Supreme Product Development Artist
-userPassword: Password1
-uid: FreiwalD
-givenName: Diandra
-mail: FreiwalD@2a51424d888d4b44835048417eeec3d6.bitwarden.com
-carLicense: KLXGN5
-departmentNumber: 4796
-employeeType: Normal
-homePhone: +1 510 376-6223
-initials: D. F.
-mobile: +1 510 231-2075
-pager: +1 510 345-3325
-roomNumber: 9180
-secretary: cn=Ronna Schaller,ou=Product Development,dc=bitwarden, dc=com
-manager: cn=Diann Desjarlais,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Davinder Rorie,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Davinder Rorie
-sn: Rorie
-description: This is Davinder Rorie's description
-facsimileTelephoneNumber: +1 206 738-4588
-l: Armonk
-ou: Management
-postalAddress: Management$Armonk
-telephoneNumber: +1 206 116-1208
-title: Master Management Pinhead
-userPassword: Password1
-uid: RorieD
-givenName: Davinder
-mail: RorieD@dc66a777558d4d4ab2a1c296cf5843b9.bitwarden.com
-carLicense: ASGPVF
-departmentNumber: 6642
-employeeType: Employee
-homePhone: +1 206 517-7524
-initials: D. R.
-mobile: +1 206 671-6040
-pager: +1 206 854-5946
-roomNumber: 9274
-manager: cn=Lucien Tarof,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Avis Wiercioch,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Avis Wiercioch
-sn: Wiercioch
-description: This is Avis Wiercioch's description
-facsimileTelephoneNumber: +1 213 982-4361
-l: San Mateo
-ou: Product Testing
-postalAddress: Product Testing$San Mateo
-telephoneNumber: +1 213 940-8512
-title: Chief Product Testing Warrior
-userPassword: Password1
-uid: WiercioA
-givenName: Avis
-mail: WiercioA@8289a29e96624f61a290ca3e806f9dd8.bitwarden.com
-carLicense: QNX517
-departmentNumber: 7361
-employeeType: Contract
-homePhone: +1 213 145-8558
-initials: A. W.
-mobile: +1 213 728-6204
-pager: +1 213 156-5291
-roomNumber: 8026
-manager: cn=Christy Pandolfo,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Therese Meachum,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Therese Meachum
-sn: Meachum
-description: This is Therese Meachum's description
-facsimileTelephoneNumber: +1 206 939-9067
-l: Fremont
-ou: Human Resources
-postalAddress: Human Resources$Fremont
-telephoneNumber: +1 206 617-9440
-title: Master Human Resources Evangelist
-userPassword: Password1
-uid: MeachumT
-givenName: Therese
-mail: MeachumT@b2685c20be7244a2b29f08c6434ac903.bitwarden.com
-carLicense: NIAEHA
-departmentNumber: 1374
-employeeType: Contract
-homePhone: +1 206 139-8871
-initials: T. M.
-mobile: +1 206 557-4493
-pager: +1 206 490-3396
-roomNumber: 8596
-secretary: cn=Gabie Chapa,ou=Administrative,dc=bitwarden, dc=com
-manager: cn=Zhengyu Swact,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Marylee Taren,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Marylee Taren
-sn: Taren
-description: This is Marylee Taren's description
-facsimileTelephoneNumber: +1 818 290-2091
-l: San Mateo
-ou: Management
-postalAddress: Management$San Mateo
-telephoneNumber: +1 818 285-9033
-title: Master Management Writer
-userPassword: Password1
-uid: TarenM
-givenName: Marylee
-mail: TarenM@a7a468d2b91e49239b8c4a4a0b2697a4.bitwarden.com
-carLicense: JOQDVO
-departmentNumber: 5993
-employeeType: Employee
-homePhone: +1 818 779-8906
-initials: M. T.
-mobile: +1 818 788-7778
-pager: +1 818 181-1954
-roomNumber: 9586
-secretary: cn=Donetta Rubinov,ou=Product Development,dc=bitwarden, dc=com
-manager: cn=Jojo Wolska,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Annetta Basa,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Annetta Basa
-sn: Basa
-description: This is Annetta Basa's description
-facsimileTelephoneNumber: +1 818 616-2647
-l: Santa Clara
-ou: Management
-postalAddress: Management$Santa Clara
-telephoneNumber: +1 818 103-8231
-title: Supreme Management Janitor
-userPassword: Password1
-uid: BasaA
-givenName: Annetta
-mail: BasaA@983b433db82044e3b6af1fbca582d502.bitwarden.com
-carLicense: 8UEJLT
-departmentNumber: 3100
-employeeType: Employee
-homePhone: +1 818 216-1331
-initials: A. B.
-mobile: +1 818 591-6282
-pager: +1 818 943-4163
-roomNumber: 9388
-secretary: cn=Natassia Taverner,ou=Janitorial,dc=bitwarden, dc=com
-manager: cn=Wiele Lewellen,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Stefanie Grueneich,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Stefanie Grueneich
-sn: Grueneich
-description: This is Stefanie Grueneich's description
-facsimileTelephoneNumber: +1 206 652-5934
-l: Sunnyvale
-ou: Product Testing
-postalAddress: Product Testing$Sunnyvale
-telephoneNumber: +1 206 590-3403
-title: Master Product Testing Stooge
-userPassword: Password1
-uid: GrueneiS
-givenName: Stefanie
-mail: GrueneiS@7b84d8c4287140cba3ce99bd46376b24.bitwarden.com
-carLicense: N1UWP9
-departmentNumber: 8116
-employeeType: Contract
-homePhone: +1 206 589-5410
-initials: S. G.
-mobile: +1 206 373-2489
-pager: +1 206 692-3742
-roomNumber: 8799
-secretary: cn=Kacey Bocservice,ou=Product Testing,dc=bitwarden, dc=com
-manager: cn=Lillis Neuschwander,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Gunilla Betts,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gunilla Betts
-sn: Betts
-description: This is Gunilla Betts's description
-facsimileTelephoneNumber: +1 510 724-5793
-l: Fremont
-ou: Janitorial
-postalAddress: Janitorial$Fremont
-telephoneNumber: +1 510 549-7159
-title: Junior Janitorial Artist
-userPassword: Password1
-uid: BettsG
-givenName: Gunilla
-mail: BettsG@21df2f4444ad4582b148041169d9394f.bitwarden.com
-carLicense: 8O48QT
-departmentNumber: 2742
-employeeType: Contract
-homePhone: +1 510 644-3046
-initials: G. B.
-mobile: +1 510 798-5171
-pager: +1 510 214-3686
-roomNumber: 8119
-manager: cn=Emery Meehan,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Noeschka Jeanes,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Noeschka Jeanes
-sn: Jeanes
-description: This is Noeschka Jeanes's description
-facsimileTelephoneNumber: +1 510 971-9894
-l: Menlo Park
-ou: Payroll
-postalAddress: Payroll$Menlo Park
-telephoneNumber: +1 510 206-5919
-title: Supreme Payroll Evangelist
-userPassword: Password1
-uid: JeanesN
-givenName: Noeschka
-mail: JeanesN@1f25d3bf26ba4e27a51ced4130ef4219.bitwarden.com
-carLicense: 6I3YVU
-departmentNumber: 7106
-employeeType: Normal
-homePhone: +1 510 243-1909
-initials: N. J.
-mobile: +1 510 267-4636
-pager: +1 510 896-7455
-roomNumber: 8917
-secretary: cn=Pritchard Fabijanic,ou=Human Resources,dc=bitwarden, dc=com
-manager: cn=Jon Tennant,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Rhiamon Nakonecznyj,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Rhiamon Nakonecznyj
-sn: Nakonecznyj
-description: This is Rhiamon Nakonecznyj's description
-facsimileTelephoneNumber: +1 408 222-5790
-l: Palo Alto
-ou: Peons
-postalAddress: Peons$Palo Alto
-telephoneNumber: +1 408 447-6721
-title: Chief Peons Consultant
-userPassword: Password1
-uid: NakonecR
-givenName: Rhiamon
-mail: NakonecR@f7b25337528748b8b16845e8b441aece.bitwarden.com
-carLicense: JUD6NG
-departmentNumber: 3086
-employeeType: Employee
-homePhone: +1 408 338-6449
-initials: R. N.
-mobile: +1 408 410-6844
-pager: +1 408 878-6410
-roomNumber: 8056
-secretary: cn=Salaidh Bugajski,ou=Janitorial,dc=bitwarden, dc=com
-manager: cn=Painterson Miki,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Lauri Benham,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lauri Benham
-sn: Benham
-description: This is Lauri Benham's description
-facsimileTelephoneNumber: +1 804 731-4698
-l: San Jose
-ou: Payroll
-postalAddress: Payroll$San Jose
-telephoneNumber: +1 804 558-4894
-title: Master Payroll Fellow
-userPassword: Password1
-uid: BenhamL
-givenName: Lauri
-mail: BenhamL@978af20c35e84601af7cd7e1c65002ef.bitwarden.com
-carLicense: PFNDAI
-departmentNumber: 3424
-employeeType: Employee
-homePhone: +1 804 565-1309
-initials: L. B.
-mobile: +1 804 675-5761
-pager: +1 804 856-9258
-roomNumber: 8288
-secretary: cn=Ramez Trochu,ou=Human Resources,dc=bitwarden, dc=com
-manager: cn=Cosette Grueneich,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Lianna Crase,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lianna Crase
-sn: Crase
-description: This is Lianna Crase's description
-facsimileTelephoneNumber: +1 415 147-9055
-l: Alameda
-ou: Janitorial
-postalAddress: Janitorial$Alameda
-telephoneNumber: +1 415 588-9546
-title: Associate Janitorial Evangelist
-userPassword: Password1
-uid: CraseL
-givenName: Lianna
-mail: CraseL@72ec658a847844a0a5dd8b28a2591cb9.bitwarden.com
-carLicense: R8NCY0
-departmentNumber: 5877
-employeeType: Normal
-homePhone: +1 415 859-7493
-initials: L. C.
-mobile: +1 415 762-4718
-pager: +1 415 709-8632
-roomNumber: 9716
-secretary: cn=Selime Zaia,ou=Product Development,dc=bitwarden, dc=com
-manager: cn=Dottie Mansi,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Aryn Teniola,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Aryn Teniola
-sn: Teniola
-description: This is Aryn Teniola's description
-facsimileTelephoneNumber: +1 804 656-6704
-l: Alameda
-ou: Administrative
-postalAddress: Administrative$Alameda
-telephoneNumber: +1 804 843-5491
-title: Associate Administrative Assistant
-userPassword: Password1
-uid: TeniolaA
-givenName: Aryn
-mail: TeniolaA@94a04369a1f7454aa0b8a26e89e03c22.bitwarden.com
-carLicense: LJS8LG
-departmentNumber: 7437
-employeeType: Normal
-homePhone: +1 804 587-7202
-initials: A. T.
-mobile: +1 804 286-4117
-pager: +1 804 525-2771
-roomNumber: 9929
-secretary: cn=Reeta Roldan,ou=Administrative,dc=bitwarden, dc=com
-manager: cn=Raoul Gultekin,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Missagh Burgin,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Missagh Burgin
-sn: Burgin
-description: This is Missagh Burgin's description
-facsimileTelephoneNumber: +1 213 309-6469
-l: Redmond
-ou: Peons
-postalAddress: Peons$Redmond
-telephoneNumber: +1 213 160-6877
-title: Master Peons Assistant
-userPassword: Password1
-uid: BurginM
-givenName: Missagh
-mail: BurginM@f2546b85540e458c8c528fab744261e5.bitwarden.com
-carLicense: QVBW16
-departmentNumber: 2543
-employeeType: Normal
-homePhone: +1 213 172-9154
-initials: M. B.
-mobile: +1 213 650-6204
-pager: +1 213 562-1683
-roomNumber: 8977
-secretary: cn=Hollie Vella,ou=Management,dc=bitwarden, dc=com
-manager: cn=Lianne Ivers,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Jochem McDowall,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jochem McDowall
-sn: McDowall
-description: This is Jochem McDowall's description
-facsimileTelephoneNumber: +1 415 926-8956
-l: Redmond
-ou: Peons
-postalAddress: Peons$Redmond
-telephoneNumber: +1 415 365-8890
-title: Associate Peons Evangelist
-userPassword: Password1
-uid: McDowalJ
-givenName: Jochem
-mail: McDowalJ@55ae92796c524e1282d4c6613b60241a.bitwarden.com
-carLicense: 41O24J
-departmentNumber: 3302
-employeeType: Normal
-homePhone: +1 415 888-9834
-initials: J. M.
-mobile: +1 415 717-1422
-pager: +1 415 838-3969
-roomNumber: 9703
-secretary: cn=Reta Gamarnik,ou=Peons,dc=bitwarden, dc=com
-manager: cn=Tak-Wai Salladay,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Mohan Clayton,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mohan Clayton
-sn: Clayton
-description: This is Mohan Clayton's description
-facsimileTelephoneNumber: +1 804 249-4073
-l: Cambridge
-ou: Administrative
-postalAddress: Administrative$Cambridge
-telephoneNumber: +1 804 268-9823
-title: Master Administrative Grunt
-userPassword: Password1
-uid: ClaytonM
-givenName: Mohan
-mail: ClaytonM@acaf00cd94184334a88c04c02dc188dd.bitwarden.com
-carLicense: SQ3X6A
-departmentNumber: 9404
-employeeType: Normal
-homePhone: +1 804 282-2850
-initials: M. C.
-mobile: +1 804 225-8794
-pager: +1 804 522-2257
-roomNumber: 9741
-secretary: cn=Esme Garay,ou=Peons,dc=bitwarden, dc=com
-manager: cn=Huelsman Standen,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Mihai Boden,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mihai Boden
-sn: Boden
-description: This is Mihai Boden's description
-facsimileTelephoneNumber: +1 213 910-9923
-l: Milpitas
-ou: Human Resources
-postalAddress: Human Resources$Milpitas
-telephoneNumber: +1 213 342-6881
-title: Associate Human Resources President
-userPassword: Password1
-uid: BodenM
-givenName: Mihai
-mail: BodenM@d73993e5b01048a5a02070d0cc1acad3.bitwarden.com
-carLicense: 8RA034
-departmentNumber: 3028
-employeeType: Normal
-homePhone: +1 213 513-8529
-initials: M. B.
-mobile: +1 213 739-4517
-pager: +1 213 116-2716
-roomNumber: 8125
-secretary: cn=Chi-ho Mansourati,ou=Human Resources,dc=bitwarden, dc=com
-manager: cn=Aziz Nahata,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Anna-maria Arnon,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Anna-maria Arnon
-sn: Arnon
-description: This is Anna-maria Arnon's description
-facsimileTelephoneNumber: +1 213 699-5533
-l: Palo Alto
-ou: Payroll
-postalAddress: Payroll$Palo Alto
-telephoneNumber: +1 213 721-7763
-title: Chief Payroll Sales Rep
-userPassword: Password1
-uid: ArnonA
-givenName: Anna-maria
-mail: ArnonA@755e2f2f01064fb58f5836b47a9f6953.bitwarden.com
-carLicense: VFI6GS
-departmentNumber: 2235
-employeeType: Employee
-homePhone: +1 213 221-3544
-initials: A. A.
-mobile: +1 213 542-7328
-pager: +1 213 668-1329
-roomNumber: 9774
-secretary: cn=Harold Blumer,ou=Peons,dc=bitwarden, dc=com
-manager: cn=Rita Krenos,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Madalyn Modigh,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Madalyn Modigh
-sn: Modigh
-description: This is Madalyn Modigh's description
-facsimileTelephoneNumber: +1 818 561-9514
-l: San Jose
-ou: Administrative
-postalAddress: Administrative$San Jose
-telephoneNumber: +1 818 600-6715
-title: Associate Administrative Evangelist
-userPassword: Password1
-uid: ModighM
-givenName: Madalyn
-mail: ModighM@e397d4be5eab459aa2544c05e8fc4fd4.bitwarden.com
-carLicense: KEVS6C
-departmentNumber: 2103
-employeeType: Employee
-homePhone: +1 818 175-7993
-initials: M. M.
-mobile: +1 818 258-5579
-pager: +1 818 959-6512
-roomNumber: 8407
-secretary: cn=Mahmood Strudwick,ou=Product Testing,dc=bitwarden, dc=com
-manager: cn=Pak Unixsupport,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Ioana Odum,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ioana Odum
-sn: Odum
-description: This is Ioana Odum's description
-facsimileTelephoneNumber: +1 510 993-3034
-l: San Francisco
-ou: Peons
-postalAddress: Peons$San Francisco
-telephoneNumber: +1 510 330-9815
-title: Associate Peons Mascot
-userPassword: Password1
-uid: OdumI
-givenName: Ioana
-mail: OdumI@9a5bdc9a34e041db8cf5f51cd958707f.bitwarden.com
-carLicense: YO8V14
-departmentNumber: 7981
-employeeType: Employee
-homePhone: +1 510 150-1523
-initials: I. O.
-mobile: +1 510 363-1480
-pager: +1 510 546-1147
-roomNumber: 9001
-secretary: cn=Wiebren Lampman,ou=Administrative,dc=bitwarden, dc=com
-manager: cn=Spicer Deininger,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Constantin Quon,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Constantin Quon
-sn: Quon
-description: This is Constantin Quon's description
-facsimileTelephoneNumber: +1 415 678-4820
-l: Fremont
-ou: Administrative
-postalAddress: Administrative$Fremont
-telephoneNumber: +1 415 195-4777
-title: Junior Administrative Fellow
-userPassword: Password1
-uid: QuonC
-givenName: Constantin
-mail: QuonC@2aaa9be738c34b3b97229c09ad694399.bitwarden.com
-carLicense: 4N5SG1
-departmentNumber: 1238
-employeeType: Normal
-homePhone: +1 415 612-4243
-initials: C. Q.
-mobile: +1 415 700-7133
-pager: +1 415 484-8453
-roomNumber: 8757
-secretary: cn=Spicer Thibon,ou=Payroll,dc=bitwarden, dc=com
-manager: cn=Nikos Fouret,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Karna Kasbia,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Karna Kasbia
-sn: Kasbia
-description: This is Karna Kasbia's description
-facsimileTelephoneNumber: +1 408 339-7626
-l: Armonk
-ou: Administrative
-postalAddress: Administrative$Armonk
-telephoneNumber: +1 408 723-9428
-title: Associate Administrative Consultant
-userPassword: Password1
-uid: KasbiaK
-givenName: Karna
-mail: KasbiaK@9c9fea1883e841858c60b3dbea2fdfa1.bitwarden.com
-carLicense: NJODHA
-departmentNumber: 7686
-employeeType: Normal
-homePhone: +1 408 231-9174
-initials: K. K.
-mobile: +1 408 693-7188
-pager: +1 408 534-1701
-roomNumber: 9405
-secretary: cn=Maia Chummun,ou=Management,dc=bitwarden, dc=com
-manager: cn=Anne-Marie Haydock,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Rickrd Sikes,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Rickrd Sikes
-sn: Sikes
-description: This is Rickrd Sikes's description
-facsimileTelephoneNumber: +1 213 603-8594
-l: Orem
-ou: Administrative
-postalAddress: Administrative$Orem
-telephoneNumber: +1 213 615-1559
-title: Junior Administrative Figurehead
-userPassword: Password1
-uid: SikesR
-givenName: Rickrd
-mail: SikesR@b720029aaa7744b4a8f4192104987a35.bitwarden.com
-carLicense: I95DW6
-departmentNumber: 1055
-employeeType: Employee
-homePhone: +1 213 436-7575
-initials: R. S.
-mobile: +1 213 949-7844
-pager: +1 213 336-7533
-roomNumber: 8460
-secretary: cn=Aigneis Karim,ou=Product Testing,dc=bitwarden, dc=com
-manager: cn=Alejandrina Nilsson,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Dalton Heitmann,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Dalton Heitmann
-sn: Heitmann
-description: This is Dalton Heitmann's description
-facsimileTelephoneNumber: +1 213 736-8436
-l: San Jose
-ou: Janitorial
-postalAddress: Janitorial$San Jose
-telephoneNumber: +1 213 192-3784
-title: Associate Janitorial Stooge
-userPassword: Password1
-uid: HeitmanD
-givenName: Dalton
-mail: HeitmanD@28fab2a5e4034ede9d4f584a0fd75e72.bitwarden.com
-carLicense: A1B8H2
-departmentNumber: 3442
-employeeType: Normal
-homePhone: +1 213 651-9038
-initials: D. H.
-mobile: +1 213 316-3957
-pager: +1 213 807-7621
-roomNumber: 9989
-secretary: cn=Ilsa Kerns,ou=Management,dc=bitwarden, dc=com
-manager: cn=Neil Hume,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Baris Guido,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Baris Guido
-sn: Guido
-description: This is Baris Guido's description
-facsimileTelephoneNumber: +1 804 392-1333
-l: Alameda
-ou: Product Development
-postalAddress: Product Development$Alameda
-telephoneNumber: +1 804 994-8011
-title: Associate Product Development Writer
-userPassword: Password1
-uid: GuidoB
-givenName: Baris
-mail: GuidoB@68995b01422d4fac85d1f7b91ec07a75.bitwarden.com
-carLicense: 08UQLM
-departmentNumber: 9046
-employeeType: Employee
-homePhone: +1 804 678-6908
-initials: B. G.
-mobile: +1 804 152-1154
-pager: +1 804 936-5605
-roomNumber: 8253
-secretary: cn=Tamiko Braun,ou=Peons,dc=bitwarden, dc=com
-manager: cn=America Wiederhold,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Norean Mac Maid,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Norean Mac Maid
-sn: Mac Maid
-description: This is Norean Mac Maid's description
-facsimileTelephoneNumber: +1 804 121-9373
-l: Cambridge
-ou: Payroll
-postalAddress: Payroll$Cambridge
-telephoneNumber: +1 804 309-1428
-title: Junior Payroll Consultant
-userPassword: Password1
-uid: Mac MaiN
-givenName: Norean
-mail: MacMaiN@f252b0badb62492c910f90ea10fa1426.bitwarden.com
-carLicense: Y62MY0
-departmentNumber: 1486
-employeeType: Normal
-homePhone: +1 804 771-4733
-initials: N. M.
-mobile: +1 804 973-5038
-pager: +1 804 995-3287
-roomNumber: 9042
-secretary: cn=Tildi Lemley,ou=Peons,dc=bitwarden, dc=com
-manager: cn=Nerta Dumais,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Ardra Greger,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ardra Greger
-sn: Greger
-description: This is Ardra Greger's description
-facsimileTelephoneNumber: +1 206 817-5042
-l: Sunnyvale
-ou: Product Testing
-postalAddress: Product Testing$Sunnyvale
-telephoneNumber: +1 206 925-4909
-title: Chief Product Testing Architect
-userPassword: Password1
-uid: GregerA
-givenName: Ardra
-mail: GregerA@e0b52b28eae34f569e0e49f666b7079e.bitwarden.com
-carLicense: BLGGU2
-departmentNumber: 5357
-employeeType: Normal
-homePhone: +1 206 962-7340
-initials: A. G.
-mobile: +1 206 922-3211
-pager: +1 206 869-7153
-roomNumber: 9977
-secretary: cn=Go Szkarlat,ou=Product Testing,dc=bitwarden, dc=com
-manager: cn=Jere Kong,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=De Owen,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: De Owen
-sn: Owen
-description: This is De Owen's description
-facsimileTelephoneNumber: +1 510 299-8844
-l: Fremont
-ou: Product Development
-postalAddress: Product Development$Fremont
-telephoneNumber: +1 510 462-3711
-title: Chief Product Development Consultant
-userPassword: Password1
-uid: OwenD
-givenName: De
-mail: OwenD@8044dacf63ac423fb3f7e245d1b46862.bitwarden.com
-carLicense: 9I7TV1
-departmentNumber: 6689
-employeeType: Normal
-homePhone: +1 510 430-1480
-initials: D. O.
-mobile: +1 510 371-5485
-pager: +1 510 133-7160
-roomNumber: 8217
-secretary: cn=Arabela Nikiforuk,ou=Administrative,dc=bitwarden, dc=com
-manager: cn=Mada Gung,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Katuscha Plourde,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Katuscha Plourde
-sn: Plourde
-description: This is Katuscha Plourde's description
-facsimileTelephoneNumber: +1 213 414-6804
-l: San Francisco
-ou: Management
-postalAddress: Management$San Francisco
-telephoneNumber: +1 213 399-5702
-title: Associate Management Developer
-userPassword: Password1
-uid: PlourdeK
-givenName: Katuscha
-mail: PlourdeK@bcf6de0b8d2c44a68286d08f9d47b1f4.bitwarden.com
-carLicense: RJ4Q7D
-departmentNumber: 4745
-employeeType: Normal
-homePhone: +1 213 835-5520
-initials: K. P.
-mobile: +1 213 892-3942
-pager: +1 213 895-1277
-roomNumber: 9932
-secretary: cn=Gayla Abdalla,ou=Administrative,dc=bitwarden, dc=com
-manager: cn=Prem Goertz,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Kimmi Abdullah,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kimmi Abdullah
-sn: Abdullah
-description: This is Kimmi Abdullah's description
-facsimileTelephoneNumber: +1 206 835-6925
-l: Cupertino
-ou: Human Resources
-postalAddress: Human Resources$Cupertino
-telephoneNumber: +1 206 213-6127
-title: Associate Human Resources Writer
-userPassword: Password1
-uid: AbdullaK
-givenName: Kimmi
-mail: AbdullaK@0b6df1c2b33a45858d2011f826942879.bitwarden.com
-carLicense: 7BVD29
-departmentNumber: 9075
-employeeType: Normal
-homePhone: +1 206 241-4577
-initials: K. A.
-mobile: +1 206 176-4687
-pager: +1 206 439-4098
-roomNumber: 9122
-secretary: cn=Gussy Devera,ou=Payroll,dc=bitwarden, dc=com
-manager: cn=Therese Meachum,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Berangere Azevedo,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Berangere Azevedo
-sn: Azevedo
-description: This is Berangere Azevedo's description
-facsimileTelephoneNumber: +1 213 905-2055
-l: San Mateo
-ou: Product Development
-postalAddress: Product Development$San Mateo
-telephoneNumber: +1 213 708-4291
-title: Associate Product Development Czar
-userPassword: Password1
-uid: AzevedoB
-givenName: Berangere
-mail: AzevedoB@ca6d3da0e0ae431b8aa777badba75d1a.bitwarden.com
-carLicense: PFAFWU
-departmentNumber: 2199
-employeeType: Employee
-homePhone: +1 213 268-3740
-initials: B. A.
-mobile: +1 213 407-6036
-pager: +1 213 242-7595
-roomNumber: 8950
-secretary: cn=Teruko Matsuzaka,ou=Peons,dc=bitwarden, dc=com
-manager: cn=Faye Layton,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Lenora Baillargeon,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lenora Baillargeon
-sn: Baillargeon
-description: This is Lenora Baillargeon's description
-facsimileTelephoneNumber: +1 510 466-6270
-l: Armonk
-ou: Janitorial
-postalAddress: Janitorial$Armonk
-telephoneNumber: +1 510 590-7346
-title: Master Janitorial Consultant
-userPassword: Password1
-uid: BaillarL
-givenName: Lenora
-mail: BaillarL@3fe3dd83a28445b5a95bc5da230f8774.bitwarden.com
-carLicense: X9O4Q9
-departmentNumber: 2854
-employeeType: Normal
-homePhone: +1 510 840-4446
-initials: L. B.
-mobile: +1 510 778-1372
-pager: +1 510 736-6157
-roomNumber: 8168
-secretary: cn=Nelson Watchorn,ou=Product Testing,dc=bitwarden, dc=com
-manager: cn=Kial Contardo,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Verina Coble,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Verina Coble
-sn: Coble
-description: This is Verina Coble's description
-facsimileTelephoneNumber: +1 408 815-2172
-l: Milpitas
-ou: Human Resources
-postalAddress: Human Resources$Milpitas
-telephoneNumber: +1 408 390-7082
-title: Supreme Human Resources Janitor
-userPassword: Password1
-uid: CobleV
-givenName: Verina
-mail: CobleV@61829dfec57a4cd4b30f1610359cd48f.bitwarden.com
-carLicense: US0IV1
-departmentNumber: 5992
-employeeType: Employee
-homePhone: +1 408 753-4159
-initials: V. C.
-mobile: +1 408 742-7467
-pager: +1 408 976-8638
-roomNumber: 9871
-manager: cn=Marice Au,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Anne-Marie Cayer-Fleck,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Anne-Marie Cayer-Fleck
-sn: Cayer-Fleck
-description: This is Anne-Marie Cayer-Fleck's description
-facsimileTelephoneNumber: +1 818 440-1766
-l: Menlo Park
-ou: Management
-postalAddress: Management$Menlo Park
-telephoneNumber: +1 818 137-7991
-title: Supreme Management Director
-userPassword: Password1
-uid: Cayer-FA
-givenName: Anne-Marie
-mail: Cayer-FA@2d9d879a9a524c4888e7cfdd60a3152d.bitwarden.com
-carLicense: M72U14
-departmentNumber: 6548
-employeeType: Employee
-homePhone: +1 818 672-1707
-initials: A. C.
-mobile: +1 818 460-6519
-pager: +1 818 317-6968
-roomNumber: 9148
-secretary: cn=Krystalle Marui,ou=Product Development,dc=bitwarden, dc=com
-manager: cn=Lainey Nguyen-The,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Ringo Boruslawski,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ringo Boruslawski
-sn: Boruslawski
-description: This is Ringo Boruslawski's description
-facsimileTelephoneNumber: +1 206 243-9874
-l: Orem
-ou: Peons
-postalAddress: Peons$Orem
-telephoneNumber: +1 206 550-2530
-title: Supreme Peons Stooge
-userPassword: Password1
-uid: BoruslaR
-givenName: Ringo
-mail: BoruslaR@23f2b7d7514a4767820f5e79ce7c0c7d.bitwarden.com
-carLicense: QOKE1O
-departmentNumber: 4500
-employeeType: Contract
-homePhone: +1 206 497-1162
-initials: R. B.
-mobile: +1 206 681-3802
-pager: +1 206 275-1093
-roomNumber: 9632
-secretary: cn=Robbie McCracken,ou=Human Resources,dc=bitwarden, dc=com
-manager: cn=Marice Au,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Rikki Drop-Box,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Rikki Drop-Box
-sn: Drop-Box
-description: This is Rikki Drop-Box's description
-facsimileTelephoneNumber: +1 408 336-4408
-l: Redwood Shores
-ou: Peons
-postalAddress: Peons$Redwood Shores
-telephoneNumber: +1 408 386-4519
-title: Master Peons Consultant
-userPassword: Password1
-uid: Drop-BoR
-givenName: Rikki
-mail: Drop-BoR@7d0b6de1366f4854a2055e12fa1d2f25.bitwarden.com
-carLicense: UPWDAP
-departmentNumber: 3851
-employeeType: Normal
-homePhone: +1 408 363-6862
-initials: R. D.
-mobile: +1 408 884-9361
-pager: +1 408 635-5559
-roomNumber: 9730
-manager: cn=Jacynth Jalilvand,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Kass Neilsen,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kass Neilsen
-sn: Neilsen
-description: This is Kass Neilsen's description
-facsimileTelephoneNumber: +1 408 865-5379
-l: Cupertino
-ou: Human Resources
-postalAddress: Human Resources$Cupertino
-telephoneNumber: +1 408 131-8075
-title: Master Human Resources Engineer
-userPassword: Password1
-uid: NeilsenK
-givenName: Kass
-mail: NeilsenK@df1f69e145f84092af98fbde9b9513c5.bitwarden.com
-carLicense: CTBIUN
-departmentNumber: 5208
-employeeType: Normal
-homePhone: +1 408 986-8156
-initials: K. N.
-mobile: +1 408 237-8963
-pager: +1 408 618-2303
-roomNumber: 8313
-secretary: cn=Vac-man Copeman,ou=Management,dc=bitwarden, dc=com
-manager: cn=Lars Nestor,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Mehetabel Wacheski,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mehetabel Wacheski
-sn: Wacheski
-description: This is Mehetabel Wacheski's description
-facsimileTelephoneNumber: +1 818 454-1083
-l: Fremont
-ou: Product Testing
-postalAddress: Product Testing$Fremont
-telephoneNumber: +1 818 506-6177
-title: Master Product Testing Assistant
-userPassword: Password1
-uid: WacheskM
-givenName: Mehetabel
-mail: WacheskM@165536f4f8824483a0990647a9cb54c6.bitwarden.com
-carLicense: 02GUVF
-departmentNumber: 1616
-employeeType: Contract
-homePhone: +1 818 764-7267
-initials: M. W.
-mobile: +1 818 615-7959
-pager: +1 818 214-7328
-roomNumber: 9923
-manager: cn=Odelinda Fedoruk,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Jackson Leapheart,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Genia Wingrove,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Genia Wingrove
-sn: Wingrove
-description: This is Genia Wingrove's description
-facsimileTelephoneNumber: +1 213 635-4811
-l: San Mateo
-ou: Product Testing
-postalAddress: Product Testing$San Mateo
-telephoneNumber: +1 213 855-8342
-title: Associate Product Testing Figurehead
-userPassword: Password1
-uid: WingrovG
-givenName: Genia
-mail: WingrovG@ab2f7b0c46d8457e879c154e32c51ed9.bitwarden.com
-carLicense: 8IDM4Q
-departmentNumber: 8030
-employeeType: Normal
-homePhone: +1 213 920-3587
-initials: G. W.
-mobile: +1 213 976-2790
-pager: +1 213 288-5703
-roomNumber: 8667
-manager: cn=Raoul Gultekin,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Sapphira MacIver,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Sibylla Vosburg,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sibylla Vosburg
-sn: Vosburg
-description: This is Sibylla Vosburg's description
-facsimileTelephoneNumber: +1 510 410-6502
-l: Cupertino
-ou: Product Development
-postalAddress: Product Development$Cupertino
-telephoneNumber: +1 510 124-7364
-title: Junior Product Development Figurehead
-userPassword: Password1
-uid: VosburgS
-givenName: Sibylla
-mail: VosburgS@464e8484746549448721c5996878db8b.bitwarden.com
-carLicense: BHSYKD
-departmentNumber: 3143
-employeeType: Contract
-homePhone: +1 510 571-2211
-initials: S. V.
-mobile: +1 510 255-8967
-pager: +1 510 492-1892
-roomNumber: 8532
-manager: cn=Rita Krenos,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Angelle Guarino,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Fenelia Projofc,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Fenelia Projofc
-sn: Projofc
-description: This is Fenelia Projofc's description
-facsimileTelephoneNumber: +1 415 391-5185
-l: Redmond
-ou: Management
-postalAddress: Management$Redmond
-telephoneNumber: +1 415 495-1739
-title: Junior Management Czar
-userPassword: Password1
-uid: ProjofcF
-givenName: Fenelia
-mail: ProjofcF@6faffd19174647ed8adaeaef1a2a75ee.bitwarden.com
-carLicense: 3OCPT0
-departmentNumber: 4800
-employeeType: Normal
-homePhone: +1 415 990-1229
-initials: F. P.
-mobile: +1 415 709-6529
-pager: +1 415 364-9187
-roomNumber: 9138
-manager: cn=Ynes Quelch,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Technical Kalman,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Wai Denike,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Wai Denike
-sn: Denike
-description: This is Wai Denike's description
-facsimileTelephoneNumber: +1 818 575-7746
-l: Cambridge
-ou: Product Testing
-postalAddress: Product Testing$Cambridge
-telephoneNumber: +1 818 676-2901
-title: Associate Product Testing Manager
-userPassword: Password1
-uid: DenikeW
-givenName: Wai
-mail: DenikeW@09bd73bdf31d4abda95a4f64ea4cc346.bitwarden.com
-carLicense: I9XLKM
-departmentNumber: 8876
-employeeType: Normal
-homePhone: +1 818 336-5764
-initials: W. D.
-mobile: +1 818 214-8473
-pager: +1 818 267-8471
-roomNumber: 9911
-manager: cn=Pak Unixsupport,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Moshe Wallaert,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Betty Buckhoff,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Betty Buckhoff
-sn: Buckhoff
-description: This is Betty Buckhoff's description
-facsimileTelephoneNumber: +1 415 552-2497
-l: Milpitas
-ou: Peons
-postalAddress: Peons$Milpitas
-telephoneNumber: +1 415 980-8319
-title: Junior Peons Grunt
-userPassword: Password1
-uid: BuckhofB
-givenName: Betty
-mail: BuckhofB@5a9a5364a178494b8230100acff2f7c1.bitwarden.com
-carLicense: MDA9RS
-departmentNumber: 1547
-employeeType: Contract
-homePhone: +1 415 313-8621
-initials: B. B.
-mobile: +1 415 464-1201
-pager: +1 415 591-2319
-roomNumber: 8540
-manager: cn=Felicle Ostaszewski,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Spicer Thibon,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Dulcinea Bushell,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Dulcinea Bushell
-sn: Bushell
-description: This is Dulcinea Bushell's description
-facsimileTelephoneNumber: +1 206 939-6081
-l: Santa Clara
-ou: Human Resources
-postalAddress: Human Resources$Santa Clara
-telephoneNumber: +1 206 804-6238
-title: Associate Human Resources Madonna
-userPassword: Password1
-uid: BushellD
-givenName: Dulcinea
-mail: BushellD@07dea76b4bef44dc868d8b6c53a142af.bitwarden.com
-carLicense: Y3N44R
-departmentNumber: 8965
-employeeType: Contract
-homePhone: +1 206 118-6380
-initials: D. B.
-mobile: +1 206 818-3027
-pager: +1 206 466-2267
-roomNumber: 8141
-manager: cn=Zhengyu Swact,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Grantley Kobreek,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Kirit Mousseau,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kirit Mousseau
-sn: Mousseau
-description: This is Kirit Mousseau's description
-facsimileTelephoneNumber: +1 213 583-8309
-l: Palo Alto
-ou: Janitorial
-postalAddress: Janitorial$Palo Alto
-telephoneNumber: +1 213 262-1559
-title: Supreme Janitorial Madonna
-userPassword: Password1
-uid: MousseaK
-givenName: Kirit
-mail: MousseaK@3d9b0dcc634144c59044ac983a5ced6e.bitwarden.com
-carLicense: G9C99D
-departmentNumber: 9021
-employeeType: Normal
-homePhone: +1 213 181-5223
-initials: K. M.
-mobile: +1 213 512-2958
-pager: +1 213 596-9582
-roomNumber: 9338
-manager: cn=Pattie Rousseau,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Aigneis Karim,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Jolie Pinnegar,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jolie Pinnegar
-sn: Pinnegar
-description: This is Jolie Pinnegar's description
-facsimileTelephoneNumber: +1 213 366-7398
-l: Milpitas
-ou: Human Resources
-postalAddress: Human Resources$Milpitas
-telephoneNumber: +1 213 207-4466
-title: Associate Human Resources Technician
-userPassword: Password1
-uid: PinnegaJ
-givenName: Jolie
-mail: PinnegaJ@613b09a65f9a4c35b408397efe4da7a2.bitwarden.com
-carLicense: 7551J9
-departmentNumber: 6651
-employeeType: Contract
-homePhone: +1 213 479-2746
-initials: J. P.
-mobile: +1 213 398-1871
-pager: +1 213 509-6354
-roomNumber: 9276
-manager: cn=Jacynth Jalilvand,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Ringo Kavanagh,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Tasia Legrow,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Tasia Legrow
-sn: Legrow
-description: This is Tasia Legrow's description
-facsimileTelephoneNumber: +1 510 687-1627
-l: San Jose
-ou: Janitorial
-postalAddress: Janitorial$San Jose
-telephoneNumber: +1 510 174-4069
-title: Chief Janitorial Manager
-userPassword: Password1
-uid: LegrowT
-givenName: Tasia
-mail: LegrowT@c7c8c5e66a3141e48cf8db523d4db0d0.bitwarden.com
-carLicense: KU85R0
-departmentNumber: 8983
-employeeType: Employee
-homePhone: +1 510 699-2152
-initials: T. L.
-mobile: +1 510 298-9894
-pager: +1 510 878-3942
-roomNumber: 9569
-manager: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Hollie Vella,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Chantal Culley,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Chantal Culley
-sn: Culley
-description: This is Chantal Culley's description
-facsimileTelephoneNumber: +1 818 676-8195
-l: Cambridge
-ou: Human Resources
-postalAddress: Human Resources$Cambridge
-telephoneNumber: +1 818 803-6024
-title: Chief Human Resources Admin
-userPassword: Password1
-uid: CulleyC
-givenName: Chantal
-mail: CulleyC@8f4b2d337f4f4418a987619b5765155d.bitwarden.com
-carLicense: FWPJHU
-departmentNumber: 9652
-employeeType: Contract
-homePhone: +1 818 725-9275
-initials: C. C.
-mobile: +1 818 540-3368
-pager: +1 818 228-2757
-roomNumber: 9360
-manager: cn=Remington Parikh,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Te-Wei Cung,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Azmeena Heile,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Azmeena Heile
-sn: Heile
-description: This is Azmeena Heile's description
-facsimileTelephoneNumber: +1 804 686-6281
-l: Redmond
-ou: Janitorial
-postalAddress: Janitorial$Redmond
-telephoneNumber: +1 804 103-3344
-title: Supreme Janitorial Director
-userPassword: Password1
-uid: HeileA
-givenName: Azmeena
-mail: HeileA@58eea1d96e4142748280c825c6b718b2.bitwarden.com
-carLicense: PTS2NH
-departmentNumber: 6397
-employeeType: Normal
-homePhone: +1 804 266-5063
-initials: A. H.
-mobile: +1 804 375-4853
-pager: +1 804 464-6282
-roomNumber: 8008
-manager: cn=Ynes Quelch,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Robbie McCracken,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Suat Stuart,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Suat Stuart
-sn: Stuart
-description: This is Suat Stuart's description
-facsimileTelephoneNumber: +1 818 216-1334
-l: Armonk
-ou: Janitorial
-postalAddress: Janitorial$Armonk
-telephoneNumber: +1 818 296-6150
-title: Supreme Janitorial Figurehead
-userPassword: Password1
-uid: StuartS
-givenName: Suat
-mail: StuartS@f51fdb06e9a6444ea6b69355ee1f558f.bitwarden.com
-carLicense: C4POI5
-departmentNumber: 3753
-employeeType: Contract
-homePhone: +1 818 571-5973
-initials: S. S.
-mobile: +1 818 730-5934
-pager: +1 818 934-5910
-roomNumber: 8232
-manager: cn=Dottie Mansi,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Ronna Schaller,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Briana Paulin,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Briana Paulin
-sn: Paulin
-description: This is Briana Paulin's description
-facsimileTelephoneNumber: +1 510 262-6105
-l: Palo Alto
-ou: Peons
-postalAddress: Peons$Palo Alto
-telephoneNumber: +1 510 577-9765
-title: Junior Peons Sales Rep
-userPassword: Password1
-uid: PaulinB
-givenName: Briana
-mail: PaulinB@98223540e1694df8aaea055417103503.bitwarden.com
-carLicense: 04HHDB
-departmentNumber: 8051
-employeeType: Employee
-homePhone: +1 510 179-8979
-initials: B. P.
-mobile: +1 510 261-2002
-pager: +1 510 433-4940
-roomNumber: 8945
-manager: cn=Nerta Dumais,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Allys Rabatich,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Shaun McVay,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Shaun McVay
-sn: McVay
-description: This is Shaun McVay's description
-facsimileTelephoneNumber: +1 206 859-5751
-l: Sunnyvale
-ou: Administrative
-postalAddress: Administrative$Sunnyvale
-telephoneNumber: +1 206 668-5296
-title: Chief Administrative Technician
-userPassword: Password1
-uid: McVayS
-givenName: Shaun
-mail: McVayS@4d2b6aeb52944f46890dd70951e65aa3.bitwarden.com
-carLicense: NNYXO8
-departmentNumber: 1867
-employeeType: Contract
-homePhone: +1 206 117-7909
-initials: S. M.
-mobile: +1 206 426-2552
-pager: +1 206 855-3715
-roomNumber: 9329
-manager: cn=Jere Kong,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Sinh Shantz,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sinh Shantz
-sn: Shantz
-description: This is Sinh Shantz's description
-facsimileTelephoneNumber: +1 804 334-2048
-l: Menlo Park
-ou: Human Resources
-postalAddress: Human Resources$Menlo Park
-telephoneNumber: +1 804 857-1032
-title: Master Human Resources Visionary
-userPassword: Password1
-uid: ShantzS
-givenName: Sinh
-mail: ShantzS@ce68beaef1d3485083c2f31b35928b95.bitwarden.com
-carLicense: EKYNP8
-departmentNumber: 5447
-employeeType: Employee
-homePhone: +1 804 739-7393
-initials: S. S.
-mobile: +1 804 122-4200
-pager: +1 804 978-9927
-roomNumber: 8451
-manager: cn=Pak Unixsupport,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Ilsa Kerns,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Giri Foxworthy,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Giri Foxworthy
-sn: Foxworthy
-description: This is Giri Foxworthy's description
-facsimileTelephoneNumber: +1 408 491-8186
-l: Santa Clara
-ou: Product Testing
-postalAddress: Product Testing$Santa Clara
-telephoneNumber: +1 408 703-6555
-title: Junior Product Testing Grunt
-userPassword: Password1
-uid: FoxwortG
-givenName: Giri
-mail: FoxwortG@f13329b631ac49daa26d5d3d473e7185.bitwarden.com
-carLicense: FTNBU2
-departmentNumber: 7833
-employeeType: Contract
-homePhone: +1 408 170-9755
-initials: G. F.
-mobile: +1 408 681-1557
-pager: +1 408 916-4003
-roomNumber: 8451
-manager: cn=Remington Parikh,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Angelle Guarino,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Datha Routhier,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Datha Routhier
-sn: Routhier
-description: This is Datha Routhier's description
-facsimileTelephoneNumber: +1 415 168-9468
-l: Fremont
-ou: Management
-postalAddress: Management$Fremont
-telephoneNumber: +1 415 749-9920
-title: Junior Management Janitor
-userPassword: Password1
-uid: RouthieD
-givenName: Datha
-mail: RouthieD@9976848d05f44dc7b3c15447d59df348.bitwarden.com
-carLicense: 34NQOR
-departmentNumber: 4509
-employeeType: Contract
-homePhone: +1 415 884-3842
-initials: D. R.
-mobile: +1 415 150-8904
-pager: +1 415 103-5224
-roomNumber: 9608
-manager: cn=Thi Peirce,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Nelson Watchorn,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Poh-Soon Carlisle,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Poh-Soon Carlisle
-sn: Carlisle
-description: This is Poh-Soon Carlisle's description
-facsimileTelephoneNumber: +1 804 387-1491
-l: Redmond
-ou: Administrative
-postalAddress: Administrative$Redmond
-telephoneNumber: +1 804 489-4518
-title: Chief Administrative Madonna
-userPassword: Password1
-uid: CarlislP
-givenName: Poh-Soon
-mail: CarlislP@ade0f336a2b64076a4ec0206bb122d2f.bitwarden.com
-carLicense: YMK7PI
-departmentNumber: 1616
-employeeType: Employee
-homePhone: +1 804 799-4314
-initials: P. C.
-mobile: +1 804 470-2137
-pager: +1 804 189-2239
-roomNumber: 9520
-manager: cn=Adrea Leistico,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Mahmood Strudwick,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Cheslie Hess,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Cheslie Hess
-sn: Hess
-description: This is Cheslie Hess's description
-facsimileTelephoneNumber: +1 408 794-1016
-l: San Mateo
-ou: Product Testing
-postalAddress: Product Testing$San Mateo
-telephoneNumber: +1 408 480-1991
-title: Chief Product Testing Sales Rep
-userPassword: Password1
-uid: HessC
-givenName: Cheslie
-mail: HessC@177b1c45b7034a4db79a1b620d04e3a4.bitwarden.com
-carLicense: JMWN3X
-departmentNumber: 8840
-employeeType: Contract
-homePhone: +1 408 472-4750
-initials: C. H.
-mobile: +1 408 361-4605
-pager: +1 408 582-8822
-roomNumber: 9217
-manager: cn=Ynes Quelch,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Yueli Yakibchuk,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Susette Wares,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Susette Wares
-sn: Wares
-description: This is Susette Wares's description
-facsimileTelephoneNumber: +1 206 173-5313
-l: Milpitas
-ou: Human Resources
-postalAddress: Human Resources$Milpitas
-telephoneNumber: +1 206 665-2925
-title: Chief Human Resources Warrior
-userPassword: Password1
-uid: WaresS
-givenName: Susette
-mail: WaresS@b1e64802d12244a0b413bd0816c42283.bitwarden.com
-carLicense: 58YTR7
-departmentNumber: 3032
-employeeType: Employee
-homePhone: +1 206 891-6452
-initials: S. W.
-mobile: +1 206 964-7381
-pager: +1 206 284-7071
-roomNumber: 9101
-manager: cn=Shiela Harada,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Edouard Lackie,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Edouard Lackie
-sn: Lackie
-description: This is Edouard Lackie's description
-facsimileTelephoneNumber: +1 213 315-4034
-l: Cambridge
-ou: Administrative
-postalAddress: Administrative$Cambridge
-telephoneNumber: +1 213 298-6954
-title: Associate Administrative Engineer
-userPassword: Password1
-uid: LackieE
-givenName: Edouard
-mail: LackieE@d3b61e3cc90b49cc9ba1a573da70d77b.bitwarden.com
-carLicense: RE2OJT
-departmentNumber: 6718
-employeeType: Contract
-homePhone: +1 213 983-5287
-initials: E. L.
-mobile: +1 213 818-4025
-pager: +1 213 113-8827
-roomNumber: 8409
-manager: cn=Nikos Fouret,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Noella Koskie,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Kessley Tesch,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kessley Tesch
-sn: Tesch
-description: This is Kessley Tesch's description
-facsimileTelephoneNumber: +1 408 628-8158
-l: San Jose
-ou: Human Resources
-postalAddress: Human Resources$San Jose
-telephoneNumber: +1 408 216-2872
-title: Master Human Resources Stooge
-userPassword: Password1
-uid: TeschK
-givenName: Kessley
-mail: TeschK@2e9e3fdb5ac94378ae0798f03ed2af05.bitwarden.com
-carLicense: TXYD12
-departmentNumber: 9875
-employeeType: Employee
-homePhone: +1 408 434-3123
-initials: K. T.
-mobile: +1 408 974-7470
-pager: +1 408 852-5876
-roomNumber: 9530
-manager: cn=Pattie Rousseau,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Charin Goulfine,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Noel Schadan,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Noel Schadan
-sn: Schadan
-description: This is Noel Schadan's description
-facsimileTelephoneNumber: +1 206 938-1122
-l: Orem
-ou: Peons
-postalAddress: Peons$Orem
-telephoneNumber: +1 206 872-1936
-title: Chief Peons Technician
-userPassword: Password1
-uid: SchadanN
-givenName: Noel
-mail: SchadanN@d878ac5b0d4241d7915c9954538bd502.bitwarden.com
-carLicense: HL8REJ
-departmentNumber: 8835
-employeeType: Contract
-homePhone: +1 206 844-4876
-initials: N. S.
-mobile: +1 206 231-2013
-pager: +1 206 343-6471
-roomNumber: 9313
-manager: cn=Verla Stickland,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Wendye Kingdon,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Ajay Finnon,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ajay Finnon
-sn: Finnon
-description: This is Ajay Finnon's description
-facsimileTelephoneNumber: +1 408 763-2661
-l: Menlo Park
-ou: Product Development
-postalAddress: Product Development$Menlo Park
-telephoneNumber: +1 408 873-8472
-title: Supreme Product Development Artist
-userPassword: Password1
-uid: FinnonA
-givenName: Ajay
-mail: FinnonA@ff2f98f6e00c4269a91ff04cb9563872.bitwarden.com
-carLicense: HB9XOV
-departmentNumber: 6222
-employeeType: Contract
-homePhone: +1 408 977-1162
-initials: A. F.
-mobile: +1 408 878-2395
-pager: +1 408 682-3215
-roomNumber: 9961
-manager: cn=Devonne Janelle,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Mohammed O'Sullivan,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mohammed O'Sullivan
-sn: O'Sullivan
-description: This is Mohammed O'Sullivan's description
-facsimileTelephoneNumber: +1 408 872-2999
-l: Armonk
-ou: Human Resources
-postalAddress: Human Resources$Armonk
-telephoneNumber: +1 408 664-9644
-title: Supreme Human Resources Pinhead
-userPassword: Password1
-uid: O'SulliM
-givenName: Mohammed
-mail: OSulliM@f9264fbd602049f0ab9a2dcb56bca00d.bitwarden.com
-carLicense: 54FAWU
-departmentNumber: 5928
-employeeType: Employee
-homePhone: +1 408 788-7264
-initials: M. O.
-mobile: +1 408 147-9134
-pager: +1 408 769-8229
-roomNumber: 9840
-manager: cn=Pattie Rousseau,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Fox Damena,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Danya Dupre,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Danya Dupre
-sn: Dupre
-description: This is Danya Dupre's description
-facsimileTelephoneNumber: +1 213 474-2239
-l: Menlo Park
-ou: Peons
-postalAddress: Peons$Menlo Park
-telephoneNumber: +1 213 503-3890
-title: Junior Peons Developer
-userPassword: Password1
-uid: DupreD
-givenName: Danya
-mail: DupreD@37b3218def3f48209823eee0aecdaa00.bitwarden.com
-carLicense: QM68CO
-departmentNumber: 1017
-employeeType: Normal
-homePhone: +1 213 960-3242
-initials: D. D.
-mobile: +1 213 743-9055
-pager: +1 213 127-4490
-roomNumber: 8777
-manager: cn=Mada Gung,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Fayre Reis,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Fayre Reis
-sn: Reis
-description: This is Fayre Reis's description
-facsimileTelephoneNumber: +1 206 556-7763
-l: Santa Clara
-ou: Management
-postalAddress: Management$Santa Clara
-telephoneNumber: +1 206 569-8536
-title: Junior Management Developer
-userPassword: Password1
-uid: ReisF
-givenName: Fayre
-mail: ReisF@c44c933bac8b4cc8954bde72968abe20.bitwarden.com
-carLicense: V3HG7K
-departmentNumber: 1787
-employeeType: Contract
-homePhone: +1 206 524-1159
-initials: F. R.
-mobile: +1 206 432-9959
-pager: +1 206 474-2213
-roomNumber: 8001
-manager: cn=Lianne Ivers,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Harold Blumer,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Kimberly Rahdar,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kimberly Rahdar
-sn: Rahdar
-description: This is Kimberly Rahdar's description
-facsimileTelephoneNumber: +1 804 622-3238
-l: Cambridge
-ou: Human Resources
-postalAddress: Human Resources$Cambridge
-telephoneNumber: +1 804 291-1864
-title: Associate Human Resources Janitor
-userPassword: Password1
-uid: RahdarK
-givenName: Kimberly
-mail: RahdarK@76c55b991b154687a6c440a29ba279b1.bitwarden.com
-carLicense: 5HGFJA
-departmentNumber: 2908
-employeeType: Contract
-homePhone: +1 804 900-2261
-initials: K. R.
-mobile: +1 804 997-3570
-pager: +1 804 542-2783
-roomNumber: 9342
-manager: cn=Spicer Deininger,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Wallie Skof,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Feng Diduch,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Feng Diduch
-sn: Diduch
-description: This is Feng Diduch's description
-facsimileTelephoneNumber: +1 510 686-2228
-l: Armonk
-ou: Peons
-postalAddress: Peons$Armonk
-telephoneNumber: +1 510 433-8528
-title: Master Peons Architect
-userPassword: Password1
-uid: DiduchF
-givenName: Feng
-mail: DiduchF@caa21741177e43dbb1c429f55c530513.bitwarden.com
-carLicense: EEK3D1
-departmentNumber: 8368
-employeeType: Normal
-homePhone: +1 510 603-5514
-initials: F. D.
-mobile: +1 510 101-6835
-pager: +1 510 369-6836
-roomNumber: 8453
-manager: cn=Dara Patchsqa,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Reeta Roldan,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Mersey Donelan,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mersey Donelan
-sn: Donelan
-description: This is Mersey Donelan's description
-facsimileTelephoneNumber: +1 206 214-6012
-l: San Francisco
-ou: Peons
-postalAddress: Peons$San Francisco
-telephoneNumber: +1 206 728-8551
-title: Master Peons Consultant
-userPassword: Password1
-uid: DonelanM
-givenName: Mersey
-mail: DonelanM@c37d58665dc547e2b4110a22e396fd34.bitwarden.com
-carLicense: GD9NGP
-departmentNumber: 2320
-employeeType: Normal
-homePhone: +1 206 167-9116
-initials: M. D.
-mobile: +1 206 984-4880
-pager: +1 206 286-1167
-roomNumber: 9333
-manager: cn=Halina Zollman,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Fox Damena,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Maint Varmazis,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Maint Varmazis
-sn: Varmazis
-description: This is Maint Varmazis's description
-facsimileTelephoneNumber: +1 213 867-4777
-l: Alameda
-ou: Product Testing
-postalAddress: Product Testing$Alameda
-telephoneNumber: +1 213 883-4831
-title: Master Product Testing Pinhead
-userPassword: Password1
-uid: VarmaziM
-givenName: Maint
-mail: VarmaziM@b7267f79224d409aab613979b487fff0.bitwarden.com
-carLicense: 87CMDB
-departmentNumber: 2131
-employeeType: Contract
-homePhone: +1 213 987-4667
-initials: M. V.
-mobile: +1 213 463-2360
-pager: +1 213 189-5241
-roomNumber: 8586
-manager: cn=Thi Peirce,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Dari Somani,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Dari Somani
-sn: Somani
-description: This is Dari Somani's description
-facsimileTelephoneNumber: +1 213 834-7608
-l: Cambridge
-ou: Product Testing
-postalAddress: Product Testing$Cambridge
-telephoneNumber: +1 213 798-7133
-title: Supreme Product Testing Engineer
-userPassword: Password1
-uid: SomaniD
-givenName: Dari
-mail: SomaniD@478b1e87c4c04c29aacd5c9ec056e120.bitwarden.com
-carLicense: INFMJJ
-departmentNumber: 6524
-employeeType: Normal
-homePhone: +1 213 198-4479
-initials: D. S.
-mobile: +1 213 789-6765
-pager: +1 213 535-8654
-roomNumber: 8243
-manager: cn=Hans Kirchner,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Yueli Yakibchuk,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Marinette Bianchi,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Marinette Bianchi
-sn: Bianchi
-description: This is Marinette Bianchi's description
-facsimileTelephoneNumber: +1 213 135-8955
-l: San Jose
-ou: Administrative
-postalAddress: Administrative$San Jose
-telephoneNumber: +1 213 741-1769
-title: Supreme Administrative Architect
-userPassword: Password1
-uid: BianchiM
-givenName: Marinette
-mail: BianchiM@e595992a43684d42bac1137dd9e43459.bitwarden.com
-carLicense: 2N0MSK
-departmentNumber: 3758
-employeeType: Normal
-homePhone: +1 213 118-5215
-initials: M. B.
-mobile: +1 213 520-3294
-pager: +1 213 466-6963
-roomNumber: 9881
-manager: cn=Misbah Nielson,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Jesus Earley,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Tara Kwissa,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Tara Kwissa
-sn: Kwissa
-description: This is Tara Kwissa's description
-facsimileTelephoneNumber: +1 804 867-1198
-l: Palo Alto
-ou: Product Testing
-postalAddress: Product Testing$Palo Alto
-telephoneNumber: +1 804 420-2065
-title: Master Product Testing Dictator
-userPassword: Password1
-uid: KwissaT
-givenName: Tara
-mail: KwissaT@dc321fbf804d478084581a8d22a4a3bf.bitwarden.com
-carLicense: 6TEVTP
-departmentNumber: 1661
-employeeType: Normal
-homePhone: +1 804 620-8405
-initials: T. K.
-mobile: +1 804 715-9865
-pager: +1 804 861-3153
-roomNumber: 8572
-manager: cn=Odelinda Fedoruk,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Ammamaria Herring,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Anny Baines,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Anny Baines
-sn: Baines
-description: This is Anny Baines's description
-facsimileTelephoneNumber: +1 818 209-4514
-l: Fremont
-ou: Administrative
-postalAddress: Administrative$Fremont
-telephoneNumber: +1 818 614-4367
-title: Master Administrative Writer
-userPassword: Password1
-uid: BainesA
-givenName: Anny
-mail: BainesA@d29a85a73a2b4192aabefc7fac4fdcb7.bitwarden.com
-carLicense: OX5AAE
-departmentNumber: 4327
-employeeType: Employee
-homePhone: +1 818 896-9533
-initials: A. B.
-mobile: +1 818 466-4552
-pager: +1 818 489-7251
-roomNumber: 9147
-manager: cn=Gwen Kardomateas,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Yueli Yakibchuk,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Saloma Lannan,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Saloma Lannan
-sn: Lannan
-description: This is Saloma Lannan's description
-facsimileTelephoneNumber: +1 206 553-4947
-l: Cambridge
-ou: Administrative
-postalAddress: Administrative$Cambridge
-telephoneNumber: +1 206 606-1432
-title: Associate Administrative Pinhead
-userPassword: Password1
-uid: LannanS
-givenName: Saloma
-mail: LannanS@6e6e3074444c499a9aed681478f16a43.bitwarden.com
-carLicense: BMO3LK
-departmentNumber: 6163
-employeeType: Employee
-homePhone: +1 206 894-5308
-initials: S. L.
-mobile: +1 206 264-7539
-pager: +1 206 979-1547
-roomNumber: 8675
-manager: cn=Jacynth Jalilvand,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Grantley Kobreek,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Juditha Alles,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Juditha Alles
-sn: Alles
-description: This is Juditha Alles's description
-facsimileTelephoneNumber: +1 510 213-3973
-l: Fremont
-ou: Peons
-postalAddress: Peons$Fremont
-telephoneNumber: +1 510 290-1849
-title: Master Peons President
-userPassword: Password1
-uid: AllesJ
-givenName: Juditha
-mail: AllesJ@cc8182e6de0c4840a0e434e3f5bc6e84.bitwarden.com
-carLicense: 5HELWE
-departmentNumber: 6530
-employeeType: Contract
-homePhone: +1 510 695-6446
-initials: J. A.
-mobile: +1 510 594-6343
-pager: +1 510 228-4698
-roomNumber: 8878
-manager: cn=America Wiederhold,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Tamiko Braun,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Drew Oslund,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Drew Oslund
-sn: Oslund
-description: This is Drew Oslund's description
-facsimileTelephoneNumber: +1 818 924-4269
-l: Menlo Park
-ou: Product Testing
-postalAddress: Product Testing$Menlo Park
-telephoneNumber: +1 818 141-6517
-title: Chief Product Testing Stooge
-userPassword: Password1
-uid: OslundD
-givenName: Drew
-mail: OslundD@e4c8c2187376418da3dc1abbe1a37202.bitwarden.com
-carLicense: FBIV5B
-departmentNumber: 8061
-employeeType: Contract
-homePhone: +1 818 535-1715
-initials: D. O.
-mobile: +1 818 596-9070
-pager: +1 818 545-5797
-roomNumber: 9494
-manager: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Tamiko Braun,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Mathilde Wilde,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mathilde Wilde
-sn: Wilde
-description: This is Mathilde Wilde's description
-facsimileTelephoneNumber: +1 818 665-1361
-l: Cupertino
-ou: Management
-postalAddress: Management$Cupertino
-telephoneNumber: +1 818 777-2211
-title: Chief Management Consultant
-userPassword: Password1
-uid: WildeM
-givenName: Mathilde
-mail: WildeM@dd6a1a0a45e7414c8dd544aeb2bc26cc.bitwarden.com
-carLicense: LGTB9R
-departmentNumber: 7881
-employeeType: Employee
-homePhone: +1 818 589-1648
-initials: M. W.
-mobile: +1 818 826-6243
-pager: +1 818 824-1267
-roomNumber: 9595
-manager: cn=Aziz Nahata,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Fox Damena,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Ashlee Halula,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ashlee Halula
-sn: Halula
-description: This is Ashlee Halula's description
-facsimileTelephoneNumber: +1 408 764-8004
-l: Armonk
-ou: Management
-postalAddress: Management$Armonk
-telephoneNumber: +1 408 280-9840
-title: Supreme Management Assistant
-userPassword: Password1
-uid: HalulaA
-givenName: Ashlee
-mail: HalulaA@0235e1ba64944a1fa5be17cd97e92630.bitwarden.com
-carLicense: P6O4A0
-departmentNumber: 6840
-employeeType: Normal
-homePhone: +1 408 528-2709
-initials: A. H.
-mobile: +1 408 642-5459
-pager: +1 408 315-5470
-roomNumber: 9556
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Tildi Lemley,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Leecia Karsner,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Leecia Karsner
-sn: Karsner
-description: This is Leecia Karsner's description
-facsimileTelephoneNumber: +1 408 846-8260
-l: San Mateo
-ou: Product Development
-postalAddress: Product Development$San Mateo
-telephoneNumber: +1 408 455-2495
-title: Master Product Development Figurehead
-userPassword: Password1
-uid: KarsnerL
-givenName: Leecia
-mail: KarsnerL@05f7379ac7b945a2a2343b19ee63fd8a.bitwarden.com
-carLicense: FVQRD3
-departmentNumber: 1240
-employeeType: Contract
-homePhone: +1 408 449-7381
-initials: L. K.
-mobile: +1 408 673-8184
-pager: +1 408 785-7506
-roomNumber: 9545
-manager: cn=Therese Meachum,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Pavla Organization,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Laurice Costas,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Laurice Costas
-sn: Costas
-description: This is Laurice Costas's description
-facsimileTelephoneNumber: +1 818 337-9218
-l: Cupertino
-ou: Payroll
-postalAddress: Payroll$Cupertino
-telephoneNumber: +1 818 170-8195
-title: Supreme Payroll Consultant
-userPassword: Password1
-uid: CostasL
-givenName: Laurice
-mail: CostasL@6d342532de254a16aba445371f755d58.bitwarden.com
-carLicense: 0WT2C7
-departmentNumber: 9837
-employeeType: Employee
-homePhone: +1 818 456-3720
-initials: L. C.
-mobile: +1 818 551-4325
-pager: +1 818 692-6590
-roomNumber: 8435
-manager: cn=Greta Ramsayer,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Te-Wei Cung,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Deniece Johnstone,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Deniece Johnstone
-sn: Johnstone
-description: This is Deniece Johnstone's description
-facsimileTelephoneNumber: +1 408 548-6289
-l: San Mateo
-ou: Janitorial
-postalAddress: Janitorial$San Mateo
-telephoneNumber: +1 408 102-4726
-title: Supreme Janitorial Warrior
-userPassword: Password1
-uid: JohnstoD
-givenName: Deniece
-mail: JohnstoD@56be743ff517490b9fa93e3a8f8be543.bitwarden.com
-carLicense: PK8SDP
-departmentNumber: 4806
-employeeType: Normal
-homePhone: +1 408 414-6416
-initials: D. J.
-mobile: +1 408 982-7445
-pager: +1 408 770-5416
-roomNumber: 9196
-manager: cn=Alejandrina Nilsson,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Arabela Nikiforuk,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Bina Anolik,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Bina Anolik
-sn: Anolik
-description: This is Bina Anolik's description
-facsimileTelephoneNumber: +1 213 946-8363
-l: Redmond
-ou: Product Development
-postalAddress: Product Development$Redmond
-telephoneNumber: +1 213 681-8853
-title: Junior Product Development President
-userPassword: Password1
-uid: AnolikB
-givenName: Bina
-mail: AnolikB@0f207436d6984fc4977dc1a901dbb60d.bitwarden.com
-carLicense: 60XAAH
-departmentNumber: 3679
-employeeType: Contract
-homePhone: +1 213 647-8023
-initials: B. A.
-mobile: +1 213 215-5454
-pager: +1 213 934-9488
-roomNumber: 8845
-manager: cn=Nerta Dumais,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Natassia Taverner,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Lpo Struble,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lpo Struble
-sn: Struble
-description: This is Lpo Struble's description
-facsimileTelephoneNumber: +1 206 316-1772
-l: Sunnyvale
-ou: Payroll
-postalAddress: Payroll$Sunnyvale
-telephoneNumber: +1 206 278-1263
-title: Master Payroll Pinhead
-userPassword: Password1
-uid: StrubleL
-givenName: Lpo
-mail: StrubleL@5922bcea32dc44eb88de2834c151441c.bitwarden.com
-carLicense: XRYDVN
-departmentNumber: 5416
-employeeType: Employee
-homePhone: +1 206 575-1354
-initials: L. S.
-mobile: +1 206 466-6158
-pager: +1 206 512-4355
-roomNumber: 8787
-manager: cn=Pattie Rousseau,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Ammamaria Herring,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Lucien Fetting,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lucien Fetting
-sn: Fetting
-description: This is Lucien Fetting's description
-facsimileTelephoneNumber: +1 408 143-4987
-l: Redmond
-ou: Administrative
-postalAddress: Administrative$Redmond
-telephoneNumber: +1 408 918-2766
-title: Chief Administrative Mascot
-userPassword: Password1
-uid: FettingL
-givenName: Lucien
-mail: FettingL@724caed46aaf481fb3e0817c5c10cdb6.bitwarden.com
-carLicense: ARUE3D
-departmentNumber: 9596
-employeeType: Normal
-homePhone: +1 408 581-1669
-initials: L. F.
-mobile: +1 408 476-2450
-pager: +1 408 618-9321
-roomNumber: 8246
-manager: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Maia Chummun,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Xena O'Brian,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Xena O'Brian
-sn: O'Brian
-description: This is Xena O'Brian's description
-facsimileTelephoneNumber: +1 415 418-8060
-l: Redmond
-ou: Payroll
-postalAddress: Payroll$Redmond
-telephoneNumber: +1 415 379-7246
-title: Associate Payroll Vice President
-userPassword: Password1
-uid: O'BrianX
-givenName: Xena
-mail: OBrianX@7cf0828c39d3489c9f620fa6b308bf3b.bitwarden.com
-carLicense: JT7GMK
-departmentNumber: 1368
-employeeType: Normal
-homePhone: +1 415 887-3564
-initials: X. O.
-mobile: +1 415 586-2616
-pager: +1 415 338-3011
-roomNumber: 8331
-manager: cn=Pierre-Alain Posthumus,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Pritchard Fabijanic,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Kalindi Valcourt,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kalindi Valcourt
-sn: Valcourt
-description: This is Kalindi Valcourt's description
-facsimileTelephoneNumber: +1 818 255-8526
-l: Cupertino
-ou: Janitorial
-postalAddress: Janitorial$Cupertino
-telephoneNumber: +1 818 575-9113
-title: Master Janitorial Vice President
-userPassword: Password1
-uid: ValcourK
-givenName: Kalindi
-mail: ValcourK@c8e03cc672fa4a829295ca1328d0bf2c.bitwarden.com
-carLicense: D7G4WE
-departmentNumber: 2222
-employeeType: Contract
-homePhone: +1 818 879-7770
-initials: K. V.
-mobile: +1 818 315-7466
-pager: +1 818 520-9277
-roomNumber: 8892
-manager: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Arline Locken,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Arline Locken
-sn: Locken
-description: This is Arline Locken's description
-facsimileTelephoneNumber: +1 804 728-6212
-l: San Mateo
-ou: Administrative
-postalAddress: Administrative$San Mateo
-telephoneNumber: +1 804 915-3166
-title: Master Administrative Evangelist
-userPassword: Password1
-uid: LockenA
-givenName: Arline
-mail: LockenA@27610faffcef42aca5814b98ad80c78b.bitwarden.com
-carLicense: UXIR7C
-departmentNumber: 5564
-employeeType: Contract
-homePhone: +1 804 441-4779
-initials: A. L.
-mobile: +1 804 478-5738
-pager: +1 804 394-4030
-roomNumber: 8386
-manager: cn=Rosalinde Veedell,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Gabie Chapa,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Collete Baskin,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Collete Baskin
-sn: Baskin
-description: This is Collete Baskin's description
-facsimileTelephoneNumber: +1 510 709-8538
-l: Sunnyvale
-ou: Janitorial
-postalAddress: Janitorial$Sunnyvale
-telephoneNumber: +1 510 451-2025
-title: Supreme Janitorial Vice President
-userPassword: Password1
-uid: BaskinC
-givenName: Collete
-mail: BaskinC@5d0afe7d992e4dd7a5d5eabb7b3869d4.bitwarden.com
-carLicense: 5839A6
-departmentNumber: 1946
-employeeType: Contract
-homePhone: +1 510 569-9403
-initials: C. B.
-mobile: +1 510 917-4138
-pager: +1 510 240-1426
-roomNumber: 8963
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Salaidh Bugajski,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Efdal Golas,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Efdal Golas
-sn: Golas
-description: This is Efdal Golas's description
-facsimileTelephoneNumber: +1 206 732-6446
-l: Palo Alto
-ou: Product Testing
-postalAddress: Product Testing$Palo Alto
-telephoneNumber: +1 206 883-7101
-title: Chief Product Testing Evangelist
-userPassword: Password1
-uid: GolasE
-givenName: Efdal
-mail: GolasE@c8a89ddd96e045a6ae0d48e5abbecf09.bitwarden.com
-carLicense: P53PG4
-departmentNumber: 1824
-employeeType: Normal
-homePhone: +1 206 698-8901
-initials: E. G.
-mobile: +1 206 364-2855
-pager: +1 206 406-1581
-roomNumber: 9504
-manager: cn=Rocio Darr,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Jackson Leapheart,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Chye-Lian Sivasothy,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Chye-Lian Sivasothy
-sn: Sivasothy
-description: This is Chye-Lian Sivasothy's description
-facsimileTelephoneNumber: +1 804 559-7460
-l: Redwood Shores
-ou: Administrative
-postalAddress: Administrative$Redwood Shores
-telephoneNumber: +1 804 791-8213
-title: Chief Administrative Stooge
-userPassword: Password1
-uid: SivasotC
-givenName: Chye-Lian
-mail: SivasotC@af67f9d3bd454ba689230e09f1980124.bitwarden.com
-carLicense: EDL2A6
-departmentNumber: 8625
-employeeType: Normal
-homePhone: +1 804 123-3085
-initials: C. S.
-mobile: +1 804 373-5544
-pager: +1 804 245-9760
-roomNumber: 8226
-manager: cn=Huelsman Standen,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Alessandra Gobeil,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Sheeree Phelan,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sheeree Phelan
-sn: Phelan
-description: This is Sheeree Phelan's description
-facsimileTelephoneNumber: +1 408 144-7059
-l: Milpitas
-ou: Product Development
-postalAddress: Product Development$Milpitas
-telephoneNumber: +1 408 492-8927
-title: Associate Product Development Fellow
-userPassword: Password1
-uid: PhelanS
-givenName: Sheeree
-mail: PhelanS@2351067d51a3467b820158a0674b058a.bitwarden.com
-carLicense: XLJSQG
-departmentNumber: 2556
-employeeType: Normal
-homePhone: +1 408 663-6276
-initials: S. P.
-mobile: +1 408 598-6327
-pager: +1 408 316-6240
-roomNumber: 8214
-manager: cn=Lucien Tarof,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Esme Garay,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Florina McCreesh,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Florina McCreesh
-sn: McCreesh
-description: This is Florina McCreesh's description
-facsimileTelephoneNumber: +1 415 242-9010
-l: Cambridge
-ou: Management
-postalAddress: Management$Cambridge
-telephoneNumber: +1 415 152-6402
-title: Chief Management Engineer
-userPassword: Password1
-uid: McCreesF
-givenName: Florina
-mail: McCreesF@2ec198e2f90d49e39a89bcddce10b012.bitwarden.com
-carLicense: 9Y2MTL
-departmentNumber: 5600
-employeeType: Contract
-homePhone: +1 415 574-1924
-initials: F. M.
-mobile: +1 415 799-2714
-pager: +1 415 556-3554
-roomNumber: 9419
-manager: cn=Diann Desjarlais,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Jackson Leapheart,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Mil Challice,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mil Challice
-sn: Challice
-description: This is Mil Challice's description
-facsimileTelephoneNumber: +1 804 131-9520
-l: Fremont
-ou: Management
-postalAddress: Management$Fremont
-telephoneNumber: +1 804 577-1317
-title: Junior Management Vice President
-userPassword: Password1
-uid: ChallicM
-givenName: Mil
-mail: ChallicM@f910b6421df04b2e9cdfa3e15c0b0190.bitwarden.com
-carLicense: 7KED1U
-departmentNumber: 1053
-employeeType: Contract
-homePhone: +1 804 536-2673
-initials: M. C.
-mobile: +1 804 715-2083
-pager: +1 804 319-4908
-roomNumber: 9557
-manager: cn=Therese Meachum,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Natassia Taverner,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Kamilah Riggs,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kamilah Riggs
-sn: Riggs
-description: This is Kamilah Riggs's description
-facsimileTelephoneNumber: +1 213 435-1760
-l: Cupertino
-ou: Peons
-postalAddress: Peons$Cupertino
-telephoneNumber: +1 213 302-5519
-title: Associate Peons Writer
-userPassword: Password1
-uid: RiggsK
-givenName: Kamilah
-mail: RiggsK@47b619accc2242b98a908129e561089a.bitwarden.com
-carLicense: 51V1NB
-departmentNumber: 5290
-employeeType: Normal
-homePhone: +1 213 660-2580
-initials: K. R.
-mobile: +1 213 781-7414
-pager: +1 213 336-2560
-roomNumber: 8999
-manager: cn=Nikos Fouret,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Gabie Chapa,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Darleen Dyment,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Darleen Dyment
-sn: Dyment
-description: This is Darleen Dyment's description
-facsimileTelephoneNumber: +1 408 290-7340
-l: Sunnyvale
-ou: Janitorial
-postalAddress: Janitorial$Sunnyvale
-telephoneNumber: +1 408 157-4576
-title: Master Janitorial Dictator
-userPassword: Password1
-uid: DymentD
-givenName: Darleen
-mail: DymentD@392d89da465941f7b7854cccc34d7c0e.bitwarden.com
-carLicense: LE6MOB
-departmentNumber: 5106
-employeeType: Employee
-homePhone: +1 408 698-2709
-initials: D. D.
-mobile: +1 408 354-2126
-pager: +1 408 107-7878
-roomNumber: 8096
-manager: cn=Shiela Harada,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Sapphira MacIver,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Hall Granic,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Hall Granic
-sn: Granic
-description: This is Hall Granic's description
-facsimileTelephoneNumber: +1 206 638-5955
-l: Alameda
-ou: Administrative
-postalAddress: Administrative$Alameda
-telephoneNumber: +1 206 143-7551
-title: Associate Administrative Technician
-userPassword: Password1
-uid: GranicH
-givenName: Hall
-mail: GranicH@0714d19cb8264af3a0557afe0a4baf32.bitwarden.com
-carLicense: 66OVO1
-departmentNumber: 9967
-employeeType: Employee
-homePhone: +1 206 498-7275
-initials: H. G.
-mobile: +1 206 700-8420
-pager: +1 206 612-6142
-roomNumber: 9633
-manager: cn=Odelinda Fedoruk,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Becky Priestley,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Markus Chadha,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Markus Chadha
-sn: Chadha
-description: This is Markus Chadha's description
-facsimileTelephoneNumber: +1 510 909-1972
-l: Cupertino
-ou: Product Testing
-postalAddress: Product Testing$Cupertino
-telephoneNumber: +1 510 596-5264
-title: Master Product Testing Technician
-userPassword: Password1
-uid: ChadhaM
-givenName: Markus
-mail: ChadhaM@93cf94ed53cb4ce0868d40d07bd9c964.bitwarden.com
-carLicense: HVROA7
-departmentNumber: 7268
-employeeType: Contract
-homePhone: +1 510 621-7366
-initials: M. C.
-mobile: +1 510 607-5626
-pager: +1 510 776-6413
-roomNumber: 8354
-manager: cn=Felicle Ostaszewski,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Sapphira MacIver,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Lai Provencal,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lai Provencal
-sn: Provencal
-description: This is Lai Provencal's description
-facsimileTelephoneNumber: +1 804 329-7359
-l: Armonk
-ou: Peons
-postalAddress: Peons$Armonk
-telephoneNumber: +1 804 663-9417
-title: Master Peons Technician
-userPassword: Password1
-uid: ProvencL
-givenName: Lai
-mail: ProvencL@ce9a5204a370483987964a25eaf0057b.bitwarden.com
-carLicense: W17KBA
-departmentNumber: 3534
-employeeType: Employee
-homePhone: +1 804 121-8958
-initials: L. P.
-mobile: +1 804 625-1317
-pager: +1 804 370-6263
-roomNumber: 9150
-manager: cn=Roberta Gaiarsa,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Natassia Taverner,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Harriot Kingsley-Evans,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Harriot Kingsley-Evans
-sn: Kingsley-Evans
-description: This is Harriot Kingsley-Evans's description
-facsimileTelephoneNumber: +1 213 636-2365
-l: Redmond
-ou: Human Resources
-postalAddress: Human Resources$Redmond
-telephoneNumber: +1 213 457-2367
-title: Junior Human Resources Pinhead
-userPassword: Password1
-uid: KingsleH
-givenName: Harriot
-mail: KingsleH@281a3b7d828a4279bcb4d231694f9078.bitwarden.com
-carLicense: 1VDDQL
-departmentNumber: 1256
-employeeType: Normal
-homePhone: +1 213 615-8251
-initials: H. K.
-mobile: +1 213 510-5125
-pager: +1 213 739-4446
-roomNumber: 8698
-manager: cn=Tak-Wai Salladay,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Natassia Taverner,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Gracia Balkenhol,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gracia Balkenhol
-sn: Balkenhol
-description: This is Gracia Balkenhol's description
-facsimileTelephoneNumber: +1 408 513-7101
-l: Palo Alto
-ou: Payroll
-postalAddress: Payroll$Palo Alto
-telephoneNumber: +1 408 606-1776
-title: Supreme Payroll Fellow
-userPassword: Password1
-uid: BalkenhG
-givenName: Gracia
-mail: BalkenhG@11562d7129ed482a8a469399d45a2d82.bitwarden.com
-carLicense: PM1CQG
-departmentNumber: 2521
-employeeType: Employee
-homePhone: +1 408 486-1738
-initials: G. B.
-mobile: +1 408 378-7120
-pager: +1 408 802-5138
-roomNumber: 8327
-manager: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Esme Garay,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Hazem Khalaf,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Hazem Khalaf
-sn: Khalaf
-description: This is Hazem Khalaf's description
-facsimileTelephoneNumber: +1 818 567-1575
-l: San Mateo
-ou: Management
-postalAddress: Management$San Mateo
-telephoneNumber: +1 818 265-7355
-title: Master Management Grunt
-userPassword: Password1
-uid: KhalafH
-givenName: Hazem
-mail: KhalafH@f2a61eaeb57749a7863bed13d5e615bd.bitwarden.com
-carLicense: 2XX9U4
-departmentNumber: 1001
-employeeType: Employee
-homePhone: +1 818 627-3457
-initials: H. K.
-mobile: +1 818 599-3835
-pager: +1 818 873-8068
-roomNumber: 8445
-manager: cn=Inga Schnirer,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Jackson Leapheart,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Reeta Bennett,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Reeta Bennett
-sn: Bennett
-description: This is Reeta Bennett's description
-facsimileTelephoneNumber: +1 206 108-7599
-l: Redmond
-ou: Administrative
-postalAddress: Administrative$Redmond
-telephoneNumber: +1 206 377-4407
-title: Junior Administrative Punk
-userPassword: Password1
-uid: BennettR
-givenName: Reeta
-mail: BennettR@8487e47e258e4e3d98a520c0ec0ac326.bitwarden.com
-carLicense: AXQDMD
-departmentNumber: 1878
-employeeType: Contract
-homePhone: +1 206 217-2961
-initials: R. B.
-mobile: +1 206 707-7765
-pager: +1 206 280-3385
-roomNumber: 9548
-manager: cn=Emmye Thaker,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Ronna Schaller,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Sioux Co,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sioux Co
-sn: Co
-description: This is Sioux Co's description
-facsimileTelephoneNumber: +1 818 964-9023
-l: Fremont
-ou: Peons
-postalAddress: Peons$Fremont
-telephoneNumber: +1 818 517-2181
-title: Junior Peons Manager
-userPassword: Password1
-uid: CoS
-givenName: Sioux
-mail: CoS@566f91b3e6ce4bad9c7f92243d29e023.bitwarden.com
-carLicense: 9FANN1
-departmentNumber: 8877
-employeeType: Normal
-homePhone: +1 818 898-8734
-initials: S. C.
-mobile: +1 818 582-8944
-pager: +1 818 907-6500
-roomNumber: 9926
-manager: cn=Latonya Cauthen,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Hollie Vella,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Serge Lyon,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Serge Lyon
-sn: Lyon
-description: This is Serge Lyon's description
-facsimileTelephoneNumber: +1 804 336-5814
-l: Orem
-ou: Management
-postalAddress: Management$Orem
-telephoneNumber: +1 804 669-6354
-title: Master Management Manager
-userPassword: Password1
-uid: LyonS
-givenName: Serge
-mail: LyonS@5cab5d1545fd4012a00a0f17162dad39.bitwarden.com
-carLicense: RMNGMA
-departmentNumber: 1072
-employeeType: Normal
-homePhone: +1 804 817-5003
-initials: S. L.
-mobile: +1 804 584-1571
-pager: +1 804 697-2832
-roomNumber: 9289
-manager: cn=Amalita Sanzone,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Angelle Guarino,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Myrthille Chantal,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Myrthille Chantal
-sn: Chantal
-description: This is Myrthille Chantal's description
-facsimileTelephoneNumber: +1 213 592-7253
-l: Cupertino
-ou: Peons
-postalAddress: Peons$Cupertino
-telephoneNumber: +1 213 108-8131
-title: Junior Peons Fellow
-userPassword: Password1
-uid: ChantalM
-givenName: Myrthille
-mail: ChantalM@9d4064a8e48f4ac180e71fdbabc60ffb.bitwarden.com
-carLicense: 5W5228
-departmentNumber: 7537
-employeeType: Normal
-homePhone: +1 213 555-3104
-initials: M. C.
-mobile: +1 213 918-8058
-pager: +1 213 420-2891
-roomNumber: 9310
-manager: cn=Lucien Tarof,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Ramez Trochu,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Christie-Anne Ajersch,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Christie-Anne Ajersch
-sn: Ajersch
-description: This is Christie-Anne Ajersch's description
-facsimileTelephoneNumber: +1 510 784-4926
-l: Palo Alto
-ou: Payroll
-postalAddress: Payroll$Palo Alto
-telephoneNumber: +1 510 941-6825
-title: Chief Payroll Consultant
-userPassword: Password1
-uid: AjerschC
-givenName: Christie-Anne
-mail: AjerschC@bf96c330057c48b08b1507e4287be74c.bitwarden.com
-carLicense: SP0FQ5
-departmentNumber: 5562
-employeeType: Employee
-homePhone: +1 510 872-5920
-initials: C. A.
-mobile: +1 510 287-8954
-pager: +1 510 344-8598
-roomNumber: 8490
-manager: cn=Roberta Gaiarsa,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Veda Antle,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Garland Marengere,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Garland Marengere
-sn: Marengere
-description: This is Garland Marengere's description
-facsimileTelephoneNumber: +1 213 340-3627
-l: San Francisco
-ou: Product Development
-postalAddress: Product Development$San Francisco
-telephoneNumber: +1 213 546-7123
-title: Associate Product Development Janitor
-userPassword: Password1
-uid: MarengeG
-givenName: Garland
-mail: MarengeG@c9b01dac43c94e75a452c54efb5c8e21.bitwarden.com
-carLicense: ASG25S
-departmentNumber: 9911
-employeeType: Contract
-homePhone: +1 213 390-7460
-initials: G. M.
-mobile: +1 213 627-2639
-pager: +1 213 587-7035
-roomNumber: 8333
-manager: cn=Buddy Portigal,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Fox Damena,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Lavina Stephans,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lavina Stephans
-sn: Stephans
-description: This is Lavina Stephans's description
-facsimileTelephoneNumber: +1 213 988-3471
-l: San Jose
-ou: Management
-postalAddress: Management$San Jose
-telephoneNumber: +1 213 195-9288
-title: Supreme Management Pinhead
-userPassword: Password1
-uid: StephanL
-givenName: Lavina
-mail: StephanL@b67254eafc794e8aadd067850b852e05.bitwarden.com
-carLicense: QL7P97
-departmentNumber: 9445
-employeeType: Employee
-homePhone: +1 213 764-1767
-initials: L. S.
-mobile: +1 213 537-7329
-pager: +1 213 866-2285
-roomNumber: 8260
-manager: cn=Neil Hume,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Grantley Kobreek,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Aidan Belair,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Aidan Belair
-sn: Belair
-description: This is Aidan Belair's description
-facsimileTelephoneNumber: +1 818 130-8373
-l: Sunnyvale
-ou: Janitorial
-postalAddress: Janitorial$Sunnyvale
-telephoneNumber: +1 818 501-6379
-title: Chief Janitorial Madonna
-userPassword: Password1
-uid: BelairA
-givenName: Aidan
-mail: BelairA@becb244da0554983b71d06f587be1dbc.bitwarden.com
-carLicense: PELGXM
-departmentNumber: 4937
-employeeType: Contract
-homePhone: +1 818 957-8643
-initials: A. B.
-mobile: +1 818 853-9377
-pager: +1 818 703-3781
-roomNumber: 8851
-manager: cn=Alejandrina Nilsson,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Ilsa Kerns,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Lianne Vonreichbauer,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lianne Vonreichbauer
-sn: Vonreichbauer
-description: This is Lianne Vonreichbauer's description
-facsimileTelephoneNumber: +1 408 457-7656
-l: Armonk
-ou: Administrative
-postalAddress: Administrative$Armonk
-telephoneNumber: +1 408 338-2730
-title: Supreme Administrative Assistant
-userPassword: Password1
-uid: VonreicL
-givenName: Lianne
-mail: VonreicL@9b4c46b33b054223bd92a713c0feadad.bitwarden.com
-carLicense: F37JEA
-departmentNumber: 1367
-employeeType: Employee
-homePhone: +1 408 427-6397
-initials: L. V.
-mobile: +1 408 474-8986
-pager: +1 408 982-7779
-roomNumber: 9773
-manager: cn=Raoul Gultekin,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Aigneis Karim,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Amnon Rynties,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Amnon Rynties
-sn: Rynties
-description: This is Amnon Rynties's description
-facsimileTelephoneNumber: +1 510 235-5951
-l: Milpitas
-ou: Product Testing
-postalAddress: Product Testing$Milpitas
-telephoneNumber: +1 510 882-4254
-title: Master Product Testing Assistant
-userPassword: Password1
-uid: RyntiesA
-givenName: Amnon
-mail: RyntiesA@0df8f05e50bc474da42b5a37234e2e7d.bitwarden.com
-carLicense: T0EWNA
-departmentNumber: 3614
-employeeType: Contract
-homePhone: +1 510 293-3617
-initials: A. R.
-mobile: +1 510 807-2897
-pager: +1 510 148-5744
-roomNumber: 9603
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Sapphira MacIver,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Gil Efthim,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gil Efthim
-sn: Efthim
-description: This is Gil Efthim's description
-facsimileTelephoneNumber: +1 415 825-6623
-l: Redmond
-ou: Peons
-postalAddress: Peons$Redmond
-telephoneNumber: +1 415 324-1858
-title: Associate Peons Admin
-userPassword: Password1
-uid: EfthimG
-givenName: Gil
-mail: EfthimG@d01918c117a846518e67dbe5b2fd6ee8.bitwarden.com
-carLicense: 552Y86
-departmentNumber: 2072
-employeeType: Employee
-homePhone: +1 415 445-3784
-initials: G. E.
-mobile: +1 415 608-6237
-pager: +1 415 413-8602
-roomNumber: 8764
-manager: cn=Dara Patchsqa,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Wiebren Lampman,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Henrie Esson,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Henrie Esson
-sn: Esson
-description: This is Henrie Esson's description
-facsimileTelephoneNumber: +1 804 267-6319
-l: Milpitas
-ou: Payroll
-postalAddress: Payroll$Milpitas
-telephoneNumber: +1 804 336-4531
-title: Chief Payroll Punk
-userPassword: Password1
-uid: EssonH
-givenName: Henrie
-mail: EssonH@93cef961e98e48e482c9b5e04d825449.bitwarden.com
-carLicense: P70C5J
-departmentNumber: 6878
-employeeType: Normal
-homePhone: +1 804 944-5863
-initials: H. E.
-mobile: +1 804 763-3914
-pager: +1 804 528-7081
-roomNumber: 8775
-manager: cn=Jacynth Jalilvand,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Reta Gamarnik,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Noyes Stambouli,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Noyes Stambouli
-sn: Stambouli
-description: This is Noyes Stambouli's description
-facsimileTelephoneNumber: +1 804 805-4211
-l: Milpitas
-ou: Management
-postalAddress: Management$Milpitas
-telephoneNumber: +1 804 776-4752
-title: Supreme Management Janitor
-userPassword: Password1
-uid: StambouN
-givenName: Noyes
-mail: StambouN@3ab4b0bbf0e7419c9f849fbf29c78286.bitwarden.com
-carLicense: 3B542C
-departmentNumber: 6921
-employeeType: Contract
-homePhone: +1 804 994-5553
-initials: N. S.
-mobile: +1 804 201-3866
-pager: +1 804 738-5149
-roomNumber: 9886
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Gussy Devera,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Tata Cruz,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Tata Cruz
-sn: Cruz
-description: This is Tata Cruz's description
-facsimileTelephoneNumber: +1 804 502-1950
-l: San Francisco
-ou: Payroll
-postalAddress: Payroll$San Francisco
-telephoneNumber: +1 804 983-7234
-title: Junior Payroll Stooge
-userPassword: Password1
-uid: CruzT
-givenName: Tata
-mail: CruzT@4be9f9f4318e4587b7d485613eb27d49.bitwarden.com
-carLicense: EXACQD
-departmentNumber: 4102
-employeeType: Employee
-homePhone: +1 804 429-3361
-initials: T. C.
-mobile: +1 804 174-9671
-pager: +1 804 166-1891
-roomNumber: 8755
-manager: cn=Felicle Ostaszewski,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Marthe Kenik,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Iona Nicandro,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Iona Nicandro
-sn: Nicandro
-description: This is Iona Nicandro's description
-facsimileTelephoneNumber: +1 804 953-4564
-l: Sunnyvale
-ou: Peons
-postalAddress: Peons$Sunnyvale
-telephoneNumber: +1 804 323-6354
-title: Master Peons Evangelist
-userPassword: Password1
-uid: NicandrI
-givenName: Iona
-mail: NicandrI@94c8616f9bc94cdcb4c50354d5faeb2b.bitwarden.com
-carLicense: 6WJ22P
-departmentNumber: 7758
-employeeType: Normal
-homePhone: +1 804 568-4313
-initials: I. N.
-mobile: +1 804 500-7467
-pager: +1 804 261-2029
-roomNumber: 9883
-manager: cn=Therese Meachum,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Sapphira Nelson,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Rani Tarver,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Rani Tarver
-sn: Tarver
-description: This is Rani Tarver's description
-facsimileTelephoneNumber: +1 818 286-5970
-l: San Francisco
-ou: Product Testing
-postalAddress: Product Testing$San Francisco
-telephoneNumber: +1 818 100-5389
-title: Associate Product Testing Janitor
-userPassword: Password1
-uid: TarverR
-givenName: Rani
-mail: TarverR@62c6285cf43f45859315c82dfa25f4e2.bitwarden.com
-carLicense: RIXMT8
-departmentNumber: 7622
-employeeType: Contract
-homePhone: +1 818 946-4851
-initials: R. T.
-mobile: +1 818 914-4857
-pager: +1 818 449-9768
-roomNumber: 8561
-manager: cn=Kial Contardo,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Mahmood Strudwick,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Lynwood Thiel,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lynwood Thiel
-sn: Thiel
-description: This is Lynwood Thiel's description
-facsimileTelephoneNumber: +1 415 504-2540
-l: Cambridge
-ou: Management
-postalAddress: Management$Cambridge
-telephoneNumber: +1 415 972-1348
-title: Chief Management Madonna
-userPassword: Password1
-uid: ThielL
-givenName: Lynwood
-mail: ThielL@b5b97dd360e74cc095ee9eb1e6e30b42.bitwarden.com
-carLicense: CEMUTP
-departmentNumber: 9786
-employeeType: Employee
-homePhone: +1 415 767-7105
-initials: L. T.
-mobile: +1 415 218-4065
-pager: +1 415 298-6463
-roomNumber: 8671
-manager: cn=Vitia Moulsoff,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Ammamaria Herring,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Olympia Lansupport,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Olympia Lansupport
-sn: Lansupport
-description: This is Olympia Lansupport's description
-facsimileTelephoneNumber: +1 818 381-6927
-l: Cupertino
-ou: Peons
-postalAddress: Peons$Cupertino
-telephoneNumber: +1 818 417-6455
-title: Supreme Peons Madonna
-userPassword: Password1
-uid: LansuppO
-givenName: Olympia
-mail: LansuppO@a189ef9bea1d4aa0817496c23ee8a14a.bitwarden.com
-carLicense: QKEMRK
-departmentNumber: 2274
-employeeType: Normal
-homePhone: +1 818 593-9452
-initials: O. L.
-mobile: +1 818 878-9556
-pager: +1 818 539-6674
-roomNumber: 8678
-manager: cn=Lynett Litzenberger,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Ramez Trochu,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Zonda Anderton,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Zonda Anderton
-sn: Anderton
-description: This is Zonda Anderton's description
-facsimileTelephoneNumber: +1 408 422-3448
-l: Cupertino
-ou: Administrative
-postalAddress: Administrative$Cupertino
-telephoneNumber: +1 408 899-9930
-title: Master Administrative Dictator
-userPassword: Password1
-uid: AndertoZ
-givenName: Zonda
-mail: AndertoZ@0aebc4cd8555495ba8df2db977865175.bitwarden.com
-carLicense: 25B8GO
-departmentNumber: 9750
-employeeType: Normal
-homePhone: +1 408 410-5507
-initials: Z. A.
-mobile: +1 408 562-6157
-pager: +1 408 752-1988
-roomNumber: 8832
-manager: cn=Therese Meachum,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Aigneis Karim,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Rae Dotson,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Rae Dotson
-sn: Dotson
-description: This is Rae Dotson's description
-facsimileTelephoneNumber: +1 818 219-1871
-l: Cupertino
-ou: Human Resources
-postalAddress: Human Resources$Cupertino
-telephoneNumber: +1 818 468-2696
-title: Chief Human Resources Admin
-userPassword: Password1
-uid: DotsonR
-givenName: Rae
-mail: DotsonR@744ee266bd5849248538fbd85763ac04.bitwarden.com
-carLicense: M7L3K2
-departmentNumber: 1021
-employeeType: Employee
-homePhone: +1 818 317-2401
-initials: R. D.
-mobile: +1 818 514-8826
-pager: +1 818 908-7838
-roomNumber: 8597
-manager: cn=Lainey Nguyen-The,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Elsinore Grenon,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Elsinore Grenon
-sn: Grenon
-description: This is Elsinore Grenon's description
-facsimileTelephoneNumber: +1 818 965-6238
-l: Cupertino
-ou: Peons
-postalAddress: Peons$Cupertino
-telephoneNumber: +1 818 812-1165
-title: Master Peons Figurehead
-userPassword: Password1
-uid: GrenonE
-givenName: Elsinore
-mail: GrenonE@26eb3cccbe694e88916be9fa6504534e.bitwarden.com
-carLicense: 16MXNA
-departmentNumber: 1886
-employeeType: Normal
-homePhone: +1 818 153-1188
-initials: E. G.
-mobile: +1 818 229-6518
-pager: +1 818 660-6333
-roomNumber: 9134
-manager: cn=Vitia Moulsoff,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Ammamaria Herring,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Makary Znack,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Makary Znack
-sn: Znack
-description: This is Makary Znack's description
-facsimileTelephoneNumber: +1 213 626-4366
-l: Menlo Park
-ou: Human Resources
-postalAddress: Human Resources$Menlo Park
-telephoneNumber: +1 213 578-4975
-title: Junior Human Resources Visionary
-userPassword: Password1
-uid: ZnackM
-givenName: Makary
-mail: ZnackM@39279f1fe7e44c90a8b6ba9604608e10.bitwarden.com
-carLicense: 7WM9WT
-departmentNumber: 5929
-employeeType: Contract
-homePhone: +1 213 874-4741
-initials: M. Z.
-mobile: +1 213 252-6404
-pager: +1 213 896-8274
-roomNumber: 9287
-manager: cn=Greta Ramsayer,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Arabela Nikiforuk,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Ethelyn Montoute,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ethelyn Montoute
-sn: Montoute
-description: This is Ethelyn Montoute's description
-facsimileTelephoneNumber: +1 818 702-4672
-l: Fremont
-ou: Human Resources
-postalAddress: Human Resources$Fremont
-telephoneNumber: +1 818 807-2437
-title: Junior Human Resources Mascot
-userPassword: Password1
-uid: MontoutE
-givenName: Ethelyn
-mail: MontoutE@7694d9dfe6764ea2a1054117ff2c8197.bitwarden.com
-carLicense: WRQ04E
-departmentNumber: 6878
-employeeType: Employee
-homePhone: +1 818 974-2002
-initials: E. M.
-mobile: +1 818 381-1310
-pager: +1 818 754-5062
-roomNumber: 8485
-manager: cn=Halina Zollman,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Ramez Trochu,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Tiny Arnone,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Tiny Arnone
-sn: Arnone
-description: This is Tiny Arnone's description
-facsimileTelephoneNumber: +1 408 336-4471
-l: Redmond
-ou: Product Testing
-postalAddress: Product Testing$Redmond
-telephoneNumber: +1 408 479-3050
-title: Junior Product Testing Architect
-userPassword: Password1
-uid: ArnoneT
-givenName: Tiny
-mail: ArnoneT@bd0488826995441b8baaa215b5529731.bitwarden.com
-carLicense: 2LMOMR
-departmentNumber: 6943
-employeeType: Contract
-homePhone: +1 408 782-1694
-initials: T. A.
-mobile: +1 408 609-1631
-pager: +1 408 220-9293
-roomNumber: 9060
-manager: cn=Painterson Miki,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Te-Wei Cung,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Micheal Drayton,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Micheal Drayton
-sn: Drayton
-description: This is Micheal Drayton's description
-facsimileTelephoneNumber: +1 818 874-2158
-l: Menlo Park
-ou: Payroll
-postalAddress: Payroll$Menlo Park
-telephoneNumber: +1 818 854-5063
-title: Junior Payroll Visionary
-userPassword: Password1
-uid: DraytonM
-givenName: Micheal
-mail: DraytonM@e91f82a02b3f4f85a7302d554f0cb4dd.bitwarden.com
-carLicense: STJGD6
-departmentNumber: 6287
-employeeType: Normal
-homePhone: +1 818 649-7467
-initials: M. D.
-mobile: +1 818 975-3230
-pager: +1 818 762-3495
-roomNumber: 9927
-manager: cn=Neil Hume,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Teruko Matsuzaka,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Stephanie Wakeham,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Stephanie Wakeham
-sn: Wakeham
-description: This is Stephanie Wakeham's description
-facsimileTelephoneNumber: +1 818 219-8035
-l: Santa Clara
-ou: Product Testing
-postalAddress: Product Testing$Santa Clara
-telephoneNumber: +1 818 981-7999
-title: Junior Product Testing Czar
-userPassword: Password1
-uid: WakehamS
-givenName: Stephanie
-mail: WakehamS@3e7b5d0f173b44b5bb6ae270e2b8fdcb.bitwarden.com
-carLicense: 5N69N6
-departmentNumber: 6493
-employeeType: Contract
-homePhone: +1 818 253-8192
-initials: S. W.
-mobile: +1 818 725-9769
-pager: +1 818 333-7153
-roomNumber: 9732
-manager: cn=Halina Zollman,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Dania Hekel,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Blaise Parulekar,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Blaise Parulekar
-sn: Parulekar
-description: This is Blaise Parulekar's description
-facsimileTelephoneNumber: +1 804 124-2457
-l: San Mateo
-ou: Administrative
-postalAddress: Administrative$San Mateo
-telephoneNumber: +1 804 208-6848
-title: Supreme Administrative Evangelist
-userPassword: Password1
-uid: ParulekB
-givenName: Blaise
-mail: ParulekB@ea6e8e2207fb4bbc88f2362579f21444.bitwarden.com
-carLicense: 7JIO5D
-departmentNumber: 9863
-employeeType: Contract
-homePhone: +1 804 425-9916
-initials: B. P.
-mobile: +1 804 963-4000
-pager: +1 804 445-1465
-roomNumber: 8396
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Kacey Bocservice,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Liv Sandford,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Liv Sandford
-sn: Sandford
-description: This is Liv Sandford's description
-facsimileTelephoneNumber: +1 206 122-7770
-l: Armonk
-ou: Janitorial
-postalAddress: Janitorial$Armonk
-telephoneNumber: +1 206 926-6588
-title: Associate Janitorial Admin
-userPassword: Password1
-uid: SandforL
-givenName: Liv
-mail: SandforL@e1d5f9e67dcb4da6918e282801f19d33.bitwarden.com
-carLicense: 7FLV5U
-departmentNumber: 2153
-employeeType: Contract
-homePhone: +1 206 135-1566
-initials: L. S.
-mobile: +1 206 197-5237
-pager: +1 206 319-7286
-roomNumber: 8086
-manager: cn=Rosalinde Veedell,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Go Szkarlat,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Zbigniew DiTecco,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Zbigniew DiTecco
-sn: DiTecco
-description: This is Zbigniew DiTecco's description
-facsimileTelephoneNumber: +1 510 982-1602
-l: San Jose
-ou: Janitorial
-postalAddress: Janitorial$San Jose
-telephoneNumber: +1 510 426-6774
-title: Master Janitorial Janitor
-userPassword: Password1
-uid: DiTeccoZ
-givenName: Zbigniew
-mail: DiTeccoZ@af38a73cbf364504a84e0d960de55c89.bitwarden.com
-carLicense: 4UHC9G
-departmentNumber: 1217
-employeeType: Normal
-homePhone: +1 510 745-3730
-initials: Z. D.
-mobile: +1 510 296-7201
-pager: +1 510 673-3038
-roomNumber: 9047
-manager: cn=Nerta Dumais,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Marthe Kenik,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Laurel Brys,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Laurel Brys
-sn: Brys
-description: This is Laurel Brys's description
-facsimileTelephoneNumber: +1 818 192-3705
-l: Palo Alto
-ou: Product Development
-postalAddress: Product Development$Palo Alto
-telephoneNumber: +1 818 323-1746
-title: Master Product Development Mascot
-userPassword: Password1
-uid: BrysL
-givenName: Laurel
-mail: BrysL@bc73ce075bf44a4bb900641c7b427309.bitwarden.com
-carLicense: 1GC05S
-departmentNumber: 1024
-employeeType: Contract
-homePhone: +1 818 391-5927
-initials: L. B.
-mobile: +1 818 198-8603
-pager: +1 818 450-2950
-roomNumber: 9910
-manager: cn=Rita Krenos,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Pritchard Fabijanic,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Nenad Piraino,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Nenad Piraino
-sn: Piraino
-description: This is Nenad Piraino's description
-facsimileTelephoneNumber: +1 206 323-6403
-l: Alameda
-ou: Administrative
-postalAddress: Administrative$Alameda
-telephoneNumber: +1 206 519-2929
-title: Associate Administrative Punk
-userPassword: Password1
-uid: PirainoN
-givenName: Nenad
-mail: PirainoN@14721da2bd704e32a6621447c8e18235.bitwarden.com
-carLicense: WQDMR9
-departmentNumber: 7998
-employeeType: Normal
-homePhone: +1 206 928-7126
-initials: N. P.
-mobile: +1 206 876-7023
-pager: +1 206 824-9023
-roomNumber: 8830
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Sapphira MacIver,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Jay Salam,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jay Salam
-sn: Salam
-description: This is Jay Salam's description
-facsimileTelephoneNumber: +1 510 498-9417
-l: Palo Alto
-ou: Payroll
-postalAddress: Payroll$Palo Alto
-telephoneNumber: +1 510 269-2184
-title: Junior Payroll Stooge
-userPassword: Password1
-uid: SalamJ
-givenName: Jay
-mail: SalamJ@361f4dedfe9a4aada39bf693c8c1bc40.bitwarden.com
-carLicense: VCFR09
-departmentNumber: 4779
-employeeType: Normal
-homePhone: +1 510 202-4955
-initials: J. S.
-mobile: +1 510 201-7605
-pager: +1 510 111-9317
-roomNumber: 9328
-manager: cn=Buddy Portigal,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Ringo Kavanagh,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Ora Taylor-Hudson,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ora Taylor-Hudson
-sn: Taylor-Hudson
-description: This is Ora Taylor-Hudson's description
-facsimileTelephoneNumber: +1 213 562-3841
-l: Cupertino
-ou: Janitorial
-postalAddress: Janitorial$Cupertino
-telephoneNumber: +1 213 217-9091
-title: Junior Janitorial Admin
-userPassword: Password1
-uid: Taylor-O
-givenName: Ora
-mail: Taylor-O@c3692aa8bfcc4a689d45388238055ec4.bitwarden.com
-carLicense: A6MSXB
-departmentNumber: 7768
-employeeType: Normal
-homePhone: +1 213 556-7294
-initials: O. T.
-mobile: +1 213 531-3707
-pager: +1 213 555-3130
-roomNumber: 9068
-manager: cn=Alejandrina Nilsson,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Sapphira MacIver,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Paulus Dokuzoguz,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Paulus Dokuzoguz
-sn: Dokuzoguz
-description: This is Paulus Dokuzoguz's description
-facsimileTelephoneNumber: +1 510 913-4640
-l: Redmond
-ou: Janitorial
-postalAddress: Janitorial$Redmond
-telephoneNumber: +1 510 624-3057
-title: Junior Janitorial Vice President
-userPassword: Password1
-uid: DokuzogP
-givenName: Paulus
-mail: DokuzogP@628d88cf062b4202b72fa9ee4697b747.bitwarden.com
-carLicense: G5M7PT
-departmentNumber: 3895
-employeeType: Normal
-homePhone: +1 510 199-1567
-initials: P. D.
-mobile: +1 510 191-3387
-pager: +1 510 265-5758
-roomNumber: 8264
-manager: cn=Mada Gung,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Gloriana Nill,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Lindy Ianace,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lindy Ianace
-sn: Ianace
-description: This is Lindy Ianace's description
-facsimileTelephoneNumber: +1 213 924-9603
-l: San Mateo
-ou: Peons
-postalAddress: Peons$San Mateo
-telephoneNumber: +1 213 876-1881
-title: Chief Peons Visionary
-userPassword: Password1
-uid: IanaceL
-givenName: Lindy
-mail: IanaceL@62b2ff32b681409aa63c639091c173e0.bitwarden.com
-carLicense: DDHAB2
-departmentNumber: 9623
-employeeType: Normal
-homePhone: +1 213 988-7173
-initials: L. I.
-mobile: +1 213 159-6167
-pager: +1 213 951-8261
-roomNumber: 8583
-manager: cn=Jacynth Jalilvand,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Wiebren Lampman,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Carita Scholtz,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Carita Scholtz
-sn: Scholtz
-description: This is Carita Scholtz's description
-facsimileTelephoneNumber: +1 213 595-8228
-l: Armonk
-ou: Payroll
-postalAddress: Payroll$Armonk
-telephoneNumber: +1 213 161-8917
-title: Supreme Payroll Writer
-userPassword: Password1
-uid: ScholtzC
-givenName: Carita
-mail: ScholtzC@54a3e88e10d6420bafc84d4c62e2aba4.bitwarden.com
-carLicense: XJ4A7I
-departmentNumber: 7169
-employeeType: Employee
-homePhone: +1 213 966-1285
-initials: C. S.
-mobile: +1 213 696-5424
-pager: +1 213 374-6945
-roomNumber: 9845
-manager: cn=Pattie Rousseau,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Arabela Nikiforuk,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Bengt Maroun,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Bengt Maroun
-sn: Maroun
-description: This is Bengt Maroun's description
-facsimileTelephoneNumber: +1 818 882-9086
-l: Orem
-ou: Human Resources
-postalAddress: Human Resources$Orem
-telephoneNumber: +1 818 623-7957
-title: Master Human Resources Engineer
-userPassword: Password1
-uid: MarounB
-givenName: Bengt
-mail: MarounB@9fcf94ac0f884f17b9c7deb28b0f8191.bitwarden.com
-carLicense: 46N98F
-departmentNumber: 9870
-employeeType: Contract
-homePhone: +1 818 324-2571
-initials: B. M.
-mobile: +1 818 916-5717
-pager: +1 818 695-4615
-roomNumber: 9446
-manager: cn=Melany DiPasquale,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Ellie Majury,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ellie Majury
-sn: Majury
-description: This is Ellie Majury's description
-facsimileTelephoneNumber: +1 415 509-2398
-l: San Mateo
-ou: Product Testing
-postalAddress: Product Testing$San Mateo
-telephoneNumber: +1 415 728-2944
-title: Chief Product Testing Engineer
-userPassword: Password1
-uid: MajuryE
-givenName: Ellie
-mail: MajuryE@22d46071f3f246348bf591e989acbc9d.bitwarden.com
-carLicense: P3M8UH
-departmentNumber: 2636
-employeeType: Normal
-homePhone: +1 415 780-2017
-initials: E. M.
-mobile: +1 415 889-6176
-pager: +1 415 589-4464
-roomNumber: 9241
-manager: cn=Amalita Sanzone,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Gabie Chapa,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Eadith Hudgins,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Eadith Hudgins
-sn: Hudgins
-description: This is Eadith Hudgins's description
-facsimileTelephoneNumber: +1 510 339-5651
-l: Redwood Shores
-ou: Product Testing
-postalAddress: Product Testing$Redwood Shores
-telephoneNumber: +1 510 641-4139
-title: Supreme Product Testing Punk
-userPassword: Password1
-uid: HudginsE
-givenName: Eadith
-mail: HudginsE@7e7aac4d6f794def8a161840b1f9458a.bitwarden.com
-carLicense: CKUTNP
-departmentNumber: 4875
-employeeType: Normal
-homePhone: +1 510 621-8082
-initials: E. H.
-mobile: +1 510 632-7993
-pager: +1 510 228-2033
-roomNumber: 8813
-manager: cn=Hans Kirchner,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Wiebren Lampman,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Upen Bangia,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Upen Bangia
-sn: Bangia
-description: This is Upen Bangia's description
-facsimileTelephoneNumber: +1 206 221-6773
-l: San Francisco
-ou: Management
-postalAddress: Management$San Francisco
-telephoneNumber: +1 206 317-3280
-title: Associate Management Stooge
-userPassword: Password1
-uid: BangiaU
-givenName: Upen
-mail: BangiaU@b70eba4ae8d744b9a93b1b86ae3ae00c.bitwarden.com
-carLicense: TTAOU7
-departmentNumber: 3234
-employeeType: Employee
-homePhone: +1 206 750-2608
-initials: U. B.
-mobile: +1 206 343-9677
-pager: +1 206 413-9845
-roomNumber: 8847
-manager: cn=Melany DiPasquale,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Virgina Pichocki,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Harley Darden,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Harley Darden
-sn: Darden
-description: This is Harley Darden's description
-facsimileTelephoneNumber: +1 213 190-8038
-l: Redwood Shores
-ou: Administrative
-postalAddress: Administrative$Redwood Shores
-telephoneNumber: +1 213 647-7576
-title: Supreme Administrative Janitor
-userPassword: Password1
-uid: DardenH
-givenName: Harley
-mail: DardenH@1025092185dc4f3abfbf07259ddd26cd.bitwarden.com
-carLicense: U17A8V
-departmentNumber: 3238
-employeeType: Employee
-homePhone: +1 213 858-3093
-initials: H. D.
-mobile: +1 213 859-7194
-pager: +1 213 549-1385
-roomNumber: 8235
-manager: cn=Odelinda Fedoruk,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Moshe Wallaert,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Willa Nevardauskis,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Willa Nevardauskis
-sn: Nevardauskis
-description: This is Willa Nevardauskis's description
-facsimileTelephoneNumber: +1 510 337-7441
-l: Menlo Park
-ou: Human Resources
-postalAddress: Human Resources$Menlo Park
-telephoneNumber: +1 510 690-4118
-title: Master Human Resources Writer
-userPassword: Password1
-uid: NevardaW
-givenName: Willa
-mail: NevardaW@3eadf1668d9548a8a0a9a2df5d767d49.bitwarden.com
-carLicense: 1RXYV0
-departmentNumber: 8553
-employeeType: Normal
-homePhone: +1 510 304-9761
-initials: W. N.
-mobile: +1 510 590-5553
-pager: +1 510 102-9237
-roomNumber: 9595
-manager: cn=Emmye Thaker,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Gussy Devera,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Huan-yu Conroy,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Huan-yu Conroy
-sn: Conroy
-description: This is Huan-yu Conroy's description
-facsimileTelephoneNumber: +1 804 312-1440
-l: Cambridge
-ou: Human Resources
-postalAddress: Human Resources$Cambridge
-telephoneNumber: +1 804 211-7540
-title: Junior Human Resources Pinhead
-userPassword: Password1
-uid: ConroyH
-givenName: Huan-yu
-mail: ConroyH@59594afdce864109b5f7447ee0401063.bitwarden.com
-carLicense: TLDWJM
-departmentNumber: 3138
-employeeType: Contract
-homePhone: +1 804 199-2157
-initials: H. C.
-mobile: +1 804 530-9377
-pager: +1 804 320-1238
-roomNumber: 8400
-manager: cn=Prem Goertz,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Arabela Nikiforuk,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Marci Ornburn,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Marci Ornburn
-sn: Ornburn
-description: This is Marci Ornburn's description
-facsimileTelephoneNumber: +1 408 385-9171
-l: Orem
-ou: Human Resources
-postalAddress: Human Resources$Orem
-telephoneNumber: +1 408 203-5676
-title: Master Human Resources Pinhead
-userPassword: Password1
-uid: OrnburnM
-givenName: Marci
-mail: OrnburnM@a4f85fecd69348a29728c8e242a790a2.bitwarden.com
-carLicense: DTK1G4
-departmentNumber: 1262
-employeeType: Contract
-homePhone: +1 408 587-8594
-initials: M. O.
-mobile: +1 408 614-4160
-pager: +1 408 290-2524
-roomNumber: 8638
-manager: cn=Pierre-Alain Posthumus,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Harold Blumer,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Chand Haluk,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Chand Haluk
-sn: Haluk
-description: This is Chand Haluk's description
-facsimileTelephoneNumber: +1 408 513-1336
-l: San Jose
-ou: Human Resources
-postalAddress: Human Resources$San Jose
-telephoneNumber: +1 408 845-3211
-title: Master Human Resources President
-userPassword: Password1
-uid: HalukC
-givenName: Chand
-mail: HalukC@39b4f04621524ec1b23b8b4d21e9f418.bitwarden.com
-carLicense: NPVN8T
-departmentNumber: 7369
-employeeType: Normal
-homePhone: +1 408 407-4072
-initials: C. H.
-mobile: +1 408 508-3426
-pager: +1 408 946-3311
-roomNumber: 8241
-manager: cn=Lainey Nguyen-The,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Go Szkarlat,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Devina Kallio,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Devina Kallio
-sn: Kallio
-description: This is Devina Kallio's description
-facsimileTelephoneNumber: +1 818 444-1383
-l: San Mateo
-ou: Administrative
-postalAddress: Administrative$San Mateo
-telephoneNumber: +1 818 846-6030
-title: Supreme Administrative Pinhead
-userPassword: Password1
-uid: KallioD
-givenName: Devina
-mail: KallioD@de7dfccc10c245619507096806e60950.bitwarden.com
-carLicense: N6N3AN
-departmentNumber: 7379
-employeeType: Contract
-homePhone: +1 818 338-5091
-initials: D. K.
-mobile: +1 818 369-7647
-pager: +1 818 581-4464
-roomNumber: 9420
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Wendye Kingdon,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Consuela Mocock,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Consuela Mocock
-sn: Mocock
-description: This is Consuela Mocock's description
-facsimileTelephoneNumber: +1 804 908-6751
-l: Armonk
-ou: Janitorial
-postalAddress: Janitorial$Armonk
-telephoneNumber: +1 804 287-6394
-title: Associate Janitorial Visionary
-userPassword: Password1
-uid: MocockC
-givenName: Consuela
-mail: MocockC@78455201418b4eda8d1307aa8e77e3d6.bitwarden.com
-carLicense: 2YTBP1
-departmentNumber: 8204
-employeeType: Normal
-homePhone: +1 804 269-2763
-initials: C. M.
-mobile: +1 804 159-5282
-pager: +1 804 210-7704
-roomNumber: 8595
-manager: cn=Roberta Gaiarsa,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Dania Hekel,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Jazmin Hoadley,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jazmin Hoadley
-sn: Hoadley
-description: This is Jazmin Hoadley's description
-facsimileTelephoneNumber: +1 415 516-4226
-l: Redwood Shores
-ou: Administrative
-postalAddress: Administrative$Redwood Shores
-telephoneNumber: +1 415 880-4278
-title: Associate Administrative Stooge
-userPassword: Password1
-uid: HoadleyJ
-givenName: Jazmin
-mail: HoadleyJ@6f5f719e8c7c44dba4e5307764a1a899.bitwarden.com
-carLicense: 2Y1BTW
-departmentNumber: 5560
-employeeType: Normal
-homePhone: +1 415 479-8366
-initials: J. H.
-mobile: +1 415 343-4429
-pager: +1 415 688-1197
-roomNumber: 8111
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Tamiko Braun,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Nance Waddell,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Nance Waddell
-sn: Waddell
-description: This is Nance Waddell's description
-facsimileTelephoneNumber: +1 415 659-1880
-l: Armonk
-ou: Management
-postalAddress: Management$Armonk
-telephoneNumber: +1 415 382-2798
-title: Associate Management Fellow
-userPassword: Password1
-uid: WaddellN
-givenName: Nance
-mail: WaddellN@868c491b385144b6a22eab46cddfb861.bitwarden.com
-carLicense: B3WHY1
-departmentNumber: 9617
-employeeType: Contract
-homePhone: +1 415 511-1079
-initials: N. W.
-mobile: +1 415 804-6242
-pager: +1 415 887-6205
-roomNumber: 8249
-manager: cn=Emery Meehan,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Salaidh Bugajski,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Rojer Wilkes,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Rojer Wilkes
-sn: Wilkes
-description: This is Rojer Wilkes's description
-facsimileTelephoneNumber: +1 510 891-9406
-l: Milpitas
-ou: Product Testing
-postalAddress: Product Testing$Milpitas
-telephoneNumber: +1 510 368-1831
-title: Chief Product Testing Writer
-userPassword: Password1
-uid: WilkesR
-givenName: Rojer
-mail: WilkesR@edef54b5d47f4b629b6ed037f3204b4e.bitwarden.com
-carLicense: NF1PKD
-departmentNumber: 5075
-employeeType: Employee
-homePhone: +1 510 493-2040
-initials: R. W.
-mobile: +1 510 618-4308
-pager: +1 510 727-8562
-roomNumber: 9049
-manager: cn=Rosalinde Veedell,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Dania Hekel,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Beulah Adair,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Beulah Adair
-sn: Adair
-description: This is Beulah Adair's description
-facsimileTelephoneNumber: +1 408 696-7264
-l: San Jose
-ou: Product Testing
-postalAddress: Product Testing$San Jose
-telephoneNumber: +1 408 637-6457
-title: Junior Product Testing Engineer
-userPassword: Password1
-uid: AdairB
-givenName: Beulah
-mail: AdairB@b2dba5d211e74e1e8b9beacd1ae0b042.bitwarden.com
-carLicense: T2YT20
-departmentNumber: 8156
-employeeType: Contract
-homePhone: +1 408 332-6060
-initials: B. A.
-mobile: +1 408 373-4218
-pager: +1 408 636-9613
-roomNumber: 9738
-manager: cn=Jere Kong,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Veda Antle,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Corabella Byrgesen,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Corabella Byrgesen
-sn: Byrgesen
-description: This is Corabella Byrgesen's description
-facsimileTelephoneNumber: +1 408 624-3266
-l: Palo Alto
-ou: Payroll
-postalAddress: Payroll$Palo Alto
-telephoneNumber: +1 408 979-3750
-title: Chief Payroll Czar
-userPassword: Password1
-uid: ByrgeseC
-givenName: Corabella
-mail: ByrgeseC@6acc86f03e15407bb732351a13409a16.bitwarden.com
-carLicense: 5QKUKF
-departmentNumber: 2897
-employeeType: Normal
-homePhone: +1 408 628-6663
-initials: C. B.
-mobile: +1 408 890-5738
-pager: +1 408 395-9687
-roomNumber: 8308
-manager: cn=Adrea Leistico,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Kacey Bocservice,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Lanette Funamoto,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lanette Funamoto
-sn: Funamoto
-description: This is Lanette Funamoto's description
-facsimileTelephoneNumber: +1 415 104-1169
-l: Sunnyvale
-ou: Human Resources
-postalAddress: Human Resources$Sunnyvale
-telephoneNumber: +1 415 508-2306
-title: Master Human Resources Consultant
-userPassword: Password1
-uid: FunamotL
-givenName: Lanette
-mail: FunamotL@11c71c9968bd42f7992b3fededa67ace.bitwarden.com
-carLicense: 5YPMP9
-departmentNumber: 7572
-employeeType: Employee
-homePhone: +1 415 349-7008
-initials: L. F.
-mobile: +1 415 196-9249
-pager: +1 415 540-7026
-roomNumber: 9618
-manager: cn=Amalita Sanzone,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Dania Hekel,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Herta Pelot,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Herta Pelot
-sn: Pelot
-description: This is Herta Pelot's description
-facsimileTelephoneNumber: +1 804 907-3715
-l: Menlo Park
-ou: Management
-postalAddress: Management$Menlo Park
-telephoneNumber: +1 804 412-6522
-title: Junior Management Madonna
-userPassword: Password1
-uid: PelotH
-givenName: Herta
-mail: PelotH@921275a169384067a5a7c790c30f0d54.bitwarden.com
-carLicense: GME6QI
-departmentNumber: 3155
-employeeType: Normal
-homePhone: +1 804 862-2515
-initials: H. P.
-mobile: +1 804 220-1626
-pager: +1 804 870-8737
-roomNumber: 8630
-manager: cn=Raoul Gultekin,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Marthe Kenik,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Dorrie Hiller,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Dorrie Hiller
-sn: Hiller
-description: This is Dorrie Hiller's description
-facsimileTelephoneNumber: +1 415 406-9420
-l: Cambridge
-ou: Management
-postalAddress: Management$Cambridge
-telephoneNumber: +1 415 641-9700
-title: Associate Management Assistant
-userPassword: Password1
-uid: HillerD
-givenName: Dorrie
-mail: HillerD@92964ba8189f47fa912a2c9dd59988f2.bitwarden.com
-carLicense: WVUMUI
-departmentNumber: 7015
-employeeType: Normal
-homePhone: +1 415 833-9223
-initials: D. H.
-mobile: +1 415 191-2735
-pager: +1 415 859-6670
-roomNumber: 9718
-manager: cn=Nikos Fouret,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Reeta Roldan,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Siew-Kiat Combos,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Siew-Kiat Combos
-sn: Combos
-description: This is Siew-Kiat Combos's description
-facsimileTelephoneNumber: +1 510 158-6164
-l: Cambridge
-ou: Product Testing
-postalAddress: Product Testing$Cambridge
-telephoneNumber: +1 510 836-8419
-title: Chief Product Testing Architect
-userPassword: Password1
-uid: CombosS
-givenName: Siew-Kiat
-mail: CombosS@4a2fd4a05dbb410fa7af8a1d24b5cd04.bitwarden.com
-carLicense: C4OU7P
-departmentNumber: 1213
-employeeType: Contract
-homePhone: +1 510 919-3064
-initials: S. C.
-mobile: +1 510 191-3285
-pager: +1 510 681-7900
-roomNumber: 9416
-manager: cn=Emmye Thaker,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Tildi Lemley,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Karie McSween,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Karie McSween
-sn: McSween
-description: This is Karie McSween's description
-facsimileTelephoneNumber: +1 818 120-9207
-l: Redwood Shores
-ou: Product Development
-postalAddress: Product Development$Redwood Shores
-telephoneNumber: +1 818 171-4772
-title: Junior Product Development Consultant
-userPassword: Password1
-uid: McSweenK
-givenName: Karie
-mail: McSweenK@44e6256efa344373b537fe2de5d65702.bitwarden.com
-carLicense: 0H5GAM
-departmentNumber: 6852
-employeeType: Normal
-homePhone: +1 818 235-9295
-initials: K. M.
-mobile: +1 818 873-8285
-pager: +1 818 315-6164
-roomNumber: 9676
-manager: cn=Nikos Fouret,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Spicer Thibon,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Ishan Bundschuh,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ishan Bundschuh
-sn: Bundschuh
-description: This is Ishan Bundschuh's description
-facsimileTelephoneNumber: +1 408 117-3003
-l: Milpitas
-ou: Product Testing
-postalAddress: Product Testing$Milpitas
-telephoneNumber: +1 408 205-2575
-title: Junior Product Testing Technician
-userPassword: Password1
-uid: BundschI
-givenName: Ishan
-mail: BundschI@b1249dcd3c8b491d920a5f410c6dd0cd.bitwarden.com
-carLicense: W3TW8K
-departmentNumber: 8979
-employeeType: Employee
-homePhone: +1 408 112-5956
-initials: I. B.
-mobile: +1 408 987-4575
-pager: +1 408 995-3023
-roomNumber: 9351
-manager: cn=Buddy Portigal,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Priscella Chatterton,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Priscella Chatterton
-sn: Chatterton
-description: This is Priscella Chatterton's description
-facsimileTelephoneNumber: +1 510 288-9528
-l: Sunnyvale
-ou: Human Resources
-postalAddress: Human Resources$Sunnyvale
-telephoneNumber: +1 510 379-7698
-title: Junior Human Resources Punk
-userPassword: Password1
-uid: ChatterP
-givenName: Priscella
-mail: ChatterP@c7b440e597614575a5a39ed9339f6e2e.bitwarden.com
-carLicense: UTAN6H
-departmentNumber: 6062
-employeeType: Contract
-homePhone: +1 510 104-5711
-initials: P. C.
-mobile: +1 510 251-3063
-pager: +1 510 464-8643
-roomNumber: 8204
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Spicer Thibon,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Lynsey Sandell,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lynsey Sandell
-sn: Sandell
-description: This is Lynsey Sandell's description
-facsimileTelephoneNumber: +1 415 983-4182
-l: Menlo Park
-ou: Management
-postalAddress: Management$Menlo Park
-telephoneNumber: +1 415 304-6088
-title: Associate Management Punk
-userPassword: Password1
-uid: SandellL
-givenName: Lynsey
-mail: SandellL@1954e120c4a742a2b9de62d0903be380.bitwarden.com
-carLicense: KM75LP
-departmentNumber: 4000
-employeeType: Employee
-homePhone: +1 415 789-7299
-initials: L. S.
-mobile: +1 415 244-7168
-pager: +1 415 593-9241
-roomNumber: 9057
-manager: cn=Pak Unixsupport,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Wendye Kingdon,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Amy Rudis,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Amy Rudis
-sn: Rudis
-description: This is Amy Rudis's description
-facsimileTelephoneNumber: +1 510 608-6433
-l: San Mateo
-ou: Management
-postalAddress: Management$San Mateo
-telephoneNumber: +1 510 729-6821
-title: Master Management Vice President
-userPassword: Password1
-uid: RudisA
-givenName: Amy
-mail: RudisA@a761aae65f754b889f23153b2593462a.bitwarden.com
-carLicense: 9K1D9P
-departmentNumber: 6626
-employeeType: Contract
-homePhone: +1 510 735-2832
-initials: A. R.
-mobile: +1 510 891-9532
-pager: +1 510 499-2419
-roomNumber: 9483
-manager: cn=Therese Meachum,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Robbie McCracken,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Glornia Siu-Kwok,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Glornia Siu-Kwok
-sn: Siu-Kwok
-description: This is Glornia Siu-Kwok's description
-facsimileTelephoneNumber: +1 213 142-6750
-l: Cupertino
-ou: Product Development
-postalAddress: Product Development$Cupertino
-telephoneNumber: +1 213 891-1985
-title: Master Product Development Stooge
-userPassword: Password1
-uid: Siu-KwoG
-givenName: Glornia
-mail: Siu-KwoG@6b721beb187745cc943288c15ec6eda7.bitwarden.com
-carLicense: V6338J
-departmentNumber: 9239
-employeeType: Normal
-homePhone: +1 213 510-5230
-initials: G. S.
-mobile: +1 213 898-3349
-pager: +1 213 535-1344
-roomNumber: 8515
-manager: cn=Odelinda Fedoruk,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Hr Boggia,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Hr Boggia
-sn: Boggia
-description: This is Hr Boggia's description
-facsimileTelephoneNumber: +1 408 454-5313
-l: Cupertino
-ou: Management
-postalAddress: Management$Cupertino
-telephoneNumber: +1 408 503-7347
-title: Associate Management Madonna
-userPassword: Password1
-uid: BoggiaH
-givenName: Hr
-mail: BoggiaH@310fefd008494b9e8a0a81aff3327a1b.bitwarden.com
-carLicense: ICHSX7
-departmentNumber: 8428
-employeeType: Contract
-homePhone: +1 408 308-5356
-initials: H. B.
-mobile: +1 408 460-2890
-pager: +1 408 901-6448
-roomNumber: 8725
-manager: cn=Rosalinde Veedell,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Mahmood Strudwick,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Verna Alary,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Verna Alary
-sn: Alary
-description: This is Verna Alary's description
-facsimileTelephoneNumber: +1 818 726-4654
-l: Menlo Park
-ou: Janitorial
-postalAddress: Janitorial$Menlo Park
-telephoneNumber: +1 818 857-6924
-title: Associate Janitorial Czar
-userPassword: Password1
-uid: AlaryV
-givenName: Verna
-mail: AlaryV@a3771fdf0aa342479920f9c2ff0eec1b.bitwarden.com
-carLicense: 03W8C5
-departmentNumber: 7220
-employeeType: Normal
-homePhone: +1 818 263-1207
-initials: V. A.
-mobile: +1 818 556-3600
-pager: +1 818 955-8698
-roomNumber: 8735
-manager: cn=Raoul Gultekin,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Angus Merizzi,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Ferdinand Maskell,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ferdinand Maskell
-sn: Maskell
-description: This is Ferdinand Maskell's description
-facsimileTelephoneNumber: +1 408 696-5413
-l: Fremont
-ou: Peons
-postalAddress: Peons$Fremont
-telephoneNumber: +1 408 621-1431
-title: Supreme Peons Figurehead
-userPassword: Password1
-uid: MaskellF
-givenName: Ferdinand
-mail: MaskellF@c00094c05d9e45abbdfd0c40940b13a0.bitwarden.com
-carLicense: PUQ88O
-departmentNumber: 2962
-employeeType: Contract
-homePhone: +1 408 331-4684
-initials: F. M.
-mobile: +1 408 383-8499
-pager: +1 408 707-1332
-roomNumber: 8768
-manager: cn=Jon Tennant,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Ammamaria Herring,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Elfrida Felix,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Elfrida Felix
-sn: Felix
-description: This is Elfrida Felix's description
-facsimileTelephoneNumber: +1 415 288-4352
-l: Santa Clara
-ou: Management
-postalAddress: Management$Santa Clara
-telephoneNumber: +1 415 252-4247
-title: Junior Management President
-userPassword: Password1
-uid: FelixE
-givenName: Elfrida
-mail: FelixE@7167bede64e647b8a348838a0a19c5fc.bitwarden.com
-carLicense: Q9Y5U9
-departmentNumber: 2703
-employeeType: Employee
-homePhone: +1 415 324-9754
-initials: E. F.
-mobile: +1 415 753-9779
-pager: +1 415 604-3472
-roomNumber: 8552
-manager: cn=Inga Schnirer,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Technical Kalman,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Camellia Hiller,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Camellia Hiller
-sn: Hiller
-description: This is Camellia Hiller's description
-facsimileTelephoneNumber: +1 206 379-1183
-l: Palo Alto
-ou: Product Development
-postalAddress: Product Development$Palo Alto
-telephoneNumber: +1 206 816-7412
-title: Master Product Development Figurehead
-userPassword: Password1
-uid: HillerC
-givenName: Camellia
-mail: HillerC@16c2fd7b4e7445e296c7f7bc9c03ad33.bitwarden.com
-carLicense: MGNR29
-departmentNumber: 7356
-employeeType: Normal
-homePhone: +1 206 903-8449
-initials: C. H.
-mobile: +1 206 965-1591
-pager: +1 206 872-5917
-roomNumber: 9499
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Spicer Thibon,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Marigold Foldes,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Marigold Foldes
-sn: Foldes
-description: This is Marigold Foldes's description
-facsimileTelephoneNumber: +1 804 595-4553
-l: Menlo Park
-ou: Payroll
-postalAddress: Payroll$Menlo Park
-telephoneNumber: +1 804 976-8757
-title: Associate Payroll Admin
-userPassword: Password1
-uid: FoldesM
-givenName: Marigold
-mail: FoldesM@f2b5edd91a174de185a3ef948629a325.bitwarden.com
-carLicense: 0G1K54
-departmentNumber: 1538
-employeeType: Contract
-homePhone: +1 804 475-2577
-initials: M. F.
-mobile: +1 804 817-9836
-pager: +1 804 958-9371
-roomNumber: 8634
-manager: cn=Felicle Ostaszewski,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Billy Riehle,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Billy Riehle
-sn: Riehle
-description: This is Billy Riehle's description
-facsimileTelephoneNumber: +1 510 320-4249
-l: Milpitas
-ou: Janitorial
-postalAddress: Janitorial$Milpitas
-telephoneNumber: +1 510 890-6844
-title: Chief Janitorial Sales Rep
-userPassword: Password1
-uid: RiehleB
-givenName: Billy
-mail: RiehleB@85af325f68b4407789de4090abc807e7.bitwarden.com
-carLicense: JG6QEI
-departmentNumber: 1074
-employeeType: Normal
-homePhone: +1 510 322-9182
-initials: B. R.
-mobile: +1 510 207-1016
-pager: +1 510 484-2282
-roomNumber: 8558
-manager: cn=Christy Pandolfo,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Maia Chummun,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Dino Michels,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Dino Michels
-sn: Michels
-description: This is Dino Michels's description
-facsimileTelephoneNumber: +1 415 502-7653
-l: San Francisco
-ou: Peons
-postalAddress: Peons$San Francisco
-telephoneNumber: +1 415 946-2733
-title: Master Peons Pinhead
-userPassword: Password1
-uid: MichelsD
-givenName: Dino
-mail: MichelsD@1c8b159b41a841c3aab717284b5ef196.bitwarden.com
-carLicense: Y2S67I
-departmentNumber: 2328
-employeeType: Normal
-homePhone: +1 415 502-9545
-initials: D. M.
-mobile: +1 415 870-7316
-pager: +1 415 103-4830
-roomNumber: 8861
-manager: cn=Mada Gung,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=King-Haut Glancey,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Fedora Oetting,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Fedora Oetting
-sn: Oetting
-description: This is Fedora Oetting's description
-facsimileTelephoneNumber: +1 415 884-6326
-l: Redwood Shores
-ou: Administrative
-postalAddress: Administrative$Redwood Shores
-telephoneNumber: +1 415 148-1636
-title: Chief Administrative Evangelist
-userPassword: Password1
-uid: OettingF
-givenName: Fedora
-mail: OettingF@3a7ea7b63f2347d79118d797bf5ba14c.bitwarden.com
-carLicense: 4KL2XA
-departmentNumber: 5024
-employeeType: Employee
-homePhone: +1 415 217-6727
-initials: F. O.
-mobile: +1 415 904-6592
-pager: +1 415 153-8910
-roomNumber: 8030
-manager: cn=Hardyal Duffney,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Angus Merizzi,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Torre Dando,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Torre Dando
-sn: Dando
-description: This is Torre Dando's description
-facsimileTelephoneNumber: +1 408 287-2325
-l: Milpitas
-ou: Peons
-postalAddress: Peons$Milpitas
-telephoneNumber: +1 408 245-4566
-title: Junior Peons Warrior
-userPassword: Password1
-uid: DandoT
-givenName: Torre
-mail: DandoT@b1e6e3f571674a9cadf90ea4a6b44148.bitwarden.com
-carLicense: PXY4CK
-departmentNumber: 9490
-employeeType: Contract
-homePhone: +1 408 463-8386
-initials: T. D.
-mobile: +1 408 603-8470
-pager: +1 408 171-7093
-roomNumber: 9452
-manager: cn=Raoul Gultekin,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Selime Zaia,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Tessi Napier-Wilson,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Tessi Napier-Wilson
-sn: Napier-Wilson
-description: This is Tessi Napier-Wilson's description
-facsimileTelephoneNumber: +1 510 793-2433
-l: Cambridge
-ou: Product Testing
-postalAddress: Product Testing$Cambridge
-telephoneNumber: +1 510 964-6567
-title: Junior Product Testing President
-userPassword: Password1
-uid: Napier-T
-givenName: Tessi
-mail: Napier-T@8b87f4bb9acb4086ba0d8bce0e2511b6.bitwarden.com
-carLicense: 9Q98EC
-departmentNumber: 8982
-employeeType: Contract
-homePhone: +1 510 261-4892
-initials: T. N.
-mobile: +1 510 565-1133
-pager: +1 510 657-2883
-roomNumber: 9987
-manager: cn=Loren Dunkelman,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Ilsa Kerns,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Vonni Wessell,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Vonni Wessell
-sn: Wessell
-description: This is Vonni Wessell's description
-facsimileTelephoneNumber: +1 206 757-6108
-l: Fremont
-ou: Product Testing
-postalAddress: Product Testing$Fremont
-telephoneNumber: +1 206 496-4897
-title: Chief Product Testing Writer
-userPassword: Password1
-uid: WessellV
-givenName: Vonni
-mail: WessellV@992702f0f1bb44ac91ea4a7a61f8e4c8.bitwarden.com
-carLicense: GFKMU1
-departmentNumber: 6693
-employeeType: Employee
-homePhone: +1 206 130-9382
-initials: V. W.
-mobile: +1 206 922-6016
-pager: +1 206 839-3270
-roomNumber: 8456
-manager: cn=Nikos Fouret,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Analiese Prakash,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Analiese Prakash
-sn: Prakash
-description: This is Analiese Prakash's description
-facsimileTelephoneNumber: +1 804 766-8176
-l: Menlo Park
-ou: Administrative
-postalAddress: Administrative$Menlo Park
-telephoneNumber: +1 804 206-7885
-title: Associate Administrative Warrior
-userPassword: Password1
-uid: PrakashA
-givenName: Analiese
-mail: PrakashA@2e279de0d9fc41b093c4181a6801f3cc.bitwarden.com
-carLicense: H610OT
-departmentNumber: 7709
-employeeType: Contract
-homePhone: +1 804 357-5939
-initials: A. P.
-mobile: +1 804 995-6803
-pager: +1 804 275-6497
-roomNumber: 8841
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Bahram Younglove,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Aristides Farquhar,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Aristides Farquhar
-sn: Farquhar
-description: This is Aristides Farquhar's description
-facsimileTelephoneNumber: +1 213 663-7783
-l: Alameda
-ou: Product Development
-postalAddress: Product Development$Alameda
-telephoneNumber: +1 213 351-6438
-title: Associate Product Development Mascot
-userPassword: Password1
-uid: FarquhaA
-givenName: Aristides
-mail: FarquhaA@5579d19c3df5424d8cd29f6cbcac4ed9.bitwarden.com
-carLicense: 42H16A
-departmentNumber: 5082
-employeeType: Contract
-homePhone: +1 213 685-2790
-initials: A. F.
-mobile: +1 213 188-5217
-pager: +1 213 970-6042
-roomNumber: 9186
-manager: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Aigneis Karim,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Trista Manner,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Trista Manner
-sn: Manner
-description: This is Trista Manner's description
-facsimileTelephoneNumber: +1 818 737-1470
-l: San Francisco
-ou: Payroll
-postalAddress: Payroll$San Francisco
-telephoneNumber: +1 818 159-4718
-title: Junior Payroll Punk
-userPassword: Password1
-uid: MannerT
-givenName: Trista
-mail: MannerT@02f630606bf54a129955f2080c0f5130.bitwarden.com
-carLicense: W3T1CH
-departmentNumber: 7956
-employeeType: Employee
-homePhone: +1 818 500-6801
-initials: T. M.
-mobile: +1 818 785-5348
-pager: +1 818 509-7439
-roomNumber: 9914
-manager: cn=Raoul Gultekin,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Moshe Wallaert,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Alessandra Papiez,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Alessandra Papiez
-sn: Papiez
-description: This is Alessandra Papiez's description
-facsimileTelephoneNumber: +1 206 719-9426
-l: Fremont
-ou: Product Development
-postalAddress: Product Development$Fremont
-telephoneNumber: +1 206 711-6516
-title: Chief Product Development Grunt
-userPassword: Password1
-uid: PapiezA
-givenName: Alessandra
-mail: PapiezA@74eca09bcb5c4978886adf3068c4ae81.bitwarden.com
-carLicense: AW8Y3O
-departmentNumber: 5275
-employeeType: Employee
-homePhone: +1 206 856-2911
-initials: A. P.
-mobile: +1 206 582-6540
-pager: +1 206 694-5982
-roomNumber: 9222
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Te-Wei Cung,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Latashia Fong,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Latashia Fong
-sn: Fong
-description: This is Latashia Fong's description
-facsimileTelephoneNumber: +1 408 633-7045
-l: Milpitas
-ou: Human Resources
-postalAddress: Human Resources$Milpitas
-telephoneNumber: +1 408 662-7496
-title: Supreme Human Resources Visionary
-userPassword: Password1
-uid: FongL
-givenName: Latashia
-mail: FongL@5a496ab1cace47cc9856f11b81d3838a.bitwarden.com
-carLicense: DTF9GC
-departmentNumber: 8087
-employeeType: Employee
-homePhone: +1 408 563-7088
-initials: L. F.
-mobile: +1 408 185-5313
-pager: +1 408 368-1494
-roomNumber: 9587
-manager: cn=Latonya Cauthen,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=King-Haut Glancey,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Jacquelynn Keer,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jacquelynn Keer
-sn: Keer
-description: This is Jacquelynn Keer's description
-facsimileTelephoneNumber: +1 206 191-4700
-l: San Jose
-ou: Administrative
-postalAddress: Administrative$San Jose
-telephoneNumber: +1 206 493-6329
-title: Chief Administrative Sales Rep
-userPassword: Password1
-uid: KeerJ
-givenName: Jacquelynn
-mail: KeerJ@8a0c0fc5a8aa47289b4cc2d149f69eaf.bitwarden.com
-carLicense: SOD3H3
-departmentNumber: 7388
-employeeType: Contract
-homePhone: +1 206 477-4830
-initials: J. K.
-mobile: +1 206 185-8009
-pager: +1 206 692-2727
-roomNumber: 8430
-manager: cn=Dottie Mansi,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Pritchard Fabijanic,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Winnifred McCaugherty,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Winnifred McCaugherty
-sn: McCaugherty
-description: This is Winnifred McCaugherty's description
-facsimileTelephoneNumber: +1 408 746-4739
-l: Menlo Park
-ou: Peons
-postalAddress: Peons$Menlo Park
-telephoneNumber: +1 408 191-3513
-title: Chief Peons Manager
-userPassword: Password1
-uid: McCaughW
-givenName: Winnifred
-mail: McCaughW@c39b1ed7de78452e9d100510b4188a2b.bitwarden.com
-carLicense: XSRWR3
-departmentNumber: 1995
-employeeType: Normal
-homePhone: +1 408 390-2874
-initials: W. M.
-mobile: +1 408 733-9200
-pager: +1 408 218-6518
-roomNumber: 9174
-manager: cn=Nerta Dumais,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Ammamaria Herring,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Bjorn deMontluzin,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Bjorn deMontluzin
-sn: deMontluzin
-description: This is Bjorn deMontluzin's description
-facsimileTelephoneNumber: +1 408 926-2105
-l: San Francisco
-ou: Peons
-postalAddress: Peons$San Francisco
-telephoneNumber: +1 408 991-8620
-title: Master Peons Pinhead
-userPassword: Password1
-uid: deMontlB
-givenName: Bjorn
-mail: deMontlB@4045ed73214b45c79df471e9a1350a45.bitwarden.com
-carLicense: 9ANKYJ
-departmentNumber: 8907
-employeeType: Employee
-homePhone: +1 408 739-6431
-initials: B. d.
-mobile: +1 408 551-1444
-pager: +1 408 816-9430
-roomNumber: 9729
-manager: cn=Painterson Miki,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Grantley Kobreek,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Naile Labossiere,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Naile Labossiere
-sn: Labossiere
-description: This is Naile Labossiere's description
-facsimileTelephoneNumber: +1 206 560-3184
-l: Fremont
-ou: Product Testing
-postalAddress: Product Testing$Fremont
-telephoneNumber: +1 206 726-1346
-title: Associate Product Testing Admin
-userPassword: Password1
-uid: LabossiN
-givenName: Naile
-mail: LabossiN@915375750238449aaf25508b764badb2.bitwarden.com
-carLicense: IT0OSS
-departmentNumber: 9925
-employeeType: Employee
-homePhone: +1 206 206-6312
-initials: N. L.
-mobile: +1 206 723-3998
-pager: +1 206 473-3833
-roomNumber: 8698
-manager: cn=Rita Krenos,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Shorwan Delorme,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Shorwan Delorme
-sn: Delorme
-description: This is Shorwan Delorme's description
-facsimileTelephoneNumber: +1 818 720-7012
-l: Santa Clara
-ou: Janitorial
-postalAddress: Janitorial$Santa Clara
-telephoneNumber: +1 818 819-3283
-title: Supreme Janitorial Janitor
-userPassword: Password1
-uid: DelormeS
-givenName: Shorwan
-mail: DelormeS@72edbeb53d9b4d36832bc312f776b4b1.bitwarden.com
-carLicense: 8FIW0C
-departmentNumber: 2498
-employeeType: Employee
-homePhone: +1 818 580-7675
-initials: S. D.
-mobile: +1 818 741-1671
-pager: +1 818 893-1101
-roomNumber: 8288
-manager: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Wallie Skof,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Jayme Furlin,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jayme Furlin
-sn: Furlin
-description: This is Jayme Furlin's description
-facsimileTelephoneNumber: +1 818 331-3295
-l: Fremont
-ou: Management
-postalAddress: Management$Fremont
-telephoneNumber: +1 818 333-4581
-title: Associate Management Artist
-userPassword: Password1
-uid: FurlinJ
-givenName: Jayme
-mail: FurlinJ@0e9ecb934b21465b8db65aee3adcdfd9.bitwarden.com
-carLicense: GGXKWU
-departmentNumber: 8890
-employeeType: Normal
-homePhone: +1 818 217-6856
-initials: J. F.
-mobile: +1 818 745-7735
-pager: +1 818 724-2685
-roomNumber: 8939
-manager: cn=Amalita Sanzone,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Pritchard Fabijanic,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Erica Colquette,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Erica Colquette
-sn: Colquette
-description: This is Erica Colquette's description
-facsimileTelephoneNumber: +1 213 914-2054
-l: Sunnyvale
-ou: Janitorial
-postalAddress: Janitorial$Sunnyvale
-telephoneNumber: +1 213 140-2085
-title: Supreme Janitorial Visionary
-userPassword: Password1
-uid: ColquetE
-givenName: Erica
-mail: ColquetE@8a421693543b4586b8d43733d560534e.bitwarden.com
-carLicense: 97C64A
-departmentNumber: 8192
-employeeType: Normal
-homePhone: +1 213 637-4439
-initials: E. C.
-mobile: +1 213 845-7635
-pager: +1 213 332-1271
-roomNumber: 8185
-manager: cn=Nerta Dumais,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Gabie Chapa,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Dawn Brennen,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Dawn Brennen
-sn: Brennen
-description: This is Dawn Brennen's description
-facsimileTelephoneNumber: +1 804 434-5003
-l: Milpitas
-ou: Product Testing
-postalAddress: Product Testing$Milpitas
-telephoneNumber: +1 804 268-7489
-title: Supreme Product Testing Technician
-userPassword: Password1
-uid: BrennenD
-givenName: Dawn
-mail: BrennenD@37f78211f5f44e43b7f84a7d34417dc7.bitwarden.com
-carLicense: D76B4N
-departmentNumber: 1649
-employeeType: Contract
-homePhone: +1 804 284-2043
-initials: D. B.
-mobile: +1 804 271-8978
-pager: +1 804 586-2838
-roomNumber: 9798
-manager: cn=Halina Zollman,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Yueli Yakibchuk,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Zorah Macklin,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Zorah Macklin
-sn: Macklin
-description: This is Zorah Macklin's description
-facsimileTelephoneNumber: +1 213 771-6093
-l: Sunnyvale
-ou: Human Resources
-postalAddress: Human Resources$Sunnyvale
-telephoneNumber: +1 213 956-4262
-title: Chief Human Resources Figurehead
-userPassword: Password1
-uid: MacklinZ
-givenName: Zorah
-mail: MacklinZ@53b6ff7dfbde439e8e954eb1ae8194a1.bitwarden.com
-carLicense: G1O56Q
-departmentNumber: 6727
-employeeType: Contract
-homePhone: +1 213 587-4547
-initials: Z. M.
-mobile: +1 213 440-6152
-pager: +1 213 883-1751
-roomNumber: 8877
-manager: cn=Cosette Grueneich,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Veda Antle,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Gertrudis McClarren,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gertrudis McClarren
-sn: McClarren
-description: This is Gertrudis McClarren's description
-facsimileTelephoneNumber: +1 408 765-3297
-l: Armonk
-ou: Peons
-postalAddress: Peons$Armonk
-telephoneNumber: +1 408 671-8895
-title: Associate Peons Developer
-userPassword: Password1
-uid: McClarrG
-givenName: Gertrudis
-mail: McClarrG@37b64e2fbb1c4157b1ba60bf3077c7c0.bitwarden.com
-carLicense: PLSAB3
-departmentNumber: 3308
-employeeType: Normal
-homePhone: +1 408 877-4060
-initials: G. M.
-mobile: +1 408 131-9614
-pager: +1 408 933-2548
-roomNumber: 8944
-manager: cn=Sonja Hesketh,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Gloriana Nill,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Valery Lanzkron,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Valery Lanzkron
-sn: Lanzkron
-description: This is Valery Lanzkron's description
-facsimileTelephoneNumber: +1 408 742-3054
-l: San Jose
-ou: Payroll
-postalAddress: Payroll$San Jose
-telephoneNumber: +1 408 723-9423
-title: Junior Payroll Czar
-userPassword: Password1
-uid: LanzkroV
-givenName: Valery
-mail: LanzkroV@5829ced5acec40878d4752d92d457b7b.bitwarden.com
-carLicense: Y3DIUI
-departmentNumber: 2159
-employeeType: Employee
-homePhone: +1 408 121-2753
-initials: V. L.
-mobile: +1 408 291-2295
-pager: +1 408 722-6141
-roomNumber: 9379
-manager: cn=Jojo Wolska,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Gabie Chapa,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Shara Questell,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Shara Questell
-sn: Questell
-description: This is Shara Questell's description
-facsimileTelephoneNumber: +1 510 234-7572
-l: Redmond
-ou: Product Testing
-postalAddress: Product Testing$Redmond
-telephoneNumber: +1 510 163-2168
-title: Chief Product Testing Dictator
-userPassword: Password1
-uid: QuestelS
-givenName: Shara
-mail: QuestelS@0700db396e394f2aa0ec4417fdd37e22.bitwarden.com
-carLicense: 7EFRT6
-departmentNumber: 1119
-employeeType: Normal
-homePhone: +1 510 950-3617
-initials: S. Q.
-mobile: +1 510 658-4580
-pager: +1 510 733-1764
-roomNumber: 9793
-manager: cn=Inga Schnirer,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Becky Priestley,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Gayronza Chanchlani,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gayronza Chanchlani
-sn: Chanchlani
-description: This is Gayronza Chanchlani's description
-facsimileTelephoneNumber: +1 510 822-4828
-l: Santa Clara
-ou: Product Testing
-postalAddress: Product Testing$Santa Clara
-telephoneNumber: +1 510 369-5887
-title: Chief Product Testing Director
-userPassword: Password1
-uid: ChanchlG
-givenName: Gayronza
-mail: ChanchlG@70b83911d4804fb3af068236edad1e8c.bitwarden.com
-carLicense: 7MHIW4
-departmentNumber: 9174
-employeeType: Contract
-homePhone: +1 510 909-4513
-initials: G. C.
-mobile: +1 510 656-2660
-pager: +1 510 374-1891
-roomNumber: 8884
-manager: cn=Raoul Gultekin,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Reta Gamarnik,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Audrye Coloads,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Audrye Coloads
-sn: Coloads
-description: This is Audrye Coloads's description
-facsimileTelephoneNumber: +1 206 543-2734
-l: Menlo Park
-ou: Peons
-postalAddress: Peons$Menlo Park
-telephoneNumber: +1 206 616-9320
-title: Associate Peons Czar
-userPassword: Password1
-uid: ColoadsA
-givenName: Audrye
-mail: ColoadsA@80c24d4bc2304054a0b2b28791f36203.bitwarden.com
-carLicense: NKG34B
-departmentNumber: 4744
-employeeType: Employee
-homePhone: +1 206 867-2302
-initials: A. C.
-mobile: +1 206 348-6351
-pager: +1 206 688-9512
-roomNumber: 8394
-manager: cn=Prem Goertz,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Veda Antle,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Janio Gullekson,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Janio Gullekson
-sn: Gullekson
-description: This is Janio Gullekson's description
-facsimileTelephoneNumber: +1 408 602-2120
-l: Cupertino
-ou: Product Development
-postalAddress: Product Development$Cupertino
-telephoneNumber: +1 408 988-7399
-title: Chief Product Development Dictator
-userPassword: Password1
-uid: GulleksJ
-givenName: Janio
-mail: GulleksJ@d52235fe46ff4c32ad4de31d64b0133d.bitwarden.com
-carLicense: M4MSOQ
-departmentNumber: 2208
-employeeType: Contract
-homePhone: +1 408 258-2296
-initials: J. G.
-mobile: +1 408 596-6519
-pager: +1 408 170-4447
-roomNumber: 8668
-manager: cn=Zhengyu Swact,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Becky Priestley,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Shelbi Hartkopf,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Shelbi Hartkopf
-sn: Hartkopf
-description: This is Shelbi Hartkopf's description
-facsimileTelephoneNumber: +1 510 647-1478
-l: Fremont
-ou: Management
-postalAddress: Management$Fremont
-telephoneNumber: +1 510 908-7627
-title: Chief Management Admin
-userPassword: Password1
-uid: HartkopS
-givenName: Shelbi
-mail: HartkopS@d18d39baa87b46d5a6a9cb435aab3fce.bitwarden.com
-carLicense: NVGKW1
-departmentNumber: 9327
-employeeType: Employee
-homePhone: +1 510 827-7668
-initials: S. H.
-mobile: +1 510 718-3776
-pager: +1 510 352-5899
-roomNumber: 8362
-manager: cn=Remington Parikh,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Shirene McAleer,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Shirene McAleer
-sn: McAleer
-description: This is Shirene McAleer's description
-facsimileTelephoneNumber: +1 206 258-3468
-l: San Mateo
-ou: Peons
-postalAddress: Peons$San Mateo
-telephoneNumber: +1 206 845-6422
-title: Chief Peons Visionary
-userPassword: Password1
-uid: McAleerS
-givenName: Shirene
-mail: McAleerS@6edf4c15ac51401f9d8774ffb0590b89.bitwarden.com
-carLicense: R4KW8F
-departmentNumber: 2401
-employeeType: Normal
-homePhone: +1 206 786-1518
-initials: S. M.
-mobile: +1 206 166-7580
-pager: +1 206 676-8942
-roomNumber: 8500
-manager: cn=Wiele Lewellen,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Babbie Greco,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Babbie Greco
-sn: Greco
-description: This is Babbie Greco's description
-facsimileTelephoneNumber: +1 818 959-7565
-l: Palo Alto
-ou: Product Development
-postalAddress: Product Development$Palo Alto
-telephoneNumber: +1 818 615-5756
-title: Junior Product Development Figurehead
-userPassword: Password1
-uid: GrecoB
-givenName: Babbie
-mail: GrecoB@cefcb38cb33a403e8d9697238eb1c561.bitwarden.com
-carLicense: C2RLUJ
-departmentNumber: 5660
-employeeType: Employee
-homePhone: +1 818 124-1307
-initials: B. G.
-mobile: +1 818 153-5973
-pager: +1 818 992-7231
-roomNumber: 8466
-manager: cn=Buddy Portigal,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=King-Haut Glancey,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Rheta Stokoski,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Rheta Stokoski
-sn: Stokoski
-description: This is Rheta Stokoski's description
-facsimileTelephoneNumber: +1 206 282-7327
-l: Cupertino
-ou: Administrative
-postalAddress: Administrative$Cupertino
-telephoneNumber: +1 206 890-8218
-title: Associate Administrative Evangelist
-userPassword: Password1
-uid: StokoskR
-givenName: Rheta
-mail: StokoskR@faa4433504aa4b33b2dbdfc745416e3f.bitwarden.com
-carLicense: R2R3DA
-departmentNumber: 7280
-employeeType: Contract
-homePhone: +1 206 258-2543
-initials: R. S.
-mobile: +1 206 129-6943
-pager: +1 206 279-4273
-roomNumber: 8051
-manager: cn=Christy Pandolfo,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Sapphira Nelson,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Koren Pilip,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Koren Pilip
-sn: Pilip
-description: This is Koren Pilip's description
-facsimileTelephoneNumber: +1 415 858-9633
-l: Milpitas
-ou: Product Development
-postalAddress: Product Development$Milpitas
-telephoneNumber: +1 415 567-7274
-title: Chief Product Development Mascot
-userPassword: Password1
-uid: PilipK
-givenName: Koren
-mail: PilipK@7cfc34ac6f4c4e1aba837c354ef5b514.bitwarden.com
-carLicense: NOS6PA
-departmentNumber: 1535
-employeeType: Contract
-homePhone: +1 415 985-2605
-initials: K. P.
-mobile: +1 415 210-9795
-pager: +1 415 540-9985
-roomNumber: 9924
-manager: cn=Emery Meehan,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Arabela Nikiforuk,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Shorwan Baldock,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Shorwan Baldock
-sn: Baldock
-description: This is Shorwan Baldock's description
-facsimileTelephoneNumber: +1 804 948-6882
-l: Redmond
-ou: Peons
-postalAddress: Peons$Redmond
-telephoneNumber: +1 804 662-6559
-title: Junior Peons Writer
-userPassword: Password1
-uid: BaldockS
-givenName: Shorwan
-mail: BaldockS@a083ce3425664c2eb55b289d24dc07f7.bitwarden.com
-carLicense: YTN6XR
-departmentNumber: 9040
-employeeType: Employee
-homePhone: +1 804 969-3600
-initials: S. B.
-mobile: +1 804 877-3107
-pager: +1 804 492-7456
-roomNumber: 9794
-manager: cn=Nikos Fouret,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Aigneis Karim,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Abby Blyskal,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Abby Blyskal
-sn: Blyskal
-description: This is Abby Blyskal's description
-facsimileTelephoneNumber: +1 206 996-7350
-l: San Jose
-ou: Product Development
-postalAddress: Product Development$San Jose
-telephoneNumber: +1 206 879-3641
-title: Supreme Product Development Consultant
-userPassword: Password1
-uid: BlyskalA
-givenName: Abby
-mail: BlyskalA@0f8613dd82654e89b45a34cb62ca4eb2.bitwarden.com
-carLicense: 53SNYJ
-departmentNumber: 7585
-employeeType: Contract
-homePhone: +1 206 992-2134
-initials: A. B.
-mobile: +1 206 279-1623
-pager: +1 206 755-6260
-roomNumber: 8416
-manager: cn=Tak-Wai Salladay,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Saied Fastpack,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Saied Fastpack
-sn: Fastpack
-description: This is Saied Fastpack's description
-facsimileTelephoneNumber: +1 510 746-3762
-l: Sunnyvale
-ou: Peons
-postalAddress: Peons$Sunnyvale
-telephoneNumber: +1 510 706-5934
-title: Master Peons Warrior
-userPassword: Password1
-uid: FastpacS
-givenName: Saied
-mail: FastpacS@2acbfe1b46814ed987f09e110ed9e2ba.bitwarden.com
-carLicense: 253MEF
-departmentNumber: 9202
-employeeType: Normal
-homePhone: +1 510 394-7721
-initials: S. F.
-mobile: +1 510 376-7605
-pager: +1 510 396-2573
-roomNumber: 9248
-manager: cn=Loren Dunkelman,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Tildi Lemley,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Darya Kemme,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Darya Kemme
-sn: Kemme
-description: This is Darya Kemme's description
-facsimileTelephoneNumber: +1 510 438-5552
-l: Orem
-ou: Human Resources
-postalAddress: Human Resources$Orem
-telephoneNumber: +1 510 163-6448
-title: Associate Human Resources Director
-userPassword: Password1
-uid: KemmeD
-givenName: Darya
-mail: KemmeD@918e521a01f947209849cc2803a3bf8e.bitwarden.com
-carLicense: VYGKL4
-departmentNumber: 6307
-employeeType: Contract
-homePhone: +1 510 812-5129
-initials: D. K.
-mobile: +1 510 805-2222
-pager: +1 510 121-7547
-roomNumber: 9210
-manager: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Spicer Thibon,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Faun Goin,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Faun Goin
-sn: Goin
-description: This is Faun Goin's description
-facsimileTelephoneNumber: +1 415 128-2585
-l: Redmond
-ou: Administrative
-postalAddress: Administrative$Redmond
-telephoneNumber: +1 415 658-4092
-title: Supreme Administrative Warrior
-userPassword: Password1
-uid: GoinF
-givenName: Faun
-mail: GoinF@c1d811d322cf41f0847b1b6d77a249d8.bitwarden.com
-carLicense: 0CELN3
-departmentNumber: 9791
-employeeType: Contract
-homePhone: +1 415 893-1297
-initials: F. G.
-mobile: +1 415 628-4809
-pager: +1 415 473-4479
-roomNumber: 9949
-manager: cn=Helmuth Garfield,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Sapphira MacIver,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Isabella Hikita,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Isabella Hikita
-sn: Hikita
-description: This is Isabella Hikita's description
-facsimileTelephoneNumber: +1 408 210-8656
-l: Redmond
-ou: Product Testing
-postalAddress: Product Testing$Redmond
-telephoneNumber: +1 408 625-3234
-title: Associate Product Testing Janitor
-userPassword: Password1
-uid: HikitaI
-givenName: Isabella
-mail: HikitaI@1cd5c8556c26456ea6bbfb5e18bb6bce.bitwarden.com
-carLicense: Y5NKJ0
-departmentNumber: 5106
-employeeType: Employee
-homePhone: +1 408 540-9574
-initials: I. H.
-mobile: +1 408 933-4327
-pager: +1 408 386-9780
-roomNumber: 9779
-manager: cn=Verla Stickland,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Marthe Kenik,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Asnat Schack,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Asnat Schack
-sn: Schack
-description: This is Asnat Schack's description
-facsimileTelephoneNumber: +1 818 696-2653
-l: San Francisco
-ou: Product Testing
-postalAddress: Product Testing$San Francisco
-telephoneNumber: +1 818 266-2948
-title: Associate Product Testing Architect
-userPassword: Password1
-uid: SchackA
-givenName: Asnat
-mail: SchackA@7b712ca8a8fc4ff883a1a46ae39182d6.bitwarden.com
-carLicense: FQWFEE
-departmentNumber: 8945
-employeeType: Normal
-homePhone: +1 818 726-2101
-initials: A. S.
-mobile: +1 818 146-2262
-pager: +1 818 728-6658
-roomNumber: 9015
-manager: cn=Mada Gung,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Alessandra Gobeil,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Seka Brackin,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Seka Brackin
-sn: Brackin
-description: This is Seka Brackin's description
-facsimileTelephoneNumber: +1 415 346-8729
-l: Menlo Park
-ou: Product Testing
-postalAddress: Product Testing$Menlo Park
-telephoneNumber: +1 415 837-5518
-title: Supreme Product Testing Developer
-userPassword: Password1
-uid: BrackinS
-givenName: Seka
-mail: BrackinS@37616ed5e0b7446e8aebcafc0ca73cc0.bitwarden.com
-carLicense: 8X2YQ8
-departmentNumber: 6593
-employeeType: Normal
-homePhone: +1 415 834-6673
-initials: S. B.
-mobile: +1 415 184-1667
-pager: +1 415 128-3110
-roomNumber: 8583
-manager: cn=Huelsman Standen,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Janene Majek,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Janene Majek
-sn: Majek
-description: This is Janene Majek's description
-facsimileTelephoneNumber: +1 213 198-9397
-l: Menlo Park
-ou: Janitorial
-postalAddress: Janitorial$Menlo Park
-telephoneNumber: +1 213 222-3686
-title: Associate Janitorial Pinhead
-userPassword: Password1
-uid: MajekJ
-givenName: Janene
-mail: MajekJ@40624308a3bd4c43bb04c1c0fb2aeb5d.bitwarden.com
-carLicense: 0IP953
-departmentNumber: 6331
-employeeType: Normal
-homePhone: +1 213 468-5345
-initials: J. M.
-mobile: +1 213 978-5265
-pager: +1 213 349-7511
-roomNumber: 9244
-manager: cn=Jon Tennant,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Becky Priestley,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Burgess Godo,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Burgess Godo
-sn: Godo
-description: This is Burgess Godo's description
-facsimileTelephoneNumber: +1 213 291-6717
-l: Santa Clara
-ou: Janitorial
-postalAddress: Janitorial$Santa Clara
-telephoneNumber: +1 213 182-7940
-title: Chief Janitorial Stooge
-userPassword: Password1
-uid: GodoB
-givenName: Burgess
-mail: GodoB@ab82b6da42ff4e03834b8f9f8e1d7529.bitwarden.com
-carLicense: CFBOIG
-departmentNumber: 1734
-employeeType: Normal
-homePhone: +1 213 278-7687
-initials: B. G.
-mobile: +1 213 847-1342
-pager: +1 213 993-2901
-roomNumber: 8297
-manager: cn=Therese Meachum,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Gussy Devera,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Albertina Owens,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Albertina Owens
-sn: Owens
-description: This is Albertina Owens's description
-facsimileTelephoneNumber: +1 818 623-4686
-l: Santa Clara
-ou: Administrative
-postalAddress: Administrative$Santa Clara
-telephoneNumber: +1 818 417-5904
-title: Master Administrative Punk
-userPassword: Password1
-uid: OwensA
-givenName: Albertina
-mail: OwensA@697f4570719c4b51867f3d1f0d4cdafe.bitwarden.com
-carLicense: FBO4VO
-departmentNumber: 1998
-employeeType: Normal
-homePhone: +1 818 797-9543
-initials: A. O.
-mobile: +1 818 639-2907
-pager: +1 818 388-7753
-roomNumber: 8499
-manager: cn=Cosette Grueneich,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Angelle Guarino,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Mid Yazdani,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mid Yazdani
-sn: Yazdani
-description: This is Mid Yazdani's description
-facsimileTelephoneNumber: +1 510 166-3056
-l: San Francisco
-ou: Product Development
-postalAddress: Product Development$San Francisco
-telephoneNumber: +1 510 353-2617
-title: Associate Product Development Visionary
-userPassword: Password1
-uid: YazdaniM
-givenName: Mid
-mail: YazdaniM@dc367c7c091746c1bc144510b0ad4d61.bitwarden.com
-carLicense: AI4EU2
-departmentNumber: 6643
-employeeType: Normal
-homePhone: +1 510 432-9191
-initials: M. Y.
-mobile: +1 510 486-9086
-pager: +1 510 723-9707
-roomNumber: 8918
-manager: cn=Amalita Sanzone,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Naomi Karwowski,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Naomi Karwowski
-sn: Karwowski
-description: This is Naomi Karwowski's description
-facsimileTelephoneNumber: +1 510 376-8882
-l: Santa Clara
-ou: Human Resources
-postalAddress: Human Resources$Santa Clara
-telephoneNumber: +1 510 561-9897
-title: Supreme Human Resources Writer
-userPassword: Password1
-uid: KarwowsN
-givenName: Naomi
-mail: KarwowsN@f7a64cd3ec3949d4af95967a5d1451ef.bitwarden.com
-carLicense: SH512V
-departmentNumber: 2356
-employeeType: Contract
-homePhone: +1 510 618-2890
-initials: N. K.
-mobile: +1 510 325-1892
-pager: +1 510 322-7650
-roomNumber: 9078
-manager: cn=Remington Parikh,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Veda Antle,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Selwyn Chautems,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Selwyn Chautems
-sn: Chautems
-description: This is Selwyn Chautems's description
-facsimileTelephoneNumber: +1 408 214-1815
-l: Milpitas
-ou: Human Resources
-postalAddress: Human Resources$Milpitas
-telephoneNumber: +1 408 294-9754
-title: Chief Human Resources Fellow
-userPassword: Password1
-uid: ChautemS
-givenName: Selwyn
-mail: ChautemS@689212cef95e4390942ddc48435316fb.bitwarden.com
-carLicense: 9NGF8E
-departmentNumber: 7700
-employeeType: Employee
-homePhone: +1 408 113-8842
-initials: S. C.
-mobile: +1 408 280-1201
-pager: +1 408 698-1502
-roomNumber: 9955
-manager: cn=Dottie Mansi,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Esme Garay,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Herre SWR,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Herre SWR
-sn: SWR
-description: This is Herre SWR's description
-facsimileTelephoneNumber: +1 206 292-8961
-l: Alameda
-ou: Payroll
-postalAddress: Payroll$Alameda
-telephoneNumber: +1 206 576-3100
-title: Associate Payroll Sales Rep
-userPassword: Password1
-uid: SWRH
-givenName: Herre
-mail: SWRH@1a20ad7a171d4781bdcb10c53186c8d9.bitwarden.com
-carLicense: MVMJH4
-departmentNumber: 2688
-employeeType: Employee
-homePhone: +1 206 137-6759
-initials: H. S.
-mobile: +1 206 416-7190
-pager: +1 206 778-4068
-roomNumber: 9388
-manager: cn=Gwen Kardomateas,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Spicer Thibon,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Oliy Oost,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Oliy Oost
-sn: Oost
-description: This is Oliy Oost's description
-facsimileTelephoneNumber: +1 415 471-2080
-l: Orem
-ou: Payroll
-postalAddress: Payroll$Orem
-telephoneNumber: +1 415 131-2726
-title: Master Payroll Stooge
-userPassword: Password1
-uid: OostO
-givenName: Oliy
-mail: OostO@3c92af39d2ec4fe1ac430dd0dc234ada.bitwarden.com
-carLicense: 3TKCR4
-departmentNumber: 3943
-employeeType: Contract
-homePhone: +1 415 571-8200
-initials: O. O.
-mobile: +1 415 489-3376
-pager: +1 415 107-7289
-roomNumber: 9660
-manager: cn=Lucien Tarof,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Bahram Younglove,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Deb Azar,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Deb Azar
-sn: Azar
-description: This is Deb Azar's description
-facsimileTelephoneNumber: +1 804 471-2903
-l: Orem
-ou: Administrative
-postalAddress: Administrative$Orem
-telephoneNumber: +1 804 143-5624
-title: Chief Administrative Figurehead
-userPassword: Password1
-uid: AzarD
-givenName: Deb
-mail: AzarD@66f57e3b4e5e486fb35f915d5963003a.bitwarden.com
-carLicense: UM73II
-departmentNumber: 5335
-employeeType: Contract
-homePhone: +1 804 260-2344
-initials: D. A.
-mobile: +1 804 552-8690
-pager: +1 804 588-4446
-roomNumber: 9577
-manager: cn=Faye Layton,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Fox Damena,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Marna Hui,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Marna Hui
-sn: Hui
-description: This is Marna Hui's description
-facsimileTelephoneNumber: +1 415 438-6995
-l: Palo Alto
-ou: Human Resources
-postalAddress: Human Resources$Palo Alto
-telephoneNumber: +1 415 567-1336
-title: Associate Human Resources Pinhead
-userPassword: Password1
-uid: HuiM
-givenName: Marna
-mail: HuiM@e510453d1c104238a1217f13ba1acf7e.bitwarden.com
-carLicense: G7OALW
-departmentNumber: 1646
-employeeType: Normal
-homePhone: +1 415 833-4932
-initials: M. H.
-mobile: +1 415 871-2405
-pager: +1 415 722-7554
-roomNumber: 8078
-manager: cn=Vitia Moulsoff,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Allys Rabatich,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Surendra Chronowic,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Surendra Chronowic
-sn: Chronowic
-description: This is Surendra Chronowic's description
-facsimileTelephoneNumber: +1 213 691-1643
-l: San Jose
-ou: Payroll
-postalAddress: Payroll$San Jose
-telephoneNumber: +1 213 606-4349
-title: Junior Payroll Fellow
-userPassword: Password1
-uid: ChronowS
-givenName: Surendra
-mail: ChronowS@861b221ff6974e6cbb5a0c00d198c4bc.bitwarden.com
-carLicense: GO1XXX
-departmentNumber: 6361
-employeeType: Employee
-homePhone: +1 213 743-5879
-initials: S. C.
-mobile: +1 213 562-8735
-pager: +1 213 231-8977
-roomNumber: 9348
-manager: cn=Melany DiPasquale,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Tamiko Braun,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Archie Lanzkron,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Archie Lanzkron
-sn: Lanzkron
-description: This is Archie Lanzkron's description
-facsimileTelephoneNumber: +1 804 923-1997
-l: Orem
-ou: Peons
-postalAddress: Peons$Orem
-telephoneNumber: +1 804 364-4967
-title: Chief Peons Czar
-userPassword: Password1
-uid: LanzkroA
-givenName: Archie
-mail: LanzkroA@852c7c7d9d0a43eba038df4416d6666f.bitwarden.com
-carLicense: L3TB39
-departmentNumber: 7504
-employeeType: Contract
-homePhone: +1 804 111-4356
-initials: A. L.
-mobile: +1 804 798-1966
-pager: +1 804 284-2405
-roomNumber: 9866
-manager: cn=Emmye Thaker,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Charin Goulfine,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Harinder Stasney,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Harinder Stasney
-sn: Stasney
-description: This is Harinder Stasney's description
-facsimileTelephoneNumber: +1 415 425-6649
-l: Milpitas
-ou: Janitorial
-postalAddress: Janitorial$Milpitas
-telephoneNumber: +1 415 312-7543
-title: Associate Janitorial Fellow
-userPassword: Password1
-uid: StasneyH
-givenName: Harinder
-mail: StasneyH@7b9bbc8a8db749adaa5d570b3f3c2a12.bitwarden.com
-carLicense: M5W5FS
-departmentNumber: 8393
-employeeType: Employee
-homePhone: +1 415 584-1409
-initials: H. S.
-mobile: +1 415 728-2593
-pager: +1 415 673-9770
-roomNumber: 9950
-manager: cn=Lillis Neuschwander,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Jackson Leapheart,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Anthia Seiz,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Anthia Seiz
-sn: Seiz
-description: This is Anthia Seiz's description
-facsimileTelephoneNumber: +1 206 596-2974
-l: Cupertino
-ou: Product Development
-postalAddress: Product Development$Cupertino
-telephoneNumber: +1 206 329-5647
-title: Supreme Product Development Writer
-userPassword: Password1
-uid: SeizA
-givenName: Anthia
-mail: SeizA@cc02f064f98b40fea712c7f35045e528.bitwarden.com
-carLicense: QYQC60
-departmentNumber: 2771
-employeeType: Employee
-homePhone: +1 206 366-2091
-initials: A. S.
-mobile: +1 206 209-7137
-pager: +1 206 872-6276
-roomNumber: 8960
-manager: cn=Buddy Portigal,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Yueli Yakibchuk,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Doreen Yach,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Doreen Yach
-sn: Yach
-description: This is Doreen Yach's description
-facsimileTelephoneNumber: +1 213 979-8066
-l: San Francisco
-ou: Peons
-postalAddress: Peons$San Francisco
-telephoneNumber: +1 213 327-7982
-title: Associate Peons Stooge
-userPassword: Password1
-uid: YachD
-givenName: Doreen
-mail: YachD@afa80aa7187b419eb6bf52dc727c580b.bitwarden.com
-carLicense: S8TR00
-departmentNumber: 9101
-employeeType: Employee
-homePhone: +1 213 974-6985
-initials: D. Y.
-mobile: +1 213 368-7531
-pager: +1 213 727-5576
-roomNumber: 8500
-manager: cn=Remington Parikh,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Harold Blumer,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Yu Corse,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Yu Corse
-sn: Corse
-description: This is Yu Corse's description
-facsimileTelephoneNumber: +1 408 294-8452
-l: Redmond
-ou: Human Resources
-postalAddress: Human Resources$Redmond
-telephoneNumber: +1 408 591-7905
-title: Associate Human Resources Visionary
-userPassword: Password1
-uid: CorseY
-givenName: Yu
-mail: CorseY@2cf892b583fc47778ef0160ce793bc9b.bitwarden.com
-carLicense: QN8M0Y
-departmentNumber: 9314
-employeeType: Normal
-homePhone: +1 408 275-6233
-initials: Y. C.
-mobile: +1 408 399-4111
-pager: +1 408 322-9649
-roomNumber: 9425
-manager: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Technical Kalman,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Norine Collis,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Norine Collis
-sn: Collis
-description: This is Norine Collis's description
-facsimileTelephoneNumber: +1 818 576-4730
-l: Orem
-ou: Payroll
-postalAddress: Payroll$Orem
-telephoneNumber: +1 818 970-1548
-title: Chief Payroll Mascot
-userPassword: Password1
-uid: CollisN
-givenName: Norine
-mail: CollisN@72ec658a847844a0a5dd8b28a2591cb9.bitwarden.com
-carLicense: CUYRCF
-departmentNumber: 2884
-employeeType: Normal
-homePhone: +1 818 532-5073
-initials: N. C.
-mobile: +1 818 994-8400
-pager: +1 818 151-1495
-roomNumber: 9635
-manager: cn=Rocio Darr,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Ronna Schaller,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Ramiz Wiedman,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ramiz Wiedman
-sn: Wiedman
-description: This is Ramiz Wiedman's description
-facsimileTelephoneNumber: +1 213 820-4501
-l: Redmond
-ou: Administrative
-postalAddress: Administrative$Redmond
-telephoneNumber: +1 213 328-8715
-title: Supreme Administrative Mascot
-userPassword: Password1
-uid: WiedmanR
-givenName: Ramiz
-mail: WiedmanR@0f043c2249b742dbb80c6523ef01a6b7.bitwarden.com
-carLicense: 11X4B9
-departmentNumber: 8765
-employeeType: Employee
-homePhone: +1 213 700-8622
-initials: R. W.
-mobile: +1 213 749-5305
-pager: +1 213 246-7615
-roomNumber: 8218
-manager: cn=Emery Meehan,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Salaidh Bugajski,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Izuru Weiss,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Izuru Weiss
-sn: Weiss
-description: This is Izuru Weiss's description
-facsimileTelephoneNumber: +1 213 222-8176
-l: San Jose
-ou: Janitorial
-postalAddress: Janitorial$San Jose
-telephoneNumber: +1 213 959-5080
-title: Junior Janitorial Architect
-userPassword: Password1
-uid: WeissI
-givenName: Izuru
-mail: WeissI@addacb3184714ace97e25c0e017ebbb0.bitwarden.com
-carLicense: QG3KPS
-departmentNumber: 9344
-employeeType: Contract
-homePhone: +1 213 492-5909
-initials: I. W.
-mobile: +1 213 376-4003
-pager: +1 213 853-4575
-roomNumber: 8032
-manager: cn=Roberta Gaiarsa,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Marji Bruner-Uebelhoer,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Marji Bruner-Uebelhoer
-sn: Bruner-Uebelhoer
-description: This is Marji Bruner-Uebelhoer's description
-facsimileTelephoneNumber: +1 804 399-4771
-l: San Francisco
-ou: Administrative
-postalAddress: Administrative$San Francisco
-telephoneNumber: +1 804 974-1746
-title: Associate Administrative Visionary
-userPassword: Password1
-uid: Bruner-M
-givenName: Marji
-mail: Bruner-M@7734abfbe0cf410a98cb441c23ec96e8.bitwarden.com
-carLicense: PF8VO2
-departmentNumber: 8082
-employeeType: Contract
-homePhone: +1 804 735-8629
-initials: M. B.
-mobile: +1 804 246-1806
-pager: +1 804 831-5622
-roomNumber: 8520
-manager: cn=Remington Parikh,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Sapphira MacIver,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Tetsumo Harkness,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Tetsumo Harkness
-sn: Harkness
-description: This is Tetsumo Harkness's description
-facsimileTelephoneNumber: +1 408 278-7394
-l: Sunnyvale
-ou: Administrative
-postalAddress: Administrative$Sunnyvale
-telephoneNumber: +1 408 899-9850
-title: Junior Administrative Consultant
-userPassword: Password1
-uid: HarknesT
-givenName: Tetsumo
-mail: HarknesT@e7ea59c48e104c89a0a319675817e4ff.bitwarden.com
-carLicense: RB3M9E
-departmentNumber: 5850
-employeeType: Contract
-homePhone: +1 408 586-4769
-initials: T. H.
-mobile: +1 408 856-1347
-pager: +1 408 720-5788
-roomNumber: 8218
-manager: cn=Lynett Litzenberger,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Mahmood Strudwick,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=George Neyman,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: George Neyman
-sn: Neyman
-description: This is George Neyman's description
-facsimileTelephoneNumber: +1 804 952-3804
-l: San Jose
-ou: Human Resources
-postalAddress: Human Resources$San Jose
-telephoneNumber: +1 804 145-8054
-title: Junior Human Resources Madonna
-userPassword: Password1
-uid: NeymanG
-givenName: George
-mail: NeymanG@c5507fb1b7424c01bac1a4fbf30f64fa.bitwarden.com
-carLicense: Y0LCJL
-departmentNumber: 2810
-employeeType: Contract
-homePhone: +1 804 162-5633
-initials: G. N.
-mobile: +1 804 738-7342
-pager: +1 804 958-3989
-roomNumber: 9036
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Fox Damena,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Aundrea Raaflaub,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Aundrea Raaflaub
-sn: Raaflaub
-description: This is Aundrea Raaflaub's description
-facsimileTelephoneNumber: +1 408 181-4557
-l: Menlo Park
-ou: Management
-postalAddress: Management$Menlo Park
-telephoneNumber: +1 408 909-3225
-title: Associate Management Developer
-userPassword: Password1
-uid: RaaflauA
-givenName: Aundrea
-mail: RaaflauA@ca5cfe9e2bd34d4daa1788a54ae9670d.bitwarden.com
-carLicense: O7CSYV
-departmentNumber: 4790
-employeeType: Normal
-homePhone: +1 408 395-8424
-initials: A. R.
-mobile: +1 408 774-2064
-pager: +1 408 793-4971
-roomNumber: 8179
-manager: cn=Wen Guertin,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Pritchard Fabijanic,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Virgina Hikita,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Virgina Hikita
-sn: Hikita
-description: This is Virgina Hikita's description
-facsimileTelephoneNumber: +1 510 291-6525
-l: Alameda
-ou: Product Development
-postalAddress: Product Development$Alameda
-telephoneNumber: +1 510 948-8949
-title: Junior Product Development Writer
-userPassword: Password1
-uid: HikitaV
-givenName: Virgina
-mail: HikitaV@44b2450bcee645ea9f41c30f5aa03fe5.bitwarden.com
-carLicense: MBCB3W
-departmentNumber: 3903
-employeeType: Employee
-homePhone: +1 510 554-4254
-initials: V. H.
-mobile: +1 510 291-9640
-pager: +1 510 723-4019
-roomNumber: 9116
-manager: cn=Pattie Rousseau,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Maia Chummun,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Laurna Lahaye,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Laurna Lahaye
-sn: Lahaye
-description: This is Laurna Lahaye's description
-facsimileTelephoneNumber: +1 510 875-7988
-l: Palo Alto
-ou: Janitorial
-postalAddress: Janitorial$Palo Alto
-telephoneNumber: +1 510 396-6317
-title: Junior Janitorial Engineer
-userPassword: Password1
-uid: LahayeL
-givenName: Laurna
-mail: LahayeL@8c867e4cf415450c9970643cdd97be2b.bitwarden.com
-carLicense: VQYT6C
-departmentNumber: 1160
-employeeType: Normal
-homePhone: +1 510 413-5864
-initials: L. L.
-mobile: +1 510 467-3903
-pager: +1 510 931-5591
-roomNumber: 8206
-manager: cn=Jere Kong,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Brenn Penland,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Brenn Penland
-sn: Penland
-description: This is Brenn Penland's description
-facsimileTelephoneNumber: +1 213 355-7353
-l: Menlo Park
-ou: Product Development
-postalAddress: Product Development$Menlo Park
-telephoneNumber: +1 213 105-5505
-title: Supreme Product Development Stooge
-userPassword: Password1
-uid: PenlandB
-givenName: Brenn
-mail: PenlandB@e62346e3a4bc49f8a310562753f43a8b.bitwarden.com
-carLicense: 3S2HSU
-departmentNumber: 5609
-employeeType: Employee
-homePhone: +1 213 686-3782
-initials: B. P.
-mobile: +1 213 684-4392
-pager: +1 213 426-4899
-roomNumber: 9197
-manager: cn=Lucien Tarof,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Meriel Rajchgod,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Meriel Rajchgod
-sn: Rajchgod
-description: This is Meriel Rajchgod's description
-facsimileTelephoneNumber: +1 213 824-3486
-l: San Mateo
-ou: Administrative
-postalAddress: Administrative$San Mateo
-telephoneNumber: +1 213 870-5364
-title: Supreme Administrative Evangelist
-userPassword: Password1
-uid: RajchgoM
-givenName: Meriel
-mail: RajchgoM@975f42c981f64264a2c4cf3ee5b53c68.bitwarden.com
-carLicense: D1N2N1
-departmentNumber: 7596
-employeeType: Normal
-homePhone: +1 213 606-6217
-initials: M. R.
-mobile: +1 213 445-3703
-pager: +1 213 253-5989
-roomNumber: 8982
-manager: cn=Latonya Cauthen,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Harold Blumer,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Rod Pols,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Rod Pols
-sn: Pols
-description: This is Rod Pols's description
-facsimileTelephoneNumber: +1 818 221-8051
-l: Milpitas
-ou: Management
-postalAddress: Management$Milpitas
-telephoneNumber: +1 818 656-6136
-title: Supreme Management President
-userPassword: Password1
-uid: PolsR
-givenName: Rod
-mail: PolsR@6e903e901a7349bc893396e294458a53.bitwarden.com
-carLicense: F09MOS
-departmentNumber: 8175
-employeeType: Normal
-homePhone: +1 818 710-5438
-initials: R. P.
-mobile: +1 818 701-9634
-pager: +1 818 384-2015
-roomNumber: 9333
-manager: cn=Jon Tennant,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Mahmood Strudwick,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Brianne Tel,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Brianne Tel
-sn: Tel
-description: This is Brianne Tel's description
-facsimileTelephoneNumber: +1 213 951-5180
-l: San Mateo
-ou: Peons
-postalAddress: Peons$San Mateo
-telephoneNumber: +1 213 266-6235
-title: Associate Peons Grunt
-userPassword: Password1
-uid: TelB
-givenName: Brianne
-mail: TelB@de7dfccc10c245619507096806e60950.bitwarden.com
-carLicense: WADC3D
-departmentNumber: 8449
-employeeType: Contract
-homePhone: +1 213 499-5326
-initials: B. T.
-mobile: +1 213 422-7693
-pager: +1 213 440-4681
-roomNumber: 9486
-manager: cn=Faye Layton,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Heather Sendyk,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Heather Sendyk
-sn: Sendyk
-description: This is Heather Sendyk's description
-facsimileTelephoneNumber: +1 408 425-5705
-l: Armonk
-ou: Product Development
-postalAddress: Product Development$Armonk
-telephoneNumber: +1 408 707-2696
-title: Master Product Development Technician
-userPassword: Password1
-uid: SendykH
-givenName: Heather
-mail: SendykH@5d0afe7d992e4dd7a5d5eabb7b3869d4.bitwarden.com
-carLicense: 3JJ403
-departmentNumber: 8326
-employeeType: Employee
-homePhone: +1 408 746-2932
-initials: H. S.
-mobile: +1 408 548-5175
-pager: +1 408 594-8295
-roomNumber: 9620
-manager: cn=Felicle Ostaszewski,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Spicer Thibon,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Sylva Baccari,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sylva Baccari
-sn: Baccari
-description: This is Sylva Baccari's description
-facsimileTelephoneNumber: +1 510 575-9050
-l: Menlo Park
-ou: Payroll
-postalAddress: Payroll$Menlo Park
-telephoneNumber: +1 510 551-1013
-title: Associate Payroll Pinhead
-userPassword: Password1
-uid: BaccariS
-givenName: Sylva
-mail: BaccariS@52375a276d8e4116b12e682b77fe0b05.bitwarden.com
-carLicense: JC7SXE
-departmentNumber: 5923
-employeeType: Employee
-homePhone: +1 510 606-5829
-initials: S. B.
-mobile: +1 510 703-6393
-pager: +1 510 783-3311
-roomNumber: 9535
-manager: cn=Diann Desjarlais,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Tildi Lemley,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Corine Deevey,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Corine Deevey
-sn: Deevey
-description: This is Corine Deevey's description
-facsimileTelephoneNumber: +1 804 949-1911
-l: Fremont
-ou: Product Testing
-postalAddress: Product Testing$Fremont
-telephoneNumber: +1 804 364-6241
-title: Master Product Testing Dictator
-userPassword: Password1
-uid: DeeveyC
-givenName: Corine
-mail: DeeveyC@01f5c22064444e6bb6b2ceafad6ba49b.bitwarden.com
-carLicense: JU9ORE
-departmentNumber: 2461
-employeeType: Contract
-homePhone: +1 804 198-6243
-initials: C. D.
-mobile: +1 804 171-6611
-pager: +1 804 900-4605
-roomNumber: 8129
-manager: cn=Wiele Lewellen,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Technical Kalman,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Arts Knieps,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Arts Knieps
-sn: Knieps
-description: This is Arts Knieps's description
-facsimileTelephoneNumber: +1 206 863-8212
-l: Redwood Shores
-ou: Peons
-postalAddress: Peons$Redwood Shores
-telephoneNumber: +1 206 265-2591
-title: Junior Peons Assistant
-userPassword: Password1
-uid: KniepsA
-givenName: Arts
-mail: KniepsA@1566f33b6a7c4a55a661acb56756703b.bitwarden.com
-carLicense: XK6NSC
-departmentNumber: 9853
-employeeType: Employee
-homePhone: +1 206 719-2181
-initials: A. K.
-mobile: +1 206 676-7373
-pager: +1 206 232-7894
-roomNumber: 8048
-manager: cn=Tish Tecklenburg,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Maia Chummun,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Rorie St.Louis,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Rorie St.Louis
-sn: St.Louis
-description: This is Rorie St.Louis's description
-facsimileTelephoneNumber: +1 206 768-7902
-l: San Francisco
-ou: Administrative
-postalAddress: Administrative$San Francisco
-telephoneNumber: +1 206 931-7287
-title: Supreme Administrative Warrior
-userPassword: Password1
-uid: St.LouiR
-givenName: Rorie
-mail: St.LouiR@a87753ac7bf1427f885f1082236b1df1.bitwarden.com
-carLicense: X6V1AY
-departmentNumber: 2144
-employeeType: Employee
-homePhone: +1 206 719-9829
-initials: R. S.
-mobile: +1 206 665-1763
-pager: +1 206 902-6603
-roomNumber: 8503
-manager: cn=Wen Guertin,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Selime Zaia,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Maible Hadaway,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Maible Hadaway
-sn: Hadaway
-description: This is Maible Hadaway's description
-facsimileTelephoneNumber: +1 415 369-7079
-l: Palo Alto
-ou: Administrative
-postalAddress: Administrative$Palo Alto
-telephoneNumber: +1 415 378-3644
-title: Associate Administrative Figurehead
-userPassword: Password1
-uid: HadawayM
-givenName: Maible
-mail: HadawayM@e13ec478445f403f96b444ef4cc94174.bitwarden.com
-carLicense: 58EIGT
-departmentNumber: 7431
-employeeType: Employee
-homePhone: +1 415 481-6802
-initials: M. H.
-mobile: +1 415 785-8654
-pager: +1 415 664-5504
-roomNumber: 9567
-manager: cn=Rita Krenos,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Veda Antle,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Narrima Seroka,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Narrima Seroka
-sn: Seroka
-description: This is Narrima Seroka's description
-facsimileTelephoneNumber: +1 206 465-3423
-l: San Francisco
-ou: Product Testing
-postalAddress: Product Testing$San Francisco
-telephoneNumber: +1 206 429-4464
-title: Chief Product Testing Czar
-userPassword: Password1
-uid: SerokaN
-givenName: Narrima
-mail: SerokaN@626b880f2ccd484e808f00ae1cb4ab85.bitwarden.com
-carLicense: 3P3LS4
-departmentNumber: 1727
-employeeType: Employee
-homePhone: +1 206 418-6689
-initials: N. S.
-mobile: +1 206 200-8737
-pager: +1 206 470-9218
-roomNumber: 9875
-manager: cn=Loren Dunkelman,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Allys Rabatich,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Marni Corcoran,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Marni Corcoran
-sn: Corcoran
-description: This is Marni Corcoran's description
-facsimileTelephoneNumber: +1 510 695-3326
-l: Orem
-ou: Peons
-postalAddress: Peons$Orem
-telephoneNumber: +1 510 263-9880
-title: Master Peons Pinhead
-userPassword: Password1
-uid: CorcoraM
-givenName: Marni
-mail: CorcoraM@c13f760557814326b61c473b2a31b9ab.bitwarden.com
-carLicense: DHBMBL
-departmentNumber: 2599
-employeeType: Normal
-homePhone: +1 510 929-6854
-initials: M. C.
-mobile: +1 510 690-9711
-pager: +1 510 725-1967
-roomNumber: 8519
-manager: cn=Jere Kong,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Te-Wei Cung,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Mehboob Stocker,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mehboob Stocker
-sn: Stocker
-description: This is Mehboob Stocker's description
-facsimileTelephoneNumber: +1 213 751-3788
-l: Menlo Park
-ou: Product Testing
-postalAddress: Product Testing$Menlo Park
-telephoneNumber: +1 213 858-5375
-title: Junior Product Testing Sales Rep
-userPassword: Password1
-uid: StockerM
-givenName: Mehboob
-mail: StockerM@a47600d2e5c647aeaa042a01114fad3f.bitwarden.com
-carLicense: YR5GCS
-departmentNumber: 8756
-employeeType: Employee
-homePhone: +1 213 190-2225
-initials: M. S.
-mobile: +1 213 231-9594
-pager: +1 213 724-1658
-roomNumber: 9268
-manager: cn=Jere Kong,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Ammamaria Herring,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Aprilette Hache,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Aprilette Hache
-sn: Hache
-description: This is Aprilette Hache's description
-facsimileTelephoneNumber: +1 213 973-4710
-l: Armonk
-ou: Product Testing
-postalAddress: Product Testing$Armonk
-telephoneNumber: +1 213 766-2416
-title: Associate Product Testing Mascot
-userPassword: Password1
-uid: HacheA
-givenName: Aprilette
-mail: HacheA@6211d58c45444a489ca2a34f354f2ae9.bitwarden.com
-carLicense: 5PY7B5
-departmentNumber: 7960
-employeeType: Employee
-homePhone: +1 213 900-2213
-initials: A. H.
-mobile: +1 213 168-4754
-pager: +1 213 799-9315
-roomNumber: 8020
-manager: cn=Shiela Harada,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Selime Zaia,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Arzu Ravi,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Arzu Ravi
-sn: Ravi
-description: This is Arzu Ravi's description
-facsimileTelephoneNumber: +1 408 168-7543
-l: Alameda
-ou: Payroll
-postalAddress: Payroll$Alameda
-telephoneNumber: +1 408 978-3031
-title: Supreme Payroll Director
-userPassword: Password1
-uid: RaviA
-givenName: Arzu
-mail: RaviA@5ed95073f0094f04af17c1ff4f2772c3.bitwarden.com
-carLicense: 15NORI
-departmentNumber: 7423
-employeeType: Contract
-homePhone: +1 408 564-1983
-initials: A. R.
-mobile: +1 408 176-7230
-pager: +1 408 788-8947
-roomNumber: 9385
-manager: cn=Greta Ramsayer,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Robbie McCracken,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Trenna Dicaprio,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Trenna Dicaprio
-sn: Dicaprio
-description: This is Trenna Dicaprio's description
-facsimileTelephoneNumber: +1 510 730-3409
-l: San Mateo
-ou: Management
-postalAddress: Management$San Mateo
-telephoneNumber: +1 510 677-9575
-title: Chief Management Technician
-userPassword: Password1
-uid: DicapriT
-givenName: Trenna
-mail: DicapriT@e0c925d836104225ad7119289c418ab5.bitwarden.com
-carLicense: 8FY70C
-departmentNumber: 2457
-employeeType: Contract
-homePhone: +1 510 142-4830
-initials: T. D.
-mobile: +1 510 431-8562
-pager: +1 510 366-2881
-roomNumber: 8311
-manager: cn=Wiele Lewellen,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Jesus Earley,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Anne-corinne Leader,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Anne-corinne Leader
-sn: Leader
-description: This is Anne-corinne Leader's description
-facsimileTelephoneNumber: +1 510 342-4553
-l: Menlo Park
-ou: Human Resources
-postalAddress: Human Resources$Menlo Park
-telephoneNumber: +1 510 399-4464
-title: Junior Human Resources Grunt
-userPassword: Password1
-uid: LeaderA
-givenName: Anne-corinne
-mail: LeaderA@ad005e1f3e2c4d6ba75c2d9c48687591.bitwarden.com
-carLicense: UOQS0Q
-departmentNumber: 4531
-employeeType: Contract
-homePhone: +1 510 418-7207
-initials: A. L.
-mobile: +1 510 972-5682
-pager: +1 510 569-2699
-roomNumber: 8897
-manager: cn=Melany DiPasquale,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Grantley Kobreek,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Alfreda Neilly,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Alfreda Neilly
-sn: Neilly
-description: This is Alfreda Neilly's description
-facsimileTelephoneNumber: +1 213 654-4892
-l: Menlo Park
-ou: Payroll
-postalAddress: Payroll$Menlo Park
-telephoneNumber: +1 213 600-7761
-title: Supreme Payroll Writer
-userPassword: Password1
-uid: NeillyA
-givenName: Alfreda
-mail: NeillyA@9b6ac34e0ff04d81b84f1dd42d147248.bitwarden.com
-carLicense: WD5GGM
-departmentNumber: 3069
-employeeType: Employee
-homePhone: +1 213 639-2334
-initials: A. N.
-mobile: +1 213 745-3224
-pager: +1 213 623-4403
-roomNumber: 9292
-manager: cn=Felicle Ostaszewski,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Ronna Schaller,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Kishore Bowens,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kishore Bowens
-sn: Bowens
-description: This is Kishore Bowens's description
-facsimileTelephoneNumber: +1 818 580-6174
-l: Milpitas
-ou: Management
-postalAddress: Management$Milpitas
-telephoneNumber: +1 818 703-8174
-title: Chief Management Artist
-userPassword: Password1
-uid: BowensK
-givenName: Kishore
-mail: BowensK@0b38bf36f91946249fd04b47bc5fc6b3.bitwarden.com
-carLicense: 0MP447
-departmentNumber: 6472
-employeeType: Normal
-homePhone: +1 818 809-7802
-initials: K. B.
-mobile: +1 818 853-4441
-pager: +1 818 682-7149
-roomNumber: 8120
-manager: cn=Pak Unixsupport,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Reeta Roldan,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Jean-Francois Hampshire,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jean-Francois Hampshire
-sn: Hampshire
-description: This is Jean-Francois Hampshire's description
-facsimileTelephoneNumber: +1 804 544-3247
-l: Cupertino
-ou: Janitorial
-postalAddress: Janitorial$Cupertino
-telephoneNumber: +1 804 770-2103
-title: Master Janitorial Artist
-userPassword: Password1
-uid: HampshiJ
-givenName: Jean-Francois
-mail: HampshiJ@e91f82a02b3f4f85a7302d554f0cb4dd.bitwarden.com
-carLicense: 5P8LPE
-departmentNumber: 9245
-employeeType: Contract
-homePhone: +1 804 383-2621
-initials: J. H.
-mobile: +1 804 578-7982
-pager: +1 804 229-8479
-roomNumber: 8985
-manager: cn=Misbah Nielson,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Chi-ho Mansourati,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Yalonda Scrbacic,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Yalonda Scrbacic
-sn: Scrbacic
-description: This is Yalonda Scrbacic's description
-facsimileTelephoneNumber: +1 804 439-5196
-l: San Francisco
-ou: Human Resources
-postalAddress: Human Resources$San Francisco
-telephoneNumber: +1 804 251-2542
-title: Supreme Human Resources Visionary
-userPassword: Password1
-uid: ScrbaciY
-givenName: Yalonda
-mail: ScrbaciY@f185c5336698451d9003f4fee19cdce1.bitwarden.com
-carLicense: X9N2K5
-departmentNumber: 9386
-employeeType: Employee
-homePhone: +1 804 284-2988
-initials: Y. S.
-mobile: +1 804 588-4574
-pager: +1 804 304-7714
-roomNumber: 9195
-manager: cn=Christy Pandolfo,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Moshe Wallaert,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Gretel Lundy,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gretel Lundy
-sn: Lundy
-description: This is Gretel Lundy's description
-facsimileTelephoneNumber: +1 804 227-9553
-l: Cambridge
-ou: Product Testing
-postalAddress: Product Testing$Cambridge
-telephoneNumber: +1 804 540-8605
-title: Master Product Testing Developer
-userPassword: Password1
-uid: LundyG
-givenName: Gretel
-mail: LundyG@f943c40608904ca78dc0db77ac3253cf.bitwarden.com
-carLicense: GCIPJD
-departmentNumber: 9261
-employeeType: Normal
-homePhone: +1 804 266-8753
-initials: G. L.
-mobile: +1 804 180-3335
-pager: +1 804 206-5976
-roomNumber: 8406
-manager: cn=Therese Meachum,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Hollie Vella,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Surendra Dunlap,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Surendra Dunlap
-sn: Dunlap
-description: This is Surendra Dunlap's description
-facsimileTelephoneNumber: +1 213 836-1801
-l: Sunnyvale
-ou: Product Development
-postalAddress: Product Development$Sunnyvale
-telephoneNumber: +1 213 284-3965
-title: Chief Product Development Grunt
-userPassword: Password1
-uid: DunlapS
-givenName: Surendra
-mail: DunlapS@8e71609a193c472b82fe1cf05724b139.bitwarden.com
-carLicense: 6LCXIR
-departmentNumber: 7735
-employeeType: Normal
-homePhone: +1 213 690-7570
-initials: S. D.
-mobile: +1 213 765-1357
-pager: +1 213 807-7523
-roomNumber: 9593
-manager: cn=Thi Peirce,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Tamiko Braun,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Lennart Steklasa,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lennart Steklasa
-sn: Steklasa
-description: This is Lennart Steklasa's description
-facsimileTelephoneNumber: +1 818 678-3594
-l: Orem
-ou: Product Testing
-postalAddress: Product Testing$Orem
-telephoneNumber: +1 818 695-6755
-title: Associate Product Testing Pinhead
-userPassword: Password1
-uid: SteklasL
-givenName: Lennart
-mail: SteklasL@da0493d79258465a92f6929fa5f9ec32.bitwarden.com
-carLicense: PGJIRV
-departmentNumber: 9292
-employeeType: Contract
-homePhone: +1 818 483-4011
-initials: L. S.
-mobile: +1 818 411-2448
-pager: +1 818 263-5500
-roomNumber: 9436
-manager: cn=Lynett Litzenberger,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Arabela Nikiforuk,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Faun Gahlot,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Faun Gahlot
-sn: Gahlot
-description: This is Faun Gahlot's description
-facsimileTelephoneNumber: +1 804 393-9301
-l: Sunnyvale
-ou: Peons
-postalAddress: Peons$Sunnyvale
-telephoneNumber: +1 804 578-3972
-title: Junior Peons Punk
-userPassword: Password1
-uid: GahlotF
-givenName: Faun
-mail: GahlotF@909cf6b137ca4d759b2deffe4a041d0a.bitwarden.com
-carLicense: VKGPSK
-departmentNumber: 2800
-employeeType: Normal
-homePhone: +1 804 584-2417
-initials: F. G.
-mobile: +1 804 463-2456
-pager: +1 804 190-9770
-roomNumber: 9410
-manager: cn=Emery Meehan,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Moshe Wallaert,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Shaibal Desrochers,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Shaibal Desrochers
-sn: Desrochers
-description: This is Shaibal Desrochers's description
-facsimileTelephoneNumber: +1 510 125-4754
-l: Armonk
-ou: Management
-postalAddress: Management$Armonk
-telephoneNumber: +1 510 859-6473
-title: Master Management Vice President
-userPassword: Password1
-uid: DesrochS
-givenName: Shaibal
-mail: DesrochS@e73e3027888946e39965dbd392bbf0b4.bitwarden.com
-carLicense: UJQTUO
-departmentNumber: 8715
-employeeType: Normal
-homePhone: +1 510 273-6370
-initials: S. D.
-mobile: +1 510 549-9505
-pager: +1 510 586-9253
-roomNumber: 9082
-manager: cn=Helmuth Garfield,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Jesus Earley,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Sika Slinowsky,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sika Slinowsky
-sn: Slinowsky
-description: This is Sika Slinowsky's description
-facsimileTelephoneNumber: +1 804 179-6807
-l: Santa Clara
-ou: Payroll
-postalAddress: Payroll$Santa Clara
-telephoneNumber: +1 804 837-9072
-title: Chief Payroll Visionary
-userPassword: Password1
-uid: SlinowsS
-givenName: Sika
-mail: SlinowsS@8f809d313c5046328851b3d786bd4238.bitwarden.com
-carLicense: 2B7QA5
-departmentNumber: 4455
-employeeType: Contract
-homePhone: +1 804 538-9485
-initials: S. S.
-mobile: +1 804 479-6204
-pager: +1 804 390-8654
-roomNumber: 9578
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Nicky Bvworks,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Nicky Bvworks
-sn: Bvworks
-description: This is Nicky Bvworks's description
-facsimileTelephoneNumber: +1 408 988-5804
-l: San Francisco
-ou: Product Testing
-postalAddress: Product Testing$San Francisco
-telephoneNumber: +1 408 437-4762
-title: Chief Product Testing Czar
-userPassword: Password1
-uid: BvworksN
-givenName: Nicky
-mail: BvworksN@b112fc0413114ddcbf0202947d5c2011.bitwarden.com
-carLicense: IPO8RU
-departmentNumber: 2635
-employeeType: Normal
-homePhone: +1 408 862-2979
-initials: N. B.
-mobile: +1 408 338-8305
-pager: +1 408 574-3882
-roomNumber: 8879
-manager: cn=Lynett Litzenberger,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Ammamaria Herring,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Evan Kalsey,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Evan Kalsey
-sn: Kalsey
-description: This is Evan Kalsey's description
-facsimileTelephoneNumber: +1 415 272-3633
-l: Fremont
-ou: Human Resources
-postalAddress: Human Resources$Fremont
-telephoneNumber: +1 415 681-8412
-title: Junior Human Resources Czar
-userPassword: Password1
-uid: KalseyE
-givenName: Evan
-mail: KalseyE@9c963092e18948a3b8cdd57aca66150c.bitwarden.com
-carLicense: W1KIG6
-departmentNumber: 9059
-employeeType: Employee
-homePhone: +1 415 540-1451
-initials: E. K.
-mobile: +1 415 196-5317
-pager: +1 415 363-2770
-roomNumber: 9370
-manager: cn=Vitia Moulsoff,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Gabie Chapa,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Yuksel Karibian,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Yuksel Karibian
-sn: Karibian
-description: This is Yuksel Karibian's description
-facsimileTelephoneNumber: +1 206 594-4982
-l: Sunnyvale
-ou: Management
-postalAddress: Management$Sunnyvale
-telephoneNumber: +1 206 730-1851
-title: Associate Management Manager
-userPassword: Password1
-uid: KaribiaY
-givenName: Yuksel
-mail: KaribiaY@eb82c31be85446d794ef51293247c40a.bitwarden.com
-carLicense: HHC5N6
-departmentNumber: 4067
-employeeType: Employee
-homePhone: +1 206 642-6333
-initials: Y. K.
-mobile: +1 206 448-4594
-pager: +1 206 171-3837
-roomNumber: 9150
-manager: cn=Rosalinde Veedell,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Yueli Yakibchuk,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Natalya Ketley,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Natalya Ketley
-sn: Ketley
-description: This is Natalya Ketley's description
-facsimileTelephoneNumber: +1 415 314-2962
-l: Sunnyvale
-ou: Peons
-postalAddress: Peons$Sunnyvale
-telephoneNumber: +1 415 350-3297
-title: Associate Peons Artist
-userPassword: Password1
-uid: KetleyN
-givenName: Natalya
-mail: KetleyN@358e7e7af59f4cbba4978599cbe7fad2.bitwarden.com
-carLicense: 9WSC47
-departmentNumber: 7495
-employeeType: Contract
-homePhone: +1 415 124-8566
-initials: N. K.
-mobile: +1 415 289-2005
-pager: +1 415 119-7904
-roomNumber: 8192
-manager: cn=Dottie Mansi,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Chi-ho Mansourati,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Stephenie Sager,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Stephenie Sager
-sn: Sager
-description: This is Stephenie Sager's description
-facsimileTelephoneNumber: +1 818 223-7031
-l: Sunnyvale
-ou: Payroll
-postalAddress: Payroll$Sunnyvale
-telephoneNumber: +1 818 338-2353
-title: Junior Payroll Dictator
-userPassword: Password1
-uid: SagerS
-givenName: Stephenie
-mail: SagerS@1435fdc2b771411ca35fcc6cc2698b9c.bitwarden.com
-carLicense: KFT4YS
-departmentNumber: 6406
-employeeType: Employee
-homePhone: +1 818 869-2888
-initials: S. S.
-mobile: +1 818 133-6725
-pager: +1 818 514-1568
-roomNumber: 9070
-manager: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Maia Chummun,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Loria Posthumus,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Loria Posthumus
-sn: Posthumus
-description: This is Loria Posthumus's description
-facsimileTelephoneNumber: +1 415 355-3537
-l: San Mateo
-ou: Management
-postalAddress: Management$San Mateo
-telephoneNumber: +1 415 402-3260
-title: Associate Management Writer
-userPassword: Password1
-uid: PosthumL
-givenName: Loria
-mail: PosthumL@9aabc0c0846e44fe90512a9449c3b77f.bitwarden.com
-carLicense: 6UAP8W
-departmentNumber: 8856
-employeeType: Contract
-homePhone: +1 415 335-6223
-initials: L. P.
-mobile: +1 415 473-4104
-pager: +1 415 518-5355
-roomNumber: 9164
-manager: cn=Anne-Marie Haydock,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Esme Tschaja,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Esme Tschaja
-sn: Tschaja
-description: This is Esme Tschaja's description
-facsimileTelephoneNumber: +1 408 909-5536
-l: Cupertino
-ou: Peons
-postalAddress: Peons$Cupertino
-telephoneNumber: +1 408 166-2928
-title: Junior Peons Fellow
-userPassword: Password1
-uid: TschajaE
-givenName: Esme
-mail: TschajaE@648da49b32e0468cbaab8b6990a6bcd7.bitwarden.com
-carLicense: L2MD6A
-departmentNumber: 3673
-employeeType: Employee
-homePhone: +1 408 957-2112
-initials: E. T.
-mobile: +1 408 924-5739
-pager: +1 408 819-8290
-roomNumber: 8671
-manager: cn=Tak-Wai Salladay,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Pavla Organization,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Charil Chatfield,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Charil Chatfield
-sn: Chatfield
-description: This is Charil Chatfield's description
-facsimileTelephoneNumber: +1 818 350-1579
-l: San Mateo
-ou: Human Resources
-postalAddress: Human Resources$San Mateo
-telephoneNumber: +1 818 446-5451
-title: Chief Human Resources Artist
-userPassword: Password1
-uid: ChatfieC
-givenName: Charil
-mail: ChatfieC@cfa0486ac3634ea8b0f99cdfe79eb81f.bitwarden.com
-carLicense: FM43U6
-departmentNumber: 8626
-employeeType: Employee
-homePhone: +1 818 876-5575
-initials: C. C.
-mobile: +1 818 187-8400
-pager: +1 818 954-9687
-roomNumber: 9372
-manager: cn=Gwen Kardomateas,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Veda Antle,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Millisent Zalite,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Millisent Zalite
-sn: Zalite
-description: This is Millisent Zalite's description
-facsimileTelephoneNumber: +1 213 643-1405
-l: Sunnyvale
-ou: Janitorial
-postalAddress: Janitorial$Sunnyvale
-telephoneNumber: +1 213 436-3097
-title: Supreme Janitorial Technician
-userPassword: Password1
-uid: ZaliteM
-givenName: Millisent
-mail: ZaliteM@e9d2432dab5d4daea156163662f6d3fa.bitwarden.com
-carLicense: TWQ4FH
-departmentNumber: 4391
-employeeType: Normal
-homePhone: +1 213 366-5842
-initials: M. Z.
-mobile: +1 213 160-1201
-pager: +1 213 952-8172
-roomNumber: 9040
-manager: cn=Rosalinde Veedell,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Scptest Soules,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Scptest Soules
-sn: Soules
-description: This is Scptest Soules's description
-facsimileTelephoneNumber: +1 818 511-4480
-l: Fremont
-ou: Peons
-postalAddress: Peons$Fremont
-telephoneNumber: +1 818 169-4938
-title: Associate Peons Director
-userPassword: Password1
-uid: SoulesS
-givenName: Scptest
-mail: SoulesS@2a4ac17a2dac443185eb76e92ebd37d9.bitwarden.com
-carLicense: CC1S1Q
-departmentNumber: 2894
-employeeType: Employee
-homePhone: +1 818 493-9679
-initials: S. S.
-mobile: +1 818 949-5079
-pager: +1 818 476-4726
-roomNumber: 8781
-manager: cn=Cosette Grueneich,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Ringo Kavanagh,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Yeung Byrgesen,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Yeung Byrgesen
-sn: Byrgesen
-description: This is Yeung Byrgesen's description
-facsimileTelephoneNumber: +1 510 177-1761
-l: Cupertino
-ou: Human Resources
-postalAddress: Human Resources$Cupertino
-telephoneNumber: +1 510 653-5573
-title: Supreme Human Resources Mascot
-userPassword: Password1
-uid: ByrgeseY
-givenName: Yeung
-mail: ByrgeseY@05f7379ac7b945a2a2343b19ee63fd8a.bitwarden.com
-carLicense: SJ9TMN
-departmentNumber: 9246
-employeeType: Contract
-homePhone: +1 510 330-6555
-initials: Y. B.
-mobile: +1 510 388-1251
-pager: +1 510 797-4259
-roomNumber: 8272
-manager: cn=Loren Dunkelman,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Tamiko Braun,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Hephzibah Sreedhar,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Hephzibah Sreedhar
-sn: Sreedhar
-description: This is Hephzibah Sreedhar's description
-facsimileTelephoneNumber: +1 408 145-6294
-l: Fremont
-ou: Human Resources
-postalAddress: Human Resources$Fremont
-telephoneNumber: +1 408 660-9060
-title: Associate Human Resources Pinhead
-userPassword: Password1
-uid: SreedhaH
-givenName: Hephzibah
-mail: SreedhaH@f0da7bbf51f0472cbdc26a3d196ad9f7.bitwarden.com
-carLicense: IQFRQ2
-departmentNumber: 8583
-employeeType: Normal
-homePhone: +1 408 689-3736
-initials: H. S.
-mobile: +1 408 129-8685
-pager: +1 408 540-2164
-roomNumber: 9306
-manager: cn=Raoul Gultekin,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Ringo Kavanagh,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Aretha Skalski,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Aretha Skalski
-sn: Skalski
-description: This is Aretha Skalski's description
-facsimileTelephoneNumber: +1 213 764-2585
-l: Palo Alto
-ou: Human Resources
-postalAddress: Human Resources$Palo Alto
-telephoneNumber: +1 213 966-9099
-title: Chief Human Resources Sales Rep
-userPassword: Password1
-uid: SkalskiA
-givenName: Aretha
-mail: SkalskiA@94dbeedce77e435482fe6d405df83d4c.bitwarden.com
-carLicense: DMWYRM
-departmentNumber: 2102
-employeeType: Normal
-homePhone: +1 213 385-3766
-initials: A. S.
-mobile: +1 213 687-6405
-pager: +1 213 571-7860
-roomNumber: 8007
-manager: cn=Wiele Lewellen,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Fox Damena,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Mary-Ellen Somers,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mary-Ellen Somers
-sn: Somers
-description: This is Mary-Ellen Somers's description
-facsimileTelephoneNumber: +1 818 846-8292
-l: Cupertino
-ou: Administrative
-postalAddress: Administrative$Cupertino
-telephoneNumber: +1 818 513-1359
-title: Master Administrative Consultant
-userPassword: Password1
-uid: SomersM
-givenName: Mary-Ellen
-mail: SomersM@cb46f3d5e3ae412698e65179c2feb7ab.bitwarden.com
-carLicense: 1JIT0O
-departmentNumber: 9819
-employeeType: Normal
-homePhone: +1 818 505-7201
-initials: M. S.
-mobile: +1 818 158-4543
-pager: +1 818 800-9791
-roomNumber: 8485
-manager: cn=Jojo Wolska,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Charin Goulfine,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Faustina Cotner,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Faustina Cotner
-sn: Cotner
-description: This is Faustina Cotner's description
-facsimileTelephoneNumber: +1 213 146-3960
-l: Menlo Park
-ou: Product Testing
-postalAddress: Product Testing$Menlo Park
-telephoneNumber: +1 213 308-4571
-title: Chief Product Testing Artist
-userPassword: Password1
-uid: CotnerF
-givenName: Faustina
-mail: CotnerF@b8d71981403d4ad3936eae858f7c09c1.bitwarden.com
-carLicense: 31TVQA
-departmentNumber: 6420
-employeeType: Employee
-homePhone: +1 213 352-3181
-initials: F. C.
-mobile: +1 213 898-3267
-pager: +1 213 477-6139
-roomNumber: 8393
-manager: cn=Halina Zollman,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Technical Kalman,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Henka Fishman,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Henka Fishman
-sn: Fishman
-description: This is Henka Fishman's description
-facsimileTelephoneNumber: +1 804 851-4879
-l: Redmond
-ou: Peons
-postalAddress: Peons$Redmond
-telephoneNumber: +1 804 337-7195
-title: Associate Peons Engineer
-userPassword: Password1
-uid: FishmanH
-givenName: Henka
-mail: FishmanH@75cfe3b17f814e26bcb907701681f79b.bitwarden.com
-carLicense: 4MOYRS
-departmentNumber: 5413
-employeeType: Normal
-homePhone: +1 804 831-7325
-initials: H. F.
-mobile: +1 804 963-8432
-pager: +1 804 479-9102
-roomNumber: 9719
-manager: cn=Aziz Nahata,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Te-Wei Cung,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Koji Casadonte,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Koji Casadonte
-sn: Casadonte
-description: This is Koji Casadonte's description
-facsimileTelephoneNumber: +1 206 152-3232
-l: Milpitas
-ou: Human Resources
-postalAddress: Human Resources$Milpitas
-telephoneNumber: +1 206 159-1883
-title: Master Human Resources Architect
-userPassword: Password1
-uid: CasadonK
-givenName: Koji
-mail: CasadonK@1ff9a66902cb4cf2b7c16b584c77372f.bitwarden.com
-carLicense: V4Q5X6
-departmentNumber: 7950
-employeeType: Normal
-homePhone: +1 206 822-3093
-initials: K. C.
-mobile: +1 206 535-4147
-pager: +1 206 786-4613
-roomNumber: 9714
-manager: cn=Josy Puddington,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Becky Priestley,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Salah Brydges,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Salah Brydges
-sn: Brydges
-description: This is Salah Brydges's description
-facsimileTelephoneNumber: +1 510 782-4107
-l: Sunnyvale
-ou: Human Resources
-postalAddress: Human Resources$Sunnyvale
-telephoneNumber: +1 510 256-6900
-title: Associate Human Resources Evangelist
-userPassword: Password1
-uid: BrydgesS
-givenName: Salah
-mail: BrydgesS@3fb71e154819408ca7eea343641a09a2.bitwarden.com
-carLicense: CKH9Q1
-departmentNumber: 1114
-employeeType: Employee
-homePhone: +1 510 272-2295
-initials: S. B.
-mobile: +1 510 502-7668
-pager: +1 510 394-7343
-roomNumber: 8098
-manager: cn=Odelinda Fedoruk,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Hyacinthia Beerkens,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Hyacinthia Beerkens
-sn: Beerkens
-description: This is Hyacinthia Beerkens's description
-facsimileTelephoneNumber: +1 510 862-6890
-l: Santa Clara
-ou: Product Development
-postalAddress: Product Development$Santa Clara
-telephoneNumber: +1 510 318-9531
-title: Supreme Product Development Pinhead
-userPassword: Password1
-uid: BeerkenH
-givenName: Hyacinthia
-mail: BeerkenH@e3fda62d070446b4a4b174f2200ace67.bitwarden.com
-carLicense: ATKS7C
-departmentNumber: 3325
-employeeType: Employee
-homePhone: +1 510 925-3476
-initials: H. B.
-mobile: +1 510 139-7729
-pager: +1 510 452-4233
-roomNumber: 8763
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Dania Hekel,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Henka Pattison,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Henka Pattison
-sn: Pattison
-description: This is Henka Pattison's description
-facsimileTelephoneNumber: +1 510 734-7962
-l: Sunnyvale
-ou: Product Testing
-postalAddress: Product Testing$Sunnyvale
-telephoneNumber: +1 510 269-8888
-title: Master Product Testing Sales Rep
-userPassword: Password1
-uid: PattisoH
-givenName: Henka
-mail: PattisoH@b4a904a2941e40b5861f4386f42df0aa.bitwarden.com
-carLicense: BCET36
-departmentNumber: 6070
-employeeType: Employee
-homePhone: +1 510 966-4048
-initials: H. P.
-mobile: +1 510 614-6035
-pager: +1 510 252-4686
-roomNumber: 8986
-manager: cn=Faye Layton,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Hollie Vella,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Koen Whetzel,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Koen Whetzel
-sn: Whetzel
-description: This is Koen Whetzel's description
-facsimileTelephoneNumber: +1 804 734-2913
-l: San Mateo
-ou: Janitorial
-postalAddress: Janitorial$San Mateo
-telephoneNumber: +1 804 202-9504
-title: Master Janitorial Janitor
-userPassword: Password1
-uid: WhetzelK
-givenName: Koen
-mail: WhetzelK@8d2bde7cc8a74ac5887aa1747493b68d.bitwarden.com
-carLicense: 8PQB1J
-departmentNumber: 6599
-employeeType: Contract
-homePhone: +1 804 432-6705
-initials: K. W.
-mobile: +1 804 217-3474
-pager: +1 804 191-9543
-roomNumber: 9925
-manager: cn=Pak Unixsupport,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Charin Goulfine,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Darwin Adam,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Darwin Adam
-sn: Adam
-description: This is Darwin Adam's description
-facsimileTelephoneNumber: +1 206 962-6019
-l: Redwood Shores
-ou: Payroll
-postalAddress: Payroll$Redwood Shores
-telephoneNumber: +1 206 314-9934
-title: Junior Payroll Warrior
-userPassword: Password1
-uid: AdamD
-givenName: Darwin
-mail: AdamD@2be34f5ec6f74cc2821cac9c2d089756.bitwarden.com
-carLicense: 0XDW79
-departmentNumber: 9600
-employeeType: Contract
-homePhone: +1 206 527-2401
-initials: D. A.
-mobile: +1 206 290-3765
-pager: +1 206 703-4854
-roomNumber: 8433
-manager: cn=Loren Dunkelman,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Jesus Earley,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Natalya Howard,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Natalya Howard
-sn: Howard
-description: This is Natalya Howard's description
-facsimileTelephoneNumber: +1 213 865-5513
-l: Cupertino
-ou: Administrative
-postalAddress: Administrative$Cupertino
-telephoneNumber: +1 213 306-2398
-title: Master Administrative Manager
-userPassword: Password1
-uid: HowardN
-givenName: Natalya
-mail: HowardN@e7df42cf1ee34fc08ef8899e4330b619.bitwarden.com
-carLicense: UFG0EQ
-departmentNumber: 2980
-employeeType: Employee
-homePhone: +1 213 163-5591
-initials: N. H.
-mobile: +1 213 534-6382
-pager: +1 213 318-3045
-roomNumber: 8457
-manager: cn=Melany DiPasquale,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Zouheir Robillard,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Zouheir Robillard
-sn: Robillard
-description: This is Zouheir Robillard's description
-facsimileTelephoneNumber: +1 206 789-9611
-l: San Mateo
-ou: Janitorial
-postalAddress: Janitorial$San Mateo
-telephoneNumber: +1 206 697-5063
-title: Chief Janitorial Evangelist
-userPassword: Password1
-uid: RobillaZ
-givenName: Zouheir
-mail: RobillaZ@9a2b19c990664e41968f2665f0281970.bitwarden.com
-carLicense: 0P26CX
-departmentNumber: 7798
-employeeType: Contract
-homePhone: +1 206 523-5446
-initials: Z. R.
-mobile: +1 206 437-8203
-pager: +1 206 316-8210
-roomNumber: 8044
-manager: cn=Roberta Gaiarsa,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Virgina Pichocki,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Nelli Rannells,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Nelli Rannells
-sn: Rannells
-description: This is Nelli Rannells's description
-facsimileTelephoneNumber: +1 213 789-1217
-l: Armonk
-ou: Administrative
-postalAddress: Administrative$Armonk
-telephoneNumber: +1 213 786-5161
-title: Junior Administrative Grunt
-userPassword: Password1
-uid: RannellN
-givenName: Nelli
-mail: RannellN@237fc261a1ea4cd0aba9b13fec2d1761.bitwarden.com
-carLicense: CKF1VQ
-departmentNumber: 8054
-employeeType: Employee
-homePhone: +1 213 782-9396
-initials: N. R.
-mobile: +1 213 390-9523
-pager: +1 213 800-5160
-roomNumber: 8996
-manager: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Jackson Leapheart,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Gretchen Doyle,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gretchen Doyle
-sn: Doyle
-description: This is Gretchen Doyle's description
-facsimileTelephoneNumber: +1 206 566-9063
-l: Santa Clara
-ou: Human Resources
-postalAddress: Human Resources$Santa Clara
-telephoneNumber: +1 206 610-1156
-title: Associate Human Resources Evangelist
-userPassword: Password1
-uid: DoyleG
-givenName: Gretchen
-mail: DoyleG@aa945863ba884bb0945b413cc3668682.bitwarden.com
-carLicense: BSA93W
-departmentNumber: 4247
-employeeType: Normal
-homePhone: +1 206 432-4941
-initials: G. D.
-mobile: +1 206 503-3553
-pager: +1 206 244-5429
-roomNumber: 9720
-manager: cn=Devonne Janelle,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Esme Garay,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Georgia Roney,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Georgia Roney
-sn: Roney
-description: This is Georgia Roney's description
-facsimileTelephoneNumber: +1 213 362-7089
-l: Cambridge
-ou: Janitorial
-postalAddress: Janitorial$Cambridge
-telephoneNumber: +1 213 340-1209
-title: Associate Janitorial Mascot
-userPassword: Password1
-uid: RoneyG
-givenName: Georgia
-mail: RoneyG@a9c3295ea2f347439f03376e321e4733.bitwarden.com
-carLicense: X941N3
-departmentNumber: 7217
-employeeType: Normal
-homePhone: +1 213 712-5538
-initials: G. R.
-mobile: +1 213 791-4339
-pager: +1 213 762-7458
-roomNumber: 8075
-manager: cn=Tak-Wai Salladay,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Gussy Devera,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Loralyn Marx,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Loralyn Marx
-sn: Marx
-description: This is Loralyn Marx's description
-facsimileTelephoneNumber: +1 213 718-2591
-l: Redwood Shores
-ou: Management
-postalAddress: Management$Redwood Shores
-telephoneNumber: +1 213 734-6970
-title: Chief Management Dictator
-userPassword: Password1
-uid: MarxL
-givenName: Loralyn
-mail: MarxL@ef2270c14b094de6b45c57fd04ab63b3.bitwarden.com
-carLicense: 58Q06P
-departmentNumber: 5240
-employeeType: Contract
-homePhone: +1 213 480-2628
-initials: L. M.
-mobile: +1 213 357-6305
-pager: +1 213 169-4787
-roomNumber: 8146
-manager: cn=Josy Puddington,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Kacey Bocservice,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Gia Therrien,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gia Therrien
-sn: Therrien
-description: This is Gia Therrien's description
-facsimileTelephoneNumber: +1 818 352-6072
-l: Palo Alto
-ou: Product Development
-postalAddress: Product Development$Palo Alto
-telephoneNumber: +1 818 939-9951
-title: Chief Product Development Visionary
-userPassword: Password1
-uid: TherrieG
-givenName: Gia
-mail: TherrieG@2c940cfbc515461486b6c8167545a146.bitwarden.com
-carLicense: 760JDP
-departmentNumber: 3507
-employeeType: Employee
-homePhone: +1 818 388-5106
-initials: G. T.
-mobile: +1 818 326-6861
-pager: +1 818 789-5750
-roomNumber: 8495
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Yueli Yakibchuk,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Jeannine LaRue,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jeannine LaRue
-sn: LaRue
-description: This is Jeannine LaRue's description
-facsimileTelephoneNumber: +1 804 375-8974
-l: San Jose
-ou: Janitorial
-postalAddress: Janitorial$San Jose
-telephoneNumber: +1 804 868-3157
-title: Associate Janitorial Consultant
-userPassword: Password1
-uid: LaRueJ
-givenName: Jeannine
-mail: LaRueJ@2e5d764491b046f6aa7ce6ba59a519f2.bitwarden.com
-carLicense: HXW81C
-departmentNumber: 3573
-employeeType: Employee
-homePhone: +1 804 189-4901
-initials: J. L.
-mobile: +1 804 776-8311
-pager: +1 804 858-2331
-roomNumber: 9838
-manager: cn=Painterson Miki,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Angelle Guarino,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Dae Goertzen,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Dae Goertzen
-sn: Goertzen
-description: This is Dae Goertzen's description
-facsimileTelephoneNumber: +1 510 787-7094
-l: Cupertino
-ou: Administrative
-postalAddress: Administrative$Cupertino
-telephoneNumber: +1 510 435-7802
-title: Master Administrative Assistant
-userPassword: Password1
-uid: GoertzeD
-givenName: Dae
-mail: GoertzeD@9564989367ee45b494d155a6be9f3761.bitwarden.com
-carLicense: N4LXAE
-departmentNumber: 7850
-employeeType: Employee
-homePhone: +1 510 379-7203
-initials: D. G.
-mobile: +1 510 714-2491
-pager: +1 510 743-6733
-roomNumber: 8323
-manager: cn=Raoul Gultekin,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Ilsa Kerns,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=YikHon Sprigings,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: YikHon Sprigings
-sn: Sprigings
-description: This is YikHon Sprigings's description
-facsimileTelephoneNumber: +1 818 966-7660
-l: San Francisco
-ou: Administrative
-postalAddress: Administrative$San Francisco
-telephoneNumber: +1 818 484-8478
-title: Master Administrative Assistant
-userPassword: Password1
-uid: SpriginY
-givenName: YikHon
-mail: SpriginY@b0f860befc834201a35b5975e5d2d5f9.bitwarden.com
-carLicense: NSWB5R
-departmentNumber: 2902
-employeeType: Normal
-homePhone: +1 818 262-3665
-initials: Y. S.
-mobile: +1 818 238-4691
-pager: +1 818 834-4979
-roomNumber: 8396
-manager: cn=Pattie Rousseau,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Dania Hekel,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Gussy Thuesen,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gussy Thuesen
-sn: Thuesen
-description: This is Gussy Thuesen's description
-facsimileTelephoneNumber: +1 206 420-9528
-l: Orem
-ou: Product Testing
-postalAddress: Product Testing$Orem
-telephoneNumber: +1 206 292-6305
-title: Junior Product Testing Director
-userPassword: Password1
-uid: ThuesenG
-givenName: Gussy
-mail: ThuesenG@6ec3de7f1ceb4fbc88e635dbb9927b3b.bitwarden.com
-carLicense: M8JQBA
-departmentNumber: 6378
-employeeType: Contract
-homePhone: +1 206 450-7834
-initials: G. T.
-mobile: +1 206 563-1601
-pager: +1 206 365-5939
-roomNumber: 9496
-manager: cn=Lucien Tarof,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Chi-ho Mansourati,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Sameh Harada,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sameh Harada
-sn: Harada
-description: This is Sameh Harada's description
-facsimileTelephoneNumber: +1 408 884-5848
-l: Armonk
-ou: Management
-postalAddress: Management$Armonk
-telephoneNumber: +1 408 986-6773
-title: Supreme Management Janitor
-userPassword: Password1
-uid: HaradaS
-givenName: Sameh
-mail: HaradaS@64dc75f54dd144f1aa0860cfb9901a4b.bitwarden.com
-carLicense: 951BV7
-departmentNumber: 6605
-employeeType: Employee
-homePhone: +1 408 242-6409
-initials: S. H.
-mobile: +1 408 482-6577
-pager: +1 408 448-2929
-roomNumber: 8168
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Allys Rabatich,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Tayeb Inge,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Tayeb Inge
-sn: Inge
-description: This is Tayeb Inge's description
-facsimileTelephoneNumber: +1 213 739-2959
-l: Fremont
-ou: Product Testing
-postalAddress: Product Testing$Fremont
-telephoneNumber: +1 213 804-6709
-title: Supreme Product Testing Evangelist
-userPassword: Password1
-uid: IngeT
-givenName: Tayeb
-mail: IngeT@199586ae1c4d4a59ab291484dbf1f208.bitwarden.com
-carLicense: B3VSTQ
-departmentNumber: 7532
-employeeType: Contract
-homePhone: +1 213 990-3098
-initials: T. I.
-mobile: +1 213 344-6579
-pager: +1 213 305-1738
-roomNumber: 9926
-manager: cn=Dara Patchsqa,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Selime Zaia,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Anissa Koziol,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Anissa Koziol
-sn: Koziol
-description: This is Anissa Koziol's description
-facsimileTelephoneNumber: +1 510 463-3797
-l: Sunnyvale
-ou: Human Resources
-postalAddress: Human Resources$Sunnyvale
-telephoneNumber: +1 510 804-1253
-title: Chief Human Resources Evangelist
-userPassword: Password1
-uid: KoziolA
-givenName: Anissa
-mail: KoziolA@4ab8cc46b06b4540a25ba51c589291cc.bitwarden.com
-carLicense: 0PNKBV
-departmentNumber: 7906
-employeeType: Employee
-homePhone: +1 510 424-6687
-initials: A. K.
-mobile: +1 510 235-5957
-pager: +1 510 157-5990
-roomNumber: 8397
-manager: cn=Anne-Marie Haydock,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Clerissa Brandstadt,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Clerissa Brandstadt
-sn: Brandstadt
-description: This is Clerissa Brandstadt's description
-facsimileTelephoneNumber: +1 510 354-2645
-l: San Jose
-ou: Janitorial
-postalAddress: Janitorial$San Jose
-telephoneNumber: +1 510 724-3381
-title: Chief Janitorial Manager
-userPassword: Password1
-uid: BrandstC
-givenName: Clerissa
-mail: BrandstC@11e98c2ee48b45178d13435be794eede.bitwarden.com
-carLicense: 16SL60
-departmentNumber: 3444
-employeeType: Contract
-homePhone: +1 510 122-6909
-initials: C. B.
-mobile: +1 510 531-6531
-pager: +1 510 302-8473
-roomNumber: 9941
-manager: cn=Amalita Sanzone,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Pavla Organization,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Fianna Pittam,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Fianna Pittam
-sn: Pittam
-description: This is Fianna Pittam's description
-facsimileTelephoneNumber: +1 408 995-6295
-l: Santa Clara
-ou: Peons
-postalAddress: Peons$Santa Clara
-telephoneNumber: +1 408 212-3406
-title: Supreme Peons Czar
-userPassword: Password1
-uid: PittamF
-givenName: Fianna
-mail: PittamF@ed6a92d94db74753ac56089472178365.bitwarden.com
-carLicense: B76KKB
-departmentNumber: 3759
-employeeType: Employee
-homePhone: +1 408 251-6900
-initials: F. P.
-mobile: +1 408 942-2120
-pager: +1 408 371-9747
-roomNumber: 9164
-manager: cn=Sonja Hesketh,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Allys Rabatich,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Kimberley Ly,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kimberley Ly
-sn: Ly
-description: This is Kimberley Ly's description
-facsimileTelephoneNumber: +1 818 908-9663
-l: Cupertino
-ou: Human Resources
-postalAddress: Human Resources$Cupertino
-telephoneNumber: +1 818 186-1643
-title: Master Human Resources Janitor
-userPassword: Password1
-uid: LyK
-givenName: Kimberley
-mail: LyK@9565ce2abe0b4c588b35ce3b3aa712e3.bitwarden.com
-carLicense: EI8FNR
-departmentNumber: 9830
-employeeType: Contract
-homePhone: +1 818 478-7707
-initials: K. L.
-mobile: +1 818 197-4668
-pager: +1 818 283-9720
-roomNumber: 9826
-manager: cn=Buddy Portigal,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Go Szkarlat,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Frederica Appell,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Frederica Appell
-sn: Appell
-description: This is Frederica Appell's description
-facsimileTelephoneNumber: +1 408 995-4067
-l: Cambridge
-ou: Management
-postalAddress: Management$Cambridge
-telephoneNumber: +1 408 514-7528
-title: Chief Management Admin
-userPassword: Password1
-uid: AppellF
-givenName: Frederica
-mail: AppellF@caff5577c02346c4b65e722aedfc7ef3.bitwarden.com
-carLicense: 17QFMJ
-departmentNumber: 7310
-employeeType: Contract
-homePhone: +1 408 622-9550
-initials: F. A.
-mobile: +1 408 922-1340
-pager: +1 408 400-9738
-roomNumber: 9151
-manager: cn=Jojo Wolska,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Selime Zaia,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Sing-Pin Neilsen,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sing-Pin Neilsen
-sn: Neilsen
-description: This is Sing-Pin Neilsen's description
-facsimileTelephoneNumber: +1 213 709-4714
-l: Palo Alto
-ou: Management
-postalAddress: Management$Palo Alto
-telephoneNumber: +1 213 209-1734
-title: Associate Management Sales Rep
-userPassword: Password1
-uid: NeilsenS
-givenName: Sing-Pin
-mail: NeilsenS@b8664059a9cd43edabe1e30025d07c7c.bitwarden.com
-carLicense: 3K3PS6
-departmentNumber: 1291
-employeeType: Employee
-homePhone: +1 213 395-7841
-initials: S. N.
-mobile: +1 213 538-3865
-pager: +1 213 877-3126
-roomNumber: 8477
-manager: cn=Ynes Quelch,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Arabela Nikiforuk,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Miwa Edmondson,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Miwa Edmondson
-sn: Edmondson
-description: This is Miwa Edmondson's description
-facsimileTelephoneNumber: +1 804 195-8804
-l: Menlo Park
-ou: Human Resources
-postalAddress: Human Resources$Menlo Park
-telephoneNumber: +1 804 565-9787
-title: Associate Human Resources Grunt
-userPassword: Password1
-uid: EdmondsM
-givenName: Miwa
-mail: EdmondsM@f955347fcc4b4876a4704d1f5debd0c6.bitwarden.com
-carLicense: LOMS06
-departmentNumber: 4600
-employeeType: Employee
-homePhone: +1 804 855-4343
-initials: M. E.
-mobile: +1 804 608-6828
-pager: +1 804 765-1566
-roomNumber: 9373
-manager: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Salaidh Bugajski,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Nata Chronowic,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Nata Chronowic
-sn: Chronowic
-description: This is Nata Chronowic's description
-facsimileTelephoneNumber: +1 213 790-9921
-l: San Jose
-ou: Human Resources
-postalAddress: Human Resources$San Jose
-telephoneNumber: +1 213 598-8881
-title: Associate Human Resources Czar
-userPassword: Password1
-uid: ChronowN
-givenName: Nata
-mail: ChronowN@8d562bd365da4cdca86c1d397fe1741a.bitwarden.com
-carLicense: SHI8TX
-departmentNumber: 2379
-employeeType: Normal
-homePhone: +1 213 281-8176
-initials: N. C.
-mobile: +1 213 127-8772
-pager: +1 213 247-1953
-roomNumber: 9668
-manager: cn=Misbah Nielson,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Angus Merizzi,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Randee Royals,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Randee Royals
-sn: Royals
-description: This is Randee Royals's description
-facsimileTelephoneNumber: +1 206 116-2957
-l: Redwood Shores
-ou: Human Resources
-postalAddress: Human Resources$Redwood Shores
-telephoneNumber: +1 206 581-4750
-title: Supreme Human Resources Consultant
-userPassword: Password1
-uid: RoyalsR
-givenName: Randee
-mail: RoyalsR@1a6caa04966949e7a3d48077f4a1b9f2.bitwarden.com
-carLicense: OGLAA8
-departmentNumber: 1590
-employeeType: Employee
-homePhone: +1 206 344-5979
-initials: R. R.
-mobile: +1 206 119-5134
-pager: +1 206 721-8325
-roomNumber: 9133
-manager: cn=Wen Guertin,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Tamiko Braun,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Betta Cher,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Betta Cher
-sn: Cher
-description: This is Betta Cher's description
-facsimileTelephoneNumber: +1 415 733-5344
-l: Cambridge
-ou: Management
-postalAddress: Management$Cambridge
-telephoneNumber: +1 415 978-9098
-title: Junior Management Architect
-userPassword: Password1
-uid: CherB
-givenName: Betta
-mail: CherB@030a458e1b90475086a1ee0277faff5b.bitwarden.com
-carLicense: JHIY1R
-departmentNumber: 7263
-employeeType: Employee
-homePhone: +1 415 840-8088
-initials: B. C.
-mobile: +1 415 465-5502
-pager: +1 415 201-2934
-roomNumber: 8601
-manager: cn=Lillis Neuschwander,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Sapphira Nelson,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Zaven Uyar,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Zaven Uyar
-sn: Uyar
-description: This is Zaven Uyar's description
-facsimileTelephoneNumber: +1 510 905-8382
-l: San Jose
-ou: Administrative
-postalAddress: Administrative$San Jose
-telephoneNumber: +1 510 827-8019
-title: Chief Administrative Czar
-userPassword: Password1
-uid: UyarZ
-givenName: Zaven
-mail: UyarZ@9b4c46b33b054223bd92a713c0feadad.bitwarden.com
-carLicense: UJE41Q
-departmentNumber: 7899
-employeeType: Contract
-homePhone: +1 510 563-2868
-initials: Z. U.
-mobile: +1 510 103-9776
-pager: +1 510 388-8418
-roomNumber: 8592
-manager: cn=America Wiederhold,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Hollie Vella,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Bessie Heystraeten,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Bessie Heystraeten
-sn: Heystraeten
-description: This is Bessie Heystraeten's description
-facsimileTelephoneNumber: +1 206 848-6111
-l: Redmond
-ou: Administrative
-postalAddress: Administrative$Redmond
-telephoneNumber: +1 206 200-2864
-title: Associate Administrative Engineer
-userPassword: Password1
-uid: HeystraB
-givenName: Bessie
-mail: HeystraB@b88d4b807454424b816f4d4edf5c78f3.bitwarden.com
-carLicense: 263BHC
-departmentNumber: 8644
-employeeType: Contract
-homePhone: +1 206 647-5272
-initials: B. H.
-mobile: +1 206 563-3130
-pager: +1 206 333-6165
-roomNumber: 9469
-manager: cn=Pak Unixsupport,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Chi-ho Mansourati,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Stuart Fifield,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Stuart Fifield
-sn: Fifield
-description: This is Stuart Fifield's description
-facsimileTelephoneNumber: +1 213 804-7406
-l: San Jose
-ou: Payroll
-postalAddress: Payroll$San Jose
-telephoneNumber: +1 213 876-3829
-title: Junior Payroll Admin
-userPassword: Password1
-uid: FifieldS
-givenName: Stuart
-mail: FifieldS@ac659468ec11466ebec6760ed6f8fe67.bitwarden.com
-carLicense: QU4J9I
-departmentNumber: 8645
-employeeType: Contract
-homePhone: +1 213 866-1883
-initials: S. F.
-mobile: +1 213 305-4049
-pager: +1 213 732-5251
-roomNumber: 8158
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Robbie McCracken,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Koray Azari,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Koray Azari
-sn: Azari
-description: This is Koray Azari's description
-facsimileTelephoneNumber: +1 206 911-4341
-l: Orem
-ou: Human Resources
-postalAddress: Human Resources$Orem
-telephoneNumber: +1 206 452-8154
-title: Master Human Resources Evangelist
-userPassword: Password1
-uid: AzariK
-givenName: Koray
-mail: AzariK@87217c69784645aaa23bd55d67419f7d.bitwarden.com
-carLicense: IAECMS
-departmentNumber: 1814
-employeeType: Normal
-homePhone: +1 206 895-1850
-initials: K. A.
-mobile: +1 206 705-4261
-pager: +1 206 724-6560
-roomNumber: 9874
-manager: cn=Tak-Wai Salladay,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Noella Koskie,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Deonne Stetter,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Deonne Stetter
-sn: Stetter
-description: This is Deonne Stetter's description
-facsimileTelephoneNumber: +1 510 466-6757
-l: San Jose
-ou: Payroll
-postalAddress: Payroll$San Jose
-telephoneNumber: +1 510 948-4741
-title: Associate Payroll Grunt
-userPassword: Password1
-uid: StetterD
-givenName: Deonne
-mail: StetterD@2111c0b8de8b41c796ea6df8823ccfc3.bitwarden.com
-carLicense: QKVIJP
-departmentNumber: 4262
-employeeType: Contract
-homePhone: +1 510 749-2423
-initials: D. S.
-mobile: +1 510 916-9432
-pager: +1 510 265-9185
-roomNumber: 8308
-manager: cn=Remington Parikh,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Allys Rabatich,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Blinni Cisco,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Blinni Cisco
-sn: Cisco
-description: This is Blinni Cisco's description
-facsimileTelephoneNumber: +1 415 585-3406
-l: San Jose
-ou: Human Resources
-postalAddress: Human Resources$San Jose
-telephoneNumber: +1 415 320-8849
-title: Chief Human Resources Visionary
-userPassword: Password1
-uid: CiscoB
-givenName: Blinni
-mail: CiscoB@d4581a12c39b4196a4dd9d1a83ca6f0a.bitwarden.com
-carLicense: 8DUCB9
-departmentNumber: 9832
-employeeType: Normal
-homePhone: +1 415 308-2543
-initials: B. C.
-mobile: +1 415 405-7328
-pager: +1 415 604-1684
-roomNumber: 9238
-manager: cn=Diann Desjarlais,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Nelson Watchorn,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Nadya Grasman,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Nadya Grasman
-sn: Grasman
-description: This is Nadya Grasman's description
-facsimileTelephoneNumber: +1 213 277-6175
-l: Sunnyvale
-ou: Janitorial
-postalAddress: Janitorial$Sunnyvale
-telephoneNumber: +1 213 214-1017
-title: Supreme Janitorial Engineer
-userPassword: Password1
-uid: GrasmanN
-givenName: Nadya
-mail: GrasmanN@cfd1ab0fc7ae4f47b669fb4038c38011.bitwarden.com
-carLicense: XEDO4H
-departmentNumber: 9463
-employeeType: Normal
-homePhone: +1 213 119-3138
-initials: N. G.
-mobile: +1 213 739-1386
-pager: +1 213 226-5889
-roomNumber: 9257
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Hollie Vella,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Sharline Lavictoire,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sharline Lavictoire
-sn: Lavictoire
-description: This is Sharline Lavictoire's description
-facsimileTelephoneNumber: +1 206 566-9326
-l: Redmond
-ou: Human Resources
-postalAddress: Human Resources$Redmond
-telephoneNumber: +1 206 649-5639
-title: Junior Human Resources Manager
-userPassword: Password1
-uid: LavictoS
-givenName: Sharline
-mail: LavictoS@bac12f6994f94fa78d22fad0364ecc02.bitwarden.com
-carLicense: WEKE56
-departmentNumber: 9383
-employeeType: Employee
-homePhone: +1 206 165-9685
-initials: S. L.
-mobile: +1 206 642-6505
-pager: +1 206 907-4513
-roomNumber: 9589
-manager: cn=Ronnica Grimm,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Grantley Kobreek,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Seline Mtnview,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Seline Mtnview
-sn: Mtnview
-description: This is Seline Mtnview's description
-facsimileTelephoneNumber: +1 818 688-5224
-l: Cupertino
-ou: Peons
-postalAddress: Peons$Cupertino
-telephoneNumber: +1 818 947-3546
-title: Associate Peons Stooge
-userPassword: Password1
-uid: MtnviewS
-givenName: Seline
-mail: MtnviewS@38907cd4b8624137ab3ec91cc3027435.bitwarden.com
-carLicense: 1QXFRU
-departmentNumber: 3873
-employeeType: Employee
-homePhone: +1 818 491-6688
-initials: S. M.
-mobile: +1 818 618-2206
-pager: +1 818 263-1199
-roomNumber: 8001
-manager: cn=Pak Unixsupport,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Donetta Rubinov,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Kartik Leicht,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kartik Leicht
-sn: Leicht
-description: This is Kartik Leicht's description
-facsimileTelephoneNumber: +1 818 229-3695
-l: Armonk
-ou: Payroll
-postalAddress: Payroll$Armonk
-telephoneNumber: +1 818 957-7672
-title: Chief Payroll Consultant
-userPassword: Password1
-uid: LeichtK
-givenName: Kartik
-mail: LeichtK@cd4acec6c2bb4065b089eb7a74e04db1.bitwarden.com
-carLicense: QSM0NV
-departmentNumber: 6692
-employeeType: Normal
-homePhone: +1 818 980-3365
-initials: K. L.
-mobile: +1 818 423-5910
-pager: +1 818 646-8498
-roomNumber: 8249
-manager: cn=Pattie Rousseau,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Pritchard Fabijanic,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Maryl Schmidt,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Maryl Schmidt
-sn: Schmidt
-description: This is Maryl Schmidt's description
-facsimileTelephoneNumber: +1 804 150-8010
-l: San Jose
-ou: Administrative
-postalAddress: Administrative$San Jose
-telephoneNumber: +1 804 308-2502
-title: Associate Administrative Engineer
-userPassword: Password1
-uid: SchmidtM
-givenName: Maryl
-mail: SchmidtM@2ed2a04fd30244eeba2472a2f91fe57e.bitwarden.com
-carLicense: A1070F
-departmentNumber: 8910
-employeeType: Employee
-homePhone: +1 804 287-9515
-initials: M. S.
-mobile: +1 804 535-7247
-pager: +1 804 534-6104
-roomNumber: 8032
-manager: cn=Vitia Moulsoff,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Teruko Matsuzaka,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Izuru Lischynsky,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Izuru Lischynsky
-sn: Lischynsky
-description: This is Izuru Lischynsky's description
-facsimileTelephoneNumber: +1 415 327-4668
-l: Cambridge
-ou: Product Development
-postalAddress: Product Development$Cambridge
-telephoneNumber: +1 415 992-9955
-title: Supreme Product Development Vice President
-userPassword: Password1
-uid: LischynI
-givenName: Izuru
-mail: LischynI@b63a00c51367481aac6c6eac8c3becf0.bitwarden.com
-carLicense: 4E7LYR
-departmentNumber: 3276
-employeeType: Contract
-homePhone: +1 415 217-4024
-initials: I. L.
-mobile: +1 415 226-3385
-pager: +1 415 897-4410
-roomNumber: 9806
-manager: cn=Nerta Dumais,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=King-Haut Glancey,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Marcela Di Cosola,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Marcela Di Cosola
-sn: Di Cosola
-description: This is Marcela Di Cosola's description
-facsimileTelephoneNumber: +1 415 556-6031
-l: Fremont
-ou: Product Development
-postalAddress: Product Development$Fremont
-telephoneNumber: +1 415 293-8838
-title: Master Product Development Consultant
-userPassword: Password1
-uid: Di CosoM
-givenName: Marcela
-mail: DiCosoM@9f3819b9115a462187208879243957c9.bitwarden.com
-carLicense: JCYB8N
-departmentNumber: 3553
-employeeType: Normal
-homePhone: +1 415 373-1142
-initials: M. D.
-mobile: +1 415 650-7009
-pager: +1 415 526-7056
-roomNumber: 8956
-manager: cn=Zhengyu Swact,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Selva Braunstien,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Selva Braunstien
-sn: Braunstien
-description: This is Selva Braunstien's description
-facsimileTelephoneNumber: +1 510 434-5015
-l: Palo Alto
-ou: Peons
-postalAddress: Peons$Palo Alto
-telephoneNumber: +1 510 642-9979
-title: Supreme Peons Assistant
-userPassword: Password1
-uid: BraunstS
-givenName: Selva
-mail: BraunstS@965eaa64d55b462eb17422051f0b66a2.bitwarden.com
-carLicense: SCO7PY
-departmentNumber: 6114
-employeeType: Employee
-homePhone: +1 510 533-3997
-initials: S. B.
-mobile: +1 510 909-9244
-pager: +1 510 865-1068
-roomNumber: 9721
-manager: cn=Adrea Leistico,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Gabie Chapa,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Poldi Mundi,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Poldi Mundi
-sn: Mundi
-description: This is Poldi Mundi's description
-facsimileTelephoneNumber: +1 206 851-5460
-l: Fremont
-ou: Product Development
-postalAddress: Product Development$Fremont
-telephoneNumber: +1 206 147-9442
-title: Associate Product Development Architect
-userPassword: Password1
-uid: MundiP
-givenName: Poldi
-mail: MundiP@02669b8bc3db43d083acf1bcb150427d.bitwarden.com
-carLicense: 13OD4P
-departmentNumber: 5505
-employeeType: Normal
-homePhone: +1 206 234-3761
-initials: P. M.
-mobile: +1 206 242-6004
-pager: +1 206 509-3167
-roomNumber: 9632
-manager: cn=Therese Meachum,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Maia Chummun,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Bird Biermann,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Bird Biermann
-sn: Biermann
-description: This is Bird Biermann's description
-facsimileTelephoneNumber: +1 408 978-6397
-l: Armonk
-ou: Peons
-postalAddress: Peons$Armonk
-telephoneNumber: +1 408 251-1314
-title: Supreme Peons Admin
-userPassword: Password1
-uid: BiermanB
-givenName: Bird
-mail: BiermanB@2c5e9a0ea53e4c3488f28ebc0a631b01.bitwarden.com
-carLicense: QXTLJW
-departmentNumber: 5237
-employeeType: Employee
-homePhone: +1 408 900-1610
-initials: B. B.
-mobile: +1 408 477-6431
-pager: +1 408 566-9001
-roomNumber: 9939
-manager: cn=Odelinda Fedoruk,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Grantley Kobreek,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Wan Albers,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Wan Albers
-sn: Albers
-description: This is Wan Albers's description
-facsimileTelephoneNumber: +1 213 626-1022
-l: Alameda
-ou: Payroll
-postalAddress: Payroll$Alameda
-telephoneNumber: +1 213 525-3843
-title: Junior Payroll Mascot
-userPassword: Password1
-uid: AlbersW
-givenName: Wan
-mail: AlbersW@0fd371e2c0584737b4540f45f2b9e418.bitwarden.com
-carLicense: 79S16L
-departmentNumber: 8313
-employeeType: Employee
-homePhone: +1 213 687-2952
-initials: W. A.
-mobile: +1 213 707-4938
-pager: +1 213 433-4882
-roomNumber: 9198
-manager: cn=Therese Meachum,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Kacey Bocservice,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Jun Kirkham,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jun Kirkham
-sn: Kirkham
-description: This is Jun Kirkham's description
-facsimileTelephoneNumber: +1 415 804-5229
-l: Redwood Shores
-ou: Administrative
-postalAddress: Administrative$Redwood Shores
-telephoneNumber: +1 415 351-4036
-title: Chief Administrative Figurehead
-userPassword: Password1
-uid: KirkhamJ
-givenName: Jun
-mail: KirkhamJ@8cb1c49a16684bdda8ffa7f4489a6280.bitwarden.com
-carLicense: W2TOK7
-departmentNumber: 7673
-employeeType: Contract
-homePhone: +1 415 597-5736
-initials: J. K.
-mobile: +1 415 903-9616
-pager: +1 415 691-4977
-roomNumber: 9028
-manager: cn=Tish Tecklenburg,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Technical Kalman,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Winnah Lighthiser,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Winnah Lighthiser
-sn: Lighthiser
-description: This is Winnah Lighthiser's description
-facsimileTelephoneNumber: +1 206 982-1631
-l: Orem
-ou: Janitorial
-postalAddress: Janitorial$Orem
-telephoneNumber: +1 206 927-3223
-title: Supreme Janitorial Technician
-userPassword: Password1
-uid: LighthiW
-givenName: Winnah
-mail: LighthiW@1cd5c8556c26456ea6bbfb5e18bb6bce.bitwarden.com
-carLicense: B9BFU2
-departmentNumber: 1552
-employeeType: Normal
-homePhone: +1 206 831-5505
-initials: W. L.
-mobile: +1 206 799-5356
-pager: +1 206 803-9946
-roomNumber: 8929
-manager: cn=Dottie Mansi,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Natassia Taverner,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Yongli Maheux,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Yongli Maheux
-sn: Maheux
-description: This is Yongli Maheux's description
-facsimileTelephoneNumber: +1 213 689-9049
-l: Alameda
-ou: Payroll
-postalAddress: Payroll$Alameda
-telephoneNumber: +1 213 398-9690
-title: Associate Payroll Vice President
-userPassword: Password1
-uid: MaheuxY
-givenName: Yongli
-mail: MaheuxY@cfeedf7405db4ae2bfd0a6b79a88f1c8.bitwarden.com
-carLicense: WRGCTQ
-departmentNumber: 9271
-employeeType: Normal
-homePhone: +1 213 262-8463
-initials: Y. M.
-mobile: +1 213 712-5630
-pager: +1 213 790-9857
-roomNumber: 9340
-manager: cn=Raoul Gultekin,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Sapphira Nelson,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Spencer Adkinson,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Spencer Adkinson
-sn: Adkinson
-description: This is Spencer Adkinson's description
-facsimileTelephoneNumber: +1 818 485-9201
-l: San Jose
-ou: Administrative
-postalAddress: Administrative$San Jose
-telephoneNumber: +1 818 215-7324
-title: Chief Administrative Pinhead
-userPassword: Password1
-uid: AdkinsoS
-givenName: Spencer
-mail: AdkinsoS@e8323288f41044d2917deab36f3fae72.bitwarden.com
-carLicense: EIV977
-departmentNumber: 8911
-employeeType: Employee
-homePhone: +1 818 814-3751
-initials: S. A.
-mobile: +1 818 744-2908
-pager: +1 818 515-2868
-roomNumber: 9455
-manager: cn=Amalita Sanzone,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Merv Borkowicz,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Merv Borkowicz
-sn: Borkowicz
-description: This is Merv Borkowicz's description
-facsimileTelephoneNumber: +1 510 129-5835
-l: Armonk
-ou: Peons
-postalAddress: Peons$Armonk
-telephoneNumber: +1 510 261-2762
-title: Supreme Peons Consultant
-userPassword: Password1
-uid: BorkowiM
-givenName: Merv
-mail: BorkowiM@42450242adb645d2954975f085b3d3e4.bitwarden.com
-carLicense: H7IYT5
-departmentNumber: 1823
-employeeType: Employee
-homePhone: +1 510 482-6243
-initials: M. B.
-mobile: +1 510 201-5407
-pager: +1 510 139-4362
-roomNumber: 8819
-manager: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Gloriana Nill,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Sanae Chai,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sanae Chai
-sn: Chai
-description: This is Sanae Chai's description
-facsimileTelephoneNumber: +1 510 207-2573
-l: San Francisco
-ou: Peons
-postalAddress: Peons$San Francisco
-telephoneNumber: +1 510 981-5202
-title: Chief Peons Artist
-userPassword: Password1
-uid: ChaiS
-givenName: Sanae
-mail: ChaiS@2d701440ade24b4a93552262ff2dfc96.bitwarden.com
-carLicense: QBRUKE
-departmentNumber: 1978
-employeeType: Normal
-homePhone: +1 510 529-2785
-initials: S. C.
-mobile: +1 510 964-8712
-pager: +1 510 933-4724
-roomNumber: 8283
-manager: cn=Wen Guertin,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Gayla Abdalla,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Phillida Carlisle,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Phillida Carlisle
-sn: Carlisle
-description: This is Phillida Carlisle's description
-facsimileTelephoneNumber: +1 510 810-9404
-l: Redmond
-ou: Management
-postalAddress: Management$Redmond
-telephoneNumber: +1 510 696-4520
-title: Associate Management Punk
-userPassword: Password1
-uid: CarlislP
-givenName: Phillida
-mail: CarlislP@cbaa630e3a194faaa797a1d7d5ab2466.bitwarden.com
-carLicense: M717YI
-departmentNumber: 2822
-employeeType: Contract
-homePhone: +1 510 399-6479
-initials: P. C.
-mobile: +1 510 132-9316
-pager: +1 510 110-5936
-roomNumber: 8624
-manager: cn=Prem Goertz,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Arabela Nikiforuk,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Lil Gramiak,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lil Gramiak
-sn: Gramiak
-description: This is Lil Gramiak's description
-facsimileTelephoneNumber: +1 804 867-8698
-l: San Jose
-ou: Janitorial
-postalAddress: Janitorial$San Jose
-telephoneNumber: +1 804 636-5846
-title: Junior Janitorial Pinhead
-userPassword: Password1
-uid: GramiakL
-givenName: Lil
-mail: GramiakL@36fbb38d5bbe4aa29ae95e79bf727529.bitwarden.com
-carLicense: J7H88E
-departmentNumber: 1046
-employeeType: Employee
-homePhone: +1 804 648-2796
-initials: L. G.
-mobile: +1 804 755-7724
-pager: +1 804 711-5816
-roomNumber: 8575
-manager: cn=Misbah Nielson,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Angus Merizzi,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Koen Reaves,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Koen Reaves
-sn: Reaves
-description: This is Koen Reaves's description
-facsimileTelephoneNumber: +1 818 769-2997
-l: Redmond
-ou: Product Testing
-postalAddress: Product Testing$Redmond
-telephoneNumber: +1 818 862-3800
-title: Associate Product Testing Madonna
-userPassword: Password1
-uid: ReavesK
-givenName: Koen
-mail: ReavesK@2fe559ef1909460788a7965dfb6d63bf.bitwarden.com
-carLicense: L4ORO6
-departmentNumber: 9339
-employeeType: Employee
-homePhone: +1 818 727-6528
-initials: K. R.
-mobile: +1 818 880-2176
-pager: +1 818 578-9787
-roomNumber: 9693
-manager: cn=Anne-Marie Haydock,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Te-Wei Cung,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Liping Simard-Normandin,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Liping Simard-Normandin
-sn: Simard-Normandin
-description: This is Liping Simard-Normandin's description
-facsimileTelephoneNumber: +1 510 236-1768
-l: Redwood Shores
-ou: Human Resources
-postalAddress: Human Resources$Redwood Shores
-telephoneNumber: +1 510 782-6879
-title: Junior Human Resources Czar
-userPassword: Password1
-uid: Simard-L
-givenName: Liping
-mail: Simard-L@9bc0380fc144468a861f0aa2288d2ab4.bitwarden.com
-carLicense: F0H311
-departmentNumber: 1492
-employeeType: Normal
-homePhone: +1 510 213-6933
-initials: L. S.
-mobile: +1 510 172-2490
-pager: +1 510 498-6417
-roomNumber: 8553
-manager: cn=Nikos Fouret,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Ramez Trochu,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Quoc Coyle,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Quoc Coyle
-sn: Coyle
-description: This is Quoc Coyle's description
-facsimileTelephoneNumber: +1 818 152-9101
-l: Redmond
-ou: Human Resources
-postalAddress: Human Resources$Redmond
-telephoneNumber: +1 818 710-2653
-title: Junior Human Resources Vice President
-userPassword: Password1
-uid: CoyleQ
-givenName: Quoc
-mail: CoyleQ@8dab86f49f7c49c4927a52365f8b7d8a.bitwarden.com
-carLicense: YMF1XH
-departmentNumber: 1207
-employeeType: Normal
-homePhone: +1 818 893-9520
-initials: Q. C.
-mobile: +1 818 331-5470
-pager: +1 818 278-7539
-roomNumber: 8526
-manager: cn=Diann Desjarlais,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Kacey Bocservice,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Bryan Labarge,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Bryan Labarge
-sn: Labarge
-description: This is Bryan Labarge's description
-facsimileTelephoneNumber: +1 415 345-2319
-l: Redmond
-ou: Payroll
-postalAddress: Payroll$Redmond
-telephoneNumber: +1 415 136-5330
-title: Junior Payroll Pinhead
-userPassword: Password1
-uid: LabargeB
-givenName: Bryan
-mail: LabargeB@c8572d1903484794a6cbdbc65d71c32b.bitwarden.com
-carLicense: VROLD9
-departmentNumber: 9370
-employeeType: Employee
-homePhone: +1 415 901-6227
-initials: B. L.
-mobile: +1 415 225-9642
-pager: +1 415 622-1322
-roomNumber: 8012
-manager: cn=Wiele Lewellen,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Noella Koskie,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Mehmet Schlange,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mehmet Schlange
-sn: Schlange
-description: This is Mehmet Schlange's description
-facsimileTelephoneNumber: +1 804 240-5025
-l: Menlo Park
-ou: Administrative
-postalAddress: Administrative$Menlo Park
-telephoneNumber: +1 804 240-7304
-title: Associate Administrative Artist
-userPassword: Password1
-uid: SchlangM
-givenName: Mehmet
-mail: SchlangM@6834e07b8b7a48599c5352f812afcb14.bitwarden.com
-carLicense: 7OG1YR
-departmentNumber: 6204
-employeeType: Contract
-homePhone: +1 804 528-9278
-initials: M. S.
-mobile: +1 804 266-6629
-pager: +1 804 844-9576
-roomNumber: 9716
-manager: cn=Devonne Janelle,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Krystalle Marui,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Laurence Villanueva,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Laurence Villanueva
-sn: Villanueva
-description: This is Laurence Villanueva's description
-facsimileTelephoneNumber: +1 206 435-1269
-l: Palo Alto
-ou: Janitorial
-postalAddress: Janitorial$Palo Alto
-telephoneNumber: +1 206 102-8694
-title: Master Janitorial Evangelist
-userPassword: Password1
-uid: VillanuL
-givenName: Laurence
-mail: VillanuL@540d8b0a17d449ce8bcc397ded86d3bf.bitwarden.com
-carLicense: BEI57P
-departmentNumber: 3380
-employeeType: Normal
-homePhone: +1 206 629-9603
-initials: L. V.
-mobile: +1 206 928-5616
-pager: +1 206 463-9207
-roomNumber: 8584
-manager: cn=Wiele Lewellen,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Nelson Watchorn,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Hooi-Lee Khalaf,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Hooi-Lee Khalaf
-sn: Khalaf
-description: This is Hooi-Lee Khalaf's description
-facsimileTelephoneNumber: +1 213 618-1835
-l: San Mateo
-ou: Peons
-postalAddress: Peons$San Mateo
-telephoneNumber: +1 213 427-6424
-title: Chief Peons Pinhead
-userPassword: Password1
-uid: KhalafH
-givenName: Hooi-Lee
-mail: KhalafH@9203e13698914816bdcd0ae89556ac90.bitwarden.com
-carLicense: QUHMFU
-departmentNumber: 6754
-employeeType: Normal
-homePhone: +1 213 681-7966
-initials: H. K.
-mobile: +1 213 563-9618
-pager: +1 213 795-1917
-roomNumber: 8801
-manager: cn=Halina Zollman,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Kacey Bocservice,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Alyda Hanser,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Alyda Hanser
-sn: Hanser
-description: This is Alyda Hanser's description
-facsimileTelephoneNumber: +1 206 287-9406
-l: Fremont
-ou: Janitorial
-postalAddress: Janitorial$Fremont
-telephoneNumber: +1 206 591-9565
-title: Master Janitorial Evangelist
-userPassword: Password1
-uid: HanserA
-givenName: Alyda
-mail: HanserA@3de81bb325454ad9a4a2e055577227ef.bitwarden.com
-carLicense: AU1NP3
-departmentNumber: 5004
-employeeType: Normal
-homePhone: +1 206 163-8192
-initials: A. H.
-mobile: +1 206 540-1450
-pager: +1 206 452-3852
-roomNumber: 9223
-manager: cn=Remington Parikh,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Veda Antle,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Joyce L'Anglais,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Joyce L'Anglais
-sn: L'Anglais
-description: This is Joyce L'Anglais's description
-facsimileTelephoneNumber: +1 510 957-8131
-l: San Francisco
-ou: Human Resources
-postalAddress: Human Resources$San Francisco
-telephoneNumber: +1 510 216-8992
-title: Master Human Resources Admin
-userPassword: Password1
-uid: L'AnglaJ
-givenName: Joyce
-mail: LAnglaJ@5fdf5a6ae00e46628faf015df13ba50d.bitwarden.com
-carLicense: QBMTU6
-departmentNumber: 5744
-employeeType: Employee
-homePhone: +1 510 290-9455
-initials: J. L.
-mobile: +1 510 967-2212
-pager: +1 510 385-1857
-roomNumber: 8308
-manager: cn=Raoul Gultekin,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Ringo Kavanagh,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Deva Chunn,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Deva Chunn
-sn: Chunn
-description: This is Deva Chunn's description
-facsimileTelephoneNumber: +1 818 946-2259
-l: Orem
-ou: Human Resources
-postalAddress: Human Resources$Orem
-telephoneNumber: +1 818 336-4007
-title: Associate Human Resources Manager
-userPassword: Password1
-uid: ChunnD
-givenName: Deva
-mail: ChunnD@49672ac4642e4eb39566d542af0eef8f.bitwarden.com
-carLicense: VPOY27
-departmentNumber: 7947
-employeeType: Contract
-homePhone: +1 818 674-9620
-initials: D. C.
-mobile: +1 818 207-7680
-pager: +1 818 732-7284
-roomNumber: 9412
-manager: cn=Jon Tennant,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Charin Goulfine,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Mansum McClain,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mansum McClain
-sn: McClain
-description: This is Mansum McClain's description
-facsimileTelephoneNumber: +1 510 670-6166
-l: Orem
-ou: Administrative
-postalAddress: Administrative$Orem
-telephoneNumber: +1 510 504-8245
-title: Chief Administrative Janitor
-userPassword: Password1
-uid: McClainM
-givenName: Mansum
-mail: McClainM@eff1fc06cb994f6c9978051d61306d1b.bitwarden.com
-carLicense: 3BUH29
-departmentNumber: 4667
-employeeType: Employee
-homePhone: +1 510 549-5866
-initials: M. M.
-mobile: +1 510 362-1988
-pager: +1 510 492-6104
-roomNumber: 9118
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Tamiko Braun,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Bnrtor Brookes,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Bnrtor Brookes
-sn: Brookes
-description: This is Bnrtor Brookes's description
-facsimileTelephoneNumber: +1 415 580-9812
-l: Redmond
-ou: Product Testing
-postalAddress: Product Testing$Redmond
-telephoneNumber: +1 415 975-8303
-title: Associate Product Testing Warrior
-userPassword: Password1
-uid: BrookesB
-givenName: Bnrtor
-mail: BrookesB@f6f3b165bce04882820d2f36c5af07bf.bitwarden.com
-carLicense: PVXKIK
-departmentNumber: 2786
-employeeType: Employee
-homePhone: +1 415 643-7127
-initials: B. B.
-mobile: +1 415 919-6226
-pager: +1 415 866-9236
-roomNumber: 8021
-manager: cn=Halina Zollman,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Teruko Matsuzaka,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Abe Mumma,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Abe Mumma
-sn: Mumma
-description: This is Abe Mumma's description
-facsimileTelephoneNumber: +1 213 324-1403
-l: Menlo Park
-ou: Peons
-postalAddress: Peons$Menlo Park
-telephoneNumber: +1 213 402-1893
-title: Chief Peons Developer
-userPassword: Password1
-uid: MummaA
-givenName: Abe
-mail: MummaA@f2e9e9593d6a4cd0a817bf5143921c87.bitwarden.com
-carLicense: K58215
-departmentNumber: 7323
-employeeType: Employee
-homePhone: +1 213 134-3868
-initials: A. M.
-mobile: +1 213 292-6865
-pager: +1 213 836-8886
-roomNumber: 9696
-manager: cn=Raoul Gultekin,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Jackson Leapheart,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Redgie Trisko,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Redgie Trisko
-sn: Trisko
-description: This is Redgie Trisko's description
-facsimileTelephoneNumber: +1 408 202-7648
-l: Redwood Shores
-ou: Payroll
-postalAddress: Payroll$Redwood Shores
-telephoneNumber: +1 408 458-9086
-title: Associate Payroll Consultant
-userPassword: Password1
-uid: TriskoR
-givenName: Redgie
-mail: TriskoR@1719e95244a44b8596cb64a3732d8148.bitwarden.com
-carLicense: YTXP9N
-departmentNumber: 8227
-employeeType: Employee
-homePhone: +1 408 614-1528
-initials: R. T.
-mobile: +1 408 519-4891
-pager: +1 408 164-5484
-roomNumber: 9705
-manager: cn=Roberta Gaiarsa,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Gabie Chapa,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Shankar Fenn,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Shankar Fenn
-sn: Fenn
-description: This is Shankar Fenn's description
-facsimileTelephoneNumber: +1 213 489-8356
-l: San Mateo
-ou: Payroll
-postalAddress: Payroll$San Mateo
-telephoneNumber: +1 213 724-8167
-title: Associate Payroll Technician
-userPassword: Password1
-uid: FennS
-givenName: Shankar
-mail: FennS@999816b5a97d4ddb86dcefd199a0b0ab.bitwarden.com
-carLicense: JB5Y2K
-departmentNumber: 4305
-employeeType: Normal
-homePhone: +1 213 838-4951
-initials: S. F.
-mobile: +1 213 435-3351
-pager: +1 213 438-9097
-roomNumber: 9854
-manager: cn=Nerta Dumais,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Sapphira MacIver,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Lainey Ducic,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lainey Ducic
-sn: Ducic
-description: This is Lainey Ducic's description
-facsimileTelephoneNumber: +1 408 159-3639
-l: Sunnyvale
-ou: Peons
-postalAddress: Peons$Sunnyvale
-telephoneNumber: +1 408 538-3516
-title: Supreme Peons Admin
-userPassword: Password1
-uid: DucicL
-givenName: Lainey
-mail: DucicL@f3da472ff5f84e84a29f30c2a3edb9a0.bitwarden.com
-carLicense: TTCKXR
-departmentNumber: 5913
-employeeType: Normal
-homePhone: +1 408 886-9666
-initials: L. D.
-mobile: +1 408 231-4016
-pager: +1 408 781-6221
-roomNumber: 8310
-manager: cn=Josy Puddington,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Wallie Skof,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Hamzeh Denmark,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Hamzeh Denmark
-sn: Denmark
-description: This is Hamzeh Denmark's description
-facsimileTelephoneNumber: +1 510 528-3309
-l: Milpitas
-ou: Janitorial
-postalAddress: Janitorial$Milpitas
-telephoneNumber: +1 510 604-2671
-title: Associate Janitorial Dictator
-userPassword: Password1
-uid: DenmarkH
-givenName: Hamzeh
-mail: DenmarkH@3ab44fd8b3474dc790f63af05840b7e6.bitwarden.com
-carLicense: UACTV4
-departmentNumber: 5065
-employeeType: Normal
-homePhone: +1 510 352-3475
-initials: H. D.
-mobile: +1 510 816-1679
-pager: +1 510 766-5200
-roomNumber: 8344
-manager: cn=Painterson Miki,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Gussy Devera,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Tallulah Sayer,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Tallulah Sayer
-sn: Sayer
-description: This is Tallulah Sayer's description
-facsimileTelephoneNumber: +1 804 996-7166
-l: Fremont
-ou: Peons
-postalAddress: Peons$Fremont
-telephoneNumber: +1 804 375-3156
-title: Associate Peons Pinhead
-userPassword: Password1
-uid: SayerT
-givenName: Tallulah
-mail: SayerT@76251a0481644d609de4b66314387c2b.bitwarden.com
-carLicense: M58PN6
-departmentNumber: 8700
-employeeType: Normal
-homePhone: +1 804 430-5855
-initials: T. S.
-mobile: +1 804 112-4407
-pager: +1 804 192-2408
-roomNumber: 9011
-manager: cn=Inga Schnirer,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Technical Kalman,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Mounir Vanderhoeven,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mounir Vanderhoeven
-sn: Vanderhoeven
-description: This is Mounir Vanderhoeven's description
-facsimileTelephoneNumber: +1 510 263-9658
-l: Redmond
-ou: Product Testing
-postalAddress: Product Testing$Redmond
-telephoneNumber: +1 510 937-4900
-title: Master Product Testing Engineer
-userPassword: Password1
-uid: VanderhM
-givenName: Mounir
-mail: VanderhM@7d9f9ce4ff8b4d56b5e90ecb1e79413c.bitwarden.com
-carLicense: 7MF753
-departmentNumber: 8910
-employeeType: Employee
-homePhone: +1 510 190-7111
-initials: M. V.
-mobile: +1 510 821-2622
-pager: +1 510 677-1084
-roomNumber: 9920
-manager: cn=Loren Dunkelman,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Robbie McCracken,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Dede Goulet,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Dede Goulet
-sn: Goulet
-description: This is Dede Goulet's description
-facsimileTelephoneNumber: +1 206 506-4836
-l: Fremont
-ou: Human Resources
-postalAddress: Human Resources$Fremont
-telephoneNumber: +1 206 895-9459
-title: Junior Human Resources Mascot
-userPassword: Password1
-uid: GouletD
-givenName: Dede
-mail: GouletD@364738d989114590842291a79ecffd92.bitwarden.com
-carLicense: 4EUG7X
-departmentNumber: 8985
-employeeType: Normal
-homePhone: +1 206 582-4908
-initials: D. G.
-mobile: +1 206 727-9814
-pager: +1 206 217-9946
-roomNumber: 8273
-manager: cn=Spicer Deininger,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Alessandra Gobeil,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Orsola Garfield,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Orsola Garfield
-sn: Garfield
-description: This is Orsola Garfield's description
-facsimileTelephoneNumber: +1 408 969-1987
-l: Milpitas
-ou: Human Resources
-postalAddress: Human Resources$Milpitas
-telephoneNumber: +1 408 736-2996
-title: Associate Human Resources Manager
-userPassword: Password1
-uid: GarfielO
-givenName: Orsola
-mail: GarfielO@59a4a020a4c74747a44b5e60109428e1.bitwarden.com
-carLicense: 255LUJ
-departmentNumber: 2818
-employeeType: Employee
-homePhone: +1 408 840-3963
-initials: O. G.
-mobile: +1 408 727-7241
-pager: +1 408 161-7553
-roomNumber: 9373
-manager: cn=Halina Zollman,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Te-Wei Cung,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Nikolaos Nakano,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Nikolaos Nakano
-sn: Nakano
-description: This is Nikolaos Nakano's description
-facsimileTelephoneNumber: +1 206 505-6613
-l: Menlo Park
-ou: Product Testing
-postalAddress: Product Testing$Menlo Park
-telephoneNumber: +1 206 399-4034
-title: Supreme Product Testing Writer
-userPassword: Password1
-uid: NakanoN
-givenName: Nikolaos
-mail: NakanoN@ca68c16297b44efe9bd231fcf1f835a9.bitwarden.com
-carLicense: AYXUJP
-departmentNumber: 4444
-employeeType: Normal
-homePhone: +1 206 185-5745
-initials: N. N.
-mobile: +1 206 825-6907
-pager: +1 206 826-4498
-roomNumber: 8792
-manager: cn=Hardyal Duffney,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Kacey Bocservice,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Rebecca Norczen,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Rebecca Norczen
-sn: Norczen
-description: This is Rebecca Norczen's description
-facsimileTelephoneNumber: +1 408 307-9698
-l: Armonk
-ou: Product Testing
-postalAddress: Product Testing$Armonk
-telephoneNumber: +1 408 144-4212
-title: Chief Product Testing Writer
-userPassword: Password1
-uid: NorczenR
-givenName: Rebecca
-mail: NorczenR@7728cd06c9f24725b1335c5276362320.bitwarden.com
-carLicense: B2LTFD
-departmentNumber: 4406
-employeeType: Employee
-homePhone: +1 408 594-4075
-initials: R. N.
-mobile: +1 408 863-7810
-pager: +1 408 462-8766
-roomNumber: 8749
-manager: cn=Gwen Kardomateas,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Kacey Bocservice,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Cicely Pagi,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Cicely Pagi
-sn: Pagi
-description: This is Cicely Pagi's description
-facsimileTelephoneNumber: +1 510 710-6230
-l: San Mateo
-ou: Janitorial
-postalAddress: Janitorial$San Mateo
-telephoneNumber: +1 510 147-5392
-title: Associate Janitorial Mascot
-userPassword: Password1
-uid: PagiC
-givenName: Cicely
-mail: PagiC@68a0b1701a784ef1ae125d3b40a54e01.bitwarden.com
-carLicense: 80GTER
-departmentNumber: 2434
-employeeType: Employee
-homePhone: +1 510 460-8460
-initials: C. P.
-mobile: +1 510 194-4347
-pager: +1 510 897-1192
-roomNumber: 9037
-manager: cn=Rosalinde Veedell,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Dania Hekel,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Christi Koblitz,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Christi Koblitz
-sn: Koblitz
-description: This is Christi Koblitz's description
-facsimileTelephoneNumber: +1 213 923-5400
-l: Santa Clara
-ou: Janitorial
-postalAddress: Janitorial$Santa Clara
-telephoneNumber: +1 213 571-2976
-title: Supreme Janitorial Sales Rep
-userPassword: Password1
-uid: KoblitzC
-givenName: Christi
-mail: KoblitzC@4c6f665281a7422794ab2fc0036001ff.bitwarden.com
-carLicense: TOJTI8
-departmentNumber: 7331
-employeeType: Employee
-homePhone: +1 213 223-4756
-initials: C. K.
-mobile: +1 213 281-8746
-pager: +1 213 544-6309
-roomNumber: 8556
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Robbie McCracken,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Dolley Di Maso,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Dolley Di Maso
-sn: Di Maso
-description: This is Dolley Di Maso's description
-facsimileTelephoneNumber: +1 818 884-4307
-l: Menlo Park
-ou: Management
-postalAddress: Management$Menlo Park
-telephoneNumber: +1 818 302-5302
-title: Junior Management Figurehead
-userPassword: Password1
-uid: Di MasoD
-givenName: Dolley
-mail: DiMasoD@ed121c3536fe42e5828e822afa16995b.bitwarden.com
-carLicense: WATKWE
-departmentNumber: 8969
-employeeType: Employee
-homePhone: +1 818 918-4291
-initials: D. D.
-mobile: +1 818 709-7752
-pager: +1 818 414-2774
-roomNumber: 9146
-manager: cn=Painterson Miki,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Sapphira MacIver,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Ozay Program-Office,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ozay Program-Office
-sn: Program-Office
-description: This is Ozay Program-Office's description
-facsimileTelephoneNumber: +1 804 463-8123
-l: Alameda
-ou: Payroll
-postalAddress: Payroll$Alameda
-telephoneNumber: +1 804 243-4816
-title: Master Payroll Evangelist
-userPassword: Password1
-uid: ProgramO
-givenName: Ozay
-mail: ProgramO@c483d98d8b2f4370bac517e24e1170a7.bitwarden.com
-carLicense: HCI7Q6
-departmentNumber: 8149
-employeeType: Normal
-homePhone: +1 804 185-7095
-initials: O. P.
-mobile: +1 804 393-5855
-pager: +1 804 652-9154
-roomNumber: 9442
-manager: cn=Emmye Thaker,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Moshe Wallaert,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Leita TaskForce,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Leita TaskForce
-sn: TaskForce
-description: This is Leita TaskForce's description
-facsimileTelephoneNumber: +1 408 132-2012
-l: Fremont
-ou: Payroll
-postalAddress: Payroll$Fremont
-telephoneNumber: +1 408 816-2186
-title: Master Payroll Engineer
-userPassword: Password1
-uid: TaskForL
-givenName: Leita
-mail: TaskForL@5bf40bf9784b4bb1b69d85ef3b145a7f.bitwarden.com
-carLicense: CFYXEB
-departmentNumber: 1714
-employeeType: Normal
-homePhone: +1 408 592-3412
-initials: L. T.
-mobile: +1 408 657-2212
-pager: +1 408 581-9138
-roomNumber: 8360
-manager: cn=Tak-Wai Salladay,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Wiebren Lampman,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Andeee Kerner,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Andeee Kerner
-sn: Kerner
-description: This is Andeee Kerner's description
-facsimileTelephoneNumber: +1 213 298-2848
-l: Cambridge
-ou: Peons
-postalAddress: Peons$Cambridge
-telephoneNumber: +1 213 971-4038
-title: Chief Peons Engineer
-userPassword: Password1
-uid: KernerA
-givenName: Andeee
-mail: KernerA@f2a6f34598244e88aecb895cbecfca2e.bitwarden.com
-carLicense: W4FKC0
-departmentNumber: 2167
-employeeType: Normal
-homePhone: +1 213 475-7280
-initials: A. K.
-mobile: +1 213 112-6341
-pager: +1 213 476-3711
-roomNumber: 9366
-manager: cn=Halina Zollman,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Gussy Devera,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Candi Colley,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Candi Colley
-sn: Colley
-description: This is Candi Colley's description
-facsimileTelephoneNumber: +1 818 812-3152
-l: Milpitas
-ou: Product Testing
-postalAddress: Product Testing$Milpitas
-telephoneNumber: +1 818 418-6313
-title: Supreme Product Testing Engineer
-userPassword: Password1
-uid: ColleyC
-givenName: Candi
-mail: ColleyC@b2fd618943ca4dea935bf3787a6a78e4.bitwarden.com
-carLicense: 5HLUBN
-departmentNumber: 1761
-employeeType: Employee
-homePhone: +1 818 824-4606
-initials: C. C.
-mobile: +1 818 341-3869
-pager: +1 818 116-3368
-roomNumber: 8920
-manager: cn=Buddy Portigal,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Wiebren Lampman,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Amrish Panchmatia,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Amrish Panchmatia
-sn: Panchmatia
-description: This is Amrish Panchmatia's description
-facsimileTelephoneNumber: +1 213 110-9850
-l: Palo Alto
-ou: Administrative
-postalAddress: Administrative$Palo Alto
-telephoneNumber: +1 213 929-2097
-title: Associate Administrative Punk
-userPassword: Password1
-uid: PanchmaA
-givenName: Amrish
-mail: PanchmaA@ef893a2718a6415a89b1218247ab6f7e.bitwarden.com
-carLicense: CAOM0L
-departmentNumber: 3987
-employeeType: Normal
-homePhone: +1 213 938-7055
-initials: A. P.
-mobile: +1 213 890-6315
-pager: +1 213 130-8333
-roomNumber: 9064
-manager: cn=Helmuth Garfield,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Technical Kalman,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Lorcan Latif,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lorcan Latif
-sn: Latif
-description: This is Lorcan Latif's description
-facsimileTelephoneNumber: +1 804 782-5782
-l: Armonk
-ou: Janitorial
-postalAddress: Janitorial$Armonk
-telephoneNumber: +1 804 587-8244
-title: Associate Janitorial Grunt
-userPassword: Password1
-uid: LatifL
-givenName: Lorcan
-mail: LatifL@66f011cdb9ae4854a875f5226891a8d2.bitwarden.com
-carLicense: PY54OJ
-departmentNumber: 4943
-employeeType: Employee
-homePhone: +1 804 807-7736
-initials: L. L.
-mobile: +1 804 477-1391
-pager: +1 804 441-1643
-roomNumber: 9208
-manager: cn=Nerta Dumais,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Ramez Trochu,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Nenad Bramlett,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Nenad Bramlett
-sn: Bramlett
-description: This is Nenad Bramlett's description
-facsimileTelephoneNumber: +1 818 219-3118
-l: Redwood Shores
-ou: Peons
-postalAddress: Peons$Redwood Shores
-telephoneNumber: +1 818 506-5738
-title: Master Peons Grunt
-userPassword: Password1
-uid: BramletN
-givenName: Nenad
-mail: BramletN@87c2cd1983884320b26d1629c2fd1b7a.bitwarden.com
-carLicense: GCT4QP
-departmentNumber: 6542
-employeeType: Employee
-homePhone: +1 818 623-9065
-initials: N. B.
-mobile: +1 818 718-7598
-pager: +1 818 231-5747
-roomNumber: 9404
-manager: cn=Cosette Grueneich,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Noella Koskie,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Johnette Frankos,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Johnette Frankos
-sn: Frankos
-description: This is Johnette Frankos's description
-facsimileTelephoneNumber: +1 213 264-3751
-l: Milpitas
-ou: Human Resources
-postalAddress: Human Resources$Milpitas
-telephoneNumber: +1 213 790-3936
-title: Supreme Human Resources Sales Rep
-userPassword: Password1
-uid: FrankosJ
-givenName: Johnette
-mail: FrankosJ@ab5721182b21479297fc228172cdec46.bitwarden.com
-carLicense: W8OUJG
-departmentNumber: 3028
-employeeType: Employee
-homePhone: +1 213 390-6677
-initials: J. F.
-mobile: +1 213 726-8619
-pager: +1 213 535-6447
-roomNumber: 9580
-manager: cn=Buddy Portigal,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Wendye Kingdon,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Lorrie Leuty,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lorrie Leuty
-sn: Leuty
-description: This is Lorrie Leuty's description
-facsimileTelephoneNumber: +1 213 803-4766
-l: Fremont
-ou: Product Development
-postalAddress: Product Development$Fremont
-telephoneNumber: +1 213 184-7708
-title: Chief Product Development Engineer
-userPassword: Password1
-uid: LeutyL
-givenName: Lorrie
-mail: LeutyL@51af3bba33b24fce9bb1b479645f0efd.bitwarden.com
-carLicense: DKRK1G
-departmentNumber: 8353
-employeeType: Normal
-homePhone: +1 213 512-7505
-initials: L. L.
-mobile: +1 213 120-3041
-pager: +1 213 797-5020
-roomNumber: 8514
-manager: cn=Devonne Janelle,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Kacey Bocservice,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Petunia Hampshire,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Petunia Hampshire
-sn: Hampshire
-description: This is Petunia Hampshire's description
-facsimileTelephoneNumber: +1 206 207-7882
-l: San Jose
-ou: Product Testing
-postalAddress: Product Testing$San Jose
-telephoneNumber: +1 206 428-4761
-title: Junior Product Testing Director
-userPassword: Password1
-uid: HampshiP
-givenName: Petunia
-mail: HampshiP@aaecbb9e6d9d4b5ca4cf82b09982e9b3.bitwarden.com
-carLicense: 37D5VY
-departmentNumber: 6476
-employeeType: Employee
-homePhone: +1 206 976-9304
-initials: P. H.
-mobile: +1 206 735-5164
-pager: +1 206 329-1057
-roomNumber: 9326
-manager: cn=Christy Pandolfo,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Hollie Vella,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Chen Hord,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Chen Hord
-sn: Hord
-description: This is Chen Hord's description
-facsimileTelephoneNumber: +1 206 230-6847
-l: Santa Clara
-ou: Product Development
-postalAddress: Product Development$Santa Clara
-telephoneNumber: +1 206 659-9693
-title: Junior Product Development Grunt
-userPassword: Password1
-uid: HordC
-givenName: Chen
-mail: HordC@703f1fd06aa548d3aab11f04bbc4299a.bitwarden.com
-carLicense: RK50CV
-departmentNumber: 2042
-employeeType: Employee
-homePhone: +1 206 820-9663
-initials: C. H.
-mobile: +1 206 966-4432
-pager: +1 206 847-3802
-roomNumber: 8563
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Gussy Devera,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Chak-Hong Uberig,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Chak-Hong Uberig
-sn: Uberig
-description: This is Chak-Hong Uberig's description
-facsimileTelephoneNumber: +1 415 224-6223
-l: Fremont
-ou: Janitorial
-postalAddress: Janitorial$Fremont
-telephoneNumber: +1 415 934-8404
-title: Supreme Janitorial Grunt
-userPassword: Password1
-uid: UberigC
-givenName: Chak-Hong
-mail: UberigC@7146b0dabf794daa8f39018535047aad.bitwarden.com
-carLicense: CXF8AV
-departmentNumber: 7276
-employeeType: Contract
-homePhone: +1 415 292-6941
-initials: C. U.
-mobile: +1 415 844-7186
-pager: +1 415 453-4397
-roomNumber: 9224
-manager: cn=Gwen Kardomateas,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Donetta Rubinov,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Fiore Johanson,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Fiore Johanson
-sn: Johanson
-description: This is Fiore Johanson's description
-facsimileTelephoneNumber: +1 818 336-8898
-l: Menlo Park
-ou: Administrative
-postalAddress: Administrative$Menlo Park
-telephoneNumber: +1 818 863-6733
-title: Junior Administrative Fellow
-userPassword: Password1
-uid: JohansoF
-givenName: Fiore
-mail: JohansoF@4fce4f4074b64be78725b4295c78d7d3.bitwarden.com
-carLicense: T5FNXE
-departmentNumber: 4540
-employeeType: Contract
-homePhone: +1 818 831-9904
-initials: F. J.
-mobile: +1 818 896-7975
-pager: +1 818 507-8593
-roomNumber: 9944
-manager: cn=Jojo Wolska,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Natassia Taverner,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Philipa Ndububa,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Philipa Ndububa
-sn: Ndububa
-description: This is Philipa Ndububa's description
-facsimileTelephoneNumber: +1 408 838-2050
-l: Fremont
-ou: Management
-postalAddress: Management$Fremont
-telephoneNumber: +1 408 448-1961
-title: Master Management Sales Rep
-userPassword: Password1
-uid: NdububaP
-givenName: Philipa
-mail: NdububaP@99e9bc5df9fd4340b54c8a144a9561a1.bitwarden.com
-carLicense: SXDQIV
-departmentNumber: 2317
-employeeType: Contract
-homePhone: +1 408 708-8000
-initials: P. N.
-mobile: +1 408 635-8659
-pager: +1 408 178-8595
-roomNumber: 8278
-manager: cn=Emmye Thaker,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Aigneis Karim,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Casi Murton,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Casi Murton
-sn: Murton
-description: This is Casi Murton's description
-facsimileTelephoneNumber: +1 415 455-9565
-l: Cupertino
-ou: Peons
-postalAddress: Peons$Cupertino
-telephoneNumber: +1 415 500-2722
-title: Supreme Peons Punk
-userPassword: Password1
-uid: MurtonC
-givenName: Casi
-mail: MurtonC@d6a6c3ffb90540a9a50ba986096f3b28.bitwarden.com
-carLicense: XKCXHP
-departmentNumber: 4328
-employeeType: Employee
-homePhone: +1 415 977-7235
-initials: C. M.
-mobile: +1 415 872-4831
-pager: +1 415 572-9361
-roomNumber: 8891
-manager: cn=Odelinda Fedoruk,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Ronna Schaller,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Wai Stinziani,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Wai Stinziani
-sn: Stinziani
-description: This is Wai Stinziani's description
-facsimileTelephoneNumber: +1 510 104-9661
-l: San Mateo
-ou: Human Resources
-postalAddress: Human Resources$San Mateo
-telephoneNumber: +1 510 569-8476
-title: Master Human Resources Janitor
-userPassword: Password1
-uid: StinziaW
-givenName: Wai
-mail: StinziaW@7d7ec9da84704d40a71885ed7dace993.bitwarden.com
-carLicense: AWP4OW
-departmentNumber: 2966
-employeeType: Employee
-homePhone: +1 510 956-5836
-initials: W. S.
-mobile: +1 510 421-9216
-pager: +1 510 223-6933
-roomNumber: 8590
-manager: cn=Loren Dunkelman,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Donall Bierman,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Donall Bierman
-sn: Bierman
-description: This is Donall Bierman's description
-facsimileTelephoneNumber: +1 818 410-8119
-l: Alameda
-ou: Payroll
-postalAddress: Payroll$Alameda
-telephoneNumber: +1 818 994-8176
-title: Master Payroll Consultant
-userPassword: Password1
-uid: BiermanD
-givenName: Donall
-mail: BiermanD@1aa75fefc8034a8cbf83e5fc6e04d8e3.bitwarden.com
-carLicense: CEF4O3
-departmentNumber: 2978
-employeeType: Contract
-homePhone: +1 818 137-3931
-initials: D. B.
-mobile: +1 818 810-6743
-pager: +1 818 520-4424
-roomNumber: 8784
-manager: cn=Lynett Litzenberger,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Charin Goulfine,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Helenka Wieland,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Helenka Wieland
-sn: Wieland
-description: This is Helenka Wieland's description
-facsimileTelephoneNumber: +1 213 174-1656
-l: Palo Alto
-ou: Administrative
-postalAddress: Administrative$Palo Alto
-telephoneNumber: +1 213 460-2406
-title: Supreme Administrative Sales Rep
-userPassword: Password1
-uid: WielandH
-givenName: Helenka
-mail: WielandH@6fcf3faf71c9481bb038b9b9074ab98d.bitwarden.com
-carLicense: RR6U1V
-departmentNumber: 1851
-employeeType: Contract
-homePhone: +1 213 610-1855
-initials: H. W.
-mobile: +1 213 526-6764
-pager: +1 213 559-1880
-roomNumber: 8751
-manager: cn=Ronnica Grimm,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Paul Mullett,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Paul Mullett
-sn: Mullett
-description: This is Paul Mullett's description
-facsimileTelephoneNumber: +1 206 879-3557
-l: Menlo Park
-ou: Payroll
-postalAddress: Payroll$Menlo Park
-telephoneNumber: +1 206 579-7860
-title: Master Payroll Punk
-userPassword: Password1
-uid: MullettP
-givenName: Paul
-mail: MullettP@28270e7be90c4044819006bc21e646e1.bitwarden.com
-carLicense: FL5O71
-departmentNumber: 9544
-employeeType: Normal
-homePhone: +1 206 493-6151
-initials: P. M.
-mobile: +1 206 323-2814
-pager: +1 206 828-8082
-roomNumber: 9457
-manager: cn=Vitia Moulsoff,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Kacey Bocservice,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Ashli Padiou,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ashli Padiou
-sn: Padiou
-description: This is Ashli Padiou's description
-facsimileTelephoneNumber: +1 818 975-4507
-l: Orem
-ou: Product Testing
-postalAddress: Product Testing$Orem
-telephoneNumber: +1 818 929-9173
-title: Chief Product Testing Admin
-userPassword: Password1
-uid: PadiouA
-givenName: Ashli
-mail: PadiouA@57b486c8d85c409689fd3730df4e5523.bitwarden.com
-carLicense: B6BF4H
-departmentNumber: 6488
-employeeType: Employee
-homePhone: +1 818 149-5414
-initials: A. P.
-mobile: +1 818 475-8059
-pager: +1 818 415-5246
-roomNumber: 8147
-manager: cn=Greta Ramsayer,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Moshe Wallaert,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Azam Viehweg,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Azam Viehweg
-sn: Viehweg
-description: This is Azam Viehweg's description
-facsimileTelephoneNumber: +1 818 917-1046
-l: Cupertino
-ou: Janitorial
-postalAddress: Janitorial$Cupertino
-telephoneNumber: +1 818 577-4025
-title: Chief Janitorial Dictator
-userPassword: Password1
-uid: ViehwegA
-givenName: Azam
-mail: ViehwegA@a2257412df964db8b0b017a63b40027d.bitwarden.com
-carLicense: 94DPV6
-departmentNumber: 5484
-employeeType: Contract
-homePhone: +1 818 777-8159
-initials: A. V.
-mobile: +1 818 785-4671
-pager: +1 818 706-3321
-roomNumber: 8090
-manager: cn=Emery Meehan,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Pritchard Fabijanic,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Lani Kettles,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lani Kettles
-sn: Kettles
-description: This is Lani Kettles's description
-facsimileTelephoneNumber: +1 213 329-2337
-l: Palo Alto
-ou: Human Resources
-postalAddress: Human Resources$Palo Alto
-telephoneNumber: +1 213 124-1851
-title: Associate Human Resources Czar
-userPassword: Password1
-uid: KettlesL
-givenName: Lani
-mail: KettlesL@096bd16e7b9047ef820ae279d36addd1.bitwarden.com
-carLicense: 5MVG6P
-departmentNumber: 2736
-employeeType: Contract
-homePhone: +1 213 797-3356
-initials: L. K.
-mobile: +1 213 887-3357
-pager: +1 213 881-7162
-roomNumber: 8827
-manager: cn=Misbah Nielson,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Reta Gamarnik,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Jonthan De Muinck,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jonthan De Muinck
-sn: De Muinck
-description: This is Jonthan De Muinck's description
-facsimileTelephoneNumber: +1 415 163-4997
-l: San Francisco
-ou: Administrative
-postalAddress: Administrative$San Francisco
-telephoneNumber: +1 415 571-9259
-title: Associate Administrative Grunt
-userPassword: Password1
-uid: De MuinJ
-givenName: Jonthan
-mail: DeMuinJ@cc667ea0679a4810b18b1c967855abe0.bitwarden.com
-carLicense: W4L1IR
-departmentNumber: 3654
-employeeType: Contract
-homePhone: +1 415 450-2342
-initials: J. D.
-mobile: +1 415 559-2508
-pager: +1 415 375-7106
-roomNumber: 8924
-manager: cn=Tish Tecklenburg,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Robbie McCracken,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Michaeline Coady,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Michaeline Coady
-sn: Coady
-description: This is Michaeline Coady's description
-facsimileTelephoneNumber: +1 408 846-7114
-l: Orem
-ou: Administrative
-postalAddress: Administrative$Orem
-telephoneNumber: +1 408 471-1630
-title: Junior Administrative Technician
-userPassword: Password1
-uid: CoadyM
-givenName: Michaeline
-mail: CoadyM@67c03444c05a42a3b6969db268f587ab.bitwarden.com
-carLicense: MHBLV9
-departmentNumber: 6820
-employeeType: Normal
-homePhone: +1 408 891-8637
-initials: M. C.
-mobile: +1 408 393-2104
-pager: +1 408 421-6514
-roomNumber: 8740
-manager: cn=Thi Peirce,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Yueli Yakibchuk,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Vanna McGovern,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Vanna McGovern
-sn: McGovern
-description: This is Vanna McGovern's description
-facsimileTelephoneNumber: +1 818 535-4749
-l: San Francisco
-ou: Janitorial
-postalAddress: Janitorial$San Francisco
-telephoneNumber: +1 818 212-7530
-title: Master Janitorial President
-userPassword: Password1
-uid: McGoverV
-givenName: Vanna
-mail: McGoverV@ac659468ec11466ebec6760ed6f8fe67.bitwarden.com
-carLicense: GGLX23
-departmentNumber: 7836
-employeeType: Employee
-homePhone: +1 818 845-4359
-initials: V. M.
-mobile: +1 818 676-8615
-pager: +1 818 983-5970
-roomNumber: 8872
-manager: cn=Mada Gung,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Ofilia Gaskins,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ofilia Gaskins
-sn: Gaskins
-description: This is Ofilia Gaskins's description
-facsimileTelephoneNumber: +1 206 721-2714
-l: Milpitas
-ou: Human Resources
-postalAddress: Human Resources$Milpitas
-telephoneNumber: +1 206 151-4763
-title: Supreme Human Resources Architect
-userPassword: Password1
-uid: GaskinsO
-givenName: Ofilia
-mail: GaskinsO@de05663cc1c445b9849ee8fab2914551.bitwarden.com
-carLicense: L0HV1S
-departmentNumber: 4675
-employeeType: Normal
-homePhone: +1 206 430-5076
-initials: O. G.
-mobile: +1 206 549-1507
-pager: +1 206 580-6036
-roomNumber: 8654
-manager: cn=Diann Desjarlais,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Ilsa Kerns,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Vicki Neilsen,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Vicki Neilsen
-sn: Neilsen
-description: This is Vicki Neilsen's description
-facsimileTelephoneNumber: +1 804 372-8739
-l: Redwood Shores
-ou: Administrative
-postalAddress: Administrative$Redwood Shores
-telephoneNumber: +1 804 490-8956
-title: Junior Administrative Writer
-userPassword: Password1
-uid: NeilsenV
-givenName: Vicki
-mail: NeilsenV@688e876ec7ad44eb81e6d265bd963e6f.bitwarden.com
-carLicense: PBLRS2
-departmentNumber: 9173
-employeeType: Contract
-homePhone: +1 804 381-4201
-initials: V. N.
-mobile: +1 804 745-6446
-pager: +1 804 441-2932
-roomNumber: 8029
-manager: cn=Hans Kirchner,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Ammamaria Herring,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Wini Kotval,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Wini Kotval
-sn: Kotval
-description: This is Wini Kotval's description
-facsimileTelephoneNumber: +1 510 465-6593
-l: Alameda
-ou: Product Testing
-postalAddress: Product Testing$Alameda
-telephoneNumber: +1 510 176-2510
-title: Chief Product Testing Dictator
-userPassword: Password1
-uid: KotvalW
-givenName: Wini
-mail: KotvalW@e943658b762a4d19862d78ccad03fe9a.bitwarden.com
-carLicense: 2C5PDW
-departmentNumber: 1079
-employeeType: Employee
-homePhone: +1 510 441-8074
-initials: W. K.
-mobile: +1 510 197-4692
-pager: +1 510 743-7421
-roomNumber: 8552
-manager: cn=Lainey Nguyen-The,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Sapphira Nelson,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Lucita Diogo,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lucita Diogo
-sn: Diogo
-description: This is Lucita Diogo's description
-facsimileTelephoneNumber: +1 818 636-2425
-l: San Jose
-ou: Payroll
-postalAddress: Payroll$San Jose
-telephoneNumber: +1 818 463-4938
-title: Chief Payroll Sales Rep
-userPassword: Password1
-uid: DiogoL
-givenName: Lucita
-mail: DiogoL@a9b974f8337643ea8609cd0bff25a863.bitwarden.com
-carLicense: 5GA30V
-departmentNumber: 7394
-employeeType: Employee
-homePhone: +1 818 576-7390
-initials: L. D.
-mobile: +1 818 829-7150
-pager: +1 818 767-8097
-roomNumber: 9126
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Robbie McCracken,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Olga WAR,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Olga WAR
-sn: WAR
-description: This is Olga WAR's description
-facsimileTelephoneNumber: +1 213 248-3017
-l: Orem
-ou: Product Testing
-postalAddress: Product Testing$Orem
-telephoneNumber: +1 213 286-3300
-title: Supreme Product Testing Grunt
-userPassword: Password1
-uid: WARO
-givenName: Olga
-mail: WARO@6d6628d9da624cadbb049fbfa6bdf2da.bitwarden.com
-carLicense: 0G4USV
-departmentNumber: 4588
-employeeType: Normal
-homePhone: +1 213 831-3570
-initials: O. W.
-mobile: +1 213 534-8970
-pager: +1 213 132-7848
-roomNumber: 8614
-manager: cn=Beata Greaver,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Ramez Trochu,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Sammie Kaehler,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sammie Kaehler
-sn: Kaehler
-description: This is Sammie Kaehler's description
-facsimileTelephoneNumber: +1 510 810-5526
-l: Cupertino
-ou: Payroll
-postalAddress: Payroll$Cupertino
-telephoneNumber: +1 510 700-4066
-title: Chief Payroll Fellow
-userPassword: Password1
-uid: KaehlerS
-givenName: Sammie
-mail: KaehlerS@0ccb74ac9fed4f0683751fbda4136efb.bitwarden.com
-carLicense: JNOL7K
-departmentNumber: 9456
-employeeType: Employee
-homePhone: +1 510 864-5476
-initials: S. K.
-mobile: +1 510 186-6276
-pager: +1 510 653-3060
-roomNumber: 9708
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Selime Zaia,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Jeremy Dinnin,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jeremy Dinnin
-sn: Dinnin
-description: This is Jeremy Dinnin's description
-facsimileTelephoneNumber: +1 818 784-8551
-l: Redwood Shores
-ou: Payroll
-postalAddress: Payroll$Redwood Shores
-telephoneNumber: +1 818 239-5024
-title: Supreme Payroll Punk
-userPassword: Password1
-uid: DinninJ
-givenName: Jeremy
-mail: DinninJ@2ba610dbd4ca4724a5aac54e36ab5ab0.bitwarden.com
-carLicense: W3C5T1
-departmentNumber: 2692
-employeeType: Employee
-homePhone: +1 818 418-4618
-initials: J. D.
-mobile: +1 818 702-7346
-pager: +1 818 300-1651
-roomNumber: 9089
-manager: cn=Kial Contardo,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Fox Damena,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Lil Croisetiere,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lil Croisetiere
-sn: Croisetiere
-description: This is Lil Croisetiere's description
-facsimileTelephoneNumber: +1 206 616-3269
-l: Cupertino
-ou: Administrative
-postalAddress: Administrative$Cupertino
-telephoneNumber: +1 206 639-6231
-title: Chief Administrative Evangelist
-userPassword: Password1
-uid: CroisetL
-givenName: Lil
-mail: CroisetL@198d60b56d4a46fc8498ae63f77e3535.bitwarden.com
-carLicense: I7HDEQ
-departmentNumber: 3042
-employeeType: Employee
-homePhone: +1 206 337-3885
-initials: L. C.
-mobile: +1 206 692-2463
-pager: +1 206 574-5240
-roomNumber: 8457
-manager: cn=Shiela Harada,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Krystalle Marui,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Henrieta Perry,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Henrieta Perry
-sn: Perry
-description: This is Henrieta Perry's description
-facsimileTelephoneNumber: +1 206 723-3922
-l: Santa Clara
-ou: Management
-postalAddress: Management$Santa Clara
-telephoneNumber: +1 206 897-5696
-title: Chief Management Pinhead
-userPassword: Password1
-uid: PerryH
-givenName: Henrieta
-mail: PerryH@01d59747fe664b7191ca939cd23e155f.bitwarden.com
-carLicense: JLGGX7
-departmentNumber: 7751
-employeeType: Normal
-homePhone: +1 206 763-8065
-initials: H. P.
-mobile: +1 206 591-1035
-pager: +1 206 518-9509
-roomNumber: 8345
-manager: cn=Rita Krenos,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Kacey Bocservice,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Damil Byrnes,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Damil Byrnes
-sn: Byrnes
-description: This is Damil Byrnes's description
-facsimileTelephoneNumber: +1 415 280-3111
-l: Palo Alto
-ou: Janitorial
-postalAddress: Janitorial$Palo Alto
-telephoneNumber: +1 415 778-5260
-title: Associate Janitorial Janitor
-userPassword: Password1
-uid: ByrnesD
-givenName: Damil
-mail: ByrnesD@2a9b2932ba9c469a8877ecff04cae65a.bitwarden.com
-carLicense: 5TGXX9
-departmentNumber: 3547
-employeeType: Contract
-homePhone: +1 415 236-1024
-initials: D. B.
-mobile: +1 415 289-2694
-pager: +1 415 988-3326
-roomNumber: 8846
-manager: cn=Amalita Sanzone,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Jesus Earley,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Maala Wiseman,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Maala Wiseman
-sn: Wiseman
-description: This is Maala Wiseman's description
-facsimileTelephoneNumber: +1 510 691-2011
-l: Redmond
-ou: Administrative
-postalAddress: Administrative$Redmond
-telephoneNumber: +1 510 976-6953
-title: Supreme Administrative Director
-userPassword: Password1
-uid: WisemanM
-givenName: Maala
-mail: WisemanM@d3b9dcaba6d842aaa2a25b265db15991.bitwarden.com
-carLicense: NIXEND
-departmentNumber: 8434
-employeeType: Contract
-homePhone: +1 510 499-6309
-initials: M. W.
-mobile: +1 510 151-4624
-pager: +1 510 691-4581
-roomNumber: 8568
-manager: cn=Emery Meehan,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Gloriana Nill,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Cole Fiest,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Cole Fiest
-sn: Fiest
-description: This is Cole Fiest's description
-facsimileTelephoneNumber: +1 804 909-2505
-l: Redmond
-ou: Peons
-postalAddress: Peons$Redmond
-telephoneNumber: +1 804 102-6482
-title: Junior Peons Figurehead
-userPassword: Password1
-uid: FiestC
-givenName: Cole
-mail: FiestC@f12ebba054b64cbba1b8a48668d3134e.bitwarden.com
-carLicense: D9USVS
-departmentNumber: 7861
-employeeType: Contract
-homePhone: +1 804 135-1128
-initials: C. F.
-mobile: +1 804 605-7943
-pager: +1 804 270-9933
-roomNumber: 8234
-manager: cn=Alejandrina Nilsson,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Tildi Lemley,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Anjanette Burke,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Anjanette Burke
-sn: Burke
-description: This is Anjanette Burke's description
-facsimileTelephoneNumber: +1 206 863-2148
-l: San Mateo
-ou: Product Testing
-postalAddress: Product Testing$San Mateo
-telephoneNumber: +1 206 288-5193
-title: Master Product Testing Director
-userPassword: Password1
-uid: BurkeA
-givenName: Anjanette
-mail: BurkeA@5208267913f745bcb26fb5107268d9fb.bitwarden.com
-carLicense: GRJ1UC
-departmentNumber: 7966
-employeeType: Employee
-homePhone: +1 206 128-5880
-initials: A. B.
-mobile: +1 206 308-8510
-pager: +1 206 605-6513
-roomNumber: 8036
-manager: cn=Therese Meachum,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Liz Larabie,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Bert Soriano,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Bert Soriano
-sn: Soriano
-description: This is Bert Soriano's description
-facsimileTelephoneNumber: +1 213 509-6038
-l: Orem
-ou: Product Development
-postalAddress: Product Development$Orem
-telephoneNumber: +1 213 821-8391
-title: Chief Product Development Admin
-userPassword: Password1
-uid: SorianoB
-givenName: Bert
-mail: SorianoB@8be485b278d14bd09bb99f460e4b8889.bitwarden.com
-carLicense: 8SIR8W
-departmentNumber: 2104
-employeeType: Employee
-homePhone: +1 213 275-5072
-initials: B. S.
-mobile: +1 213 860-7505
-pager: +1 213 373-5371
-roomNumber: 9000
-manager: cn=Pak Unixsupport,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Sapphira Nelson,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Kac Ryall,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Kac Ryall
-sn: Ryall
-description: This is Kac Ryall's description
-facsimileTelephoneNumber: +1 818 608-7787
-l: Palo Alto
-ou: Product Testing
-postalAddress: Product Testing$Palo Alto
-telephoneNumber: +1 818 872-8913
-title: Supreme Product Testing Grunt
-userPassword: Password1
-uid: RyallK
-givenName: Kac
-mail: RyallK@dfeb1be2aeee4865836595bcbf46b032.bitwarden.com
-carLicense: 49E9C9
-departmentNumber: 8148
-employeeType: Contract
-homePhone: +1 818 629-9482
-initials: K. R.
-mobile: +1 818 292-1914
-pager: +1 818 463-2656
-roomNumber: 8383
-manager: cn=Faye Layton,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Chi-ho Mansourati,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Darrol Yu,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Darrol Yu
-sn: Yu
-description: This is Darrol Yu's description
-facsimileTelephoneNumber: +1 804 505-3212
-l: Alameda
-ou: Human Resources
-postalAddress: Human Resources$Alameda
-telephoneNumber: +1 804 685-8984
-title: Associate Human Resources Janitor
-userPassword: Password1
-uid: YuD
-givenName: Darrol
-mail: YuD@2dbc45054f2541289051a1797840fd1e.bitwarden.com
-carLicense: VW3XI7
-departmentNumber: 4940
-employeeType: Contract
-homePhone: +1 804 179-6061
-initials: D. Y.
-mobile: +1 804 611-8643
-pager: +1 804 479-8596
-roomNumber: 9537
-manager: cn=Amalita Sanzone,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Harold Blumer,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=John-Jr Selchow,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: John-Jr Selchow
-sn: Selchow
-description: This is John-Jr Selchow's description
-facsimileTelephoneNumber: +1 408 706-6430
-l: San Mateo
-ou: Administrative
-postalAddress: Administrative$San Mateo
-telephoneNumber: +1 408 219-2629
-title: Supreme Administrative Writer
-userPassword: Password1
-uid: SelchowJ
-givenName: John-Jr
-mail: SelchowJ@13d40245b91f45758401bb3ac7e95d2c.bitwarden.com
-carLicense: BT0OL9
-departmentNumber: 3935
-employeeType: Employee
-homePhone: +1 408 888-3791
-initials: J. S.
-mobile: +1 408 239-2803
-pager: +1 408 186-9062
-roomNumber: 9281
-manager: cn=Felicle Ostaszewski,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Reta Gamarnik,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Ling-Yue Gummadi,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ling-Yue Gummadi
-sn: Gummadi
-description: This is Ling-Yue Gummadi's description
-facsimileTelephoneNumber: +1 804 302-5386
-l: Milpitas
-ou: Payroll
-postalAddress: Payroll$Milpitas
-telephoneNumber: +1 804 205-3624
-title: Associate Payroll Janitor
-userPassword: Password1
-uid: GummadiL
-givenName: Ling-Yue
-mail: GummadiL@9168c74ef41149569e1e454986f240f5.bitwarden.com
-carLicense: SV8EW4
-departmentNumber: 7028
-employeeType: Normal
-homePhone: +1 804 842-1192
-initials: L. G.
-mobile: +1 804 167-5929
-pager: +1 804 486-9099
-roomNumber: 8787
-manager: cn=Raoul Gultekin,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Jackson Leapheart,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Mindy Maragoudakis,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mindy Maragoudakis
-sn: Maragoudakis
-description: This is Mindy Maragoudakis's description
-facsimileTelephoneNumber: +1 408 385-2674
-l: Alameda
-ou: Product Testing
-postalAddress: Product Testing$Alameda
-telephoneNumber: +1 408 410-1678
-title: Master Product Testing Technician
-userPassword: Password1
-uid: MaragouM
-givenName: Mindy
-mail: MaragouM@29d0d437b2c147b0847b9dd994ec881e.bitwarden.com
-carLicense: 2VKQ4H
-departmentNumber: 4303
-employeeType: Contract
-homePhone: +1 408 743-2470
-initials: M. M.
-mobile: +1 408 404-8027
-pager: +1 408 964-3276
-roomNumber: 9912
-manager: cn=Painterson Miki,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Fox Damena,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Sella Whitehurst,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sella Whitehurst
-sn: Whitehurst
-description: This is Sella Whitehurst's description
-facsimileTelephoneNumber: +1 408 164-5113
-l: Menlo Park
-ou: Payroll
-postalAddress: Payroll$Menlo Park
-telephoneNumber: +1 408 732-6118
-title: Master Payroll Madonna
-userPassword: Password1
-uid: WhitehuS
-givenName: Sella
-mail: WhitehuS@cbf6583826fd423d8f040079f215152c.bitwarden.com
-carLicense: 65RVK9
-departmentNumber: 3928
-employeeType: Normal
-homePhone: +1 408 259-5933
-initials: S. W.
-mobile: +1 408 788-9802
-pager: +1 408 534-2087
-roomNumber: 8158
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Donetta Rubinov,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Ashil Scamurra,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ashil Scamurra
-sn: Scamurra
-description: This is Ashil Scamurra's description
-facsimileTelephoneNumber: +1 213 955-1892
-l: San Mateo
-ou: Administrative
-postalAddress: Administrative$San Mateo
-telephoneNumber: +1 213 265-7063
-title: Chief Administrative Technician
-userPassword: Password1
-uid: ScamurrA
-givenName: Ashil
-mail: ScamurrA@99ecfa2a2adf441cbf5094d441911ac8.bitwarden.com
-carLicense: N36FCD
-departmentNumber: 5075
-employeeType: Normal
-homePhone: +1 213 217-7731
-initials: A. S.
-mobile: +1 213 932-2076
-pager: +1 213 536-4411
-roomNumber: 9927
-manager: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Donetta Rubinov,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Lesley Ruddle,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lesley Ruddle
-sn: Ruddle
-description: This is Lesley Ruddle's description
-facsimileTelephoneNumber: +1 510 666-5193
-l: San Francisco
-ou: Management
-postalAddress: Management$San Francisco
-telephoneNumber: +1 510 137-9576
-title: Master Management Evangelist
-userPassword: Password1
-uid: RuddleL
-givenName: Lesley
-mail: RuddleL@529890213d8b4e7aae49031b8b635b76.bitwarden.com
-carLicense: IXXUY8
-departmentNumber: 2714
-employeeType: Employee
-homePhone: +1 510 447-5222
-initials: L. R.
-mobile: +1 510 919-9215
-pager: +1 510 164-4611
-roomNumber: 8953
-manager: cn=Lynett Litzenberger,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Aigneis Karim,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Partap Brydon,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Partap Brydon
-sn: Brydon
-description: This is Partap Brydon's description
-facsimileTelephoneNumber: +1 510 748-7943
-l: Alameda
-ou: Administrative
-postalAddress: Administrative$Alameda
-telephoneNumber: +1 510 112-8043
-title: Associate Administrative Admin
-userPassword: Password1
-uid: BrydonP
-givenName: Partap
-mail: BrydonP@407a8845f0a44578b9efb43e7405efd9.bitwarden.com
-carLicense: E9OR61
-departmentNumber: 7659
-employeeType: Contract
-homePhone: +1 510 761-3611
-initials: P. B.
-mobile: +1 510 969-3499
-pager: +1 510 451-7558
-roomNumber: 8244
-manager: cn=Misbah Nielson,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Tildi Lemley,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Janey Racioppi,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Janey Racioppi
-sn: Racioppi
-description: This is Janey Racioppi's description
-facsimileTelephoneNumber: +1 206 829-4967
-l: Orem
-ou: Human Resources
-postalAddress: Human Resources$Orem
-telephoneNumber: +1 206 256-5633
-title: Associate Human Resources Developer
-userPassword: Password1
-uid: RacioppJ
-givenName: Janey
-mail: RacioppJ@a99a73a2a7104a29b4aa70b5e80f480d.bitwarden.com
-carLicense: 692BXK
-departmentNumber: 9241
-employeeType: Contract
-homePhone: +1 206 836-2436
-initials: J. R.
-mobile: +1 206 181-4794
-pager: +1 206 811-2358
-roomNumber: 8435
-manager: cn=Amalita Sanzone,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Salaidh Bugajski,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Loni Riggins,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Loni Riggins
-sn: Riggins
-description: This is Loni Riggins's description
-facsimileTelephoneNumber: +1 408 928-8586
-l: Palo Alto
-ou: Administrative
-postalAddress: Administrative$Palo Alto
-telephoneNumber: +1 408 507-5601
-title: Supreme Administrative Manager
-userPassword: Password1
-uid: RigginsL
-givenName: Loni
-mail: RigginsL@5398775f17574785a44a78e1afa74d02.bitwarden.com
-carLicense: HNJ58U
-departmentNumber: 4238
-employeeType: Employee
-homePhone: +1 408 249-4687
-initials: L. R.
-mobile: +1 408 843-9771
-pager: +1 408 984-4492
-roomNumber: 9198
-manager: cn=Dottie Mansi,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Aigneis Karim,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Lark Kriegler,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lark Kriegler
-sn: Kriegler
-description: This is Lark Kriegler's description
-facsimileTelephoneNumber: +1 408 289-3290
-l: Orem
-ou: Product Development
-postalAddress: Product Development$Orem
-telephoneNumber: +1 408 987-3954
-title: Junior Product Development Artist
-userPassword: Password1
-uid: KriegleL
-givenName: Lark
-mail: KriegleL@da80fbc552e74c92b5c02d6f794db308.bitwarden.com
-carLicense: 6Q33HN
-departmentNumber: 4275
-employeeType: Normal
-homePhone: +1 408 959-7622
-initials: L. K.
-mobile: +1 408 951-5218
-pager: +1 408 274-3870
-roomNumber: 8852
-manager: cn=Greta Ramsayer,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Dania Hekel,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Teirtza Lashmit,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Teirtza Lashmit
-sn: Lashmit
-description: This is Teirtza Lashmit's description
-facsimileTelephoneNumber: +1 206 830-8035
-l: Redwood Shores
-ou: Peons
-postalAddress: Peons$Redwood Shores
-telephoneNumber: +1 206 243-7628
-title: Master Peons Grunt
-userPassword: Password1
-uid: LashmitT
-givenName: Teirtza
-mail: LashmitT@ec02c5985d7a4ea488a553178eb2c794.bitwarden.com
-carLicense: K42S5R
-departmentNumber: 3908
-employeeType: Employee
-homePhone: +1 206 564-6211
-initials: T. L.
-mobile: +1 206 394-1283
-pager: +1 206 711-8870
-roomNumber: 9016
-manager: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Teruko Matsuzaka,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Beaumont Fadlallah,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Beaumont Fadlallah
-sn: Fadlallah
-description: This is Beaumont Fadlallah's description
-facsimileTelephoneNumber: +1 804 163-4875
-l: Alameda
-ou: Human Resources
-postalAddress: Human Resources$Alameda
-telephoneNumber: +1 804 181-6712
-title: Chief Human Resources Czar
-userPassword: Password1
-uid: FadlallB
-givenName: Beaumont
-mail: FadlallB@56b75ded0c5e40e78ca368e8b09c922e.bitwarden.com
-carLicense: GYVA0R
-departmentNumber: 6093
-employeeType: Normal
-homePhone: +1 804 140-9072
-initials: B. F.
-mobile: +1 804 843-6451
-pager: +1 804 489-4196
-roomNumber: 8872
-manager: cn=Kial Contardo,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Grantley Kobreek,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Billie Mccoy-Cage,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Billie Mccoy-Cage
-sn: Mccoy-Cage
-description: This is Billie Mccoy-Cage's description
-facsimileTelephoneNumber: +1 408 879-2371
-l: Alameda
-ou: Product Development
-postalAddress: Product Development$Alameda
-telephoneNumber: +1 408 539-3018
-title: Associate Product Development Fellow
-userPassword: Password1
-uid: Mccoy-CB
-givenName: Billie
-mail: Mccoy-CB@7af850a37fda4d6fb63e07a0adcf441a.bitwarden.com
-carLicense: 8MFL31
-departmentNumber: 8727
-employeeType: Employee
-homePhone: +1 408 486-1836
-initials: B. M.
-mobile: +1 408 848-8991
-pager: +1 408 798-2905
-roomNumber: 8633
-manager: cn=Misbah Nielson,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Virgina Pichocki,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Ivan Chee,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ivan Chee
-sn: Chee
-description: This is Ivan Chee's description
-facsimileTelephoneNumber: +1 213 462-2329
-l: Orem
-ou: Administrative
-postalAddress: Administrative$Orem
-telephoneNumber: +1 213 189-9128
-title: Master Administrative Architect
-userPassword: Password1
-uid: CheeI
-givenName: Ivan
-mail: CheeI@42f51a65b1584dbea4e8a6daf5a3f864.bitwarden.com
-carLicense: FB1CWO
-departmentNumber: 6684
-employeeType: Contract
-homePhone: +1 213 279-7574
-initials: I. C.
-mobile: +1 213 407-1696
-pager: +1 213 376-3030
-roomNumber: 9485
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Ramez Trochu,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Gurjinder Smelters,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gurjinder Smelters
-sn: Smelters
-description: This is Gurjinder Smelters's description
-facsimileTelephoneNumber: +1 510 765-4820
-l: Armonk
-ou: Peons
-postalAddress: Peons$Armonk
-telephoneNumber: +1 510 991-9338
-title: Supreme Peons Admin
-userPassword: Password1
-uid: SmelterG
-givenName: Gurjinder
-mail: SmelterG@a31a40edc37d48cd9f5a5a655ca23fe5.bitwarden.com
-carLicense: UORA5M
-departmentNumber: 6324
-employeeType: Employee
-homePhone: +1 510 802-2270
-initials: G. S.
-mobile: +1 510 482-4730
-pager: +1 510 943-8775
-roomNumber: 9415
-manager: cn=Therese Meachum,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Elaina Cipolla,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Elaina Cipolla
-sn: Cipolla
-description: This is Elaina Cipolla's description
-facsimileTelephoneNumber: +1 408 763-5646
-l: San Jose
-ou: Payroll
-postalAddress: Payroll$San Jose
-telephoneNumber: +1 408 895-1571
-title: Chief Payroll Admin
-userPassword: Password1
-uid: CipollaE
-givenName: Elaina
-mail: CipollaE@0998558a764541358e8e70ab479cfe9c.bitwarden.com
-carLicense: QG1W8W
-departmentNumber: 8614
-employeeType: Employee
-homePhone: +1 408 173-5306
-initials: E. C.
-mobile: +1 408 909-5736
-pager: +1 408 269-3290
-roomNumber: 8661
-manager: cn=Christy Pandolfo,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Fox Damena,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Flor Ginzburg,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Flor Ginzburg
-sn: Ginzburg
-description: This is Flor Ginzburg's description
-facsimileTelephoneNumber: +1 510 698-3440
-l: Palo Alto
-ou: Product Testing
-postalAddress: Product Testing$Palo Alto
-telephoneNumber: +1 510 668-9738
-title: Junior Product Testing Fellow
-userPassword: Password1
-uid: GinzburF
-givenName: Flor
-mail: GinzburF@9204194a2da94dc0b82d2268bcb1f7fe.bitwarden.com
-carLicense: X1RFMT
-departmentNumber: 5728
-employeeType: Normal
-homePhone: +1 510 994-3190
-initials: F. G.
-mobile: +1 510 280-9893
-pager: +1 510 846-1711
-roomNumber: 8861
-manager: cn=Buddy Portigal,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Robbie McCracken,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Wendeline Sudbey,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Wendeline Sudbey
-sn: Sudbey
-description: This is Wendeline Sudbey's description
-facsimileTelephoneNumber: +1 408 970-1699
-l: Milpitas
-ou: Janitorial
-postalAddress: Janitorial$Milpitas
-telephoneNumber: +1 408 896-4514
-title: Junior Janitorial Writer
-userPassword: Password1
-uid: SudbeyW
-givenName: Wendeline
-mail: SudbeyW@fdf824816adf41dbba98ed5c326be597.bitwarden.com
-carLicense: CWNV7M
-departmentNumber: 6911
-employeeType: Normal
-homePhone: +1 408 911-2452
-initials: W. S.
-mobile: +1 408 106-9749
-pager: +1 408 866-4420
-roomNumber: 9006
-manager: cn=Tilmon Kuzbary,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Sapphira MacIver,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Newell St.Denis,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Newell St.Denis
-sn: St.Denis
-description: This is Newell St.Denis's description
-facsimileTelephoneNumber: +1 206 944-8846
-l: Menlo Park
-ou: Product Development
-postalAddress: Product Development$Menlo Park
-telephoneNumber: +1 206 668-5618
-title: Supreme Product Development Grunt
-userPassword: Password1
-uid: St.DeniN
-givenName: Newell
-mail: St.DeniN@14dd00585236485eba0f90b9ef97aa25.bitwarden.com
-carLicense: X894RG
-departmentNumber: 2241
-employeeType: Contract
-homePhone: +1 206 264-1229
-initials: N. S.
-mobile: +1 206 381-6400
-pager: +1 206 801-5190
-roomNumber: 9852
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Charin Goulfine,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Rheta Milmine,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Rheta Milmine
-sn: Milmine
-description: This is Rheta Milmine's description
-facsimileTelephoneNumber: +1 213 553-8149
-l: Cupertino
-ou: Janitorial
-postalAddress: Janitorial$Cupertino
-telephoneNumber: +1 213 196-7613
-title: Associate Janitorial Mascot
-userPassword: Password1
-uid: MilmineR
-givenName: Rheta
-mail: MilmineR@c40623c8d9ac4757937cfee44c180e7b.bitwarden.com
-carLicense: JFI2IW
-departmentNumber: 5331
-employeeType: Contract
-homePhone: +1 213 428-7215
-initials: R. M.
-mobile: +1 213 923-2715
-pager: +1 213 107-3959
-roomNumber: 8880
-manager: cn=Faye Layton,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Ilsa Kerns,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Ethelin Gazier,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ethelin Gazier
-sn: Gazier
-description: This is Ethelin Gazier's description
-facsimileTelephoneNumber: +1 206 679-3579
-l: Santa Clara
-ou: Administrative
-postalAddress: Administrative$Santa Clara
-telephoneNumber: +1 206 733-8251
-title: Supreme Administrative Stooge
-userPassword: Password1
-uid: GazierE
-givenName: Ethelin
-mail: GazierE@3351accc28054331aa498785f45f0036.bitwarden.com
-carLicense: PGSCTE
-departmentNumber: 5758
-employeeType: Employee
-homePhone: +1 206 539-3179
-initials: E. G.
-mobile: +1 206 777-8748
-pager: +1 206 575-8577
-roomNumber: 8934
-manager: cn=Edmund Kardos,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Kacey Bocservice,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Binh Cullum,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Binh Cullum
-sn: Cullum
-description: This is Binh Cullum's description
-facsimileTelephoneNumber: +1 206 770-1410
-l: Palo Alto
-ou: Administrative
-postalAddress: Administrative$Palo Alto
-telephoneNumber: +1 206 189-5352
-title: Associate Administrative Assistant
-userPassword: Password1
-uid: CullumB
-givenName: Binh
-mail: CullumB@e903c41d0e6d47309eaa689127a4e081.bitwarden.com
-carLicense: X9IRMP
-departmentNumber: 6380
-employeeType: Contract
-homePhone: +1 206 336-8347
-initials: B. C.
-mobile: +1 206 721-9006
-pager: +1 206 459-4173
-roomNumber: 8655
-manager: cn=Alejandrina Nilsson,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Tildi Lemley,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Yoko Grazzini,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Yoko Grazzini
-sn: Grazzini
-description: This is Yoko Grazzini's description
-facsimileTelephoneNumber: +1 804 455-7414
-l: San Mateo
-ou: Product Testing
-postalAddress: Product Testing$San Mateo
-telephoneNumber: +1 804 243-8766
-title: Master Product Testing Mascot
-userPassword: Password1
-uid: GrazzinY
-givenName: Yoko
-mail: GrazzinY@8f54ea12be5d4924822bead7a0de7fce.bitwarden.com
-carLicense: 9Q0K7O
-departmentNumber: 1554
-employeeType: Employee
-homePhone: +1 804 607-3895
-initials: Y. G.
-mobile: +1 804 548-8345
-pager: +1 804 337-9124
-roomNumber: 9212
-manager: cn=Nerta Dumais,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Marthe Kenik,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Benthem Lind,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Benthem Lind
-sn: Lind
-description: This is Benthem Lind's description
-facsimileTelephoneNumber: +1 206 201-7113
-l: Cambridge
-ou: Product Testing
-postalAddress: Product Testing$Cambridge
-telephoneNumber: +1 206 260-9982
-title: Junior Product Testing Warrior
-userPassword: Password1
-uid: LindB
-givenName: Benthem
-mail: LindB@7070424bb94c4f288a054e30d222335a.bitwarden.com
-carLicense: ADY2QN
-departmentNumber: 1845
-employeeType: Normal
-homePhone: +1 206 111-1471
-initials: B. L.
-mobile: +1 206 338-5010
-pager: +1 206 359-3061
-roomNumber: 9648
-manager: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Maia Chummun,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Usman Rupert,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Usman Rupert
-sn: Rupert
-description: This is Usman Rupert's description
-facsimileTelephoneNumber: +1 510 923-4003
-l: Milpitas
-ou: Administrative
-postalAddress: Administrative$Milpitas
-telephoneNumber: +1 510 204-7973
-title: Supreme Administrative Madonna
-userPassword: Password1
-uid: RupertU
-givenName: Usman
-mail: RupertU@7bd1348caadc49fd912c79c585334210.bitwarden.com
-carLicense: PGEAIR
-departmentNumber: 8781
-employeeType: Employee
-homePhone: +1 510 851-4709
-initials: U. R.
-mobile: +1 510 674-5867
-pager: +1 510 728-9769
-roomNumber: 8107
-manager: cn=Diann Desjarlais,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Rikki Taggart,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Rikki Taggart
-sn: Taggart
-description: This is Rikki Taggart's description
-facsimileTelephoneNumber: +1 818 811-9237
-l: Redwood Shores
-ou: Payroll
-postalAddress: Payroll$Redwood Shores
-telephoneNumber: +1 818 614-1326
-title: Associate Payroll Grunt
-userPassword: Password1
-uid: TaggartR
-givenName: Rikki
-mail: TaggartR@0f5c9983e32c410788faa72a9c3d7c88.bitwarden.com
-carLicense: 5XHF2R
-departmentNumber: 4997
-employeeType: Employee
-homePhone: +1 818 916-1976
-initials: R. T.
-mobile: +1 818 198-4896
-pager: +1 818 798-4588
-roomNumber: 8717
-manager: cn=Ronnica Grimm,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Mahmood Strudwick,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Nike Woessner,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Nike Woessner
-sn: Woessner
-description: This is Nike Woessner's description
-facsimileTelephoneNumber: +1 415 729-2703
-l: Sunnyvale
-ou: Janitorial
-postalAddress: Janitorial$Sunnyvale
-telephoneNumber: +1 415 885-9404
-title: Master Janitorial Assistant
-userPassword: Password1
-uid: WoessneN
-givenName: Nike
-mail: WoessneN@83c0abbf294449be8e1bdffedc43f527.bitwarden.com
-carLicense: SGUDFQ
-departmentNumber: 9303
-employeeType: Employee
-homePhone: +1 415 853-7935
-initials: N. W.
-mobile: +1 415 497-9187
-pager: +1 415 869-2588
-roomNumber: 9948
-manager: cn=Wen Guertin,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Harold Blumer,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Elwyn Guttman,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Elwyn Guttman
-sn: Guttman
-description: This is Elwyn Guttman's description
-facsimileTelephoneNumber: +1 213 761-7067
-l: Redwood Shores
-ou: Peons
-postalAddress: Peons$Redwood Shores
-telephoneNumber: +1 213 196-9703
-title: Master Peons Engineer
-userPassword: Password1
-uid: GuttmanE
-givenName: Elwyn
-mail: GuttmanE@6f05e9d6186c4efb8486758a921ebaa6.bitwarden.com
-carLicense: PSJS43
-departmentNumber: 5354
-employeeType: Employee
-homePhone: +1 213 649-2142
-initials: E. G.
-mobile: +1 213 681-4255
-pager: +1 213 626-5735
-roomNumber: 8722
-manager: cn=Lillis Neuschwander,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Teruko Matsuzaka,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Cooney Denning,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Cooney Denning
-sn: Denning
-description: This is Cooney Denning's description
-facsimileTelephoneNumber: +1 213 708-1923
-l: Milpitas
-ou: Janitorial
-postalAddress: Janitorial$Milpitas
-telephoneNumber: +1 213 289-4964
-title: Master Janitorial Vice President
-userPassword: Password1
-uid: DenningC
-givenName: Cooney
-mail: DenningC@9befe039acaf4d578a86c80d677d5d49.bitwarden.com
-carLicense: 1MD4M3
-departmentNumber: 8534
-employeeType: Employee
-homePhone: +1 213 846-7759
-initials: C. D.
-mobile: +1 213 210-3113
-pager: +1 213 326-7976
-roomNumber: 9124
-manager: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Angus Merizzi,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Esma Piersol,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Esma Piersol
-sn: Piersol
-description: This is Esma Piersol's description
-facsimileTelephoneNumber: +1 408 625-2079
-l: Sunnyvale
-ou: Janitorial
-postalAddress: Janitorial$Sunnyvale
-telephoneNumber: +1 408 929-9008
-title: Junior Janitorial Director
-userPassword: Password1
-uid: PiersolE
-givenName: Esma
-mail: PiersolE@509acce88e824dae901a9dc813095e54.bitwarden.com
-carLicense: 85AYYP
-departmentNumber: 9156
-employeeType: Contract
-homePhone: +1 408 290-5129
-initials: E. P.
-mobile: +1 408 400-1660
-pager: +1 408 658-9212
-roomNumber: 8657
-manager: cn=Lianne Ivers,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Allys Rabatich,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Page Torres,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Page Torres
-sn: Torres
-description: This is Page Torres's description
-facsimileTelephoneNumber: +1 804 475-9449
-l: Palo Alto
-ou: Payroll
-postalAddress: Payroll$Palo Alto
-telephoneNumber: +1 804 882-1700
-title: Supreme Payroll Architect
-userPassword: Password1
-uid: TorresP
-givenName: Page
-mail: TorresP@1aa666088ec8478e9edd3851e1cbf70e.bitwarden.com
-carLicense: M9405S
-departmentNumber: 2142
-employeeType: Contract
-homePhone: +1 804 914-1707
-initials: P. T.
-mobile: +1 804 315-6694
-pager: +1 804 739-4948
-roomNumber: 8695
-manager: cn=Mada Gung,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Ronna Schaller,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Heidi Caleta,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Heidi Caleta
-sn: Caleta
-description: This is Heidi Caleta's description
-facsimileTelephoneNumber: +1 804 765-4360
-l: San Francisco
-ou: Management
-postalAddress: Management$San Francisco
-telephoneNumber: +1 804 810-8788
-title: Associate Management Writer
-userPassword: Password1
-uid: CaletaH
-givenName: Heidi
-mail: CaletaH@30940250e8844da39fb713b6d19a3328.bitwarden.com
-carLicense: 83I9PE
-departmentNumber: 7167
-employeeType: Employee
-homePhone: +1 804 523-8231
-initials: H. C.
-mobile: +1 804 878-4209
-pager: +1 804 247-8736
-roomNumber: 9242
-manager: cn=Aziz Nahata,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Natassia Taverner,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Neala Kazmierczak,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Neala Kazmierczak
-sn: Kazmierczak
-description: This is Neala Kazmierczak's description
-facsimileTelephoneNumber: +1 510 637-3556
-l: Menlo Park
-ou: Janitorial
-postalAddress: Janitorial$Menlo Park
-telephoneNumber: +1 510 871-9081
-title: Master Janitorial Grunt
-userPassword: Password1
-uid: KazmierN
-givenName: Neala
-mail: KazmierN@a71cdec4b0f443efb562be5952de7f81.bitwarden.com
-carLicense: HLPQ3D
-departmentNumber: 4540
-employeeType: Normal
-homePhone: +1 510 646-4994
-initials: N. K.
-mobile: +1 510 193-2147
-pager: +1 510 628-4897
-roomNumber: 9969
-manager: cn=Diann Desjarlais,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Vicuong Dyba,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Joon Pituley,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Joon Pituley
-sn: Pituley
-description: This is Joon Pituley's description
-facsimileTelephoneNumber: +1 818 273-8582
-l: Cupertino
-ou: Payroll
-postalAddress: Payroll$Cupertino
-telephoneNumber: +1 818 928-4660
-title: Chief Payroll Dictator
-userPassword: Password1
-uid: PituleyJ
-givenName: Joon
-mail: PituleyJ@65c647306216446ba8005c16399f2df3.bitwarden.com
-carLicense: GCLA8F
-departmentNumber: 6898
-employeeType: Employee
-homePhone: +1 818 695-4137
-initials: J. P.
-mobile: +1 818 732-2519
-pager: +1 818 841-7554
-roomNumber: 9377
-manager: cn=Verla Stickland,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Salaidh Bugajski,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Natalya Pollack,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Natalya Pollack
-sn: Pollack
-description: This is Natalya Pollack's description
-facsimileTelephoneNumber: +1 408 429-2297
-l: San Jose
-ou: Administrative
-postalAddress: Administrative$San Jose
-telephoneNumber: +1 408 494-6583
-title: Associate Administrative Warrior
-userPassword: Password1
-uid: PollackN
-givenName: Natalya
-mail: PollackN@0971bdcc719c47c9919ba37996d1ed23.bitwarden.com
-carLicense: Q5MC7T
-departmentNumber: 7746
-employeeType: Normal
-homePhone: +1 408 943-1064
-initials: N. P.
-mobile: +1 408 758-5021
-pager: +1 408 711-8453
-roomNumber: 9587
-manager: cn=Linnell Kinstley,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Harold Blumer,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Arlie Haupt,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Arlie Haupt
-sn: Haupt
-description: This is Arlie Haupt's description
-facsimileTelephoneNumber: +1 818 245-1181
-l: Cupertino
-ou: Administrative
-postalAddress: Administrative$Cupertino
-telephoneNumber: +1 818 817-2808
-title: Master Administrative Artist
-userPassword: Password1
-uid: HauptA
-givenName: Arlie
-mail: HauptA@b1def85879ca4d1390e9e6b1d5b583ee.bitwarden.com
-carLicense: W7XJ39
-departmentNumber: 9937
-employeeType: Normal
-homePhone: +1 818 694-9048
-initials: A. H.
-mobile: +1 818 200-3217
-pager: +1 818 930-4003
-roomNumber: 9630
-manager: cn=Pierre-Alain Posthumus,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Noella Koskie,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Michelle Thompson,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Michelle Thompson
-sn: Thompson
-description: This is Michelle Thompson's description
-facsimileTelephoneNumber: +1 408 632-3186
-l: Cambridge
-ou: Janitorial
-postalAddress: Janitorial$Cambridge
-telephoneNumber: +1 408 866-1903
-title: Junior Janitorial Dictator
-userPassword: Password1
-uid: ThompsoM
-givenName: Michelle
-mail: ThompsoM@8487e47e258e4e3d98a520c0ec0ac326.bitwarden.com
-carLicense: 7WIOBG
-departmentNumber: 2695
-employeeType: Normal
-homePhone: +1 408 210-8116
-initials: M. T.
-mobile: +1 408 158-1699
-pager: +1 408 834-5479
-roomNumber: 9147
-manager: cn=Wen Guertin,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Babbie McTurner,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Babbie McTurner
-sn: McTurner
-description: This is Babbie McTurner's description
-facsimileTelephoneNumber: +1 804 932-5202
-l: Cupertino
-ou: Administrative
-postalAddress: Administrative$Cupertino
-telephoneNumber: +1 804 387-4682
-title: Master Administrative Madonna
-userPassword: Password1
-uid: McTurneB
-givenName: Babbie
-mail: McTurneB@689212cef95e4390942ddc48435316fb.bitwarden.com
-carLicense: 8QBAAW
-departmentNumber: 7264
-employeeType: Normal
-homePhone: +1 804 444-1117
-initials: B. M.
-mobile: +1 804 801-3537
-pager: +1 804 834-5261
-roomNumber: 8002
-manager: cn=Jojo Wolska,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Chi-ho Mansourati,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Janel Dong,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Janel Dong
-sn: Dong
-description: This is Janel Dong's description
-facsimileTelephoneNumber: +1 408 890-5770
-l: San Jose
-ou: Product Testing
-postalAddress: Product Testing$San Jose
-telephoneNumber: +1 408 790-4042
-title: Chief Product Testing Warrior
-userPassword: Password1
-uid: DongJ
-givenName: Janel
-mail: DongJ@f2a69b2f833b4fb08cde3dcd2cb0f0ec.bitwarden.com
-carLicense: IICIY0
-departmentNumber: 6645
-employeeType: Employee
-homePhone: +1 408 783-7629
-initials: J. D.
-mobile: +1 408 347-5272
-pager: +1 408 534-8135
-roomNumber: 9194
-manager: cn=Rita Krenos,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Charin Goulfine,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Enid Mehta,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Enid Mehta
-sn: Mehta
-description: This is Enid Mehta's description
-facsimileTelephoneNumber: +1 206 465-3327
-l: Sunnyvale
-ou: Administrative
-postalAddress: Administrative$Sunnyvale
-telephoneNumber: +1 206 334-5131
-title: Master Administrative Grunt
-userPassword: Password1
-uid: MehtaE
-givenName: Enid
-mail: MehtaE@d505379297cc4736be3170c17507ade2.bitwarden.com
-carLicense: TEEJJ6
-departmentNumber: 1089
-employeeType: Contract
-homePhone: +1 206 680-2872
-initials: E. M.
-mobile: +1 206 392-7957
-pager: +1 206 133-6615
-roomNumber: 8718
-manager: cn=Emmye Thaker,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Donetta Rubinov,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Maurizia Sandler,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Maurizia Sandler
-sn: Sandler
-description: This is Maurizia Sandler's description
-facsimileTelephoneNumber: +1 818 473-6808
-l: San Mateo
-ou: Human Resources
-postalAddress: Human Resources$San Mateo
-telephoneNumber: +1 818 274-3769
-title: Master Human Resources Pinhead
-userPassword: Password1
-uid: SandlerM
-givenName: Maurizia
-mail: SandlerM@b7ef0e15634b4d85baca049c2b82b163.bitwarden.com
-carLicense: A0IFBV
-departmentNumber: 3839
-employeeType: Normal
-homePhone: +1 818 160-4073
-initials: M. S.
-mobile: +1 818 375-7298
-pager: +1 818 724-8426
-roomNumber: 9022
-manager: cn=Ynes Quelch,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Teruko Matsuzaka,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Cherilynn Brownlie,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Cherilynn Brownlie
-sn: Brownlie
-description: This is Cherilynn Brownlie's description
-facsimileTelephoneNumber: +1 818 544-4199
-l: Orem
-ou: Product Testing
-postalAddress: Product Testing$Orem
-telephoneNumber: +1 818 919-5992
-title: Supreme Product Testing Dictator
-userPassword: Password1
-uid: BrownliC
-givenName: Cherilynn
-mail: BrownliC@802b05236c97484db9a6d34278cbb7c2.bitwarden.com
-carLicense: R3WQ1E
-departmentNumber: 8493
-employeeType: Employee
-homePhone: +1 818 913-1279
-initials: C. B.
-mobile: +1 818 247-6501
-pager: +1 818 575-4623
-roomNumber: 9984
-manager: cn=Hans Kirchner,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Teirtza Kara,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Alka Schryburt,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Alka Schryburt
-sn: Schryburt
-description: This is Alka Schryburt's description
-facsimileTelephoneNumber: +1 408 521-2489
-l: Menlo Park
-ou: Payroll
-postalAddress: Payroll$Menlo Park
-telephoneNumber: +1 408 376-8263
-title: Associate Payroll Evangelist
-userPassword: Password1
-uid: SchrybuA
-givenName: Alka
-mail: SchrybuA@edc642e0d4114142a514590d284702bf.bitwarden.com
-carLicense: 88U063
-departmentNumber: 3998
-employeeType: Employee
-homePhone: +1 408 629-7309
-initials: A. S.
-mobile: +1 408 887-8464
-pager: +1 408 133-7713
-roomNumber: 8185
-manager: cn=Raoul Gultekin,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Jackson Leapheart,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Benita Gunderson,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Benita Gunderson
-sn: Gunderson
-description: This is Benita Gunderson's description
-facsimileTelephoneNumber: +1 213 554-1613
-l: Armonk
-ou: Product Testing
-postalAddress: Product Testing$Armonk
-telephoneNumber: +1 213 352-4282
-title: Junior Product Testing Visionary
-userPassword: Password1
-uid: GundersB
-givenName: Benita
-mail: GundersB@5cc42777197a4919922358bac776c6d8.bitwarden.com
-carLicense: GJIIDF
-departmentNumber: 7852
-employeeType: Employee
-homePhone: +1 213 977-2338
-initials: B. G.
-mobile: +1 213 221-8030
-pager: +1 213 916-5323
-roomNumber: 8080
-manager: cn=Vitia Moulsoff,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Bahram Younglove,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Gerrard Barbour,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gerrard Barbour
-sn: Barbour
-description: This is Gerrard Barbour's description
-facsimileTelephoneNumber: +1 804 342-5385
-l: Milpitas
-ou: Human Resources
-postalAddress: Human Resources$Milpitas
-telephoneNumber: +1 804 712-1958
-title: Master Human Resources Mascot
-userPassword: Password1
-uid: BarbourG
-givenName: Gerrard
-mail: BarbourG@f8b90edc60fc4bc7ad055f860390d0ec.bitwarden.com
-carLicense: H918GO
-departmentNumber: 3588
-employeeType: Employee
-homePhone: +1 804 426-8853
-initials: G. B.
-mobile: +1 804 309-4338
-pager: +1 804 851-3521
-roomNumber: 9681
-manager: cn=Halina Zollman,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Pavla Organization,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Doralyn Gawtrey,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Doralyn Gawtrey
-sn: Gawtrey
-description: This is Doralyn Gawtrey's description
-facsimileTelephoneNumber: +1 408 816-3784
-l: Menlo Park
-ou: Janitorial
-postalAddress: Janitorial$Menlo Park
-telephoneNumber: +1 408 118-3210
-title: Supreme Janitorial Assistant
-userPassword: Password1
-uid: GawtreyD
-givenName: Doralyn
-mail: GawtreyD@c84965df42a246bd8e57fe336aa97e86.bitwarden.com
-carLicense: 7NTHDR
-departmentNumber: 9799
-employeeType: Employee
-homePhone: +1 408 309-8865
-initials: D. G.
-mobile: +1 408 104-5373
-pager: +1 408 308-4407
-roomNumber: 8244
-manager: cn=Remington Parikh,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Kacey Bocservice,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Mary-Pat McCracken,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mary-Pat McCracken
-sn: McCracken
-description: This is Mary-Pat McCracken's description
-facsimileTelephoneNumber: +1 804 480-9030
-l: Cupertino
-ou: Administrative
-postalAddress: Administrative$Cupertino
-telephoneNumber: +1 804 122-2590
-title: Supreme Administrative Janitor
-userPassword: Password1
-uid: McCrackM
-givenName: Mary-Pat
-mail: McCrackM@d7c42a5466a44da1a41df54a07b84c5f.bitwarden.com
-carLicense: QN82V8
-departmentNumber: 2327
-employeeType: Contract
-homePhone: +1 804 692-9256
-initials: M. M.
-mobile: +1 804 220-7550
-pager: +1 804 771-4662
-roomNumber: 9362
-manager: cn=Raoul Gultekin,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Reta Gamarnik,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Teresa Buckalew,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Teresa Buckalew
-sn: Buckalew
-description: This is Teresa Buckalew's description
-facsimileTelephoneNumber: +1 213 780-4848
-l: Orem
-ou: Human Resources
-postalAddress: Human Resources$Orem
-telephoneNumber: +1 213 249-3033
-title: Junior Human Resources Dictator
-userPassword: Password1
-uid: BuckaleT
-givenName: Teresa
-mail: BuckaleT@8815cac7b22d401da16cfed3eab968c0.bitwarden.com
-carLicense: ODMU9K
-departmentNumber: 5471
-employeeType: Contract
-homePhone: +1 213 975-2705
-initials: T. B.
-mobile: +1 213 136-1295
-pager: +1 213 515-7638
-roomNumber: 8158
-manager: cn=Rita Krenos,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Go Szkarlat,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Mikihito Galloway,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Mikihito Galloway
-sn: Galloway
-description: This is Mikihito Galloway's description
-facsimileTelephoneNumber: +1 213 690-2556
-l: San Mateo
-ou: Peons
-postalAddress: Peons$San Mateo
-telephoneNumber: +1 213 692-5078
-title: Supreme Peons Assistant
-userPassword: Password1
-uid: GallowaM
-givenName: Mikihito
-mail: GallowaM@a6ca114df8334b8bba40f6036dd95ee9.bitwarden.com
-carLicense: J0D5JE
-departmentNumber: 2200
-employeeType: Normal
-homePhone: +1 213 207-2714
-initials: M. G.
-mobile: +1 213 201-8612
-pager: +1 213 593-5530
-roomNumber: 9309
-manager: cn=Hans Kirchner,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Charin Goulfine,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Lilas Seidl,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lilas Seidl
-sn: Seidl
-description: This is Lilas Seidl's description
-facsimileTelephoneNumber: +1 804 460-1819
-l: Santa Clara
-ou: Administrative
-postalAddress: Administrative$Santa Clara
-telephoneNumber: +1 804 544-9655
-title: Associate Administrative Artist
-userPassword: Password1
-uid: SeidlL
-givenName: Lilas
-mail: SeidlL@17893613ce1c4281965c9aa5767bbf90.bitwarden.com
-carLicense: DCU7SA
-departmentNumber: 9888
-employeeType: Employee
-homePhone: +1 804 215-6496
-initials: L. S.
-mobile: +1 804 837-9337
-pager: +1 804 402-1278
-roomNumber: 8776
-manager: cn=Amalita Sanzone,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Arabela Nikiforuk,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Rosa Luong,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Rosa Luong
-sn: Luong
-description: This is Rosa Luong's description
-facsimileTelephoneNumber: +1 510 326-3021
-l: Redwood Shores
-ou: Human Resources
-postalAddress: Human Resources$Redwood Shores
-telephoneNumber: +1 510 681-8466
-title: Chief Human Resources Punk
-userPassword: Password1
-uid: LuongR
-givenName: Rosa
-mail: LuongR@897ae3a77f7a4daf987ccc2744caa98b.bitwarden.com
-carLicense: 1BSTU1
-departmentNumber: 9350
-employeeType: Contract
-homePhone: +1 510 743-6963
-initials: R. L.
-mobile: +1 510 239-3786
-pager: +1 510 117-2234
-roomNumber: 8305
-manager: cn=Rosalinde Veedell,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Dania Hekel,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=VuQuoc Geuder,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: VuQuoc Geuder
-sn: Geuder
-description: This is VuQuoc Geuder's description
-facsimileTelephoneNumber: +1 510 541-6991
-l: Cupertino
-ou: Product Development
-postalAddress: Product Development$Cupertino
-telephoneNumber: +1 510 295-2660
-title: Supreme Product Development Fellow
-userPassword: Password1
-uid: GeuderV
-givenName: VuQuoc
-mail: GeuderV@9b79b6cacc7d4ea9a3519bd3f9441c87.bitwarden.com
-carLicense: 8I2VHS
-departmentNumber: 3387
-employeeType: Contract
-homePhone: +1 510 461-8310
-initials: V. G.
-mobile: +1 510 731-1179
-pager: +1 510 197-9191
-roomNumber: 8537
-manager: cn=Christy Pandolfo,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Ramez Trochu,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Len Ledwell,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Len Ledwell
-sn: Ledwell
-description: This is Len Ledwell's description
-facsimileTelephoneNumber: +1 206 700-5459
-l: Redwood Shores
-ou: Administrative
-postalAddress: Administrative$Redwood Shores
-telephoneNumber: +1 206 236-1536
-title: Supreme Administrative Technician
-userPassword: Password1
-uid: LedwellL
-givenName: Len
-mail: LedwellL@5973c61c55fb412e882f3e55c892670d.bitwarden.com
-carLicense: X171V8
-departmentNumber: 4751
-employeeType: Contract
-homePhone: +1 206 981-7678
-initials: L. L.
-mobile: +1 206 497-3887
-pager: +1 206 268-3578
-roomNumber: 8431
-manager: cn=Greta Ramsayer,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Ilsa Kerns,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Zonda Kalogerakos,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Zonda Kalogerakos
-sn: Kalogerakos
-description: This is Zonda Kalogerakos's description
-facsimileTelephoneNumber: +1 408 812-8052
-l: Redmond
-ou: Product Development
-postalAddress: Product Development$Redmond
-telephoneNumber: +1 408 906-9227
-title: Associate Product Development Dictator
-userPassword: Password1
-uid: KalogerZ
-givenName: Zonda
-mail: KalogerZ@c9e63b1b5bc149e4990db14938c17eff.bitwarden.com
-carLicense: RXAJ5D
-departmentNumber: 7162
-employeeType: Normal
-homePhone: +1 408 180-2699
-initials: Z. K.
-mobile: +1 408 383-5225
-pager: +1 408 220-3191
-roomNumber: 9919
-manager: cn=Faye Layton,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Keven Gilleland,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Zitella Merryweather,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Zitella Merryweather
-sn: Merryweather
-description: This is Zitella Merryweather's description
-facsimileTelephoneNumber: +1 804 335-5629
-l: Alameda
-ou: Janitorial
-postalAddress: Janitorial$Alameda
-telephoneNumber: +1 804 859-8409
-title: Junior Janitorial Czar
-userPassword: Password1
-uid: MerryweZ
-givenName: Zitella
-mail: MerryweZ@ea1921e47c544d9db56efb5d3dac14b7.bitwarden.com
-carLicense: UD2GOU
-departmentNumber: 3893
-employeeType: Employee
-homePhone: +1 804 257-5656
-initials: Z. M.
-mobile: +1 804 110-4450
-pager: +1 804 909-9276
-roomNumber: 9991
-manager: cn=Rita Krenos,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Yueli Yakibchuk,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Susanne Carswell,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Susanne Carswell
-sn: Carswell
-description: This is Susanne Carswell's description
-facsimileTelephoneNumber: +1 510 582-1985
-l: Milpitas
-ou: Product Testing
-postalAddress: Product Testing$Milpitas
-telephoneNumber: +1 510 205-7160
-title: Chief Product Testing Czar
-userPassword: Password1
-uid: CarswelS
-givenName: Susanne
-mail: CarswelS@3247d9930d174deba0cf4cead8361088.bitwarden.com
-carLicense: 6TI6B1
-departmentNumber: 6369
-employeeType: Normal
-homePhone: +1 510 777-2695
-initials: S. C.
-mobile: +1 510 750-2723
-pager: +1 510 279-7105
-roomNumber: 8931
-manager: cn=Pierre-Alain Posthumus,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Ammamaria Herring,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Scpbuild Jawanda,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Scpbuild Jawanda
-sn: Jawanda
-description: This is Scpbuild Jawanda's description
-facsimileTelephoneNumber: +1 415 671-9346
-l: Orem
-ou: Payroll
-postalAddress: Payroll$Orem
-telephoneNumber: +1 415 837-8968
-title: Junior Payroll Sales Rep
-userPassword: Password1
-uid: JawandaS
-givenName: Scpbuild
-mail: JawandaS@06df9cb737014f4380a57a8c4a3ae0ca.bitwarden.com
-carLicense: F7UTRX
-departmentNumber: 2076
-employeeType: Contract
-homePhone: +1 415 380-8049
-initials: S. J.
-mobile: +1 415 349-8906
-pager: +1 415 608-5411
-roomNumber: 8224
-manager: cn=Rosalinde Veedell,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Jesus Earley,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Modestia Burrows,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Modestia Burrows
-sn: Burrows
-description: This is Modestia Burrows's description
-facsimileTelephoneNumber: +1 408 308-8194
-l: Redmond
-ou: Janitorial
-postalAddress: Janitorial$Redmond
-telephoneNumber: +1 408 490-7203
-title: Supreme Janitorial Visionary
-userPassword: Password1
-uid: BurrowsM
-givenName: Modestia
-mail: BurrowsM@c711a2b311664a188cabd37fda0821b6.bitwarden.com
-carLicense: 4H5INN
-departmentNumber: 5901
-employeeType: Employee
-homePhone: +1 408 272-5712
-initials: M. B.
-mobile: +1 408 545-8928
-pager: +1 408 551-9445
-roomNumber: 9648
-manager: cn=Nerta Dumais,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Nelson Watchorn,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Atique Huret,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Atique Huret
-sn: Huret
-description: This is Atique Huret's description
-facsimileTelephoneNumber: +1 408 146-8233
-l: Fremont
-ou: Administrative
-postalAddress: Administrative$Fremont
-telephoneNumber: +1 408 646-4729
-title: Supreme Administrative Visionary
-userPassword: Password1
-uid: HuretA
-givenName: Atique
-mail: HuretA@4680c785cb844a38a2e2266186ce4985.bitwarden.com
-carLicense: ITERBP
-departmentNumber: 5009
-employeeType: Normal
-homePhone: +1 408 504-3744
-initials: A. H.
-mobile: +1 408 870-6058
-pager: +1 408 116-3172
-roomNumber: 9567
-manager: cn=Huelsman Standen,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Jackson Leapheart,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Sales Juscesak,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Sales Juscesak
-sn: Juscesak
-description: This is Sales Juscesak's description
-facsimileTelephoneNumber: +1 213 334-2751
-l: Santa Clara
-ou: Peons
-postalAddress: Peons$Santa Clara
-telephoneNumber: +1 213 637-1791
-title: Associate Peons Madonna
-userPassword: Password1
-uid: JuscesaS
-givenName: Sales
-mail: JuscesaS@b164c3b0e47342c68bbd8cf71c056428.bitwarden.com
-carLicense: 5YOQMD
-departmentNumber: 1466
-employeeType: Contract
-homePhone: +1 213 463-6472
-initials: S. J.
-mobile: +1 213 302-7559
-pager: +1 213 467-7100
-roomNumber: 9181
-manager: cn=Pierre-Alain Posthumus,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Bahram Younglove,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Phaidra Fitzgerald,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Phaidra Fitzgerald
-sn: Fitzgerald
-description: This is Phaidra Fitzgerald's description
-facsimileTelephoneNumber: +1 510 170-2316
-l: Cambridge
-ou: Product Development
-postalAddress: Product Development$Cambridge
-telephoneNumber: +1 510 863-8747
-title: Associate Product Development Mascot
-userPassword: Password1
-uid: FitzgerP
-givenName: Phaidra
-mail: FitzgerP@1c31600804664edcbc5e5ccaff471cf0.bitwarden.com
-carLicense: A8KWWL
-departmentNumber: 9733
-employeeType: Employee
-homePhone: +1 510 284-2897
-initials: P. F.
-mobile: +1 510 511-4534
-pager: +1 510 443-2945
-roomNumber: 8646
-manager: cn=Prem Goertz,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Donetta Rubinov,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Herman Ketcheson,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Herman Ketcheson
-sn: Ketcheson
-description: This is Herman Ketcheson's description
-facsimileTelephoneNumber: +1 213 278-2263
-l: San Mateo
-ou: Product Testing
-postalAddress: Product Testing$San Mateo
-telephoneNumber: +1 213 979-7823
-title: Junior Product Testing Artist
-userPassword: Password1
-uid: KetchesH
-givenName: Herman
-mail: KetchesH@261fb819d58341d6876f6a82736b49d4.bitwarden.com
-carLicense: UY2W8X
-departmentNumber: 7794
-employeeType: Contract
-homePhone: +1 213 747-4713
-initials: H. K.
-mobile: +1 213 792-7418
-pager: +1 213 238-9286
-roomNumber: 8749
-manager: cn=Sonja Hesketh,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Becky Priestley,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Gilda Timsit,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gilda Timsit
-sn: Timsit
-description: This is Gilda Timsit's description
-facsimileTelephoneNumber: +1 206 869-1140
-l: Cambridge
-ou: Janitorial
-postalAddress: Janitorial$Cambridge
-telephoneNumber: +1 206 614-5938
-title: Chief Janitorial Evangelist
-userPassword: Password1
-uid: TimsitG
-givenName: Gilda
-mail: TimsitG@2a5f814d827d44e7ae833b82870d5360.bitwarden.com
-carLicense: 05OS5O
-departmentNumber: 2931
-employeeType: Employee
-homePhone: +1 206 993-4050
-initials: G. T.
-mobile: +1 206 325-5092
-pager: +1 206 256-7943
-roomNumber: 9438
-manager: cn=Diann Desjarlais,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Reta Gamarnik,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Jozsef Joshi,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Jozsef Joshi
-sn: Joshi
-description: This is Jozsef Joshi's description
-facsimileTelephoneNumber: +1 206 188-3869
-l: Armonk
-ou: Management
-postalAddress: Management$Armonk
-telephoneNumber: +1 206 409-7630
-title: Chief Management Figurehead
-userPassword: Password1
-uid: JoshiJ
-givenName: Jozsef
-mail: JoshiJ@3b7f54d4bad64a6e9c37b6bf78248442.bitwarden.com
-carLicense: S1LPGT
-departmentNumber: 2925
-employeeType: Contract
-homePhone: +1 206 959-3717
-initials: J. J.
-mobile: +1 206 110-4423
-pager: +1 206 577-2411
-roomNumber: 8231
-manager: cn=Cosette Grueneich,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=King-Haut Glancey,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Guillema Akhtar,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Guillema Akhtar
-sn: Akhtar
-description: This is Guillema Akhtar's description
-facsimileTelephoneNumber: +1 213 733-4620
-l: Menlo Park
-ou: Administrative
-postalAddress: Administrative$Menlo Park
-telephoneNumber: +1 213 663-6654
-title: Junior Administrative Figurehead
-userPassword: Password1
-uid: AkhtarG
-givenName: Guillema
-mail: AkhtarG@2a24d3bec1324ab39148d09712ff8aba.bitwarden.com
-carLicense: CIDFNR
-departmentNumber: 2875
-employeeType: Employee
-homePhone: +1 213 224-7249
-initials: G. A.
-mobile: +1 213 785-5383
-pager: +1 213 387-7961
-roomNumber: 8730
-manager: cn=Wen Guertin,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Hazem Sauls,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Hazem Sauls
-sn: Sauls
-description: This is Hazem Sauls's description
-facsimileTelephoneNumber: +1 804 580-8767
-l: Alameda
-ou: Product Testing
-postalAddress: Product Testing$Alameda
-telephoneNumber: +1 804 657-9436
-title: Master Product Testing Warrior
-userPassword: Password1
-uid: SaulsH
-givenName: Hazem
-mail: SaulsH@5c0a8df1a6ec4beaa217c5f72f1c4620.bitwarden.com
-carLicense: PQKXSE
-departmentNumber: 9518
-employeeType: Employee
-homePhone: +1 804 789-9611
-initials: H. S.
-mobile: +1 804 224-1151
-pager: +1 804 995-2492
-roomNumber: 8797
-manager: cn=Inga Schnirer,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Salaidh Bugajski,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Vern Ptefs,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Vern Ptefs
-sn: Ptefs
-description: This is Vern Ptefs's description
-facsimileTelephoneNumber: +1 818 346-8872
-l: San Mateo
-ou: Management
-postalAddress: Management$San Mateo
-telephoneNumber: +1 818 768-7076
-title: Chief Management Warrior
-userPassword: Password1
-uid: PtefsV
-givenName: Vern
-mail: PtefsV@e12ccb4c95a5499e9ee0d9fef4ea0dfe.bitwarden.com
-carLicense: NGBRRS
-departmentNumber: 1745
-employeeType: Contract
-homePhone: +1 818 249-9092
-initials: V. P.
-mobile: +1 818 327-7539
-pager: +1 818 138-1623
-roomNumber: 9791
-manager: cn=Mada Gung,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Pavla Organization,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Blinnie Ottco,ou=Product Testing,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Blinnie Ottco
-sn: Ottco
-description: This is Blinnie Ottco's description
-facsimileTelephoneNumber: +1 804 737-4814
-l: Cupertino
-ou: Product Testing
-postalAddress: Product Testing$Cupertino
-telephoneNumber: +1 804 706-1674
-title: Junior Product Testing Warrior
-userPassword: Password1
-uid: OttcoB
-givenName: Blinnie
-mail: OttcoB@9fbf462dffb84d01b4efd7ea06cb46c2.bitwarden.com
-carLicense: KP83HE
-departmentNumber: 7378
-employeeType: Employee
-homePhone: +1 804 329-6915
-initials: B. O.
-mobile: +1 804 686-4234
-pager: +1 804 824-3936
-roomNumber: 8273
-manager: cn=Huelsman Standen,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Ramez Trochu,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Ella Brownlie,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ella Brownlie
-sn: Brownlie
-description: This is Ella Brownlie's description
-facsimileTelephoneNumber: +1 408 252-2924
-l: Menlo Park
-ou: Administrative
-postalAddress: Administrative$Menlo Park
-telephoneNumber: +1 408 888-7465
-title: Junior Administrative Stooge
-userPassword: Password1
-uid: BrownliE
-givenName: Ella
-mail: BrownliE@fa188d5fd79049b9b81da4c61031ac85.bitwarden.com
-carLicense: DN4FXR
-departmentNumber: 9071
-employeeType: Employee
-homePhone: +1 408 323-2404
-initials: E. B.
-mobile: +1 408 816-2585
-pager: +1 408 360-7311
-roomNumber: 8079
-manager: cn=Pak Unixsupport,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Maia Chummun,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Adrienne Hippert,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Adrienne Hippert
-sn: Hippert
-description: This is Adrienne Hippert's description
-facsimileTelephoneNumber: +1 818 707-4652
-l: Fremont
-ou: Administrative
-postalAddress: Administrative$Fremont
-telephoneNumber: +1 818 783-9800
-title: Associate Administrative Writer
-userPassword: Password1
-uid: HippertA
-givenName: Adrienne
-mail: HippertA@6874478c22ee4fbf87473317dba0c7aa.bitwarden.com
-carLicense: QNVSQL
-departmentNumber: 9916
-employeeType: Contract
-homePhone: +1 818 404-7074
-initials: A. H.
-mobile: +1 818 801-1856
-pager: +1 818 385-4821
-roomNumber: 9414
-manager: cn=Cosette Grueneich,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Grantley Kobreek,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Hewlet Hermack,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Hewlet Hermack
-sn: Hermack
-description: This is Hewlet Hermack's description
-facsimileTelephoneNumber: +1 206 921-5683
-l: Menlo Park
-ou: Payroll
-postalAddress: Payroll$Menlo Park
-telephoneNumber: +1 206 244-8079
-title: Junior Payroll Developer
-userPassword: Password1
-uid: HermackH
-givenName: Hewlet
-mail: HermackH@ed17d9e69e8b410cb3707cf185cb100c.bitwarden.com
-carLicense: 6H1FPT
-departmentNumber: 3859
-employeeType: Employee
-homePhone: +1 206 961-8728
-initials: H. H.
-mobile: +1 206 550-4207
-pager: +1 206 108-7671
-roomNumber: 8354
-manager: cn=Pierre-Alain Posthumus,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Wendye Kingdon,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Miro McGorman,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Miro McGorman
-sn: McGorman
-description: This is Miro McGorman's description
-facsimileTelephoneNumber: +1 206 357-5444
-l: San Jose
-ou: Administrative
-postalAddress: Administrative$San Jose
-telephoneNumber: +1 206 610-8288
-title: Supreme Administrative Madonna
-userPassword: Password1
-uid: McGormaM
-givenName: Miro
-mail: McGormaM@dcc1ece5a338425db3961636de7dfa00.bitwarden.com
-carLicense: 1JMKWM
-departmentNumber: 8390
-employeeType: Contract
-homePhone: +1 206 681-8223
-initials: M. M.
-mobile: +1 206 762-8153
-pager: +1 206 985-7878
-roomNumber: 8119
-manager: cn=Dottie Mansi,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Hollie Vella,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Hennrietta Schuette,ou=Human Resources,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Hennrietta Schuette
-sn: Schuette
-description: This is Hennrietta Schuette's description
-facsimileTelephoneNumber: +1 804 817-6705
-l: Menlo Park
-ou: Human Resources
-postalAddress: Human Resources$Menlo Park
-telephoneNumber: +1 804 451-3514
-title: Associate Human Resources Punk
-userPassword: Password1
-uid: SchuettH
-givenName: Hennrietta
-mail: SchuettH@9d285bc3d8a449bdab80635bcee114b3.bitwarden.com
-carLicense: 48WOAE
-departmentNumber: 4901
-employeeType: Normal
-homePhone: +1 804 770-6299
-initials: H. S.
-mobile: +1 804 661-3576
-pager: +1 804 316-1383
-roomNumber: 8737
-manager: cn=Amalita Sanzone,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Nelson Watchorn,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Odele Brennand,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Odele Brennand
-sn: Brennand
-description: This is Odele Brennand's description
-facsimileTelephoneNumber: +1 818 634-9650
-l: Redmond
-ou: Peons
-postalAddress: Peons$Redmond
-telephoneNumber: +1 818 663-1369
-title: Supreme Peons Mascot
-userPassword: Password1
-uid: BrennanO
-givenName: Odele
-mail: BrennanO@4d7bb891336c4654bdd58a643d7d3a21.bitwarden.com
-carLicense: 06WW3L
-departmentNumber: 9468
-employeeType: Normal
-homePhone: +1 818 341-5222
-initials: O. B.
-mobile: +1 818 243-2863
-pager: +1 818 293-4062
-roomNumber: 9968
-manager: cn=Felicle Ostaszewski,ou=Management,dc=bitwarden, dc=com
-secretary: cn=Ramez Trochu,ou=Human Resources,dc=bitwarden, dc=com
-
-dn: cn=Ayn Olivier,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Ayn Olivier
-sn: Olivier
-description: This is Ayn Olivier's description
-facsimileTelephoneNumber: +1 415 994-8936
-l: Santa Clara
-ou: Payroll
-postalAddress: Payroll$Santa Clara
-telephoneNumber: +1 415 620-6014
-title: Associate Payroll Figurehead
-userPassword: Password1
-uid: OlivierA
-givenName: Ayn
-mail: OlivierA@38d6239d446040c7892f72bde901e5dc.bitwarden.com
-carLicense: DM824D
-departmentNumber: 4352
-employeeType: Employee
-homePhone: +1 415 669-1391
-initials: A. O.
-mobile: +1 415 426-3670
-pager: +1 415 405-1777
-roomNumber: 8342
-manager: cn=Odelinda Fedoruk,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Hollie Vella,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Vonni Gaime,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Vonni Gaime
-sn: Gaime
-description: This is Vonni Gaime's description
-facsimileTelephoneNumber: +1 213 986-1160
-l: Redwood Shores
-ou: Product Development
-postalAddress: Product Development$Redwood Shores
-telephoneNumber: +1 213 134-2540
-title: Master Product Development Technician
-userPassword: Password1
-uid: GaimeV
-givenName: Vonni
-mail: GaimeV@37f0f82dfcd246b8ad39145ec76d2b17.bitwarden.com
-carLicense: 6AXL33
-departmentNumber: 5727
-employeeType: Employee
-homePhone: +1 213 643-8269
-initials: V. G.
-mobile: +1 213 907-7251
-pager: +1 213 700-5021
-roomNumber: 8550
-manager: cn=Vitia Moulsoff,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Ronna Schaller,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Nic Noll,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Nic Noll
-sn: Noll
-description: This is Nic Noll's description
-facsimileTelephoneNumber: +1 415 203-1625
-l: Menlo Park
-ou: Peons
-postalAddress: Peons$Menlo Park
-telephoneNumber: +1 415 754-7873
-title: Associate Peons Evangelist
-userPassword: Password1
-uid: NollN
-givenName: Nic
-mail: NollN@bd0d542943b6439fba91f92e849851ee.bitwarden.com
-carLicense: TQR15R
-departmentNumber: 8385
-employeeType: Normal
-homePhone: +1 415 943-4119
-initials: N. N.
-mobile: +1 415 363-9346
-pager: +1 415 224-4293
-roomNumber: 8978
-manager: cn=Jon Tennant,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Lynnea Dasilva,ou=Janitorial,dc=bitwarden, dc=com
-
-dn: cn=Lottie Banks,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lottie Banks
-sn: Banks
-description: This is Lottie Banks's description
-facsimileTelephoneNumber: +1 804 682-7344
-l: Cambridge
-ou: Payroll
-postalAddress: Payroll$Cambridge
-telephoneNumber: +1 804 854-3098
-title: Master Payroll Czar
-userPassword: Password1
-uid: BanksL
-givenName: Lottie
-mail: BanksL@87319c77ecd947ceb8993498705d4a28.bitwarden.com
-carLicense: V7UL5F
-departmentNumber: 3688
-employeeType: Employee
-homePhone: +1 804 734-3794
-initials: L. B.
-mobile: +1 804 383-8021
-pager: +1 804 479-7404
-roomNumber: 8535
-manager: cn=Dara Patchsqa,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=Donetta Rubinov,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Chantal Studer,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Chantal Studer
-sn: Studer
-description: This is Chantal Studer's description
-facsimileTelephoneNumber: +1 213 907-7218
-l: Santa Clara
-ou: Payroll
-postalAddress: Payroll$Santa Clara
-telephoneNumber: +1 213 711-1656
-title: Supreme Payroll Technician
-userPassword: Password1
-uid: StuderC
-givenName: Chantal
-mail: StuderC@ad0bda8d571042bcaa96154bab5115e8.bitwarden.com
-carLicense: 6RN5VJ
-departmentNumber: 4829
-employeeType: Contract
-homePhone: +1 213 727-8450
-initials: C. S.
-mobile: +1 213 134-6274
-pager: +1 213 112-7416
-roomNumber: 8276
-manager: cn=Pierre-Alain Posthumus,ou=Janitorial,dc=bitwarden, dc=com
-secretary: cn=Sapphira Nelson,ou=Payroll,dc=bitwarden, dc=com
-
-dn: cn=Almire Berkley,ou=Administrative,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Almire Berkley
-sn: Berkley
-description: This is Almire Berkley's description
-facsimileTelephoneNumber: +1 415 298-5848
-l: Armonk
-ou: Administrative
-postalAddress: Administrative$Armonk
-telephoneNumber: +1 415 403-4459
-title: Chief Administrative Figurehead
-userPassword: Password1
-uid: BerkleyA
-givenName: Almire
-mail: BerkleyA@c81ed34bb34947a5895b38d18b584ea9.bitwarden.com
-carLicense: YDJ8ER
-departmentNumber: 2665
-employeeType: Contract
-homePhone: +1 415 437-9929
-initials: A. B.
-mobile: +1 415 219-4698
-pager: +1 415 525-2761
-roomNumber: 8542
-manager: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=King-Haut Glancey,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Heida Kimbarovsky,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Heida Kimbarovsky
-sn: Kimbarovsky
-description: This is Heida Kimbarovsky's description
-facsimileTelephoneNumber: +1 804 929-9775
-l: Redwood Shores
-ou: Payroll
-postalAddress: Payroll$Redwood Shores
-telephoneNumber: +1 804 594-2405
-title: Supreme Payroll Czar
-userPassword: Password1
-uid: KimbaroH
-givenName: Heida
-mail: KimbaroH@50cba049a4ce4cb48d38e4a6dd7d1758.bitwarden.com
-carLicense: CCPLEL
-departmentNumber: 3907
-employeeType: Contract
-homePhone: +1 804 883-5003
-initials: H. K.
-mobile: +1 804 829-9215
-pager: +1 804 154-7789
-roomNumber: 9066
-manager: cn=Dara Patchsqa,ou=Payroll,dc=bitwarden, dc=com
-secretary: cn=King-Haut Glancey,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Gopal Broadfoot,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gopal Broadfoot
-sn: Broadfoot
-description: This is Gopal Broadfoot's description
-facsimileTelephoneNumber: +1 206 452-5383
-l: San Francisco
-ou: Janitorial
-postalAddress: Janitorial$San Francisco
-telephoneNumber: +1 206 858-7894
-title: Supreme Janitorial Assistant
-userPassword: Password1
-uid: BroadfoG
-givenName: Gopal
-mail: BroadfoG@acf8df5e49b0487b8286c67050e2ab8e.bitwarden.com
-carLicense: XSXS9D
-departmentNumber: 3525
-employeeType: Employee
-homePhone: +1 206 748-7808
-initials: G. B.
-mobile: +1 206 960-8323
-pager: +1 206 207-6393
-roomNumber: 8545
-manager: cn=Ynes Quelch,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=King-Haut Glancey,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Cybil Tharby,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Cybil Tharby
-sn: Tharby
-description: This is Cybil Tharby's description
-facsimileTelephoneNumber: +1 818 913-8038
-l: Armonk
-ou: Janitorial
-postalAddress: Janitorial$Armonk
-telephoneNumber: +1 818 969-4780
-title: Junior Janitorial Stooge
-userPassword: Password1
-uid: TharbyC
-givenName: Cybil
-mail: TharbyC@f6414ae4de9c48918d1c08fe0828695b.bitwarden.com
-carLicense: YLJ56J
-departmentNumber: 5266
-employeeType: Employee
-homePhone: +1 818 636-5740
-initials: C. T.
-mobile: +1 818 240-1455
-pager: +1 818 668-3392
-roomNumber: 9977
-manager: cn=Rita Krenos,ou=Administrative,dc=bitwarden, dc=com
-secretary: cn=Arabela Nikiforuk,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Lilah Milaknis,ou=Payroll,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Lilah Milaknis
-sn: Milaknis
-description: This is Lilah Milaknis's description
-facsimileTelephoneNumber: +1 804 773-6457
-l: Redwood Shores
-ou: Payroll
-postalAddress: Payroll$Redwood Shores
-telephoneNumber: +1 804 519-9596
-title: Chief Payroll President
-userPassword: Password1
-uid: MilakniL
-givenName: Lilah
-mail: MilakniL@ce0ca58b605f4efe987f4366b87f6460.bitwarden.com
-carLicense: DFJV37
-departmentNumber: 2083
-employeeType: Normal
-homePhone: +1 804 207-7956
-initials: L. M.
-mobile: +1 804 895-7846
-pager: +1 804 761-5999
-roomNumber: 8195
-manager: cn=Natka Vopni,ou=Product Development,dc=bitwarden, dc=com
-secretary: cn=Wiebren Lampman,ou=Administrative,dc=bitwarden, dc=com
-
-dn: cn=Cristina McKibben,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Cristina McKibben
-sn: McKibben
-description: This is Cristina McKibben's description
-facsimileTelephoneNumber: +1 415 300-5317
-l: Palo Alto
-ou: Product Development
-postalAddress: Product Development$Palo Alto
-telephoneNumber: +1 415 261-5751
-title: Master Product Development Consultant
-userPassword: Password1
-uid: McKibbeC
-givenName: Cristina
-mail: McKibbeC@855b59f42c4a4908803bfe662defb2ba.bitwarden.com
-carLicense: FVUPUF
-departmentNumber: 1481
-employeeType: Employee
-homePhone: +1 415 133-5406
-initials: C. M.
-mobile: +1 415 436-6722
-pager: +1 415 148-7905
-roomNumber: 9258
-manager: cn=Nerta Dumais,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Kacey Bocservice,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Bobinette Pacey,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Bobinette Pacey
-sn: Pacey
-description: This is Bobinette Pacey's description
-facsimileTelephoneNumber: +1 408 399-8322
-l: Milpitas
-ou: Management
-postalAddress: Management$Milpitas
-telephoneNumber: +1 408 147-4093
-title: Supreme Management Vice President
-userPassword: Password1
-uid: PaceyB
-givenName: Bobinette
-mail: PaceyB@fc8c0a560ec144cbab9e40d962cfbf5e.bitwarden.com
-carLicense: JUPPV5
-departmentNumber: 5014
-employeeType: Normal
-homePhone: +1 408 732-9967
-initials: B. P.
-mobile: +1 408 807-7174
-pager: +1 408 768-4224
-roomNumber: 9575
-manager: cn=Therese Meachum,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Wallie Skof,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Felipa Hartleb,ou=Product Development,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Felipa Hartleb
-sn: Hartleb
-description: This is Felipa Hartleb's description
-facsimileTelephoneNumber: +1 804 875-7212
-l: Fremont
-ou: Product Development
-postalAddress: Product Development$Fremont
-telephoneNumber: +1 804 716-3731
-title: Junior Product Development Vice President
-userPassword: Password1
-uid: HartlebF
-givenName: Felipa
-mail: HartlebF@8a594bc6eddd4fdc93b1fa1f10fbb51a.bitwarden.com
-carLicense: VO5XE0
-departmentNumber: 5670
-employeeType: Employee
-homePhone: +1 804 875-5742
-initials: F. H.
-mobile: +1 804 725-2631
-pager: +1 804 920-7757
-roomNumber: 8520
-manager: cn=Jon Tennant,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Ronna Schaller,ou=Product Development,dc=bitwarden, dc=com
-
-dn: cn=Gae Rogan,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Gae Rogan
-sn: Rogan
-description: This is Gae Rogan's description
-facsimileTelephoneNumber: +1 408 684-7772
-l: Redwood Shores
-ou: Janitorial
-postalAddress: Janitorial$Redwood Shores
-telephoneNumber: +1 408 568-1712
-title: Associate Janitorial Engineer
-userPassword: Password1
-uid: RoganG
-givenName: Gae
-mail: RoganG@2f0ef4b1759e41b483f68723f29c3b29.bitwarden.com
-carLicense: 6TAGUU
-departmentNumber: 8229
-employeeType: Employee
-homePhone: +1 408 354-8567
-initials: G. R.
-mobile: +1 408 425-4201
-pager: +1 408 256-9176
-roomNumber: 9493
-manager: cn=Roland Dyke,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Wallie Skof,ou=Management,dc=bitwarden, dc=com
-
-dn: cn=Aryn Santi,ou=Management,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Aryn Santi
-sn: Santi
-description: This is Aryn Santi's description
-facsimileTelephoneNumber: +1 213 274-7105
-l: Santa Clara
-ou: Management
-postalAddress: Management$Santa Clara
-telephoneNumber: +1 213 377-1332
-title: Supreme Management Fellow
-userPassword: Password1
-uid: SantiA
-givenName: Aryn
-mail: SantiA@1f1530ba11334a268df1ab844b8d5d99.bitwarden.com
-carLicense: AHAMXP
-departmentNumber: 8703
-employeeType: Employee
-homePhone: +1 213 627-5613
-initials: A. S.
-mobile: +1 213 564-5716
-pager: +1 213 102-5178
-roomNumber: 8439
-manager: cn=Adrea Leistico,ou=Human Resources,dc=bitwarden, dc=com
-secretary: cn=Krishan Allan,ou=Peons,dc=bitwarden, dc=com
-
-dn: cn=Agathe Klavkalns,ou=Peons,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Agathe Klavkalns
-sn: Klavkalns
-description: This is Agathe Klavkalns's description
-facsimileTelephoneNumber: +1 510 354-9407
-l: Redmond
-ou: Peons
-postalAddress: Peons$Redmond
-telephoneNumber: +1 510 398-1886
-title: Associate Peons Artist
-userPassword: Password1
-uid: KlavkalA
-givenName: Agathe
-mail: KlavkalA@7c8896f33ac349c2b86974f2778c6898.bitwarden.com
-carLicense: YF8X4R
-departmentNumber: 1684
-employeeType: Normal
-homePhone: +1 510 487-7341
-initials: A. K.
-mobile: +1 510 898-6513
-pager: +1 510 496-7338
-roomNumber: 9958
-manager: cn=Diann Desjarlais,ou=Product Testing,dc=bitwarden, dc=com
-secretary: cn=Kacey Bocservice,ou=Product Testing,dc=bitwarden, dc=com
-
-dn: cn=Vonnie Georgescu,ou=Janitorial,dc=bitwarden, dc=com
-changetype: add
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-cn: Vonnie Georgescu
-sn: Georgescu
-description: This is Vonnie Georgescu's description
-facsimileTelephoneNumber: +1 818 811-4218
-l: Redwood Shores
-ou: Janitorial
-postalAddress: Janitorial$Redwood Shores
-telephoneNumber: +1 818 431-8605
-title: Supreme Janitorial Manager
-userPassword: Password1
-uid: GeorgesV
-givenName: Vonnie
-mail: GeorgesV@9064e09d4bd54a028a0b13e972711f66.bitwarden.com
-carLicense: 76ATND
-departmentNumber: 5711
-employeeType: Employee
-homePhone: +1 818 511-6416
-initials: V. G.
-mobile: +1 818 350-5599
-pager: +1 818 232-6047
-roomNumber: 9536
-manager: cn=Glen Salyniuk,ou=Peons,dc=bitwarden, dc=com
-secretary: cn=Tildi Lemley,ou=Peons,dc=bitwarden, dc=com
diff --git a/docs/getting-started/business/directory-connector/index.mdx b/docs/getting-started/business/directory-connector/index.mdx
index bcba5ff07..dc1689e93 100644
--- a/docs/getting-started/business/directory-connector/index.mdx
+++ b/docs/getting-started/business/directory-connector/index.mdx
@@ -12,7 +12,7 @@ has its own copy of our shared Javascript libraries (formerly known as jslib), l
## Requirements
-- [Node.js](https://nodejs.org/) v18 (LTS)
+- [Node.js](https://nodejs.org/) v20
- Windows users: To compile the native node modules used in the app you will need the Visual C++
toolset, available through the standard Visual Studio installer (recommended) or by installing
@@ -84,7 +84,7 @@ a platform offering a free tier of that service.
-If you need to test Active Directory (not Azure AD), contact the Integration Engineering team for
-remote access to a test AD instance.
+If you need to test Active Directory, contact the Integration Engineering team for remote access to
+a test AD instance.
diff --git a/docs/getting-started/business/directory-connector/open-ldap.md b/docs/getting-started/business/directory-connector/open-ldap.md
index 90178a938..c27fb0e3f 100644
--- a/docs/getting-started/business/directory-connector/open-ldap.md
+++ b/docs/getting-started/business/directory-connector/open-ldap.md
@@ -1,139 +1,150 @@
# OpenLDAP Docker server
-This method uses an [OpenLDAP Docker image](https://github.com/osixia/docker-openldap) to run a
+This method uses an [OpenLDAP Docker image](https://hub.docker.com/r/bitnami/openldap) to run a
local directory service that you can use for development.
+This is also the method used to run integration tests in the CI workflow(s).
+
## Requirements
+- [mkcert](https://github.com/FiloSottile/mkcert) (available via Homebrew)
+
- [Web vault](../../clients/web-vault/index.mdx)
- [Server](../../server/guide.md)
- [Directory Connector](./index.mdx)
-- An Enterprise organization
+- A paid organization
-## LDIF file
+## Quick start
-An LDIF file contains the configuration for your directory (such as users, groups, etc).
+### Start directory service
-### Download example LDIF file
+1. Open a terminal in the Directory Connector repository.
-For most use cases, you can download one of these sample LDIF files to get you up and running
-quickly:
+2. Configure the TLS certificates:
-- [20 users](./directory-20.ldif)
+ ```bash
+ npm run test:integration:setup
+ ```
-- [50 users](./directory-50.ldif)
+3. Start the OpenLDAP Docker container:
-- [100 users](./directory-100.ldif)
+ ```bash
+ docker compose up -d
+ ```
-- [250 users](./directory-250.ldif)
+### Configure Directory Connector
-- [500 users](./directory-500.ldif)
+1. Run the Directory Connector Electron app (see the [build instructions](./index.mdx)).
-### Generate your own LDIF file
+2. Log in using the [organization API key](https://bitwarden.com/help/public-api/#authentication).
-Alternatively, you can generate your own LDIF file using the following instructions. You don't need
-to do this unless you have special requirements.
+3. Use the configuration settings below:
-1. Download the [LDIF Generator](https://ldapwiki.com/wiki/LDIF%20Generator)
+#### Directory settings
-2. Replace the `Data/mail-hosts.txt` file with our own [mail-hosts.txt](./mail-hosts.txt) file. This
- contains a high number of unique host names to avoid duplicate email addresses being generated.
+- **Type**: Active Directory / LDAP
-3. Run `java -jar LDIFGen.jar`
+- **Server Hostname**: localhost
-4. Use the following settings:
+- **Server Port**: 1389 (no encryption or StartTLS) or 1636 (SSL)
- - Base Added: dc=bitwarden, dc=com
+- **Root Path**: dc=bitwarden,dc=com
- - Generate OUs: Generic
+- **This server uses Active Directory:** [unchecked]
- - Generate People: add
+- **This server pages search results:** [unchecked]
-5. Click "Run"
+- **This server uses an encrypted connection:** check if using StartTLS or SSL, then configure the
+ certificate options that appear below. Certificates are located in `openldap/certs` in your local
+ Directory Connector repository.
-6. The LDIF output may contain illegal characters in email addresses (such as spaces and
- apostrophes) - you should check this manually before using.
+- **Username**: cn=admin,dc=bitwarden,dc=com
-## Start Open LDAP
+- **Password**: admin
-1. Open a terminal in your local server repository
+#### Sync Settings
-2. Go to the `dev` folder:
+- **Member Attribute**: memberUid
- ```bash
- cd dev
- ```
+- **Sync users**: [checked]
-3. Copy your LDIF file into this folder and call it `directory.ldif`:
+- **User Object Class**: person
- ```bash
- cp path/to/file.ldif ./directory.ldif
- ```
+- **User Email Attribute**: mail
-4. Start the OpenLDAP Docker container
+- **Sync groups**: [checked]
- ```bash
- docker compose --profile ldap up -d
- ```
+- **Group Object Class**: posixGroup
- If you ever change the LDIF file, you can force Docker to use the new file by running this
- command again with the `--force-recreate` flag.
+- **Group Name Attribute**: cn
-## Configure Directory Connector
+### Sync
-1. Run the Directory Connector Electron app (see the [build instructions](./index.mdx))
+:::caution
-2. Log in using the [organization API key](https://bitwarden.com/help/public-api/#authentication)
+When you do a real sync, invitation emails will be sent out to all synced users. Make sure that
+you're using [Mailcatcher](../../server/guide.md#mailcatcher) so you don't send live emails.
-3. Use the configuration settings below
+:::
-### Directory Settings
+1. Click the "Test Now" button in Directory Connector. You should get a list of users.
-- **Type**: Active Directory / LDAP
+2. When you're ready, click "Sync Now" to perform a real sync. You should receive a confirmation
+ message in Directory Connector, and see the newly invited users in the web vault.
-- **Server Hostname**: localhost
+### Integration tests
-- **Server Port**: 389
+You can also run integration tests against the Docker container:
-- **Root Path**: dc=bitwarden,dc=com
+```bash
+npm run test:integration
+```
-- **This server uses Active Directory:** [unchecked]
+:::caution
-- **This server pages search results:** [unchecked]
+The integration tests assert that the sync data received matches a set of static test data. Any
+change to the OpenLDAP directory data will cause these tests to fail.
-- **This server uses an encrypted connection:** [unchecked]
+:::
-- **Username**: cn=admin,dc=bitwarden,dc=com
+## Other datasets
-- **Password**: admin
+An LDIF file contains the configuration for your directory (such as users, groups, etc). You can
+modify or use a custom LDIF file to customize your test data.
-### Sync Settings
+LDIF files can be placed in `openldap/ldifs` in your Directory Connector repository. You may have to
+delete and recreate your Docker container for the changes to take effect (e.g.
+`docker compose up -d --force-recreate`).
-- **User Path**: [blank]
+### Use example LDIF file
-- **User Object Class**: person
+Sample LDIF files of different sizes are included in the `openldap/examples` folder in the Directory
+Connector repository.
-- **User Email Attribute**: mail
+### Generate your own LDIF file
+
+Alternatively, you can generate your own LDIF file using the following instructions. You don't need
+to do this unless you have special requirements.
-- **Group Path**: [blank]
+1. Download the [LDIF Generator](https://ldapwiki.com/wiki/Wiki.jsp?page=LDIF%20Generator)
-- **Group Object Class**: organizationalUnit
+2. Replace the `Data/mail-hosts.txt` file with our own [mail-hosts.txt](./mail-hosts.txt) file. This
+ contains a high number of unique host names to avoid duplicate email addresses being generated.
-- **Group Name Attribute**: ou
+3. Run `java -jar LDIFGen.jar`
-## Sync
+4. Use the following settings:
-:::caution
+ - Base Added: dc=bitwarden, dc=com
-When you do a real sync, invitation emails will be sent out to all synced users. Make sure that
-you're using [Mailcatcher](../../server/guide.md#mailcatcher) so you don't send live emails.
+ - Generate OUs: Generic
-:::
+ - Generate People: add
-1. Click the "Test Now" button in Directory Connector. You should get a list of users
+5. Click "Run"
-2. When you're ready, click "Sync Now" to perform a real sync. You should receive a confirmation
- message in Directory Connector, and see the newly invited users in the web vault
+6. The LDIF output may contain illegal characters in email addresses (such as spaces and
+ apostrophes) - you should check this manually before using.
diff --git a/package-lock.json b/package-lock.json
index e0e91fb5d..1369a6be7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,7 +11,7 @@
"dependencies": {
"@docusaurus/core": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
- "@mdx-js/react": "3.0.1",
+ "@mdx-js/react": "3.1.0",
"docusaurus-lunr-search": "3.5.0",
"prism-react-renderer": "2.4.0",
"react": "18.3.1",
@@ -21,8 +21,8 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "3.5.2",
"@docusaurus/tsconfig": "3.5.2",
- "@types/react": "18.3.11",
- "cspell": "8.15.2",
+ "@types/react": "18.3.12",
+ "cspell": "8.15.4",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
@@ -168,9 +168,9 @@
}
},
"node_modules/@algolia/client-common": {
- "version": "5.8.1",
- "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-5.8.1.tgz",
- "integrity": "sha512-MLX/gipPFEhJPCExsxXf9tnt+kLfWCe9JWRp1adcoVySkhzPxpIeSiWaQaOqyy0TYIgIpdeVx/emlBT9Ni8GFw==",
+ "version": "5.10.2",
+ "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-5.10.2.tgz",
+ "integrity": "sha512-eE4OaTlb5KZdCehWmDARq2KEmMF7DEeFLjKqFDcZNb56k1DMSsa9zCQRXZMovlf2AXLsx0A/1q+SGAEgzF7G3w==",
"license": "MIT",
"peer": true,
"engines": {
@@ -199,16 +199,16 @@
}
},
"node_modules/@algolia/client-search": {
- "version": "5.8.1",
- "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.8.1.tgz",
- "integrity": "sha512-zy3P4fI28GfzKihUw5+L76pEedQxyLDiMsdDYEWghIz8yAnELDatPNEThyWuUk8fD0PeVoCi1M4tr1iz00fOtQ==",
+ "version": "5.10.2",
+ "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.10.2.tgz",
+ "integrity": "sha512-rGX8uil2uvPycFgtS9Fzwvh4tgKvfFWG5RIh3E77W42HrO66bykCf9jHqhIIlCxdDJih1PuUqBYZIkIAAoSkww==",
"license": "MIT",
"peer": true,
"dependencies": {
- "@algolia/client-common": "5.8.1",
- "@algolia/requester-browser-xhr": "5.8.1",
- "@algolia/requester-fetch": "5.8.1",
- "@algolia/requester-node-http": "5.8.1"
+ "@algolia/client-common": "5.10.2",
+ "@algolia/requester-browser-xhr": "5.10.2",
+ "@algolia/requester-fetch": "5.10.2",
+ "@algolia/requester-node-http": "5.10.2"
},
"engines": {
"node": ">= 14.0.0"
@@ -294,13 +294,13 @@
}
},
"node_modules/@algolia/requester-browser-xhr": {
- "version": "5.8.1",
- "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.8.1.tgz",
- "integrity": "sha512-x0iULVrx5PocaYBqH+G6jyEsEHf7m5FDiZW7CP8AaJdzdCzoUyx7YH6e6TSCNlkFEjwmn8uj05coN8uljCHXTg==",
+ "version": "5.10.2",
+ "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.10.2.tgz",
+ "integrity": "sha512-gzlfE/H05ggDiEWNi8WaDSRhpE5X8rD1JqYKPPeM31JRI3TutQIKAk3MSUsa1bHM/Di56r2Gm6L1g3ZlZv2ETA==",
"license": "MIT",
"peer": true,
"dependencies": {
- "@algolia/client-common": "5.8.1"
+ "@algolia/client-common": "5.10.2"
},
"engines": {
"node": ">= 14.0.0"
@@ -313,26 +313,26 @@
"license": "MIT"
},
"node_modules/@algolia/requester-fetch": {
- "version": "5.8.1",
- "resolved": "https://registry.npmjs.org/@algolia/requester-fetch/-/requester-fetch-5.8.1.tgz",
- "integrity": "sha512-SRWGrNsKSLNYIDNlVKVkf4wxsm6h57xI+0b8JPm0wUe0ly0jymAgQU2yW2GDzNuXyiPiS7U1oWwaVGs71IT5Pw==",
+ "version": "5.10.2",
+ "resolved": "https://registry.npmjs.org/@algolia/requester-fetch/-/requester-fetch-5.10.2.tgz",
+ "integrity": "sha512-Q27ciW9WRdq3pUITVlxpHIwe9QWOe+oPvgs8Z+gsv8vMkwXnLfANvSgeZCyQgx3SqzUPzhel0ozVq7Qoh8xIkg==",
"license": "MIT",
"peer": true,
"dependencies": {
- "@algolia/client-common": "5.8.1"
+ "@algolia/client-common": "5.10.2"
},
"engines": {
"node": ">= 14.0.0"
}
},
"node_modules/@algolia/requester-node-http": {
- "version": "5.8.1",
- "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-5.8.1.tgz",
- "integrity": "sha512-pYylr2gBsV68E88bltaVoJHIc3YNIllVmA12d+jefAcutR9ytQM7iP6dXbCYuRqF4CHF32YvZuwvqNI3J4kowA==",
+ "version": "5.10.2",
+ "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-5.10.2.tgz",
+ "integrity": "sha512-WMUQ4iFhNnQXC4F1Yj51x8tgIvq5h8jtTLMBs7LbMiW6JhnLHfBVl7IVk6X1fZJO5YcvXW051HN8aFlfAb5QEw==",
"license": "MIT",
"peer": true,
"dependencies": {
- "@algolia/client-common": "5.8.1"
+ "@algolia/client-common": "5.10.2"
},
"engines": {
"node": ">= 14.0.0"
@@ -363,12 +363,13 @@
}
},
"node_modules/@babel/code-frame": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.25.7.tgz",
- "integrity": "sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==",
+ "version": "7.26.0",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.0.tgz",
+ "integrity": "sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==",
"license": "MIT",
"dependencies": {
- "@babel/highlight": "^7.25.7",
+ "@babel/helper-validator-identifier": "^7.25.9",
+ "js-tokens": "^4.0.0",
"picocolors": "^1.0.0"
},
"engines": {
@@ -376,30 +377,30 @@
}
},
"node_modules/@babel/compat-data": {
- "version": "7.25.8",
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.8.tgz",
- "integrity": "sha512-ZsysZyXY4Tlx+Q53XdnOFmqwfB9QDTHYxaZYajWRoBLuLEAwI2UIbtxOjWh/cFaa9IKUlcB+DDuoskLuKu56JA==",
+ "version": "7.26.0",
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.0.tgz",
+ "integrity": "sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/core": {
- "version": "7.25.8",
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.8.tgz",
- "integrity": "sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg==",
+ "version": "7.26.0",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz",
+ "integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==",
"license": "MIT",
"dependencies": {
"@ampproject/remapping": "^2.2.0",
- "@babel/code-frame": "^7.25.7",
- "@babel/generator": "^7.25.7",
- "@babel/helper-compilation-targets": "^7.25.7",
- "@babel/helper-module-transforms": "^7.25.7",
- "@babel/helpers": "^7.25.7",
- "@babel/parser": "^7.25.8",
- "@babel/template": "^7.25.7",
- "@babel/traverse": "^7.25.7",
- "@babel/types": "^7.25.8",
+ "@babel/code-frame": "^7.26.0",
+ "@babel/generator": "^7.26.0",
+ "@babel/helper-compilation-targets": "^7.25.9",
+ "@babel/helper-module-transforms": "^7.26.0",
+ "@babel/helpers": "^7.26.0",
+ "@babel/parser": "^7.26.0",
+ "@babel/template": "^7.25.9",
+ "@babel/traverse": "^7.25.9",
+ "@babel/types": "^7.26.0",
"convert-source-map": "^2.0.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",
@@ -424,12 +425,13 @@
}
},
"node_modules/@babel/generator": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.7.tgz",
- "integrity": "sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==",
+ "version": "7.26.0",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.0.tgz",
+ "integrity": "sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==",
"license": "MIT",
"dependencies": {
- "@babel/types": "^7.25.7",
+ "@babel/parser": "^7.26.0",
+ "@babel/types": "^7.26.0",
"@jridgewell/gen-mapping": "^0.3.5",
"@jridgewell/trace-mapping": "^0.3.25",
"jsesc": "^3.0.2"
@@ -439,38 +441,38 @@
}
},
"node_modules/@babel/helper-annotate-as-pure": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.7.tgz",
- "integrity": "sha512-4xwU8StnqnlIhhioZf1tqnVWeQ9pvH/ujS8hRfw/WOza+/a+1qv69BWNy+oY231maTCWgKWhfBU7kDpsds6zAA==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz",
+ "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==",
"license": "MIT",
"dependencies": {
- "@babel/types": "^7.25.7"
+ "@babel/types": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.7.tgz",
- "integrity": "sha512-12xfNeKNH7jubQNm7PAkzlLwEmCs1tfuX3UjIw6vP6QXi+leKh6+LyC/+Ed4EIQermwd58wsyh070yjDHFlNGg==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz",
+ "integrity": "sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==",
"license": "MIT",
"dependencies": {
- "@babel/traverse": "^7.25.7",
- "@babel/types": "^7.25.7"
+ "@babel/traverse": "^7.25.9",
+ "@babel/types": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-compilation-targets": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.7.tgz",
- "integrity": "sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz",
+ "integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==",
"license": "MIT",
"dependencies": {
- "@babel/compat-data": "^7.25.7",
- "@babel/helper-validator-option": "^7.25.7",
+ "@babel/compat-data": "^7.25.9",
+ "@babel/helper-validator-option": "^7.25.9",
"browserslist": "^4.24.0",
"lru-cache": "^5.1.1",
"semver": "^6.3.1"
@@ -489,17 +491,17 @@
}
},
"node_modules/@babel/helper-create-class-features-plugin": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.7.tgz",
- "integrity": "sha512-bD4WQhbkx80mAyj/WCm4ZHcF4rDxkoLFO6ph8/5/mQ3z4vAzltQXAmbc7GvVJx5H+lk5Mi5EmbTeox5nMGCsbw==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz",
+ "integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==",
"license": "MIT",
"dependencies": {
- "@babel/helper-annotate-as-pure": "^7.25.7",
- "@babel/helper-member-expression-to-functions": "^7.25.7",
- "@babel/helper-optimise-call-expression": "^7.25.7",
- "@babel/helper-replace-supers": "^7.25.7",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.25.7",
- "@babel/traverse": "^7.25.7",
+ "@babel/helper-annotate-as-pure": "^7.25.9",
+ "@babel/helper-member-expression-to-functions": "^7.25.9",
+ "@babel/helper-optimise-call-expression": "^7.25.9",
+ "@babel/helper-replace-supers": "^7.25.9",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
+ "@babel/traverse": "^7.25.9",
"semver": "^6.3.1"
},
"engines": {
@@ -519,12 +521,12 @@
}
},
"node_modules/@babel/helper-create-regexp-features-plugin": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.7.tgz",
- "integrity": "sha512-byHhumTj/X47wJ6C6eLpK7wW/WBEcnUeb7D0FNc/jFQnQVw7DOso3Zz5u9x/zLrFVkHa89ZGDbkAa1D54NdrCQ==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.9.tgz",
+ "integrity": "sha512-ORPNZ3h6ZRkOyAa/SaHU+XsLZr0UQzRwuDQ0cczIA17nAzZ+85G5cVkOJIj7QavLZGSe8QXUmNFxSZzjcZF9bw==",
"license": "MIT",
"dependencies": {
- "@babel/helper-annotate-as-pure": "^7.25.7",
+ "@babel/helper-annotate-as-pure": "^7.25.9",
"regexpu-core": "^6.1.1",
"semver": "^6.3.1"
},
@@ -561,41 +563,40 @@
}
},
"node_modules/@babel/helper-member-expression-to-functions": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.7.tgz",
- "integrity": "sha512-O31Ssjd5K6lPbTX9AAYpSKrZmLeagt9uwschJd+Ixo6QiRyfpvgtVQp8qrDR9UNFjZ8+DO34ZkdrN+BnPXemeA==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz",
+ "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==",
"license": "MIT",
"dependencies": {
- "@babel/traverse": "^7.25.7",
- "@babel/types": "^7.25.7"
+ "@babel/traverse": "^7.25.9",
+ "@babel/types": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-module-imports": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.7.tgz",
- "integrity": "sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz",
+ "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==",
"license": "MIT",
"dependencies": {
- "@babel/traverse": "^7.25.7",
- "@babel/types": "^7.25.7"
+ "@babel/traverse": "^7.25.9",
+ "@babel/types": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-module-transforms": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.7.tgz",
- "integrity": "sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ==",
+ "version": "7.26.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz",
+ "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==",
"license": "MIT",
"dependencies": {
- "@babel/helper-module-imports": "^7.25.7",
- "@babel/helper-simple-access": "^7.25.7",
- "@babel/helper-validator-identifier": "^7.25.7",
- "@babel/traverse": "^7.25.7"
+ "@babel/helper-module-imports": "^7.25.9",
+ "@babel/helper-validator-identifier": "^7.25.9",
+ "@babel/traverse": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -605,35 +606,35 @@
}
},
"node_modules/@babel/helper-optimise-call-expression": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.7.tgz",
- "integrity": "sha512-VAwcwuYhv/AT+Vfr28c9y6SHzTan1ryqrydSTFGjU0uDJHw3uZ+PduI8plCLkRsDnqK2DMEDmwrOQRsK/Ykjng==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz",
+ "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==",
"license": "MIT",
"dependencies": {
- "@babel/types": "^7.25.7"
+ "@babel/types": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-plugin-utils": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.7.tgz",
- "integrity": "sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz",
+ "integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-remap-async-to-generator": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.7.tgz",
- "integrity": "sha512-kRGE89hLnPfcz6fTrlNU+uhgcwv0mBE4Gv3P9Ke9kLVJYpi4AMVVEElXvB5CabrPZW4nCM8P8UyyjrzCM0O2sw==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz",
+ "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==",
"license": "MIT",
"dependencies": {
- "@babel/helper-annotate-as-pure": "^7.25.7",
- "@babel/helper-wrap-function": "^7.25.7",
- "@babel/traverse": "^7.25.7"
+ "@babel/helper-annotate-as-pure": "^7.25.9",
+ "@babel/helper-wrap-function": "^7.25.9",
+ "@babel/traverse": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -643,14 +644,14 @@
}
},
"node_modules/@babel/helper-replace-supers": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.7.tgz",
- "integrity": "sha512-iy8JhqlUW9PtZkd4pHM96v6BdJ66Ba9yWSE4z0W4TvSZwLBPkyDsiIU3ENe4SmrzRBs76F7rQXTy1lYC49n6Lw==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz",
+ "integrity": "sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==",
"license": "MIT",
"dependencies": {
- "@babel/helper-member-expression-to-functions": "^7.25.7",
- "@babel/helper-optimise-call-expression": "^7.25.7",
- "@babel/traverse": "^7.25.7"
+ "@babel/helper-member-expression-to-functions": "^7.25.9",
+ "@babel/helper-optimise-call-expression": "^7.25.9",
+ "@babel/traverse": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -660,178 +661,92 @@
}
},
"node_modules/@babel/helper-simple-access": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.7.tgz",
- "integrity": "sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz",
+ "integrity": "sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==",
"license": "MIT",
"dependencies": {
- "@babel/traverse": "^7.25.7",
- "@babel/types": "^7.25.7"
+ "@babel/traverse": "^7.25.9",
+ "@babel/types": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.7.tgz",
- "integrity": "sha512-pPbNbchZBkPMD50K0p3JGcFMNLVUCuU/ABybm/PGNj4JiHrpmNyqqCphBk4i19xXtNV0JhldQJJtbSW5aUvbyA==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz",
+ "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==",
"license": "MIT",
"dependencies": {
- "@babel/traverse": "^7.25.7",
- "@babel/types": "^7.25.7"
+ "@babel/traverse": "^7.25.9",
+ "@babel/types": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-string-parser": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz",
- "integrity": "sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
+ "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-validator-identifier": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz",
- "integrity": "sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
+ "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-validator-option": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.7.tgz",
- "integrity": "sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz",
+ "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-wrap-function": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.7.tgz",
- "integrity": "sha512-MA0roW3JF2bD1ptAaJnvcabsVlNQShUaThyJbCDD4bCp8NEgiFvpoqRI2YS22hHlc2thjO/fTg2ShLMC3jygAg==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz",
+ "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==",
"license": "MIT",
"dependencies": {
- "@babel/template": "^7.25.7",
- "@babel/traverse": "^7.25.7",
- "@babel/types": "^7.25.7"
+ "@babel/template": "^7.25.9",
+ "@babel/traverse": "^7.25.9",
+ "@babel/types": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helpers": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.7.tgz",
- "integrity": "sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==",
+ "version": "7.26.0",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz",
+ "integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==",
"license": "MIT",
"dependencies": {
- "@babel/template": "^7.25.7",
- "@babel/types": "^7.25.7"
+ "@babel/template": "^7.25.9",
+ "@babel/types": "^7.26.0"
},
"engines": {
"node": ">=6.9.0"
}
},
- "node_modules/@babel/highlight": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.25.7.tgz",
- "integrity": "sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==",
- "license": "MIT",
- "dependencies": {
- "@babel/helper-validator-identifier": "^7.25.7",
- "chalk": "^2.4.2",
- "js-tokens": "^4.0.0",
- "picocolors": "^1.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/highlight/node_modules/ansi-styles": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
- "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
- "license": "MIT",
- "dependencies": {
- "color-convert": "^1.9.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/highlight/node_modules/chalk": {
- "version": "2.4.2",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
- "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/highlight/node_modules/color-convert": {
- "version": "1.9.3",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
- "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
- "license": "MIT",
- "dependencies": {
- "color-name": "1.1.3"
- }
- },
- "node_modules/@babel/highlight/node_modules/color-name": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
- "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
- "license": "MIT"
- },
- "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
- "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
- "license": "MIT",
- "engines": {
- "node": ">=0.8.0"
- }
- },
- "node_modules/@babel/highlight/node_modules/has-flag": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
- "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/highlight/node_modules/supports-color": {
- "version": "5.5.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
- "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
- "license": "MIT",
- "dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
"node_modules/@babel/parser": {
- "version": "7.25.8",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.8.tgz",
- "integrity": "sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==",
+ "version": "7.26.1",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.1.tgz",
+ "integrity": "sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==",
"license": "MIT",
"dependencies": {
- "@babel/types": "^7.25.8"
+ "@babel/types": "^7.26.0"
},
"bin": {
"parser": "bin/babel-parser.js"
@@ -841,13 +756,13 @@
}
},
"node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.7.tgz",
- "integrity": "sha512-UV9Lg53zyebzD1DwQoT9mzkEKa922LNUp5YkTJ6Uta0RbyXaQNUgcvSt7qIu1PpPzVb6rd10OVNTzkyBGeVmxQ==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz",
+ "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7",
- "@babel/traverse": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/traverse": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -857,12 +772,12 @@
}
},
"node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.7.tgz",
- "integrity": "sha512-GDDWeVLNxRIkQTnJn2pDOM1pkCgYdSqPeT1a9vh9yIqu2uzzgw1zcqEb+IJOhy+dTBMlNdThrDIksr2o09qrrQ==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz",
+ "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -872,12 +787,12 @@
}
},
"node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.7.tgz",
- "integrity": "sha512-wxyWg2RYaSUYgmd9MR0FyRGyeOMQE/Uzr1wzd/g5cf5bwi9A4v6HFdDm7y1MgDtod/fLOSTZY6jDgV0xU9d5bA==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz",
+ "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -887,14 +802,14 @@
}
},
"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.7.tgz",
- "integrity": "sha512-Xwg6tZpLxc4iQjorYsyGMyfJE7nP5MV8t/Ka58BgiA7Jw0fRqQNcANlLfdJ/yvBt9z9LD2We+BEkT7vLqZRWng==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz",
+ "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.25.7",
- "@babel/plugin-transform-optional-chaining": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
+ "@babel/plugin-transform-optional-chaining": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -904,13 +819,13 @@
}
},
"node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.7.tgz",
- "integrity": "sha512-UVATLMidXrnH+GMUIuxq55nejlj02HP7F5ETyBONzP6G87fPBogG4CH6kxrSrdIuAjdwNO9VzyaYsrZPscWUrw==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz",
+ "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7",
- "@babel/traverse": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/traverse": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -944,12 +859,12 @@
}
},
"node_modules/@babel/plugin-syntax-import-assertions": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.7.tgz",
- "integrity": "sha512-ZvZQRmME0zfJnDQnVBKYzHxXT7lYBB3Revz1GuS7oLXWMgqUPX4G+DDbT30ICClht9WKV34QVrZhSw6WdklwZQ==",
+ "version": "7.26.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz",
+ "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -959,12 +874,12 @@
}
},
"node_modules/@babel/plugin-syntax-import-attributes": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.7.tgz",
- "integrity": "sha512-AqVo+dguCgmpi/3mYBdu9lkngOBlQ2w2vnNpa6gfiCxQZLzV4ZbhsXitJ2Yblkoe1VQwtHSaNmIaGll/26YWRw==",
+ "version": "7.26.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz",
+ "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -974,12 +889,12 @@
}
},
"node_modules/@babel/plugin-syntax-jsx": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.7.tgz",
- "integrity": "sha512-ruZOnKO+ajVL/MVx+PwNBPOkrnXTXoWMtte1MBpegfCArhqOe3Bj52avVj1huLLxNKYKXYaSxZ2F+woK1ekXfw==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz",
+ "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -989,12 +904,12 @@
}
},
"node_modules/@babel/plugin-syntax-typescript": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.7.tgz",
- "integrity": "sha512-rR+5FDjpCHqqZN2bzZm18bVYGaejGq5ZkpVCJLXor/+zlSrSoc4KWcHI0URVWjl/68Dyr1uwZUz/1njycEAv9g==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz",
+ "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1020,12 +935,12 @@
}
},
"node_modules/@babel/plugin-transform-arrow-functions": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.7.tgz",
- "integrity": "sha512-EJN2mKxDwfOUCPxMO6MUI58RN3ganiRAG/MS/S3HfB6QFNjroAMelQo/gybyYq97WerCBAZoyrAoW8Tzdq2jWg==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz",
+ "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1035,14 +950,14 @@
}
},
"node_modules/@babel/plugin-transform-async-generator-functions": {
- "version": "7.25.8",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.8.tgz",
- "integrity": "sha512-9ypqkozyzpG+HxlH4o4gdctalFGIjjdufzo7I2XPda0iBnZ6a+FO0rIEQcdSPXp02CkvGsII1exJhmROPQd5oA==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz",
+ "integrity": "sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7",
- "@babel/helper-remap-async-to-generator": "^7.25.7",
- "@babel/traverse": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/helper-remap-async-to-generator": "^7.25.9",
+ "@babel/traverse": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1052,14 +967,14 @@
}
},
"node_modules/@babel/plugin-transform-async-to-generator": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.7.tgz",
- "integrity": "sha512-ZUCjAavsh5CESCmi/xCpX1qcCaAglzs/7tmuvoFnJgA1dM7gQplsguljoTg+Ru8WENpX89cQyAtWoaE0I3X3Pg==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz",
+ "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==",
"license": "MIT",
"dependencies": {
- "@babel/helper-module-imports": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7",
- "@babel/helper-remap-async-to-generator": "^7.25.7"
+ "@babel/helper-module-imports": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/helper-remap-async-to-generator": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1069,12 +984,12 @@
}
},
"node_modules/@babel/plugin-transform-block-scoped-functions": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.7.tgz",
- "integrity": "sha512-xHttvIM9fvqW+0a3tZlYcZYSBpSWzGBFIt/sYG3tcdSzBB8ZeVgz2gBP7Df+sM0N1850jrviYSSeUuc+135dmQ==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz",
+ "integrity": "sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1084,12 +999,12 @@
}
},
"node_modules/@babel/plugin-transform-block-scoping": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.7.tgz",
- "integrity": "sha512-ZEPJSkVZaeTFG/m2PARwLZQ+OG0vFIhPlKHK/JdIMy8DbRJ/htz6LRrTFtdzxi9EHmcwbNPAKDnadpNSIW+Aow==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz",
+ "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1099,13 +1014,13 @@
}
},
"node_modules/@babel/plugin-transform-class-properties": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.7.tgz",
- "integrity": "sha512-mhyfEW4gufjIqYFo9krXHJ3ElbFLIze5IDp+wQTxoPd+mwFb1NxatNAwmv8Q8Iuxv7Zc+q8EkiMQwc9IhyGf4g==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz",
+ "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==",
"license": "MIT",
"dependencies": {
- "@babel/helper-create-class-features-plugin": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-create-class-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1115,13 +1030,13 @@
}
},
"node_modules/@babel/plugin-transform-class-static-block": {
- "version": "7.25.8",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.25.8.tgz",
- "integrity": "sha512-e82gl3TCorath6YLf9xUwFehVvjvfqFhdOo4+0iVIVju+6XOi5XHkqB3P2AXnSwoeTX0HBoXq5gJFtvotJzFnQ==",
+ "version": "7.26.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz",
+ "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==",
"license": "MIT",
"dependencies": {
- "@babel/helper-create-class-features-plugin": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-create-class-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1131,16 +1046,16 @@
}
},
"node_modules/@babel/plugin-transform-classes": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.7.tgz",
- "integrity": "sha512-9j9rnl+YCQY0IGoeipXvnk3niWicIB6kCsWRGLwX241qSXpbA4MKxtp/EdvFxsc4zI5vqfLxzOd0twIJ7I99zg==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz",
+ "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==",
"license": "MIT",
"dependencies": {
- "@babel/helper-annotate-as-pure": "^7.25.7",
- "@babel/helper-compilation-targets": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7",
- "@babel/helper-replace-supers": "^7.25.7",
- "@babel/traverse": "^7.25.7",
+ "@babel/helper-annotate-as-pure": "^7.25.9",
+ "@babel/helper-compilation-targets": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/helper-replace-supers": "^7.25.9",
+ "@babel/traverse": "^7.25.9",
"globals": "^11.1.0"
},
"engines": {
@@ -1151,13 +1066,13 @@
}
},
"node_modules/@babel/plugin-transform-computed-properties": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.7.tgz",
- "integrity": "sha512-QIv+imtM+EtNxg/XBKL3hiWjgdLjMOmZ+XzQwSgmBfKbfxUjBzGgVPklUuE55eq5/uVoh8gg3dqlrwR/jw3ZeA==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz",
+ "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7",
- "@babel/template": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/template": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1167,12 +1082,12 @@
}
},
"node_modules/@babel/plugin-transform-destructuring": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.7.tgz",
- "integrity": "sha512-xKcfLTlJYUczdaM1+epcdh1UGewJqr9zATgrNHcLBcV2QmfvPPEixo/sK/syql9cEmbr7ulu5HMFG5vbbt/sEA==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz",
+ "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1182,13 +1097,13 @@
}
},
"node_modules/@babel/plugin-transform-dotall-regex": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.7.tgz",
- "integrity": "sha512-kXzXMMRzAtJdDEgQBLF4oaiT6ZCU3oWHgpARnTKDAqPkDJ+bs3NrZb310YYevR5QlRo3Kn7dzzIdHbZm1VzJdQ==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz",
+ "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==",
"license": "MIT",
"dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-create-regexp-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1198,12 +1113,12 @@
}
},
"node_modules/@babel/plugin-transform-duplicate-keys": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.7.tgz",
- "integrity": "sha512-by+v2CjoL3aMnWDOyCIg+yxU9KXSRa9tN6MbqggH5xvymmr9p4AMjYkNlQy4brMceBnUyHZ9G8RnpvT8wP7Cfg==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz",
+ "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1213,13 +1128,13 @@
}
},
"node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.7.tgz",
- "integrity": "sha512-HvS6JF66xSS5rNKXLqkk7L9c/jZ/cdIVIcoPVrnl8IsVpLggTjXs8OWekbLHs/VtYDDh5WXnQyeE3PPUGm22MA==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz",
+ "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==",
"license": "MIT",
"dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-create-regexp-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1229,12 +1144,12 @@
}
},
"node_modules/@babel/plugin-transform-dynamic-import": {
- "version": "7.25.8",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.8.tgz",
- "integrity": "sha512-gznWY+mr4ZQL/EWPcbBQUP3BXS5FwZp8RUOw06BaRn8tQLzN4XLIxXejpHN9Qo8x8jjBmAAKp6FoS51AgkSA/A==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz",
+ "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1244,13 +1159,13 @@
}
},
"node_modules/@babel/plugin-transform-exponentiation-operator": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.7.tgz",
- "integrity": "sha512-yjqtpstPfZ0h/y40fAXRv2snciYr0OAoMXY/0ClC7tm4C/nG5NJKmIItlaYlLbIVAWNfrYuy9dq1bE0SbX0PEg==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz",
+ "integrity": "sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==",
"license": "MIT",
"dependencies": {
- "@babel/helper-builder-binary-assignment-operator-visitor": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-builder-binary-assignment-operator-visitor": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1260,12 +1175,12 @@
}
},
"node_modules/@babel/plugin-transform-export-namespace-from": {
- "version": "7.25.8",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.8.tgz",
- "integrity": "sha512-sPtYrduWINTQTW7FtOy99VCTWp4H23UX7vYcut7S4CIMEXU+54zKX9uCoGkLsWXteyaMXzVHgzWbLfQ1w4GZgw==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz",
+ "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1275,13 +1190,13 @@
}
},
"node_modules/@babel/plugin-transform-for-of": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.7.tgz",
- "integrity": "sha512-n/TaiBGJxYFWvpJDfsxSj9lEEE44BFM1EPGz4KEiTipTgkoFVVcCmzAL3qA7fdQU96dpo4gGf5HBx/KnDvqiHw==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz",
+ "integrity": "sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1291,14 +1206,14 @@
}
},
"node_modules/@babel/plugin-transform-function-name": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.7.tgz",
- "integrity": "sha512-5MCTNcjCMxQ63Tdu9rxyN6cAWurqfrDZ76qvVPrGYdBxIj+EawuuxTu/+dgJlhK5eRz3v1gLwp6XwS8XaX2NiQ==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz",
+ "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==",
"license": "MIT",
"dependencies": {
- "@babel/helper-compilation-targets": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7",
- "@babel/traverse": "^7.25.7"
+ "@babel/helper-compilation-targets": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/traverse": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1308,12 +1223,12 @@
}
},
"node_modules/@babel/plugin-transform-json-strings": {
- "version": "7.25.8",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.8.tgz",
- "integrity": "sha512-4OMNv7eHTmJ2YXs3tvxAfa/I43di+VcF+M4Wt66c88EAED1RoGaf1D64cL5FkRpNL+Vx9Hds84lksWvd/wMIdA==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz",
+ "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1323,12 +1238,12 @@
}
},
"node_modules/@babel/plugin-transform-literals": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.7.tgz",
- "integrity": "sha512-fwzkLrSu2fESR/cm4t6vqd7ebNIopz2QHGtjoU+dswQo/P6lwAG04Q98lliE3jkz/XqnbGFLnUcE0q0CVUf92w==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz",
+ "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1338,12 +1253,12 @@
}
},
"node_modules/@babel/plugin-transform-logical-assignment-operators": {
- "version": "7.25.8",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.8.tgz",
- "integrity": "sha512-f5W0AhSbbI+yY6VakT04jmxdxz+WsID0neG7+kQZbCOjuyJNdL5Nn4WIBm4hRpKnUcO9lP0eipUhFN12JpoH8g==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz",
+ "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1353,12 +1268,12 @@
}
},
"node_modules/@babel/plugin-transform-member-expression-literals": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.7.tgz",
- "integrity": "sha512-Std3kXwpXfRV0QtQy5JJcRpkqP8/wG4XL7hSKZmGlxPlDqmpXtEPRmhF7ztnlTCtUN3eXRUJp+sBEZjaIBVYaw==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz",
+ "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1368,13 +1283,13 @@
}
},
"node_modules/@babel/plugin-transform-modules-amd": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.7.tgz",
- "integrity": "sha512-CgselSGCGzjQvKzghCvDTxKHP3iooenLpJDO842ehn5D2G5fJB222ptnDwQho0WjEvg7zyoxb9P+wiYxiJX5yA==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz",
+ "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==",
"license": "MIT",
"dependencies": {
- "@babel/helper-module-transforms": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-module-transforms": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1384,14 +1299,14 @@
}
},
"node_modules/@babel/plugin-transform-modules-commonjs": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.7.tgz",
- "integrity": "sha512-L9Gcahi0kKFYXvweO6n0wc3ZG1ChpSFdgG+eV1WYZ3/dGbJK7vvk91FgGgak8YwRgrCuihF8tE/Xg07EkL5COg==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz",
+ "integrity": "sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==",
"license": "MIT",
"dependencies": {
- "@babel/helper-module-transforms": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7",
- "@babel/helper-simple-access": "^7.25.7"
+ "@babel/helper-module-transforms": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/helper-simple-access": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1401,15 +1316,15 @@
}
},
"node_modules/@babel/plugin-transform-modules-systemjs": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.7.tgz",
- "integrity": "sha512-t9jZIvBmOXJsiuyOwhrIGs8dVcD6jDyg2icw1VL4A/g+FnWyJKwUfSSU2nwJuMV2Zqui856El9u+ElB+j9fV1g==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz",
+ "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==",
"license": "MIT",
"dependencies": {
- "@babel/helper-module-transforms": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7",
- "@babel/helper-validator-identifier": "^7.25.7",
- "@babel/traverse": "^7.25.7"
+ "@babel/helper-module-transforms": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/helper-validator-identifier": "^7.25.9",
+ "@babel/traverse": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1419,13 +1334,13 @@
}
},
"node_modules/@babel/plugin-transform-modules-umd": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.7.tgz",
- "integrity": "sha512-p88Jg6QqsaPh+EB7I9GJrIqi1Zt4ZBHUQtjw3z1bzEXcLh6GfPqzZJ6G+G1HBGKUNukT58MnKG7EN7zXQBCODw==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz",
+ "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==",
"license": "MIT",
"dependencies": {
- "@babel/helper-module-transforms": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-module-transforms": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1435,13 +1350,13 @@
}
},
"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.7.tgz",
- "integrity": "sha512-BtAT9LzCISKG3Dsdw5uso4oV1+v2NlVXIIomKJgQybotJY3OwCwJmkongjHgwGKoZXd0qG5UZ12JUlDQ07W6Ow==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz",
+ "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==",
"license": "MIT",
"dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-create-regexp-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1451,12 +1366,12 @@
}
},
"node_modules/@babel/plugin-transform-new-target": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.7.tgz",
- "integrity": "sha512-CfCS2jDsbcZaVYxRFo2qtavW8SpdzmBXC2LOI4oO0rP+JSRDxxF3inF4GcPsLgfb5FjkhXG5/yR/lxuRs2pySA==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz",
+ "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1466,12 +1381,12 @@
}
},
"node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
- "version": "7.25.8",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.8.tgz",
- "integrity": "sha512-Z7WJJWdQc8yCWgAmjI3hyC+5PXIubH9yRKzkl9ZEG647O9szl9zvmKLzpbItlijBnVhTUf1cpyWBsZ3+2wjWPQ==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz",
+ "integrity": "sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1481,12 +1396,12 @@
}
},
"node_modules/@babel/plugin-transform-numeric-separator": {
- "version": "7.25.8",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.8.tgz",
- "integrity": "sha512-rm9a5iEFPS4iMIy+/A/PiS0QN0UyjPIeVvbU5EMZFKJZHt8vQnasbpo3T3EFcxzCeYO0BHfc4RqooCZc51J86Q==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz",
+ "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1496,14 +1411,14 @@
}
},
"node_modules/@babel/plugin-transform-object-rest-spread": {
- "version": "7.25.8",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.8.tgz",
- "integrity": "sha512-LkUu0O2hnUKHKE7/zYOIjByMa4VRaV2CD/cdGz0AxU9we+VA3kDDggKEzI0Oz1IroG+6gUP6UmWEHBMWZU316g==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz",
+ "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==",
"license": "MIT",
"dependencies": {
- "@babel/helper-compilation-targets": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7",
- "@babel/plugin-transform-parameters": "^7.25.7"
+ "@babel/helper-compilation-targets": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/plugin-transform-parameters": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1513,13 +1428,13 @@
}
},
"node_modules/@babel/plugin-transform-object-super": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.7.tgz",
- "integrity": "sha512-pWT6UXCEW3u1t2tcAGtE15ornCBvopHj9Bps9D2DsH15APgNVOTwwczGckX+WkAvBmuoYKRCFa4DK+jM8vh5AA==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz",
+ "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7",
- "@babel/helper-replace-supers": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/helper-replace-supers": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1529,12 +1444,12 @@
}
},
"node_modules/@babel/plugin-transform-optional-catch-binding": {
- "version": "7.25.8",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.8.tgz",
- "integrity": "sha512-EbQYweoMAHOn7iJ9GgZo14ghhb9tTjgOc88xFgYngifx7Z9u580cENCV159M4xDh3q/irbhSjZVpuhpC2gKBbg==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz",
+ "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1544,13 +1459,13 @@
}
},
"node_modules/@babel/plugin-transform-optional-chaining": {
- "version": "7.25.8",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.8.tgz",
- "integrity": "sha512-q05Bk7gXOxpTHoQ8RSzGSh/LHVB9JEIkKnk3myAWwZHnYiTGYtbdrYkIsS8Xyh4ltKf7GNUSgzs/6P2bJtBAQg==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz",
+ "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1560,12 +1475,12 @@
}
},
"node_modules/@babel/plugin-transform-parameters": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.7.tgz",
- "integrity": "sha512-FYiTvku63me9+1Nz7TOx4YMtW3tWXzfANZtrzHhUZrz4d47EEtMQhzFoZWESfXuAMMT5mwzD4+y1N8ONAX6lMQ==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz",
+ "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1575,13 +1490,13 @@
}
},
"node_modules/@babel/plugin-transform-private-methods": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.7.tgz",
- "integrity": "sha512-KY0hh2FluNxMLwOCHbxVOKfdB5sjWG4M183885FmaqWWiGMhRZq4DQRKH6mHdEucbJnyDyYiZNwNG424RymJjA==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz",
+ "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==",
"license": "MIT",
"dependencies": {
- "@babel/helper-create-class-features-plugin": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-create-class-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1591,14 +1506,14 @@
}
},
"node_modules/@babel/plugin-transform-private-property-in-object": {
- "version": "7.25.8",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.8.tgz",
- "integrity": "sha512-8Uh966svuB4V8RHHg0QJOB32QK287NBksJOByoKmHMp1TAobNniNalIkI2i5IPj5+S9NYCG4VIjbEuiSN8r+ow==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz",
+ "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==",
"license": "MIT",
"dependencies": {
- "@babel/helper-annotate-as-pure": "^7.25.7",
- "@babel/helper-create-class-features-plugin": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-annotate-as-pure": "^7.25.9",
+ "@babel/helper-create-class-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1608,12 +1523,12 @@
}
},
"node_modules/@babel/plugin-transform-property-literals": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.7.tgz",
- "integrity": "sha512-lQEeetGKfFi0wHbt8ClQrUSUMfEeI3MMm74Z73T9/kuz990yYVtfofjf3NuA42Jy3auFOpbjDyCSiIkTs1VIYw==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz",
+ "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1623,12 +1538,12 @@
}
},
"node_modules/@babel/plugin-transform-react-constant-elements": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.25.7.tgz",
- "integrity": "sha512-/qXt69Em8HgsjCLu7G3zdIQn7A2QwmYND7Wa0LTp09Na+Zn8L5d0A7wSXrKi18TJRc/Q5S1i1De/SU1LzVkSvA==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.25.9.tgz",
+ "integrity": "sha512-Ncw2JFsJVuvfRsa2lSHiC55kETQVLSnsYGQ1JDDwkUeWGTL/8Tom8aLTnlqgoeuopWrbbGndrc9AlLYrIosrow==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1638,12 +1553,12 @@
}
},
"node_modules/@babel/plugin-transform-react-display-name": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.7.tgz",
- "integrity": "sha512-r0QY7NVU8OnrwE+w2IWiRom0wwsTbjx4+xH2RTd7AVdof3uurXOF+/mXHQDRk+2jIvWgSaCHKMgggfvM4dyUGA==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz",
+ "integrity": "sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1653,16 +1568,16 @@
}
},
"node_modules/@babel/plugin-transform-react-jsx": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.7.tgz",
- "integrity": "sha512-vILAg5nwGlR9EXE8JIOX4NHXd49lrYbN8hnjffDtoULwpL9hUx/N55nqh2qd0q6FyNDfjl9V79ecKGvFbcSA0Q==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.9.tgz",
+ "integrity": "sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==",
"license": "MIT",
"dependencies": {
- "@babel/helper-annotate-as-pure": "^7.25.7",
- "@babel/helper-module-imports": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7",
- "@babel/plugin-syntax-jsx": "^7.25.7",
- "@babel/types": "^7.25.7"
+ "@babel/helper-annotate-as-pure": "^7.25.9",
+ "@babel/helper-module-imports": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/plugin-syntax-jsx": "^7.25.9",
+ "@babel/types": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1672,12 +1587,12 @@
}
},
"node_modules/@babel/plugin-transform-react-jsx-development": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.7.tgz",
- "integrity": "sha512-5yd3lH1PWxzW6IZj+p+Y4OLQzz0/LzlOG8vGqonHfVR3euf1vyzyMUJk9Ac+m97BH46mFc/98t9PmYLyvgL3qg==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.9.tgz",
+ "integrity": "sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==",
"license": "MIT",
"dependencies": {
- "@babel/plugin-transform-react-jsx": "^7.25.7"
+ "@babel/plugin-transform-react-jsx": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1687,13 +1602,13 @@
}
},
"node_modules/@babel/plugin-transform-react-pure-annotations": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.7.tgz",
- "integrity": "sha512-6YTHJ7yjjgYqGc8S+CbEXhLICODk0Tn92j+vNJo07HFk9t3bjFgAKxPLFhHwF2NjmQVSI1zBRfBWUeVBa2osfA==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.9.tgz",
+ "integrity": "sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==",
"license": "MIT",
"dependencies": {
- "@babel/helper-annotate-as-pure": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-annotate-as-pure": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1703,12 +1618,12 @@
}
},
"node_modules/@babel/plugin-transform-regenerator": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.7.tgz",
- "integrity": "sha512-mgDoQCRjrY3XK95UuV60tZlFCQGXEtMg8H+IsW72ldw1ih1jZhzYXbJvghmAEpg5UVhhnCeia1CkGttUvCkiMQ==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz",
+ "integrity": "sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7",
+ "@babel/helper-plugin-utils": "^7.25.9",
"regenerator-transform": "^0.15.2"
},
"engines": {
@@ -1718,13 +1633,29 @@
"@babel/core": "^7.0.0-0"
}
},
+ "node_modules/@babel/plugin-transform-regexp-modifiers": {
+ "version": "7.26.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz",
+ "integrity": "sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
"node_modules/@babel/plugin-transform-reserved-words": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.7.tgz",
- "integrity": "sha512-3OfyfRRqiGeOvIWSagcwUTVk2hXBsr/ww7bLn6TRTuXnexA+Udov2icFOxFX9abaj4l96ooYkcNN1qi2Zvqwng==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz",
+ "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1734,13 +1665,13 @@
}
},
"node_modules/@babel/plugin-transform-runtime": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.7.tgz",
- "integrity": "sha512-Y9p487tyTzB0yDYQOtWnC+9HGOuogtP3/wNpun1xJXEEvI6vip59BSBTsHnekZLqxmPcgsrAKt46HAAb//xGhg==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.9.tgz",
+ "integrity": "sha512-nZp7GlEl+yULJrClz0SwHPqir3lc0zsPrDHQUcxGspSL7AKrexNSEfTbfqnDNJUO13bgKyfuOLMF8Xqtu8j3YQ==",
"license": "MIT",
"dependencies": {
- "@babel/helper-module-imports": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7",
+ "@babel/helper-module-imports": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9",
"babel-plugin-polyfill-corejs2": "^0.4.10",
"babel-plugin-polyfill-corejs3": "^0.10.6",
"babel-plugin-polyfill-regenerator": "^0.6.1",
@@ -1763,12 +1694,12 @@
}
},
"node_modules/@babel/plugin-transform-shorthand-properties": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.7.tgz",
- "integrity": "sha512-uBbxNwimHi5Bv3hUccmOFlUy3ATO6WagTApenHz9KzoIdn0XeACdB12ZJ4cjhuB2WSi80Ez2FWzJnarccriJeA==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz",
+ "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1778,13 +1709,13 @@
}
},
"node_modules/@babel/plugin-transform-spread": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.7.tgz",
- "integrity": "sha512-Mm6aeymI0PBh44xNIv/qvo8nmbkpZze1KvR8MkEqbIREDxoiWTi18Zr2jryfRMwDfVZF9foKh060fWgni44luw==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz",
+ "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1794,12 +1725,12 @@
}
},
"node_modules/@babel/plugin-transform-sticky-regex": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.7.tgz",
- "integrity": "sha512-ZFAeNkpGuLnAQ/NCsXJ6xik7Id+tHuS+NT+ue/2+rn/31zcdnupCdmunOizEaP0JsUmTFSTOPoQY7PkK2pttXw==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz",
+ "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1809,12 +1740,12 @@
}
},
"node_modules/@babel/plugin-transform-template-literals": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.7.tgz",
- "integrity": "sha512-SI274k0nUsFFmyQupiO7+wKATAmMFf8iFgq2O+vVFXZ0SV9lNfT1NGzBEhjquFmD8I9sqHLguH+gZVN3vww2AA==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz",
+ "integrity": "sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1824,12 +1755,12 @@
}
},
"node_modules/@babel/plugin-transform-typeof-symbol": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.7.tgz",
- "integrity": "sha512-OmWmQtTHnO8RSUbL0NTdtpbZHeNTnm68Gj5pA4Y2blFNh+V4iZR68V1qL9cI37J21ZN7AaCnkfdHtLExQPf2uA==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz",
+ "integrity": "sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1839,16 +1770,16 @@
}
},
"node_modules/@babel/plugin-transform-typescript": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.7.tgz",
- "integrity": "sha512-VKlgy2vBzj8AmEzunocMun2fF06bsSWV+FvVXohtL6FGve/+L217qhHxRTVGHEDO/YR8IANcjzgJsd04J8ge5Q==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.9.tgz",
+ "integrity": "sha512-7PbZQZP50tzv2KGGnhh82GSyMB01yKY9scIjf1a+GfZCtInOWqUH5+1EBU4t9fyR5Oykkkc9vFTs4OHrhHXljQ==",
"license": "MIT",
"dependencies": {
- "@babel/helper-annotate-as-pure": "^7.25.7",
- "@babel/helper-create-class-features-plugin": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.25.7",
- "@babel/plugin-syntax-typescript": "^7.25.7"
+ "@babel/helper-annotate-as-pure": "^7.25.9",
+ "@babel/helper-create-class-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
+ "@babel/plugin-syntax-typescript": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1858,12 +1789,12 @@
}
},
"node_modules/@babel/plugin-transform-unicode-escapes": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.7.tgz",
- "integrity": "sha512-BN87D7KpbdiABA+t3HbVqHzKWUDN3dymLaTnPFAMyc8lV+KN3+YzNhVRNdinaCPA4AUqx7ubXbQ9shRjYBl3SQ==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz",
+ "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1873,13 +1804,13 @@
}
},
"node_modules/@babel/plugin-transform-unicode-property-regex": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.7.tgz",
- "integrity": "sha512-IWfR89zcEPQGB/iB408uGtSPlQd3Jpq11Im86vUgcmSTcoWAiQMCTOa2K2yNNqFJEBVICKhayctee65Ka8OB0w==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz",
+ "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==",
"license": "MIT",
"dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-create-regexp-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1889,13 +1820,13 @@
}
},
"node_modules/@babel/plugin-transform-unicode-regex": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.7.tgz",
- "integrity": "sha512-8JKfg/hiuA3qXnlLx8qtv5HWRbgyFx2hMMtpDDuU2rTckpKkGu4ycK5yYHwuEa16/quXfoxHBIApEsNyMWnt0g==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz",
+ "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==",
"license": "MIT",
"dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-create-regexp-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1905,13 +1836,13 @@
}
},
"node_modules/@babel/plugin-transform-unicode-sets-regex": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.7.tgz",
- "integrity": "sha512-YRW8o9vzImwmh4Q3Rffd09bH5/hvY0pxg+1H1i0f7APoUeg12G7+HhLj9ZFNIrYkgBXhIijPJ+IXypN0hLTIbw==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz",
+ "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==",
"license": "MIT",
"dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7"
+ "@babel/helper-create-regexp-features-plugin": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -1921,73 +1852,74 @@
}
},
"node_modules/@babel/preset-env": {
- "version": "7.25.8",
- "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.8.tgz",
- "integrity": "sha512-58T2yulDHMN8YMUxiLq5YmWUnlDCyY1FsHM+v12VMx+1/FlrUj5tY50iDCpofFQEM8fMYOaY9YRvym2jcjn1Dg==",
- "license": "MIT",
- "dependencies": {
- "@babel/compat-data": "^7.25.8",
- "@babel/helper-compilation-targets": "^7.25.7",
- "@babel/helper-plugin-utils": "^7.25.7",
- "@babel/helper-validator-option": "^7.25.7",
- "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.7",
- "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.7",
- "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.7",
- "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.7",
- "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.7",
+ "version": "7.26.0",
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.0.tgz",
+ "integrity": "sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/compat-data": "^7.26.0",
+ "@babel/helper-compilation-targets": "^7.25.9",
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/helper-validator-option": "^7.25.9",
+ "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9",
+ "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9",
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.9",
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.9",
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.9",
"@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
- "@babel/plugin-syntax-import-assertions": "^7.25.7",
- "@babel/plugin-syntax-import-attributes": "^7.25.7",
+ "@babel/plugin-syntax-import-assertions": "^7.26.0",
+ "@babel/plugin-syntax-import-attributes": "^7.26.0",
"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
- "@babel/plugin-transform-arrow-functions": "^7.25.7",
- "@babel/plugin-transform-async-generator-functions": "^7.25.8",
- "@babel/plugin-transform-async-to-generator": "^7.25.7",
- "@babel/plugin-transform-block-scoped-functions": "^7.25.7",
- "@babel/plugin-transform-block-scoping": "^7.25.7",
- "@babel/plugin-transform-class-properties": "^7.25.7",
- "@babel/plugin-transform-class-static-block": "^7.25.8",
- "@babel/plugin-transform-classes": "^7.25.7",
- "@babel/plugin-transform-computed-properties": "^7.25.7",
- "@babel/plugin-transform-destructuring": "^7.25.7",
- "@babel/plugin-transform-dotall-regex": "^7.25.7",
- "@babel/plugin-transform-duplicate-keys": "^7.25.7",
- "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.7",
- "@babel/plugin-transform-dynamic-import": "^7.25.8",
- "@babel/plugin-transform-exponentiation-operator": "^7.25.7",
- "@babel/plugin-transform-export-namespace-from": "^7.25.8",
- "@babel/plugin-transform-for-of": "^7.25.7",
- "@babel/plugin-transform-function-name": "^7.25.7",
- "@babel/plugin-transform-json-strings": "^7.25.8",
- "@babel/plugin-transform-literals": "^7.25.7",
- "@babel/plugin-transform-logical-assignment-operators": "^7.25.8",
- "@babel/plugin-transform-member-expression-literals": "^7.25.7",
- "@babel/plugin-transform-modules-amd": "^7.25.7",
- "@babel/plugin-transform-modules-commonjs": "^7.25.7",
- "@babel/plugin-transform-modules-systemjs": "^7.25.7",
- "@babel/plugin-transform-modules-umd": "^7.25.7",
- "@babel/plugin-transform-named-capturing-groups-regex": "^7.25.7",
- "@babel/plugin-transform-new-target": "^7.25.7",
- "@babel/plugin-transform-nullish-coalescing-operator": "^7.25.8",
- "@babel/plugin-transform-numeric-separator": "^7.25.8",
- "@babel/plugin-transform-object-rest-spread": "^7.25.8",
- "@babel/plugin-transform-object-super": "^7.25.7",
- "@babel/plugin-transform-optional-catch-binding": "^7.25.8",
- "@babel/plugin-transform-optional-chaining": "^7.25.8",
- "@babel/plugin-transform-parameters": "^7.25.7",
- "@babel/plugin-transform-private-methods": "^7.25.7",
- "@babel/plugin-transform-private-property-in-object": "^7.25.8",
- "@babel/plugin-transform-property-literals": "^7.25.7",
- "@babel/plugin-transform-regenerator": "^7.25.7",
- "@babel/plugin-transform-reserved-words": "^7.25.7",
- "@babel/plugin-transform-shorthand-properties": "^7.25.7",
- "@babel/plugin-transform-spread": "^7.25.7",
- "@babel/plugin-transform-sticky-regex": "^7.25.7",
- "@babel/plugin-transform-template-literals": "^7.25.7",
- "@babel/plugin-transform-typeof-symbol": "^7.25.7",
- "@babel/plugin-transform-unicode-escapes": "^7.25.7",
- "@babel/plugin-transform-unicode-property-regex": "^7.25.7",
- "@babel/plugin-transform-unicode-regex": "^7.25.7",
- "@babel/plugin-transform-unicode-sets-regex": "^7.25.7",
+ "@babel/plugin-transform-arrow-functions": "^7.25.9",
+ "@babel/plugin-transform-async-generator-functions": "^7.25.9",
+ "@babel/plugin-transform-async-to-generator": "^7.25.9",
+ "@babel/plugin-transform-block-scoped-functions": "^7.25.9",
+ "@babel/plugin-transform-block-scoping": "^7.25.9",
+ "@babel/plugin-transform-class-properties": "^7.25.9",
+ "@babel/plugin-transform-class-static-block": "^7.26.0",
+ "@babel/plugin-transform-classes": "^7.25.9",
+ "@babel/plugin-transform-computed-properties": "^7.25.9",
+ "@babel/plugin-transform-destructuring": "^7.25.9",
+ "@babel/plugin-transform-dotall-regex": "^7.25.9",
+ "@babel/plugin-transform-duplicate-keys": "^7.25.9",
+ "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9",
+ "@babel/plugin-transform-dynamic-import": "^7.25.9",
+ "@babel/plugin-transform-exponentiation-operator": "^7.25.9",
+ "@babel/plugin-transform-export-namespace-from": "^7.25.9",
+ "@babel/plugin-transform-for-of": "^7.25.9",
+ "@babel/plugin-transform-function-name": "^7.25.9",
+ "@babel/plugin-transform-json-strings": "^7.25.9",
+ "@babel/plugin-transform-literals": "^7.25.9",
+ "@babel/plugin-transform-logical-assignment-operators": "^7.25.9",
+ "@babel/plugin-transform-member-expression-literals": "^7.25.9",
+ "@babel/plugin-transform-modules-amd": "^7.25.9",
+ "@babel/plugin-transform-modules-commonjs": "^7.25.9",
+ "@babel/plugin-transform-modules-systemjs": "^7.25.9",
+ "@babel/plugin-transform-modules-umd": "^7.25.9",
+ "@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9",
+ "@babel/plugin-transform-new-target": "^7.25.9",
+ "@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9",
+ "@babel/plugin-transform-numeric-separator": "^7.25.9",
+ "@babel/plugin-transform-object-rest-spread": "^7.25.9",
+ "@babel/plugin-transform-object-super": "^7.25.9",
+ "@babel/plugin-transform-optional-catch-binding": "^7.25.9",
+ "@babel/plugin-transform-optional-chaining": "^7.25.9",
+ "@babel/plugin-transform-parameters": "^7.25.9",
+ "@babel/plugin-transform-private-methods": "^7.25.9",
+ "@babel/plugin-transform-private-property-in-object": "^7.25.9",
+ "@babel/plugin-transform-property-literals": "^7.25.9",
+ "@babel/plugin-transform-regenerator": "^7.25.9",
+ "@babel/plugin-transform-regexp-modifiers": "^7.26.0",
+ "@babel/plugin-transform-reserved-words": "^7.25.9",
+ "@babel/plugin-transform-shorthand-properties": "^7.25.9",
+ "@babel/plugin-transform-spread": "^7.25.9",
+ "@babel/plugin-transform-sticky-regex": "^7.25.9",
+ "@babel/plugin-transform-template-literals": "^7.25.9",
+ "@babel/plugin-transform-typeof-symbol": "^7.25.9",
+ "@babel/plugin-transform-unicode-escapes": "^7.25.9",
+ "@babel/plugin-transform-unicode-property-regex": "^7.25.9",
+ "@babel/plugin-transform-unicode-regex": "^7.25.9",
+ "@babel/plugin-transform-unicode-sets-regex": "^7.25.9",
"@babel/preset-modules": "0.1.6-no-external-plugins",
"babel-plugin-polyfill-corejs2": "^0.4.10",
"babel-plugin-polyfill-corejs3": "^0.10.6",
@@ -2026,17 +1958,17 @@
}
},
"node_modules/@babel/preset-react": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.25.7.tgz",
- "integrity": "sha512-GjV0/mUEEXpi1U5ZgDprMRRgajGMRW3G5FjMr5KLKD8nT2fTG8+h/klV3+6Dm5739QE+K5+2e91qFKAYI3pmRg==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.25.9.tgz",
+ "integrity": "sha512-D3to0uSPiWE7rBrdIICCd0tJSIGpLaaGptna2+w7Pft5xMqLpA1sz99DK5TZ1TjGbdQ/VI1eCSZ06dv3lT4JOw==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7",
- "@babel/helper-validator-option": "^7.25.7",
- "@babel/plugin-transform-react-display-name": "^7.25.7",
- "@babel/plugin-transform-react-jsx": "^7.25.7",
- "@babel/plugin-transform-react-jsx-development": "^7.25.7",
- "@babel/plugin-transform-react-pure-annotations": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/helper-validator-option": "^7.25.9",
+ "@babel/plugin-transform-react-display-name": "^7.25.9",
+ "@babel/plugin-transform-react-jsx": "^7.25.9",
+ "@babel/plugin-transform-react-jsx-development": "^7.25.9",
+ "@babel/plugin-transform-react-pure-annotations": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -2046,16 +1978,16 @@
}
},
"node_modules/@babel/preset-typescript": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.25.7.tgz",
- "integrity": "sha512-rkkpaXJZOFN45Fb+Gki0c+KMIglk4+zZXOoMJuyEK8y8Kkc8Jd3BDmP7qPsz0zQMJj+UD7EprF+AqAXcILnexw==",
+ "version": "7.26.0",
+ "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz",
+ "integrity": "sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg==",
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.25.7",
- "@babel/helper-validator-option": "^7.25.7",
- "@babel/plugin-syntax-jsx": "^7.25.7",
- "@babel/plugin-transform-modules-commonjs": "^7.25.7",
- "@babel/plugin-transform-typescript": "^7.25.7"
+ "@babel/helper-plugin-utils": "^7.25.9",
+ "@babel/helper-validator-option": "^7.25.9",
+ "@babel/plugin-syntax-jsx": "^7.25.9",
+ "@babel/plugin-transform-modules-commonjs": "^7.25.9",
+ "@babel/plugin-transform-typescript": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -2065,9 +1997,9 @@
}
},
"node_modules/@babel/runtime": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.7.tgz",
- "integrity": "sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==",
+ "version": "7.26.0",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz",
+ "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==",
"license": "MIT",
"dependencies": {
"regenerator-runtime": "^0.14.0"
@@ -2077,9 +2009,9 @@
}
},
"node_modules/@babel/runtime-corejs3": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.25.7.tgz",
- "integrity": "sha512-gMmIEhg35sXk9Te5qbGp3W9YKrvLt3HV658/d3odWrHSqT0JeG5OzsJWFHRLiOohRyjRsJc/x03DhJm3i8VJxg==",
+ "version": "7.26.0",
+ "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.26.0.tgz",
+ "integrity": "sha512-YXHu5lN8kJCb1LOb9PgV6pvak43X2h4HvRApcN5SdWeaItQOzfn1hgP6jasD6KWQyJDBxrVmA9o9OivlnNJK/w==",
"license": "MIT",
"dependencies": {
"core-js-pure": "^3.30.2",
@@ -2090,30 +2022,30 @@
}
},
"node_modules/@babel/template": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.7.tgz",
- "integrity": "sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz",
+ "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==",
"license": "MIT",
"dependencies": {
- "@babel/code-frame": "^7.25.7",
- "@babel/parser": "^7.25.7",
- "@babel/types": "^7.25.7"
+ "@babel/code-frame": "^7.25.9",
+ "@babel/parser": "^7.25.9",
+ "@babel/types": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/traverse": {
- "version": "7.25.7",
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.7.tgz",
- "integrity": "sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==",
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz",
+ "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==",
"license": "MIT",
"dependencies": {
- "@babel/code-frame": "^7.25.7",
- "@babel/generator": "^7.25.7",
- "@babel/parser": "^7.25.7",
- "@babel/template": "^7.25.7",
- "@babel/types": "^7.25.7",
+ "@babel/code-frame": "^7.25.9",
+ "@babel/generator": "^7.25.9",
+ "@babel/parser": "^7.25.9",
+ "@babel/template": "^7.25.9",
+ "@babel/types": "^7.25.9",
"debug": "^4.3.1",
"globals": "^11.1.0"
},
@@ -2122,14 +2054,13 @@
}
},
"node_modules/@babel/types": {
- "version": "7.25.8",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.8.tgz",
- "integrity": "sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==",
+ "version": "7.26.0",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz",
+ "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==",
"license": "MIT",
"dependencies": {
- "@babel/helper-string-parser": "^7.25.7",
- "@babel/helper-validator-identifier": "^7.25.7",
- "to-fast-properties": "^2.0.0"
+ "@babel/helper-string-parser": "^7.25.9",
+ "@babel/helper-validator-identifier": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
@@ -2146,9 +2077,9 @@
}
},
"node_modules/@cspell/cspell-bundled-dicts": {
- "version": "8.15.2",
- "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-8.15.2.tgz",
- "integrity": "sha512-e+hxoD/GW7iyK1zMeRFd10yBr9tcClnnqFLxJM+tH1cSzLQ66ouXMIMuJpcd8LOCm7zMRdjTm4R72LehMgL79g==",
+ "version": "8.15.4",
+ "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-8.15.4.tgz",
+ "integrity": "sha512-t5b2JwGeUmzmjl319mCuaeKGxTvmzLLRmrpdHr+ZZGRO4nf7L48Lbe9A6uwNUvsZe0cXohiNXsrrsuzRVXswVA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -2162,7 +2093,7 @@
"@cspell/dict-css": "^4.0.16",
"@cspell/dict-dart": "^2.2.4",
"@cspell/dict-django": "^4.1.3",
- "@cspell/dict-docker": "^1.1.10",
+ "@cspell/dict-docker": "^1.1.11",
"@cspell/dict-dotnet": "^5.0.8",
"@cspell/dict-elixir": "^4.0.6",
"@cspell/dict-en_us": "^4.3.26",
@@ -2193,17 +2124,17 @@
"@cspell/dict-php": "^4.0.13",
"@cspell/dict-powershell": "^5.0.13",
"@cspell/dict-public-licenses": "^2.0.11",
- "@cspell/dict-python": "^4.2.11",
+ "@cspell/dict-python": "^4.2.12",
"@cspell/dict-r": "^2.0.4",
"@cspell/dict-ruby": "^5.0.7",
"@cspell/dict-rust": "^4.0.9",
"@cspell/dict-scala": "^5.0.6",
- "@cspell/dict-software-terms": "^4.1.10",
+ "@cspell/dict-software-terms": "^4.1.11",
"@cspell/dict-sql": "^2.1.8",
"@cspell/dict-svelte": "^1.0.5",
"@cspell/dict-swift": "^2.0.4",
"@cspell/dict-terraform": "^1.0.5",
- "@cspell/dict-typescript": "^3.1.9",
+ "@cspell/dict-typescript": "^3.1.10",
"@cspell/dict-vue": "^3.0.3"
},
"engines": {
@@ -2211,22 +2142,22 @@
}
},
"node_modules/@cspell/cspell-json-reporter": {
- "version": "8.15.2",
- "resolved": "https://registry.npmjs.org/@cspell/cspell-json-reporter/-/cspell-json-reporter-8.15.2.tgz",
- "integrity": "sha512-6p9eLdO5RLb1HNf+Rto4RG3tG02y05DutrWdpnK1Agn21EbUKAUIdIcsjQ2N52UeVT5cDvNhkAabKN57sFygag==",
+ "version": "8.15.4",
+ "resolved": "https://registry.npmjs.org/@cspell/cspell-json-reporter/-/cspell-json-reporter-8.15.4.tgz",
+ "integrity": "sha512-solraYhZG4l++NeVCOtpc8DMvwHc46TmJt8DQbgvKtk6wOjTEcFrwKfA6Ei9YKbvyebJlpWMenO3goOll0loYg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@cspell/cspell-types": "8.15.2"
+ "@cspell/cspell-types": "8.15.4"
},
"engines": {
"node": ">=18"
}
},
"node_modules/@cspell/cspell-pipe": {
- "version": "8.15.2",
- "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-8.15.2.tgz",
- "integrity": "sha512-TOcLiRiUSh75y+DQrAW59Ix0/D9WPrd4/KPtUShUepS3vLfoxMQ+TwpXfdc8FrzU73Hg5glXXnQjvdx7vAazVQ==",
+ "version": "8.15.4",
+ "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-8.15.4.tgz",
+ "integrity": "sha512-WfCmZVFC6mX6vYlf02hWwelcSBTbDQgc5YqY+1miuMk+OHSUAHSACjZId6/a4IAID94xScvFfj7jgrdejUVvIQ==",
"dev": true,
"license": "MIT",
"engines": {
@@ -2234,9 +2165,9 @@
}
},
"node_modules/@cspell/cspell-resolver": {
- "version": "8.15.2",
- "resolved": "https://registry.npmjs.org/@cspell/cspell-resolver/-/cspell-resolver-8.15.2.tgz",
- "integrity": "sha512-XOcHfkKCN+a3zZMexK/BLmDxsqku8Q5ASqYu7JBFsu/axS4K11bkcQMxYoOvHVGBv20vb/gM2D+9MePuxAfssg==",
+ "version": "8.15.4",
+ "resolved": "https://registry.npmjs.org/@cspell/cspell-resolver/-/cspell-resolver-8.15.4.tgz",
+ "integrity": "sha512-Zr428o+uUTqywrdKyjluJVnDPVAJEqZ1chQLKIrHggUah1cgs5aQ7rZ+0Rv5euYMlC2idZnP7IL6TDaIib80oA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -2247,9 +2178,9 @@
}
},
"node_modules/@cspell/cspell-service-bus": {
- "version": "8.15.2",
- "resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-8.15.2.tgz",
- "integrity": "sha512-g9rhMIU0DX+avIQHFu0Mx3LAFi4lG6zX8iFa2zu+u3ll0IX0WtxTqrzft27jYSwebmm/ysWJUcOY+SWhZfPA0Q==",
+ "version": "8.15.4",
+ "resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-8.15.4.tgz",
+ "integrity": "sha512-pXYofnV/V9Y3LZdfFGbmhdxPX/ABjiD3wFjGHt5YhIU9hjVVuvjFlgY7pH2AvRjs4F8xKXv1ReWl44BJOL9gLA==",
"dev": true,
"license": "MIT",
"engines": {
@@ -2257,9 +2188,9 @@
}
},
"node_modules/@cspell/cspell-types": {
- "version": "8.15.2",
- "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-8.15.2.tgz",
- "integrity": "sha512-bHAkXsrfOhKyZZ+TA5eGH3fqh9DPcP3a2v+ozTnhhZa3zcfuzX7rZnYWEFA8LELMUStWXLECzFoGd9QUEHMstg==",
+ "version": "8.15.4",
+ "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-8.15.4.tgz",
+ "integrity": "sha512-1hDtgYDQVW11zgtrr12EmGW45Deoi7IjZOhzPFLb+3WkhZ46ggWdbrRalWwBolQPDDo6+B2Q6WXz5hdND+Tpwg==",
"dev": true,
"license": "MIT",
"engines": {
@@ -2295,9 +2226,9 @@
"license": "MIT"
},
"node_modules/@cspell/dict-cpp": {
- "version": "5.1.22",
- "resolved": "https://registry.npmjs.org/@cspell/dict-cpp/-/dict-cpp-5.1.22.tgz",
- "integrity": "sha512-g1/8P5/Q+xnIc8Js4UtBg3XOhcFrFlFbG3UWVtyEx49YTf0r9eyDtDt1qMMDBZT91pyCwLcAEbwS+4i5PIfNZw==",
+ "version": "5.1.23",
+ "resolved": "https://registry.npmjs.org/@cspell/dict-cpp/-/dict-cpp-5.1.23.tgz",
+ "integrity": "sha512-59VUam6bYWzn50j8FASWWLww0rBPA0PZfjMZBvvt0aqMpkvXzoJPnAAI4eDDSibPWVHKutjpqLmast+uMLHVsQ==",
"dev": true,
"license": "MIT"
},
@@ -2344,9 +2275,9 @@
"license": "MIT"
},
"node_modules/@cspell/dict-docker": {
- "version": "1.1.10",
- "resolved": "https://registry.npmjs.org/@cspell/dict-docker/-/dict-docker-1.1.10.tgz",
- "integrity": "sha512-vWybMfsG/8jhN6kmPoilMon36GB3+Ef+m/mgYUfY8tJN23K/x4KD1rU1OOiNWzDqePhu3MMWVKO5W5x6VI6Gbw==",
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/@cspell/dict-docker/-/dict-docker-1.1.11.tgz",
+ "integrity": "sha512-s0Yhb16/R+UT1y727ekbR/itWQF3Qz275DR1ahOa66wYtPjHUXmhM3B/LT3aPaX+hD6AWmK23v57SuyfYHUjsw==",
"dev": true,
"license": "MIT"
},
@@ -2386,9 +2317,9 @@
"license": "MIT"
},
"node_modules/@cspell/dict-filetypes": {
- "version": "3.0.7",
- "resolved": "https://registry.npmjs.org/@cspell/dict-filetypes/-/dict-filetypes-3.0.7.tgz",
- "integrity": "sha512-/DN0Ujp9/EXvpTcgih9JmBaE8n+G0wtsspyNdvHT5luRfpfol1xm/CIQb6xloCXCiLkWX+EMPeLSiVIZq+24dA==",
+ "version": "3.0.8",
+ "resolved": "https://registry.npmjs.org/@cspell/dict-filetypes/-/dict-filetypes-3.0.8.tgz",
+ "integrity": "sha512-D3N8sm/iptzfVwsib/jvpX+K/++rM8SRpLDFUaM4jxm8EyGmSIYRbKZvdIv5BkAWmMlTWoRqlLn7Yb1b11jKJg==",
"dev": true,
"license": "MIT"
},
@@ -2456,9 +2387,9 @@
"license": "MIT"
},
"node_modules/@cspell/dict-html": {
- "version": "4.0.9",
- "resolved": "https://registry.npmjs.org/@cspell/dict-html/-/dict-html-4.0.9.tgz",
- "integrity": "sha512-BNp7w3m910K4qIVyOBOZxHuFNbVojUY6ES8Y8r7YjYgJkm2lCuQoVwwhPjurnomJ7BPmZTb+3LLJ58XIkgF7JQ==",
+ "version": "4.0.10",
+ "resolved": "https://registry.npmjs.org/@cspell/dict-html/-/dict-html-4.0.10.tgz",
+ "integrity": "sha512-I9uRAcdtHbh0wEtYZlgF0TTcgH0xaw1B54G2CW+tx4vHUwlde/+JBOfIzird4+WcMv4smZOfw+qHf7puFUbI5g==",
"dev": true,
"license": "MIT"
},
@@ -2561,9 +2492,9 @@
"license": "MIT"
},
"node_modules/@cspell/dict-python": {
- "version": "4.2.11",
- "resolved": "https://registry.npmjs.org/@cspell/dict-python/-/dict-python-4.2.11.tgz",
- "integrity": "sha512-bshNZqP5FYRO0CtZ9GgtVjHidrSuRRF537MU/sPew8oaqWPg066F9KQfPllbRi9AzFqqeS2l7/ACYUrFMe21gw==",
+ "version": "4.2.12",
+ "resolved": "https://registry.npmjs.org/@cspell/dict-python/-/dict-python-4.2.12.tgz",
+ "integrity": "sha512-U25eOFu+RE0aEcF2AsxZmq3Lic7y9zspJ9SzjrC0mfJz+yr3YmSCw4E0blMD3mZoNcf7H/vMshuKIY5AY36U+Q==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -2599,9 +2530,9 @@
"license": "MIT"
},
"node_modules/@cspell/dict-software-terms": {
- "version": "4.1.10",
- "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-4.1.10.tgz",
- "integrity": "sha512-+9PuQ9MHQhlET6Hv1mGcWDh6Rb+StzjBMrjfksDeBHBIVdT66u9uCkaZapIzfgktflY4m9oK7+dEynr+BAxvtQ==",
+ "version": "4.1.12",
+ "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-4.1.12.tgz",
+ "integrity": "sha512-MHDAK/WlEdMJiDQ6lJ3SF7VogdfJcRXGYWfO4v90rxW8HDVfKDXVk3zpJhjoZGq56ujR1qmeYkQsM6MlB69uJA==",
"dev": true,
"license": "MIT"
},
@@ -2634,9 +2565,9 @@
"license": "MIT"
},
"node_modules/@cspell/dict-typescript": {
- "version": "3.1.9",
- "resolved": "https://registry.npmjs.org/@cspell/dict-typescript/-/dict-typescript-3.1.9.tgz",
- "integrity": "sha512-ZtO1/cVWvvR477ftTl2TFR09+IIzXG1rcin8CGYA0FO5WhyDAbn8v3A85QikS158BhTVUoq09lPYuSF9HBzqvw==",
+ "version": "3.1.11",
+ "resolved": "https://registry.npmjs.org/@cspell/dict-typescript/-/dict-typescript-3.1.11.tgz",
+ "integrity": "sha512-FwvK5sKbwrVpdw0e9+1lVTl8FPoHYvfHRuQRQz2Ql5XkC0gwPPkpoyD1zYImjIyZRoYXk3yp9j8ss4iz7A7zoQ==",
"dev": true,
"license": "MIT"
},
@@ -2648,9 +2579,9 @@
"license": "MIT"
},
"node_modules/@cspell/dynamic-import": {
- "version": "8.15.2",
- "resolved": "https://registry.npmjs.org/@cspell/dynamic-import/-/dynamic-import-8.15.2.tgz",
- "integrity": "sha512-37eYzVLqMv3KnY7UMmv/wC9OlUjPC7EJ3xMDourgDTNp6BtiPlMkHRTN5/yvRjukQedi41R1hewgCcZbwSpNXg==",
+ "version": "8.15.4",
+ "resolved": "https://registry.npmjs.org/@cspell/dynamic-import/-/dynamic-import-8.15.4.tgz",
+ "integrity": "sha512-tr0F6EYN6qtniNvt1Uib+PgYQHeo4dQHXE2Optap+hYTOoQ2VoQ+SwBVjZ+Q2bmSAB0fmOyf0AvgsUtnWIpavw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -2661,9 +2592,9 @@
}
},
"node_modules/@cspell/filetypes": {
- "version": "8.15.2",
- "resolved": "https://registry.npmjs.org/@cspell/filetypes/-/filetypes-8.15.2.tgz",
- "integrity": "sha512-x2ciWqi6y2RoTcXRTG3BuxAly1TIr4puLzKHkMWtnYp1A++gohCBczMt33FwrwFav0Dfx9M0mCpT1h1ORVwzhA==",
+ "version": "8.15.4",
+ "resolved": "https://registry.npmjs.org/@cspell/filetypes/-/filetypes-8.15.4.tgz",
+ "integrity": "sha512-sNl6jr3ym/4151EY76qlI/00HHsiLZBqW7Vb1tqCzsgSg3EpL30ddjr74So6Sg2PN26Yf09hvxGTJzXn1R4aYw==",
"dev": true,
"license": "MIT",
"engines": {
@@ -2671,9 +2602,9 @@
}
},
"node_modules/@cspell/strong-weak-map": {
- "version": "8.15.2",
- "resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-8.15.2.tgz",
- "integrity": "sha512-FMz3vgyPJjJsg0f78ToprOxR0lPhZOWwidxD+gOMLLfUzJ0mBC4VwoggrgIF6YEdXy/2UoIUtjh5B/Qfge9IDw==",
+ "version": "8.15.4",
+ "resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-8.15.4.tgz",
+ "integrity": "sha512-m5DeQksbhJFqcSYF8Q0Af/WXmXCMAJocCUShkzOXK+uZNXnvhBZN7VyQ9hL+GRzX8JTPEPdVcz2lFyVE5p+LzQ==",
"dev": true,
"license": "MIT",
"engines": {
@@ -2681,9 +2612,9 @@
}
},
"node_modules/@cspell/url": {
- "version": "8.15.2",
- "resolved": "https://registry.npmjs.org/@cspell/url/-/url-8.15.2.tgz",
- "integrity": "sha512-AxS6nqh65V8BJf+ke7XNsDlieXfq/73XjZ4OxQAHvmML9kgXAbTviDcN6ddj6d2fTgU3EOSU1fBfDOqpS4n6Sg==",
+ "version": "8.15.4",
+ "resolved": "https://registry.npmjs.org/@cspell/url/-/url-8.15.4.tgz",
+ "integrity": "sha512-K2oZu/oLQPs5suRpLS8uu04O3YMUioSlEU1D66fRoOxzI5NzLt7i7yMg3HQHjChGa09N5bzqmrVdhmQrRZXwGg==",
"dev": true,
"license": "MIT",
"engines": {
@@ -3457,9 +3388,9 @@
"license": "MIT"
},
"node_modules/@mdx-js/mdx": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.0.1.tgz",
- "integrity": "sha512-eIQ4QTrOWyL3LWEe/bu6Taqzq2HQvHcyTMaOrI95P2/LmJE7AsfPfgJGuFLPVqBUE1BC1rik3VIhU+s9u72arA==",
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.1.0.tgz",
+ "integrity": "sha512-/QxEhPAvGwbQmy1Px8F899L5Uc2KZ6JtXwlCgJmjSTBedwOZkByYcBG4GceIGPXRDsmfxhHazuS+hlOShRLeDw==",
"license": "MIT",
"dependencies": {
"@types/estree": "^1.0.0",
@@ -3468,14 +3399,15 @@
"@types/mdx": "^2.0.0",
"collapse-white-space": "^2.0.0",
"devlop": "^1.0.0",
- "estree-util-build-jsx": "^3.0.0",
"estree-util-is-identifier-name": "^3.0.0",
- "estree-util-to-js": "^2.0.0",
+ "estree-util-scope": "^1.0.0",
"estree-walker": "^3.0.0",
- "hast-util-to-estree": "^3.0.0",
"hast-util-to-jsx-runtime": "^2.0.0",
"markdown-extensions": "^2.0.0",
- "periscopic": "^3.0.0",
+ "recma-build-jsx": "^1.0.0",
+ "recma-jsx": "^1.0.0",
+ "recma-stringify": "^1.0.0",
+ "rehype-recma": "^1.0.0",
"remark-mdx": "^3.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
@@ -3492,9 +3424,9 @@
}
},
"node_modules/@mdx-js/react": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-3.0.1.tgz",
- "integrity": "sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A==",
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-3.1.0.tgz",
+ "integrity": "sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==",
"license": "MIT",
"dependencies": {
"@types/mdx": "^2.0.0"
@@ -4002,9 +3934,9 @@
}
},
"node_modules/@types/express-serve-static-core": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.0.tgz",
- "integrity": "sha512-AbXMTZGt40T+KON9/Fdxx0B2WK5hsgxcfXJLr5bFpZ7b4JCex2WyQPTEKdXqfHiY5nKKBScZ7yCoO6Pvgxfvnw==",
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.1.tgz",
+ "integrity": "sha512-CRICJIl0N5cXDONAdlTv5ShATZ4HEwk6kDDIW2/w9qOWKg+NU/5F8wYRWCrONad0/UKkloNSmmyN/wX4rtpbVA==",
"license": "MIT",
"dependencies": {
"@types/node": "*",
@@ -4131,12 +4063,12 @@
"license": "MIT"
},
"node_modules/@types/node": {
- "version": "22.7.5",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz",
- "integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==",
+ "version": "22.8.1",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.1.tgz",
+ "integrity": "sha512-k6Gi8Yyo8EtrNtkHXutUu2corfDf9su95VYVP10aGYMMROM6SAItZi0w1XszA6RtWTHSVp5OeFof37w0IEqCQg==",
"license": "MIT",
"dependencies": {
- "undici-types": "~6.19.2"
+ "undici-types": "~6.19.8"
}
},
"node_modules/@types/node-forge": {
@@ -4161,9 +4093,9 @@
"license": "MIT"
},
"node_modules/@types/prismjs": {
- "version": "1.26.4",
- "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.4.tgz",
- "integrity": "sha512-rlAnzkW2sZOjbqZ743IHUhFcvzaGbqijwOu8QZnZCjfQzBqFE3s4lOTJEsxikImav9uzz/42I+O7YUs1mWgMlg==",
+ "version": "1.26.5",
+ "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.5.tgz",
+ "integrity": "sha512-AUZTa7hQ2KY5L7AmtSiqxlhWxb4ina0yd8hNbl4TWuqnv/pFP0nDMb3YrfSBf4hJVGLh2YEIBfKaBW/9UEl6IQ==",
"license": "MIT"
},
"node_modules/@types/prop-types": {
@@ -4185,9 +4117,9 @@
"license": "MIT"
},
"node_modules/@types/react": {
- "version": "18.3.11",
- "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.11.tgz",
- "integrity": "sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ==",
+ "version": "18.3.12",
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz",
+ "integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==",
"license": "MIT",
"dependencies": {
"@types/prop-types": "*",
@@ -4515,9 +4447,9 @@
}
},
"node_modules/acorn": {
- "version": "8.12.1",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz",
- "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==",
+ "version": "8.14.0",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz",
+ "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
"license": "MIT",
"bin": {
"acorn": "bin/acorn"
@@ -5140,9 +5072,9 @@
}
},
"node_modules/browserslist": {
- "version": "4.24.0",
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.0.tgz",
- "integrity": "sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==",
+ "version": "4.24.2",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.2.tgz",
+ "integrity": "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==",
"funding": [
{
"type": "opencollective",
@@ -5159,10 +5091,10 @@
],
"license": "MIT",
"dependencies": {
- "caniuse-lite": "^1.0.30001663",
- "electron-to-chromium": "^1.5.28",
+ "caniuse-lite": "^1.0.30001669",
+ "electron-to-chromium": "^1.5.41",
"node-releases": "^2.0.18",
- "update-browserslist-db": "^1.1.0"
+ "update-browserslist-db": "^1.1.1"
},
"bin": {
"browserslist": "cli.js"
@@ -5288,9 +5220,9 @@
}
},
"node_modules/caniuse-lite": {
- "version": "1.0.30001668",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001668.tgz",
- "integrity": "sha512-nWLrdxqCdblixUO+27JtGJJE/txpJlyUy5YN1u53wLZkP0emYCo5zgS6QYft7VUYR42LGgi/S5hdLZTrnyIddw==",
+ "version": "1.0.30001673",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001673.tgz",
+ "integrity": "sha512-WTrjUCSMp3LYX0nE12ECkV0a+e6LC85E0Auz75555/qr78Oc8YWhEPNfDd6SHdtlCMSzqtuXY0uyEMNRcsKpKw==",
"funding": [
{
"type": "opencollective",
@@ -6159,25 +6091,25 @@
}
},
"node_modules/cspell": {
- "version": "8.15.2",
- "resolved": "https://registry.npmjs.org/cspell/-/cspell-8.15.2.tgz",
- "integrity": "sha512-2XN6LeBAWyRLPUAcKrJTBftNc50VVVeU/j1GVU07hEun4Q4KZG9CbUT+YaZEnZo8xexVUBfZLtB5YxSImCnBtQ==",
+ "version": "8.15.4",
+ "resolved": "https://registry.npmjs.org/cspell/-/cspell-8.15.4.tgz",
+ "integrity": "sha512-hUOxcwmNWuHzVeGHyN5v/T9MkyCE5gi0mvatxsM794B2wOuR1ZORgjZH62P2HY1uBkXe/x5C6ITWrSyh0WgAcg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@cspell/cspell-json-reporter": "8.15.2",
- "@cspell/cspell-pipe": "8.15.2",
- "@cspell/cspell-types": "8.15.2",
- "@cspell/dynamic-import": "8.15.2",
- "@cspell/url": "8.15.2",
+ "@cspell/cspell-json-reporter": "8.15.4",
+ "@cspell/cspell-pipe": "8.15.4",
+ "@cspell/cspell-types": "8.15.4",
+ "@cspell/dynamic-import": "8.15.4",
+ "@cspell/url": "8.15.4",
"chalk": "^5.3.0",
"chalk-template": "^1.1.0",
"commander": "^12.1.0",
- "cspell-dictionary": "8.15.2",
- "cspell-gitignore": "8.15.2",
- "cspell-glob": "8.15.2",
- "cspell-io": "8.15.2",
- "cspell-lib": "8.15.2",
+ "cspell-dictionary": "8.15.4",
+ "cspell-gitignore": "8.15.4",
+ "cspell-glob": "8.15.4",
+ "cspell-io": "8.15.4",
+ "cspell-lib": "8.15.4",
"fast-json-stable-stringify": "^2.1.0",
"file-entry-cache": "^9.1.0",
"get-stdin": "^9.0.0",
@@ -6196,13 +6128,13 @@
}
},
"node_modules/cspell-config-lib": {
- "version": "8.15.2",
- "resolved": "https://registry.npmjs.org/cspell-config-lib/-/cspell-config-lib-8.15.2.tgz",
- "integrity": "sha512-0vaZdp1gz5mt7RWTWStHHJBXfELtbtJNCl8RNz9E51906bhAyZ/yBvkOyjCW2Ofsdp2cKS11AuzTrq6N2lmK3g==",
+ "version": "8.15.4",
+ "resolved": "https://registry.npmjs.org/cspell-config-lib/-/cspell-config-lib-8.15.4.tgz",
+ "integrity": "sha512-vUgikQTRkRMTdkZqSs7F2cTdPpX61cTjr/9L/VCkXkbW38ObCr4650ioiF1Wq3zDF3Gy2bc4ECTpD2PZUXX5SA==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@cspell/cspell-types": "8.15.2",
+ "@cspell/cspell-types": "8.15.4",
"comment-json": "^4.2.5",
"yaml": "^2.6.0"
},
@@ -6211,15 +6143,15 @@
}
},
"node_modules/cspell-dictionary": {
- "version": "8.15.2",
- "resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-8.15.2.tgz",
- "integrity": "sha512-Kvn8ZD+oQs2KKgGoC601NBju3xQcrP4bz1MVZ23ZN9fm6pukb0J8x9hP3d+AuQd/Cl2XG/y/hWZi6MT92uChIg==",
+ "version": "8.15.4",
+ "resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-8.15.4.tgz",
+ "integrity": "sha512-8+p/l9Saac7qyCbqtELneDoT7CwHu9gYmnI8uXMu34/lPGjhVhy10ZeI0+t1djaO2YyASK400YFKq5uP/5KulA==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@cspell/cspell-pipe": "8.15.2",
- "@cspell/cspell-types": "8.15.2",
- "cspell-trie-lib": "8.15.2",
+ "@cspell/cspell-pipe": "8.15.4",
+ "@cspell/cspell-types": "8.15.4",
+ "cspell-trie-lib": "8.15.4",
"fast-equals": "^5.0.1"
},
"engines": {
@@ -6227,15 +6159,15 @@
}
},
"node_modules/cspell-gitignore": {
- "version": "8.15.2",
- "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-8.15.2.tgz",
- "integrity": "sha512-XrQ3iouv2VvvpkL1ygEnOuqY/BGNt0tBZngFrb/Y12LWgcZ6unLZk4IaMYXlmjRZPtq7QuBe4dvG1D2SFcNEng==",
+ "version": "8.15.4",
+ "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-8.15.4.tgz",
+ "integrity": "sha512-9n5PpQ8gEf8YcvEtoZGZ2Ma6wnqSFkD2GrmyjISy39DfIX/jNLN7GX2wJm6OD2P4FjXer95ypmIb/JWTlfmbTw==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@cspell/url": "8.15.2",
- "cspell-glob": "8.15.2",
- "cspell-io": "8.15.2",
+ "@cspell/url": "8.15.4",
+ "cspell-glob": "8.15.4",
+ "cspell-io": "8.15.4",
"find-up-simple": "^1.0.0"
},
"bin": {
@@ -6246,13 +6178,13 @@
}
},
"node_modules/cspell-glob": {
- "version": "8.15.2",
- "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-8.15.2.tgz",
- "integrity": "sha512-AQNskPt3FOF1Z6mc+cvCZ33Xnb+a4cMVZwcLlApc/4uup6OvyEoXNN9IyeHVmloAUPlXadaA79balp3cMj2rWg==",
+ "version": "8.15.4",
+ "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-8.15.4.tgz",
+ "integrity": "sha512-TTfRRHRAN+PN9drIz4MAEgKKYnPThBOlPMdFddyuisvU33Do1sPAnqkkOjTEFdi3jAA5KwnSva68SVH6IzzMBQ==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@cspell/url": "8.15.2",
+ "@cspell/url": "8.15.4",
"micromatch": "^4.0.8"
},
"engines": {
@@ -6260,14 +6192,14 @@
}
},
"node_modules/cspell-grammar": {
- "version": "8.15.2",
- "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-8.15.2.tgz",
- "integrity": "sha512-yvCiOlg6G2l+lMWBSmWwnVqIVfDK/uUBzY4WIJQaXWtXRuJ9MdsSEQ3TFd9NgJUhY1gSF8O1zSqeCmfPNuS44g==",
+ "version": "8.15.4",
+ "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-8.15.4.tgz",
+ "integrity": "sha512-MKiKyYi05mRtXOxPoTv3Ksi0GwYLiK84Uq0C+5PaMrnIjXeed0bsddSFXCT+7ywFJc7PdjhTtz0M/9WWK3UgbA==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@cspell/cspell-pipe": "8.15.2",
- "@cspell/cspell-types": "8.15.2"
+ "@cspell/cspell-pipe": "8.15.4",
+ "@cspell/cspell-types": "8.15.4"
},
"bin": {
"cspell-grammar": "bin.mjs"
@@ -6277,42 +6209,42 @@
}
},
"node_modules/cspell-io": {
- "version": "8.15.2",
- "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-8.15.2.tgz",
- "integrity": "sha512-Y4bEsKVXC48VawU+gU1lcsO7B55pNAjc8/C8Qg8UByobSOxtZKd7jaRRqqvd60Rh8lbgG4Nc05zKCb1CxY1+2Q==",
+ "version": "8.15.4",
+ "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-8.15.4.tgz",
+ "integrity": "sha512-rXIEREPTFV9dwwg4EKfvzqlCNOvT6910AYED5YrSt8Y68usRJ9lbqdx0BrDndVCd33bp1o+9JBfHuRiFIQC81g==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@cspell/cspell-service-bus": "8.15.2",
- "@cspell/url": "8.15.2"
+ "@cspell/cspell-service-bus": "8.15.4",
+ "@cspell/url": "8.15.4"
},
"engines": {
"node": ">=18"
}
},
"node_modules/cspell-lib": {
- "version": "8.15.2",
- "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-8.15.2.tgz",
- "integrity": "sha512-u4tO8NoLq/LuOdCBqJdKBLE51uCcE2Ni/DvaEFNfuhk2fCF3rE/2nCzLx6ZEAiFPHZVMs44MJxpH7VF8Rn/T8g==",
+ "version": "8.15.4",
+ "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-8.15.4.tgz",
+ "integrity": "sha512-iLp/625fvCyFFxSyZYLMgqHIKcrhN4hT7Hw5+ySa38Bp/OfA81ANqWHpsDQ0bGsALTRn/DHBpQYj4xCW/aN9tw==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@cspell/cspell-bundled-dicts": "8.15.2",
- "@cspell/cspell-pipe": "8.15.2",
- "@cspell/cspell-resolver": "8.15.2",
- "@cspell/cspell-types": "8.15.2",
- "@cspell/dynamic-import": "8.15.2",
- "@cspell/filetypes": "8.15.2",
- "@cspell/strong-weak-map": "8.15.2",
- "@cspell/url": "8.15.2",
+ "@cspell/cspell-bundled-dicts": "8.15.4",
+ "@cspell/cspell-pipe": "8.15.4",
+ "@cspell/cspell-resolver": "8.15.4",
+ "@cspell/cspell-types": "8.15.4",
+ "@cspell/dynamic-import": "8.15.4",
+ "@cspell/filetypes": "8.15.4",
+ "@cspell/strong-weak-map": "8.15.4",
+ "@cspell/url": "8.15.4",
"clear-module": "^4.1.2",
"comment-json": "^4.2.5",
- "cspell-config-lib": "8.15.2",
- "cspell-dictionary": "8.15.2",
- "cspell-glob": "8.15.2",
- "cspell-grammar": "8.15.2",
- "cspell-io": "8.15.2",
- "cspell-trie-lib": "8.15.2",
+ "cspell-config-lib": "8.15.4",
+ "cspell-dictionary": "8.15.4",
+ "cspell-glob": "8.15.4",
+ "cspell-grammar": "8.15.4",
+ "cspell-io": "8.15.4",
+ "cspell-trie-lib": "8.15.4",
"env-paths": "^3.0.0",
"fast-equals": "^5.0.1",
"gensequence": "^7.0.0",
@@ -6327,14 +6259,14 @@
}
},
"node_modules/cspell-trie-lib": {
- "version": "8.15.2",
- "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-8.15.2.tgz",
- "integrity": "sha512-dqEc4832iareVCA+pXuvdNwtUF+F8S+w15Tlv0fRdPTz8X4wcUtK0R5npYnL5dyuPhKBdO/PmKXGb7/5I0vBMg==",
+ "version": "8.15.4",
+ "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-8.15.4.tgz",
+ "integrity": "sha512-sg9klsNHyrfos0Boiio+qy5d6fI9cCNjBqFYrNxvpKpwZ4gEzDzjgEKdZY1C76RD2KoBQ8I1NF5YcGc0+hhhCw==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@cspell/cspell-pipe": "8.15.2",
- "@cspell/cspell-types": "8.15.2",
+ "@cspell/cspell-pipe": "8.15.4",
+ "@cspell/cspell-types": "8.15.4",
"gensequence": "^7.0.0"
},
"engines": {
@@ -7312,9 +7244,9 @@
"license": "MIT"
},
"node_modules/electron-to-chromium": {
- "version": "1.5.36",
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.36.tgz",
- "integrity": "sha512-HYTX8tKge/VNp6FGO+f/uVDmUkq+cEfcxYhKf15Akc4M5yxt5YmorwlAitKWjWhWQnKcDRBAQKXkhqqXMqcrjw==",
+ "version": "1.5.47",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.47.tgz",
+ "integrity": "sha512-zS5Yer0MOYw4rtK2iq43cJagHZ8sXN0jDHDKzB+86gSBSAI4v07S97mcq+Gs2vclAxSh1j7vOAHxSVgduiiuVQ==",
"license": "ISC"
},
"node_modules/emoji-regex": {
@@ -7444,6 +7376,38 @@
"integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==",
"license": "MIT"
},
+ "node_modules/esast-util-from-estree": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/esast-util-from-estree/-/esast-util-from-estree-2.0.0.tgz",
+ "integrity": "sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/estree-jsx": "^1.0.0",
+ "devlop": "^1.0.0",
+ "estree-util-visit": "^2.0.0",
+ "unist-util-position-from-estree": "^2.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
+ "node_modules/esast-util-from-js": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/esast-util-from-js/-/esast-util-from-js-2.0.1.tgz",
+ "integrity": "sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/estree-jsx": "^1.0.0",
+ "acorn": "^8.0.0",
+ "esast-util-from-estree": "^2.0.0",
+ "vfile-message": "^4.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
"node_modules/escalade": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
@@ -7578,6 +7542,20 @@
"url": "https://opencollective.com/unified"
}
},
+ "node_modules/estree-util-scope": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/estree-util-scope/-/estree-util-scope-1.0.0.tgz",
+ "integrity": "sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/estree": "^1.0.0",
+ "devlop": "^1.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
"node_modules/estree-util-to-js": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz",
@@ -7864,19 +7842,10 @@
"license": "MIT"
},
"node_modules/fast-uri": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.2.tgz",
- "integrity": "sha512-GR6f0hD7XXyNJa25Tb9BuIdN0tdr+0BMi6/CJPH3wJO1JjNG3n/VsSw38AwRdKZABm8lGbPfakLRkYzx2V9row==",
- "license": "MIT"
- },
- "node_modules/fast-url-parser": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/fast-url-parser/-/fast-url-parser-1.1.3.tgz",
- "integrity": "sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==",
- "license": "MIT",
- "dependencies": {
- "punycode": "^1.3.2"
- }
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz",
+ "integrity": "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==",
+ "license": "BSD-3-Clause"
},
"node_modules/fastq": {
"version": "1.17.1",
@@ -9273,6 +9242,12 @@
"url": "https://opencollective.com/unified"
}
},
+ "node_modules/hast-util-to-estree/node_modules/inline-style-parser": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz",
+ "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==",
+ "license": "MIT"
+ },
"node_modules/hast-util-to-estree/node_modules/property-information": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz",
@@ -9293,6 +9268,15 @@
"url": "https://github.com/sponsors/wooorm"
}
},
+ "node_modules/hast-util-to-estree/node_modules/style-to-object": {
+ "version": "0.4.4",
+ "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.4.tgz",
+ "integrity": "sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==",
+ "license": "MIT",
+ "dependencies": {
+ "inline-style-parser": "0.1.1"
+ }
+ },
"node_modules/hast-util-to-estree/node_modules/zwitch": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
@@ -9353,12 +9337,6 @@
"url": "https://opencollective.com/unified"
}
},
- "node_modules/hast-util-to-jsx-runtime/node_modules/inline-style-parser": {
- "version": "0.2.4",
- "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.4.tgz",
- "integrity": "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==",
- "license": "MIT"
- },
"node_modules/hast-util-to-jsx-runtime/node_modules/property-information": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz",
@@ -9379,15 +9357,6 @@
"url": "https://github.com/sponsors/wooorm"
}
},
- "node_modules/hast-util-to-jsx-runtime/node_modules/style-to-object": {
- "version": "1.0.8",
- "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.8.tgz",
- "integrity": "sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==",
- "license": "MIT",
- "dependencies": {
- "inline-style-parser": "0.2.4"
- }
- },
"node_modules/hast-util-to-parse5": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz",
@@ -9691,9 +9660,9 @@
}
},
"node_modules/html-webpack-plugin": {
- "version": "5.6.0",
- "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz",
- "integrity": "sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==",
+ "version": "5.6.3",
+ "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz",
+ "integrity": "sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==",
"license": "MIT",
"dependencies": {
"@types/html-minifier-terser": "^6.0.0",
@@ -10076,9 +10045,9 @@
}
},
"node_modules/inline-style-parser": {
- "version": "0.1.1",
- "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz",
- "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==",
+ "version": "0.2.4",
+ "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.4.tgz",
+ "integrity": "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==",
"license": "MIT"
},
"node_modules/interpret": {
@@ -10366,15 +10335,6 @@
"node": ">=0.10.0"
}
},
- "node_modules/is-reference": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-3.0.2.tgz",
- "integrity": "sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==",
- "license": "MIT",
- "dependencies": {
- "@types/estree": "*"
- }
- },
"node_modules/is-regexp": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
@@ -11139,9 +11099,9 @@
}
},
"node_modules/markdown-table": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.3.tgz",
- "integrity": "sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==",
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz",
+ "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
"license": "MIT",
"funding": {
"type": "github",
@@ -11210,9 +11170,9 @@
}
},
"node_modules/mdast-util-from-markdown": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.1.tgz",
- "integrity": "sha512-aJEUyzZ6TzlsX2s5B4Of7lN7EQtAxvtradMMglCQDyaTFgse6CmtmdJ15ElnVRlCg1vpNyVtbem0PWzlNieZsA==",
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz",
+ "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==",
"license": "MIT",
"dependencies": {
"@types/mdast": "^4.0.0",
@@ -14127,9 +14087,9 @@
"license": "ISC"
},
"node_modules/parse5": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.0.tgz",
- "integrity": "sha512-ZkDsAOcxsUMZ4Lz5fVciOehNcJ+Gb8gTzcA4yl3wnc273BAybYWrQ+Ks/OjCjSEpjvQkDSeZbybK9qj2VHHdGA==",
+ "version": "7.2.1",
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz",
+ "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==",
"license": "MIT",
"dependencies": {
"entities": "^4.5.0"
@@ -14227,21 +14187,10 @@
"node": ">=8"
}
},
- "node_modules/periscopic": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/periscopic/-/periscopic-3.1.0.tgz",
- "integrity": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==",
- "license": "MIT",
- "dependencies": {
- "@types/estree": "^1.0.0",
- "estree-walker": "^3.0.0",
- "is-reference": "^3.0.0"
- }
- },
"node_modules/picocolors": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
- "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==",
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
"license": "ISC"
},
"node_modules/picomatch": {
@@ -15094,10 +15043,13 @@
}
},
"node_modules/punycode": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
- "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==",
- "license": "MIT"
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
},
"node_modules/pupa": {
"version": "3.1.0",
@@ -15563,6 +15515,70 @@
"node": ">= 0.10"
}
},
+ "node_modules/recma-build-jsx": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/recma-build-jsx/-/recma-build-jsx-1.0.0.tgz",
+ "integrity": "sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/estree": "^1.0.0",
+ "estree-util-build-jsx": "^3.0.0",
+ "vfile": "^6.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
+ "node_modules/recma-jsx": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/recma-jsx/-/recma-jsx-1.0.0.tgz",
+ "integrity": "sha512-5vwkv65qWwYxg+Atz95acp8DMu1JDSqdGkA2Of1j6rCreyFUE/gp15fC8MnGEuG1W68UKjM6x6+YTWIh7hZM/Q==",
+ "license": "MIT",
+ "dependencies": {
+ "acorn-jsx": "^5.0.0",
+ "estree-util-to-js": "^2.0.0",
+ "recma-parse": "^1.0.0",
+ "recma-stringify": "^1.0.0",
+ "unified": "^11.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
+ "node_modules/recma-parse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/recma-parse/-/recma-parse-1.0.0.tgz",
+ "integrity": "sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/estree": "^1.0.0",
+ "esast-util-from-js": "^2.0.0",
+ "unified": "^11.0.0",
+ "vfile": "^6.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
+ "node_modules/recma-stringify": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/recma-stringify/-/recma-stringify-1.0.0.tgz",
+ "integrity": "sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/estree": "^1.0.0",
+ "estree-util-to-js": "^2.0.0",
+ "unified": "^11.0.0",
+ "vfile": "^6.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
"node_modules/recursive-readdir": {
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz",
@@ -15659,9 +15675,9 @@
"license": "MIT"
},
"node_modules/regjsparser": {
- "version": "0.11.1",
- "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.11.1.tgz",
- "integrity": "sha512-1DHODs4B8p/mQHU9kr+jv8+wIC9mtG4eBHxWxIq5mhjE3D5oORhCc6deRKzTjs9DcfRFmj9BHSDguZklqCGFWQ==",
+ "version": "0.11.2",
+ "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.11.2.tgz",
+ "integrity": "sha512-3OGZZ4HoLJkkAZx/48mTXJNlmqTGOzc0o9OWQPuWpkOlXXPbyN6OafCcoXUnBqE2D3f/T5L+pWc1kdEmnfnRsA==",
"license": "BSD-2-Clause",
"dependencies": {
"jsesc": "~3.0.2"
@@ -15705,6 +15721,21 @@
"url": "https://opencollective.com/unified"
}
},
+ "node_modules/rehype-recma": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/rehype-recma/-/rehype-recma-1.0.0.tgz",
+ "integrity": "sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/estree": "^1.0.0",
+ "@types/hast": "^3.0.0",
+ "hast-util-to-estree": "^3.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
"node_modules/relateurl": {
"version": "0.2.7",
"resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
@@ -15798,9 +15829,9 @@
}
},
"node_modules/remark-mdx": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.0.1.tgz",
- "integrity": "sha512-3Pz3yPQ5Rht2pM5R+0J2MrGoBSrzf+tJG94N+t/ilfdh8YLyyKYtidAYwTveB20BoHAcwIopOUqhcmh2F7hGYA==",
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.1.0.tgz",
+ "integrity": "sha512-Ngl/H3YXyBV9RcRNdlYsZujAmhsxwzxpDzpDEhFBVAGthS4GDgnctpDjgFl/ULx5UEDzqtW1cyBSNKqYYrqLBA==",
"license": "MIT",
"dependencies": {
"mdast-util-mdx": "^3.0.0",
@@ -16373,25 +16404,24 @@
}
},
"node_modules/serve-handler": {
- "version": "6.1.5",
- "resolved": "https://registry.npmjs.org/serve-handler/-/serve-handler-6.1.5.tgz",
- "integrity": "sha512-ijPFle6Hwe8zfmBxJdE+5fta53fdIY0lHISJvuikXB3VYFafRjMRpOffSPvCYsbKyBA7pvy9oYr/BT1O3EArlg==",
+ "version": "6.1.6",
+ "resolved": "https://registry.npmjs.org/serve-handler/-/serve-handler-6.1.6.tgz",
+ "integrity": "sha512-x5RL9Y2p5+Sh3D38Fh9i/iQ5ZK+e4xuXRd/pGbM4D13tgo/MGwbttUk8emytcr1YYzBYs+apnUngBDFYfpjPuQ==",
"license": "MIT",
"dependencies": {
"bytes": "3.0.0",
"content-disposition": "0.5.2",
- "fast-url-parser": "1.1.3",
"mime-types": "2.1.18",
"minimatch": "3.1.2",
"path-is-inside": "1.0.2",
- "path-to-regexp": "2.2.1",
+ "path-to-regexp": "3.3.0",
"range-parser": "1.2.0"
}
},
"node_modules/serve-handler/node_modules/path-to-regexp": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.2.1.tgz",
- "integrity": "sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==",
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-3.3.0.tgz",
+ "integrity": "sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw==",
"license": "MIT"
},
"node_modules/serve-index": {
@@ -16973,12 +17003,12 @@
}
},
"node_modules/style-to-object": {
- "version": "0.4.4",
- "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.4.tgz",
- "integrity": "sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.8.tgz",
+ "integrity": "sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==",
"license": "MIT",
"dependencies": {
- "inline-style-parser": "0.1.1"
+ "inline-style-parser": "0.2.4"
}
},
"node_modules/stylehacks": {
@@ -17071,9 +17101,9 @@
}
},
"node_modules/terser": {
- "version": "5.34.1",
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.34.1.tgz",
- "integrity": "sha512-FsJZ7iZLd/BXkz+4xrRTGJ26o/6VTjQytUk8b8OxkwcD2I+79VPJlz7qss1+zE7h8GNIScFqXcDyJ/KqBYZFVA==",
+ "version": "5.36.0",
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.36.0.tgz",
+ "integrity": "sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==",
"license": "BSD-2-Clause",
"dependencies": {
"@jridgewell/source-map": "^0.3.3",
@@ -17231,13 +17261,13 @@
"license": "MIT"
},
"node_modules/tinyglobby": {
- "version": "0.2.9",
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.9.tgz",
- "integrity": "sha512-8or1+BGEdk1Zkkw2ii16qSS7uVrQJPre5A9o/XkWPATkk23FZh/15BKFxPnlTy6vkljZxLqYCzzBMj30ZrSvjw==",
+ "version": "0.2.10",
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.10.tgz",
+ "integrity": "sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==",
"dev": true,
"license": "MIT",
"dependencies": {
- "fdir": "^6.4.0",
+ "fdir": "^6.4.2",
"picomatch": "^4.0.2"
},
"engines": {
@@ -17245,9 +17275,9 @@
}
},
"node_modules/tinyglobby/node_modules/fdir": {
- "version": "6.4.0",
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.0.tgz",
- "integrity": "sha512-3oB133prH1o4j/L5lLW7uOCF1PlD+/It2L0eL/iAqWMB91RBbqTewABqxhj0ibBd90EEmWZq7ntIWzVaWcXTGQ==",
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.2.tgz",
+ "integrity": "sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==",
"dev": true,
"license": "MIT",
"peerDependencies": {
@@ -17272,15 +17302,6 @@
"url": "https://github.com/sponsors/jonschlinkert"
}
},
- "node_modules/to-fast-properties": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
- "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
"node_modules/to-regex-range": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
@@ -17395,9 +17416,9 @@
}
},
"node_modules/tslib": {
- "version": "2.7.0",
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz",
- "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==",
+ "version": "2.8.0",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz",
+ "integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==",
"license": "0BSD"
},
"node_modules/type-fest": {
@@ -17805,15 +17826,6 @@
"punycode": "^2.1.0"
}
},
- "node_modules/uri-js/node_modules/punycode": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
- "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
"node_modules/url-loader": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz",
diff --git a/package.json b/package.json
index 6af4b32fd..5cf91b490 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
"dependencies": {
"@docusaurus/core": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
- "@mdx-js/react": "3.0.1",
+ "@mdx-js/react": "3.1.0",
"docusaurus-lunr-search": "3.5.0",
"prism-react-renderer": "2.4.0",
"react": "18.3.1",
@@ -44,8 +44,8 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "3.5.2",
"@docusaurus/tsconfig": "3.5.2",
- "@types/react": "18.3.11",
- "cspell": "8.15.2",
+ "@types/react": "18.3.12",
+ "cspell": "8.15.4",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"prettier": "3.3.3",