#1# Example /etc/cvtsudoers.conf file2#3# This file is optional and allows you to override the cvtsudoers4# default values.5#67# Only convert Defaults entries of the specified types.8# One or more Defaults types may be specified, separated by a comma (',').9# The supported types are: all, global, user, runas, host, command.10#defaults = all1112# Expand aliases in input_file. Aliases are preserved by13# default when the output format is JSON or sudoers.14#expand_aliases = no1516# Use an alternate group file. When "match_local" is also enabled, perform17# group queries using the specified file instead of the system group database.18#group_file = /etc/group1920# Default input format. Only the sudoers and LDIF formats are supported.21#input_format = sudoers2223# Only output rules that match the specified filter. A filter expression24# is made up of one or more key = value pairs, separated by a comma (',').25# The key may be "cmnd" (or "cmd"), "host", "group", or "user".26#match = user=www,group=wheel2728# Match locally. If enabled, use password and group database information29# when matching users and groups in the filter. Only users and groups30# in the filter that exist on the local system will match, and a user's31# groups will automatically be added to the filter. By default, users and32# groups in the filter do not need to exist on the local system, but all33# groups used for matching must be explicitly listed in the filter.34#match_local = no3536# When generating LDIF output, increment each sudoOrder attribute by the37# specified number. Defaults to an increment of 1.38#order_increment = 13940# When generating LDIF output, use the number specified by "start_point"41# in the sudoOrder attribute of the first sudoRole object. Subsequent42# sudoRole object use a sudoOrder value generated by adding the43# increment set by "order_increment". Defaults to a starting point44# of 1. A starting point of 0 will disable the generation of sudoOrder45# attributes in the resulting LDIF file.46#order_start = 14748# Specify the default output format (case-insensitive). The following49# formats are supported: csv | json | ldif | sudoers.50# Defaults to LDIF.51#output_format = ldif5253# When generating LDIF output, construct the initial sudoOrder value54# by concatenating order_start and increment, padding the increment55# with zeros until it consists of padding digits. For example, if56# order_start is 1027, padding is 3, and increment is 1, the value57# of sudoOrder for the first entry will be 1027000, followed by58# 1027001, 1027002, etc. If the number of sudoRole entries is larger59# than the padding would allow, cvtsudoers will exit with an error.60# By default, no padding is performed.61#padding = 06263# Use an alternate passwd file. When "match_local" is also enabled, perform64# passwd queries using the specified file instead of the system passwd database.65#passwd_file = /etc/passwd6667# When "match_local" is also enabled, cvtsudoers will prune68# out non-matching users, groups and hosts from matching entries.69# Defaults to no.70#prune_matches = no7172# The base DN (distinguished name) that will be used when performing LDAP73# queries. If this option is not specified, the value of the SUDOERS_BASE74# environment variable will be used instead.75#sudoers_base = ou=SUDOers,dc=my-domain,dc=com7677# Suppress the output of specific sections of the security policy.78# One or more section names may be specified, separated by a comma (',').79# The supported section name are: defaults, aliases and privileges80# (which may be shortened to privs).81#suppress = defaults,aliases,privs828384