meta: Rename ldap-rp (that one's available)
This commit is contained in:
parent
3331e431dd
commit
cd1790972e
4 changed files with 29 additions and 28 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue