mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Allow ldap_conf and ldap_secret to be specified as plugin arguments
in sudo.conf
This commit is contained in:
@@ -365,6 +365,8 @@ void sudoers_cleanup(void);
|
||||
/* policy.c */
|
||||
int sudoers_policy_deserialize_info(void *v, char **runas_user, char **runas_group);
|
||||
int sudoers_policy_exec_setup(char *argv[], char *envp[], mode_t cmnd_umask, char *iolog_path, void *v);
|
||||
extern const char *path_ldap_conf;
|
||||
extern const char *path_ldap_secret;
|
||||
|
||||
/* aix.c */
|
||||
void aix_restoreauthdb(void);
|
||||
|
Reference in New Issue
Block a user