An open API service indexing awesome lists of open source software.

https://github.com/marioneubert/laps2onepassword

Exports Microsoft LAPS(Local Administrator Password Solution) managed computer/login information to an 1Password vault.
https://github.com/marioneubert/laps2onepassword

1password active-directory golang laps laps-password laps-passwords ldap onepassword secrets-automation vault

Last synced: 5 months ago
JSON representation

Exports Microsoft LAPS(Local Administrator Password Solution) managed computer/login information to an 1Password vault.

Awesome Lists containing this project

README

          

# laps2onepassword

## Purpose

This program exports Microsoft LAPS(Local Administrator Password Solution) managed computer/login information to an 1Password vault as replacement to the LAPS-UI programm.

## Develop

```sh
git clone https://github.com/marioneubert/laps2onepassword.git
cd laps2onepassword
go get ./...

```

## Links

### LAPS

[Local Administrator Password Solution](https://docs.microsoft.com/en-us/previous-versions/mt227395(v=msdn.10)?redirectedfrom=MSDN)
[Microsoft Local Administrator Password Solution (LAPS)](https://www.microsoft.com/en-us/download/details.aspx?id=46899)
[5 Top Local Administrator Password Solution (LAPS) Tips](https://www.policypak.com/resources/pp-blog/local-administrator-password-solution-tips/)

### 1Password

[Get started with a 1Password Secrets Automation workflow](https://support.1password.com/secrets-automation/)
[1Password Connect Go SDK](https://github.com/1Password/connect-sdk-go)
[1Password Connect API reference](https://support.1password.com/connect-api-reference/)

### AD/LDAP

[Getting Started With LDAP in Go](https://cybernetist.com/2020/05/18/getting-started-with-go-ldap/)
[LDAP Authentication in Golang with Bind and Search](https://dev.to/openlab/ldap-authentication-in-golang-with-bind-and-search-47h5)
[go-ldap](https://github.com/go-ldap/ldap)
[LDAP Filter Syntax](http://www.ldapexplorer.com/en/manual/109010000-ldap-filter-syntax.htm)
[SelfADSI LDAP-Filter](http://www.selfadsi.de/ldap-filter.htm)