mirror of
https://github.com/lldap/lldap.git
synced 2026-07-10 14:59:10 +00:00
A number of the hardcoded attributes displayed in the User and Group schema overviews were using aliases which contain underscores, which is not always completely supported by clients. Therefore, this commit changes the primary alias for each attribute to be one without underscores. To reduce confusion with this change, and also improve the visibility of available aliases, this commit also includes a list of each alias, for each hardcoded attribute. This list will also include the old primary aliases.
11 lines
181 B
Rust
11 lines
181 B
Rust
pub mod api;
|
|
pub mod attributes;
|
|
pub mod common_component;
|
|
pub mod cookies;
|
|
pub mod form_utils;
|
|
pub mod functional;
|
|
pub mod graphql;
|
|
pub mod modal;
|
|
pub mod schema;
|
|
pub mod tooltip;
|