Add script'create_system_samba_user_from_old_system.sh'
This commit is contained in:
23
conf/create_system_samba_user_from_old_system.conf.sample
Normal file
23
conf/create_system_samba_user_from_old_system.conf.sample
Normal file
@ -0,0 +1,23 @@
|
||||
# ==========
|
||||
# - 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"
|
Reference in New Issue
Block a user