meta: Rename ldap-rp (that one's available)

This commit is contained in:
selfhoster selfhoster 2026-08-21 12:12:50 +02:00
commit cd1790972e
4 changed files with 29 additions and 28 deletions

View file

@ -25,11 +25,11 @@ impl Config {
ListenerAddress::Path(p) => {
if tokio::fs::try_exists(p).await? {
warn!(
"Socket {} already exists, probably because multildap was not shut down correctly.",
"Socket {} already exists, probably because ldap-rp was not shut down correctly.",
p.display()
);
warn!(
"If another multildap instance is still listening on there, it will no longer receive new connections."
"If another ldap-rp instance is still listening on there, it will no longer receive new connections."
);
}
listen