[PR #1346] [MERGED] docs: Rename 'mail_alias' to 'mail-alias' in example config #1268

Closed
opened 2026-02-27 09:11:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/1346
Author: @toanju
Created: 11/9/2025
Status: Merged
Merged: 11/9/2025
Merged by: @nitnelave

Base: mainHead: patch-1


📝 Commits (1)

  • 8ef709e docs: Rename 'mail_alias' to 'mail-alias' in example config

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 example_configs/bootstrap/bootstrap.md (+2 -2)

📄 Description

The example included an invalid character _ for the attribute name

This resulted in:

Cannot create attribute with invalid name. Valid characters: a-z, A-Z, 0-9, and dash (-). Invalid chars found: _

This fixes the example by using a -.


🔄 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/1346 **Author:** [@toanju](https://github.com/toanju) **Created:** 11/9/2025 **Status:** ✅ Merged **Merged:** 11/9/2025 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`8ef709e`](https://github.com/lldap/lldap/commit/8ef709eadef294e326348439342e8b61df91d8c9) docs: Rename 'mail_alias' to 'mail-alias' in example config ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `example_configs/bootstrap/bootstrap.md` (+2 -2) </details> ### 📄 Description The example included an invalid character `_` for the attribute `name` This resulted in: ``` Cannot create attribute with invalid name. Valid characters: a-z, A-Z, 0-9, and dash (-). Invalid chars found: _ ``` This fixes the example by using a `-`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:11:33 +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#1268
No description provided.