Updates for Samba AD DC.
This commit is contained in:
parent
d60d790be5
commit
bdd45d1bc5
6 changed files with 215 additions and 190 deletions
2
etc/.gitignore
vendored
2
etc/.gitignore
vendored
|
|
@ -61,6 +61,8 @@
|
|||
/profile
|
||||
/profile.d/
|
||||
/protocols
|
||||
/python3.13/
|
||||
/python3/
|
||||
/rc?.d/
|
||||
/rmt
|
||||
/rpc
|
||||
|
|
|
|||
1
etc/default/.gitignore
vendored
1
etc/default/.gitignore
vendored
|
|
@ -10,3 +10,4 @@
|
|||
/ssh
|
||||
/tmpfs
|
||||
/useradd
|
||||
/winbind
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ default = SYSLOG:WARNING:news
|
|||
ccache_type = 4
|
||||
default_realm = SLACKWARE.UK.NET
|
||||
dns_lookup_realm = false
|
||||
dns_lookup_kdc = false
|
||||
dns_lookup_kdc = true
|
||||
kdc_timesync = 1
|
||||
rdns = true
|
||||
forwardable = true
|
||||
|
|
|
|||
22
etc/pkglist
22
etc/pkglist
|
|
@ -148,6 +148,7 @@ libgmp10
|
|||
libgnutls30t64
|
||||
libgomp1
|
||||
libgpg-error0
|
||||
libgpgme11t64
|
||||
libgsasl18
|
||||
libgssapi-krb5-2
|
||||
libgssglue1
|
||||
|
|
@ -238,6 +239,10 @@ libpq5
|
|||
libproc2-0
|
||||
libprotobuf-c1
|
||||
libpsl5t64
|
||||
libpython3-stdlib
|
||||
libpython3.13
|
||||
libpython3.13-minimal
|
||||
libpython3.13-stdlib
|
||||
libqdbm14t64
|
||||
librav1e0.7
|
||||
libraw23t64
|
||||
|
|
@ -385,14 +390,30 @@ prometheus-alertmanager
|
|||
prometheus-node-exporter
|
||||
promtool
|
||||
psmisc
|
||||
python3
|
||||
python3-bcrypt
|
||||
python3-cffi-backend
|
||||
python3-cryptography
|
||||
python3-dnspython
|
||||
python3-ldb
|
||||
python3-markdown
|
||||
python3-minimal
|
||||
python3-samba
|
||||
python3-talloc
|
||||
python3-tdb
|
||||
python3.13
|
||||
python3.13-minimal
|
||||
readline-common
|
||||
rsync
|
||||
rsyslog
|
||||
runit-helper
|
||||
s-nail
|
||||
samba
|
||||
samba-ad-dc
|
||||
samba-ad-provision
|
||||
samba-common
|
||||
samba-common-bin
|
||||
samba-dsdb-modules
|
||||
samba-libs
|
||||
sed
|
||||
sensible-utils
|
||||
|
|
@ -416,4 +437,5 @@ util-linux
|
|||
vim-common
|
||||
vim-tiny
|
||||
wget
|
||||
winbind
|
||||
zlib1g
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ tls keyfile = /etc/certificates/core.slackware.uk.net_key.pem
|
|||
tls verify peer = ca_and_name_if_available
|
||||
log level = 1
|
||||
logging = syslog:local5
|
||||
log file = /var/log/core.slackware.uk.net/today/samba/samba-debug
|
||||
log file = /var/log/samba/samba-debug
|
||||
debug syslog format = always
|
||||
debug hires timestamp = yes
|
||||
enable core files = no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue