mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Move realm_to_serverid/ldap_uri to ipaldap
The helper function realm_to_serverid() and realm_to_ldap_uri() are useful outside the server installation framework. They are now in ipapython.ipaldap along other helpers for LDAP handling in FreeIPA. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
committed by
Rob Crittenden
parent
dc33be73f8
commit
d5d9233b7c
@@ -18,7 +18,7 @@ from ipatests.test_integration.base import IntegrationTest
|
||||
from ipatests.pytest_ipa.integration import tasks
|
||||
from ipaplatform.paths import paths
|
||||
from ipaserver.install import dsinstance
|
||||
from ipaserver.install.installutils import realm_to_serverid
|
||||
from ipapython.ipaldap import realm_to_serverid
|
||||
|
||||
|
||||
class TestUninstallBase(IntegrationTest):
|
||||
|
||||
Reference in New Issue
Block a user