admin-stuff/conf/create_system_samba_user_from_old_system.conf.sample

24 lines
548 B
Plaintext

# ==========
# - Configuration file for script 'create_system_samba_user_from_old_system.sh'
# ==========
# - shadow_file
# -
# - Usually a copy of '/etc/shadow' from old system
# -
# - Defaults to: shadow_file="/root/old_system/shadow"
# -
#shadow_file="/root/old_system/shadow"
# - user_passwd_file
# -
# - A file each line containing '<user> <password>'
# -
# - foo passwd_foo
# - bar passwd_bar
# - ...
# -
# - Defaults to: user_passwd_file="/root/old_system/user_passwd.txt"
# -
#user_passwd_file="/root/old_system/user_passwd.txt"