diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-05-09 12:43:06 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-05-09 19:23:09 -0400 |
commit | 312818233ce48471c56d1a7589579892d9726e3b (patch) | |
tree | d080a3d6d90cda4305b779ffcd2ba6a4bc79ff89 /src/confdb | |
parent | f6dbb235373b122ae15643ef5dbbe821ee1307d9 (diff) | |
download | sssd-312818233ce48471c56d1a7589579892d9726e3b.tar.gz sssd-312818233ce48471c56d1a7589579892d9726e3b.tar.xz sssd-312818233ce48471c56d1a7589579892d9726e3b.zip |
NSS: Add default_shell option
This option will allow administrators to set a default shell to be
used if a user does not have one set in the identity provider.
https://fedorahosted.org/sssd/ticket/1289
Diffstat (limited to 'src/confdb')
-rw-r--r-- | src/confdb/confdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h index c816d5334..2468f7e50 100644 --- a/src/confdb/confdb.h +++ b/src/confdb/confdb.h @@ -85,6 +85,7 @@ #define CONFDB_NSS_VETOED_SHELL "vetoed_shells" #define CONFDB_NSS_ALLOWED_SHELL "allowed_shells" #define CONFDB_NSS_SHELL_FALLBACK "shell_fallback" +#define CONFDB_NSS_DEFAULT_SHELL "default_shell" /* PAM */ #define CONFDB_PAM_CONF_ENTRY "config/pam" |