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.
- Host: GitHub
- URL: https://github.com/marioneubert/laps2onepassword
- Owner: marioneubert
- License: mit
- Created: 2021-11-29T16:32:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-28T12:58:06.000Z (about 4 years ago)
- Last Synced: 2024-06-20T02:13:22.359Z (almost 2 years ago)
- Topics: 1password, active-directory, golang, laps, laps-password, laps-passwords, ldap, onepassword, secrets-automation, vault
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)