mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Make sure we always have the [domain-realm] section or kerberos libs misbheave.
This commit is contained in:
parent
def28f3d5b
commit
298747e15a
@ -287,11 +287,11 @@ def main():
|
|||||||
opts.append({'name':'realms', 'type':'section', 'value':ropts})
|
opts.append({'name':'realms', 'type':'section', 'value':ropts})
|
||||||
opts.append({'name':'empty', 'type':'empty'})
|
opts.append({'name':'empty', 'type':'empty'})
|
||||||
|
|
||||||
#[domain_realm]
|
#[domain_realm]
|
||||||
dropts = [{'name':'.'+cli_domain, 'type':'option', 'value':cli_realm},
|
dropts = [{'name':'.'+cli_domain, 'type':'option', 'value':cli_realm},
|
||||||
{'name':cli_domain, 'type':'option', 'value':cli_realm}]
|
{'name':cli_domain, 'type':'option', 'value':cli_realm}]
|
||||||
opts.append({'name':'domain_realm', 'type':'section', 'value':dropts})
|
opts.append({'name':'domain_realm', 'type':'section', 'value':dropts})
|
||||||
opts.append({'name':'empty', 'type':'empty'})
|
opts.append({'name':'empty', 'type':'empty'})
|
||||||
|
|
||||||
#[appdefaults]
|
#[appdefaults]
|
||||||
pamopts = [{'name':'debug', 'type':'option', 'value':'false'},
|
pamopts = [{'name':'debug', 'type':'option', 'value':'false'},
|
||||||
|
Loading…
Reference in New Issue
Block a user