]> git.ipfire.org Git - thirdparty/samba.git/commit
winbind.idl: Add wbint_NormalizeNameMap
authorSamuel Cabrero <scabrero@samba.org>
Fri, 25 Apr 2025 14:13:10 +0000 (16:13 +0200)
committerSamuel Cabrero <scabrero@samba.org>
Thu, 22 May 2025 12:41:38 +0000 (12:41 +0000)
commit9e7d8a96814fd65dba5422e5969eba9725e66e8f
tree5bc4e9f4729296755cd08f561c713ce09c4c2a9b
parent57a57a189bd9a7348656990b2c888a328b524bb0
winbind.idl: Add wbint_NormalizeNameMap

normalize_name_map(), depending on the idmap config, can query LDAP to map the
username to its alias, e.g., map samaccountname to posix uid.

To avoid blocking this call should be done in the idmap child.

Signed-off-by: Samuel Cabrero <scabrero@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
librpc/idl/winbind.idl
source3/winbindd/winbindd_dual_srv.c