We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8246227 commit ad7ca5eCopy full SHA for ad7ca5e
src/confdb/confdb.h
@@ -374,6 +374,9 @@ struct sss_domain_info {
374
const char *homedir_substr;
375
const char *override_shell;
376
const char *default_shell;
377
+ /* Domain specific ID override template attributes */
378
+ const char *template_homedir;
379
+ const char *template_shell;
380
381
uint32_t user_timeout;
382
uint32_t group_timeout;
0 commit comments