openldap-2.6.6

slapd usr/bin/slapd dizinine alındı  comar /usr/bin/slapd olarak ayarlandı
This commit is contained in:
Rmys
2023-11-24 16:55:09 +03:00
committed by GitHub
parent 90b911eef8
commit dfe7d80443
4 changed files with 44 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ def start():
os.environ["LC_ALL"] = "C"
os.environ["LANG"] = "C"
startService(command="/usr/libexec/slapd",
startService(command="/usr/bin/slapd",
args="-u ldap -g ldap %s" % config.get("OPTS", ""),
pidfile="/run/openldap/slapd.pid",
donotify=True)