preseed: debconf pour slapd et authentic2 (#6022)
parent
f5f5b7e5d2
commit
c904dff1f8
|
@ -392,6 +392,13 @@ d-i finish-install/keep-consoles boolean true
|
|||
# debconf-get-selections --installer > file
|
||||
# debconf-get-selections >> file
|
||||
|
||||
# slapd s'installe avec un mot de passe par defaut... sans consequence
|
||||
# car on fait un "reset" global ensuite (slapd-supann reset)
|
||||
slapd slapd/password1 password peanuts
|
||||
slapd slapd/password2 password peanuts
|
||||
|
||||
# authentic2 utilise la config via dbconfig
|
||||
authentic2 authentic2/dbconfig-install boolean true
|
||||
|
||||
#### Advanced options
|
||||
### Running custom commands during the installation
|
||||
|
|
Reference in New Issue