mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #1332] AIX integration #466
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#466
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 @Mikesch-mp on GitHub (Oct 21, 2025).
Original GitHub issue: https://github.com/lldap/lldap/issues/1332
Description of the service
AIX can use a RFC2307 compatible LDAP server for user authentication and for groups. During the client setup on AIX the tool mksetup searches for users with the objectclass "posixAccount" and groups with the objectlass "posixGroup". LLDAP only uses "groupOfUniqueNames" and "groupOfNames" as objectclass for groups.
Is it possible also to add the objectclass "posixGroup" for groups to make LLDAP useable with AIX?
Thanks,
Carsten
@nitnelave commented on GitHub (Oct 21, 2025):
Yes, you can add custom object classes to all the groups as part of the schema. Note that a posixGroup usually implies a certain number of attributes like gidNumber, you'll have to manage that by hand
@Mikesch-mp commented on GitHub (Oct 21, 2025):
Since iam way too stupid, how can i add the objectclass for groups? i see only attributes in the web ui.
@nitnelave commented on GitHub (Oct 21, 2025):
You might have to use lldap-cli, I don't think we have it in the web UI yet
@Mikesch-mp commented on GitHub (Oct 21, 2025):
Yes, that worked perfect. AIX accepts now lldap as a authentication source :)