mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #2] [CLOSED] [Feature] Added User attributes #489
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#489
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/lldap/lldap/pull/2
Author: @anomalyze
Created: 6/19/2021
Status: ❌ Closed
Base:
main← Head:added_attributes📝 Commits (2)
0b5348dadd additional attributes to users1b9017acargo fmt📊 Changes
6 files changed (+64 additions, -3 deletions)
View changed files
📝
app/src/create_user.rs(+10 -0)📝
app/src/user_table.rs(+4 -0)📝
model/src/lib.rs(+7 -1)📝
src/domain/sql_backend_handler.rs(+9 -0)📝
src/domain/sql_tables.rs(+6 -2)📝
src/infra/ldap_handler.rs(+28 -0)📄 Description
What does this implement/fix?
I've added additional attributes to users. These include SSH Public Keys and Wireguard Public Keys. These fields would assist in managing some peoples homelabs.
Additional comments
Not sure if you guys wanted these features, though this is something that I required for my own homelab. I don't mind if they aren't added if it's not within the scope of the project. Thanks for the great project though!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.