mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +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)
|
check=True)
|
||||||
subprocess.run(
|
subprocess.run(
|
||||||
['debconf-set-selections'],
|
['debconf-set-selections'],
|
||||||
input=b'nslcd nslcd/ldap-uris string "ldapi:///"',
|
input=b'nslcd nslcd/ldap-uris string ldapi:///',
|
||||||
check=True)
|
check=True)
|
||||||
subprocess.run(
|
subprocess.run(
|
||||||
['debconf-set-selections'],
|
['debconf-set-selections'],
|
||||||
input=b'nslcd nslcd/ldap-base string "dc=thisbox"',
|
input=b'nslcd nslcd/ldap-base string dc=thisbox',
|
||||||
check=True)
|
check=True)
|
||||||
subprocess.run(
|
subprocess.run(
|
||||||
['debconf-set-selections'],
|
['debconf-set-selections'],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user