krb5.conf.include.directory
The krb5.conf
file can include other files using the directive includedir
.
With the configuration parameter, adclient adds the directive includedir
into the krb5.conf
file.
Specify the directory using an absolute path. Including a directory includes all files within that directory whose names consist solely of alphanumeric characters, dashes, or underscores. Included profile files are syntactically independent of their parents, so each included file must begin with a section header. For more information about included files or directories please refer to the official krb5.conf
man page.
By default, this parameter is empty and no includedir
directive is added to the krb5.conf
file.