1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Perform my janitorial duties.

This commit is contained in:
Tim Potter 0001-01-01 00:00:00 +00:00
parent 6d98ac2634
commit 3810f13682

View File

@ -382,12 +382,6 @@ void free_getent_state(struct getent_state *state)
BOOL winbindd_param_init(void)
{
if (lp_security() != SEC_DOMAIN && lp_security() != SEC_ADS) {
DEBUG(0, ("must be in security = domain or security = ads mode to run winbindd\n"));
return False;
}
/* Parse winbind uid and winbind_gid parameters */
if (!lp_winbind_uid(&server_state.uid_low, &server_state.uid_high)) {