You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have logged in as IPA user at Windows AD client machine.
When I execute whoami /upn I get expected result: [email protected].
But when I run whoami /fqdn I get the error:
ERROR: Unable to get Fully Qualified Distinguished Name (FQDN) as the current
logged-on user is not a domain user.
For reference: same command output for AD user:
whoami /fqdn
CN=testuser,CN=Users,DC=ad,DC=test
The text was updated successfully, but these errors were encountered:
This is due to our use of Samba -- we use it as an NT4 domain controller with enough plumbing to believe we are an AD DC for forest trust but we don't have fully working AD DC. Samba provides implementation of MS-DRSR protocol only when it is running as AD DC. We cannot run it in this mode because it uses incompatible schema with FreeIPA and cannot look up data in FreeIPA LDAP server.
wladich
changed the title
gc-wip: windows can not obtain DQDN for IPA user
gc-wip: windows can not obtain FQDN for IPA user
Nov 10, 2020
I have logged in as IPA user at Windows AD client machine.
When I execute
whoami /upn
I get expected result:[email protected]
.But when I run
whoami /fqdn
I get the error:For reference: same command output for AD user:
The text was updated successfully, but these errors were encountered: