The Wayback Machine - https://web.archive.org/web/20220515130325/https://github.com/topics/samba-ad-dc
Skip to content
#

samba-ad-dc

Here are 15 public repositories matching this topic...

LAWA-IT-Service
LAWA-IT-Service commented Apr 20, 2021

Changing the locale via script is possible in the following way

sed -i "s/^#.$LXC_LOCALE/$LXC_LOCALE/" /etc/locale.gen
locale-gen $LXC_LOCALE
echo LANG=$LXC_LOCALE > /etc/default/locale
echo LANGUAGE=$LXC_LOCALE >> /etc/default/locale
export LANG=$LXC_LOCALE

Hint change zamba.conf to
LXC_LOCALE=de_DE.UTF-8

enhancement good first issue

Improve this page

Add a description, image, and links to the samba-ad-dc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the samba-ad-dc topic, visit your repo's landing page and select "manage topics."

Learn more