mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Set BIND to use ldapi and use fake mname
The fake_mname for now doesn't exists but is a feature that will be added in the near future. Since any unknown arguments to bind-dyndb-ldap are ignored, we are safe to use it now.
This commit is contained in:
committed by
Rob Crittenden
parent
d53df67c95
commit
d6ca88f331
@@ -26,6 +26,7 @@ import installutils
|
||||
import ldap
|
||||
import service
|
||||
from ipaserver import ipaldap
|
||||
from ipaserver.install.dsinstance import realm_to_serverid
|
||||
from ipapython import sysrestore
|
||||
from ipapython import ipautil
|
||||
|
||||
@@ -222,6 +223,7 @@ class BindInstance(service.Service):
|
||||
DOMAIN=self.domain,
|
||||
HOST=self.host,
|
||||
REALM=self.realm,
|
||||
SERVER_ID=realm_to_serverid(self.realm),
|
||||
FORWARDERS=fwds,
|
||||
SUFFIX=self.suffix,
|
||||
OPTIONAL_NTP=optional_ntp)
|
||||
|
Reference in New Issue
Block a user