mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Fix quoted values in nslcd config
This commit is contained in:
parent
bb2b21ea69
commit
ef40941c7c
@ -52,11 +52,11 @@ def subcommand_pre_install(_):
|
||||
check=True)
|
||||
subprocess.run(
|
||||
['debconf-set-selections'],
|
||||
input=b'nslcd nslcd/ldap-uris string "ldapi:///"',
|
||||
input=b'nslcd nslcd/ldap-uris string ldapi:///',
|
||||
check=True)
|
||||
subprocess.run(
|
||||
['debconf-set-selections'],
|
||||
input=b'nslcd nslcd/ldap-base string "dc=thisbox"',
|
||||
input=b'nslcd nslcd/ldap-base string dc=thisbox',
|
||||
check=True)
|
||||
subprocess.run(
|
||||
['debconf-set-selections'],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user