Fix special handling of ipa_hostname that was lost in sudo 1.8.24.
We now include the long and short hostname in sudo parser container.
This commit is contained in:
@@ -1665,7 +1665,7 @@ sudo_ldap_open(struct sudo_nss *nss)
|
||||
}
|
||||
handle->ld = ld;
|
||||
/* handle->pw = NULL; */
|
||||
init_parse_tree(&handle->parse_tree);
|
||||
init_parse_tree(&handle->parse_tree, NULL, NULL);
|
||||
nss->handle = handle;
|
||||
|
||||
done:
|
||||
|
Reference in New Issue
Block a user