mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Fix bug #136. Add message about erroneous empty "passdb backend" parameter.
(This used to be commit 897125a9db
)
This commit is contained in:
parent
187ef2eb2a
commit
480918598b
@ -183,6 +183,10 @@ via the %%o substitution. With encrypted passwords this is not possible.\n", lp_
|
||||
}
|
||||
#endif
|
||||
|
||||
if (!lp_passdb_backend()) {
|
||||
printf("ERROR: passdb backend must have a value or be left out\n");
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user