mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Retrieve the LDAP schema using kerberos credentials.
This is required so we can disable anonymous access in 389-ds.
This commit is contained in:
committed by
Jason Gerard DeRose
parent
c1b828563b
commit
f0d51b65f1
@@ -30,7 +30,8 @@ import re
|
||||
from ipalib import api, errors, output, uuid
|
||||
from ipalib import Command, List, Password, Str
|
||||
from ipalib.cli import to_cli
|
||||
from ipaserver.plugins.ldap2 import ldap2
|
||||
if api.env.in_server and api.env.context in ['lite', 'server']:
|
||||
from ipaserver.plugins.ldap2 import ldap2
|
||||
from ipalib import _
|
||||
from ipalib.text import Gettext # FIXME: remove once the other Gettext FIXME is removed
|
||||
|
||||
|
Reference in New Issue
Block a user