Last change
on this file was 988, checked in by Silvan Scherrer, 9 years ago |
Samba Server: update vendor to version 4.4.3
|
File size:
578 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 | #
|
---|
3 |
|
---|
4 | set -e
|
---|
5 | set -u
|
---|
6 | set -x
|
---|
7 |
|
---|
8 | #
|
---|
9 | # All passwords are "1234"
|
---|
10 | #
|
---|
11 |
|
---|
12 | # DONE # ./manage-ca.sh manage-CA-samba.example.com.cnf init_ca
|
---|
13 | # DONE #
|
---|
14 | # DONE # ./manage-ca.sh manage-CA-samba.example.com.cnf create_dc localdc.samba.example.com 0123456789ABCDEF
|
---|
15 | # DONE # ./manage-ca.sh manage-CA-samba.example.com.cnf create_user administrator@samba.example.com
|
---|
16 | # DONE #
|
---|
17 | # DONE # ./manage-ca.sh manage-CA-samba.example.com.cnf create_dc addc.addom.samba.example.com 0123456789ABCDEF
|
---|
18 | # DONE # ./manage-ca.sh manage-CA-samba.example.com.cnf create_user administrator@addom.samba.example.com
|
---|
Note:
See
TracBrowser
for help on using the repository browser.