2026 modernization
- use absolute base image names - add Trixie support - user debian/eol for Buster
This commit is contained in:
parent
d4ec5f329a
commit
2068ddab18
14 changed files with 164 additions and 7 deletions
32
trixie_php8/nslcd.conf
Normal file
32
trixie_php8/nslcd.conf
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# /etc/nslcd.conf
|
||||
# nslcd configuration file. See nslcd.conf(5)
|
||||
# for details.
|
||||
|
||||
# The user and group nslcd should run as.
|
||||
uid nslcd
|
||||
gid nslcd
|
||||
|
||||
# The location at which the LDAP server(s) should be reachable.
|
||||
uri ldap://10.0.0.11/
|
||||
|
||||
# The search base that will be used for all queries.
|
||||
base dc=gnuviech,dc=internal
|
||||
|
||||
# The LDAP protocol version to use.
|
||||
#ldap_version 3
|
||||
|
||||
# The DN to bind with for normal lookups.
|
||||
#binddn cn=annonymous,dc=example,dc=net
|
||||
#bindpw secret
|
||||
|
||||
# The DN used for password modifications by root.
|
||||
#rootpwmoddn cn=admin,dc=example,dc=com
|
||||
|
||||
# SSL options
|
||||
#ssl off
|
||||
#tls_reqcert never
|
||||
tls_cacertfile /etc/ssl/certs/ca-certificates.crt
|
||||
|
||||
# The search scope.
|
||||
#scope sub
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue