mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Make krb5kdc use the ldapi socket to talk to dirsrv
Fixes: https://fedorahosted.org/freeipa/ticket/812
This commit is contained in:
@@ -35,6 +35,7 @@ from ipalib import errors
|
||||
|
||||
from ipaserver import ipaldap
|
||||
from ipaserver.install import replication
|
||||
from ipaserver.install.dsinstance import realm_to_serverid
|
||||
|
||||
import ldap
|
||||
from ldap import LDAPError
|
||||
@@ -255,6 +256,7 @@ class KrbInstance(service.Service):
|
||||
SUFFIX=self.suffix,
|
||||
DOMAIN=self.domain,
|
||||
HOST=self.host,
|
||||
SERVER_ID=realm_to_serverid(self.realm),
|
||||
REALM=self.realm)
|
||||
|
||||
def __configure_sasl_mappings(self):
|
||||
|
||||
Reference in New Issue
Block a user