mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
ipaserver/dcerpc: remove use of trust account authentication
Since FreeIPA KDC supports adding MS-PAC to HTTP/ipa.server principal, it is possible to use it when talking to the trusted AD DC. Remove support for authenticating as trust account because it should not really be used other than within Samba.
This commit is contained in:
committed by
Martin Kosek
parent
2d6c7e3adb
commit
a87813bf42
@@ -551,7 +551,6 @@ sides.
|
||||
None,
|
||||
SCOPE_SUBTREE,
|
||||
basedn=info_dn,
|
||||
use_http=True,
|
||||
quiet=True)
|
||||
|
||||
if info_list:
|
||||
|
||||
Reference in New Issue
Block a user