1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

Add build option for default smbpasswd location

Signed-off-by: Ivo De Decker <ivo.dedecker@ugent.be>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue May  3 04:42:24 CEST 2016 on sn-devel-144
This commit is contained in:
Ivo De Decker 2016-04-26 21:35:57 +02:00 committed by Jeremy Allison
parent 84a13e70a6
commit 685e813c45

View File

@ -254,6 +254,8 @@ dynconfig = {
'SMB_PASSWD_FILE' : {
'STD-PATH': '${PRIVATE_DIR}/smbpasswd',
'FHS-PATH': '${PRIVATE_DIR}/smbpasswd',
'OPTION': '--with-smbpasswd-file',
'HELPTEXT': 'Where to put the smbpasswd file',
'DELAY': True,
},
}