Whamcloud - gitweb
LU-17422 osc: Clear PageChecked on bounce pages
[fs/lustre-release.git] / lustre / scripts / lsvcgss
index 03d6233..0f294a2 100755 (executable)
 . /etc/init.d/functions
 
 LOCKFILE="/var/lock/subsys/lsvcgssd"
-LSVCGSSDARGS="-k"
+
+# If service is not configured, launch with all mechs
+# -k -- Enable kerberos support
+# -s -- Enable shared key support
+# -z -- Enable gssnull support
+LSVCGSSDARGS="-k -s -z"
 
 # Check for and source configuration file
 [ -f /etc/sysconfig/lsvcgss ] && . /etc/sysconfig/lsvcgss