mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Domain member is represented for SMB as a machine account with NetBIOS name ending with '$', e.g. 'FILESERVER$'. Such name will need to be resolved as a POSIX account by smbd at some point but first we need to make sure it is returned as a machine account through PASSDB layer. In addition to that, machine accounts are normal Kerberos services, named as 'cifs/<hostname>@REALM'. This name also will need to be resolved as a POSIX account by smbd on the domain controller. These two factors mean that LDAP entry for SMB kerberos service has to have multiple 'uid' values. This is allowed by the LDAP schema and we need to support it in ipasam. Fixes: https://pagure.io/freeipa/issue/3999 Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com> |
||
---|---|---|
.. | ||
ipa_sam.c | ||
ipa_sam.h | ||
Makefile.am | ||
README |
This is the ipa samba passdb backend.