[PR #2] [CLOSED] [Feature] Added User attributes #489

Closed
opened 2026-02-27 08:17:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/2
Author: @anomalyze
Created: 6/19/2021
Status: Closed

Base: mainHead: added_attributes


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/lldap/lldap/pull/2 **Author:** [@anomalyze](https://github.com/anomalyze) **Created:** 6/19/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `added_attributes` --- ### 📝 Commits (2) - [`0b5348d`](https://github.com/lldap/lldap/commit/0b5348d3ea69ed72520f423c19a71086f2b05313) add additional attributes to users - [`1b9017a`](https://github.com/lldap/lldap/commit/1b9017a92ff88007bec82d2aa12b296542129550) cargo fmt ### 📊 Changes **6 files changed** (+64 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:17:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#489
No description provided.