diff --git a/slurm.spec.in b/slurm.spec.in
index 7efdadfae9dad77d91d156fdbaddb3bf036529d6..93675eeb267f091b7e1fb0b8517e98d6ec4ea793 100644
--- a/slurm.spec.in
+++ b/slurm.spec.in
@@ -12,9 +12,9 @@ Source: %{name}-%{version}-%{release}.tgz
 Requires: readline popt
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
 
-%define _with_authd 0
+%define _with_authd 1
 %define _with_elan 0
-%define _with_totalview 0
+%define _with_totalview 1
 
 %package devel
 Summary: Development package for SLURM.