Skip to content

Commit ad7ca5e

Browse files
CONFDB: Store domain ID override templates
1 parent 8246227 commit ad7ca5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/confdb/confdb.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,9 @@ struct sss_domain_info {
374374
const char *homedir_substr;
375375
const char *override_shell;
376376
const char *default_shell;
377+
/* Domain specific ID override template attributes */
378+
const char *template_homedir;
379+
const char *template_shell;
377380

378381
uint32_t user_timeout;
379382
uint32_t group_timeout;

0 commit comments

Comments
 (0)