mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #886] [INTEGRATION] Trying to use LLDAP with LAM (Ldap Account Manager) #321
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#321
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?
Originally created by @esp13 on GitHub (Mar 29, 2024).
Original GitHub issue: https://github.com/lldap/lldap/issues/886
Description of the service
I know that I can access to the integrated web gui of lldap (on the default 17170 port) but I'm a beginner so I wanted to get a more visual gui display of my ldap directory.
I saw that LAM https://github.com/LDAPAccountManager/lam (Ldap Account Manager) has a "treeview" and wanted to give it a try with my lldap homeserver.
But again, I have difficulties to configure it correctly, I can see users but the groups nor the treeview are working.
Maybe adding a working configuration for LAM in https://github.com/lldap/lldap/tree/main/example_configs could be useful for other beginners :)
What you've tried
I have this in my configuration file (I display here only what seems relevant to my issue) (file generated from the configuration from the web gui of LAM):
What's not working
In LAM web gui I can see users but some fields seems missing.
In LAM web gui the groups nor the treeview aren't displayed.
In lldap logs I get a lot of warnings, for example:
`WARN │ │ ┝━ 🚧 [warn]: Ignoring unrecognized group attribute: departmentnumber\n\
WARN │ │ ┝━ 🚧 [warn]: Ignoring unrecognized group attribute: ou\n\
WARN │ │ ┝━ 🚧 [warn]: Ignoring unrecognized group attribute: o\n\
WARN │ │ ┝━ 🚧 [warn]: Ignoring unrecognized group attribute: title\n\
WARN │ │ ┝━ 🚧 [warn]: Ignoring unrecognized group attribute: employeetype\n\
WARN │ │ ┝━ 🚧 [warn]: Ignoring unrecognized group attribute: businesscategory\n\
DEBUG │ │ ┝━ expand_attribute_wildcards [ 4.87µs | 0.00% ] ldap_attributes: ["departmentNumber", "ou", "o", "title", "employeeType", "businessCategory"]`
@nitnelave commented on GitHub (Aug 16, 2024):
LLDAP is known to not work very well with generic LDAP viewers: it doesn't implement a lot of the details that viewers rely on to dynamically discover the structure. This is not an area of focus for LLDAP, the recommended viewing interface is the provided web UI.