Alon Bar-Lev has uploaded a new change for review.

Change subject: aaa: jaas: add misc profiles to standalone jaas
......................................................................

aaa: jaas: add misc profiles to standalone jaas

1. debug.
2. system credentials, test using system tgt.
3. system credentials with debug.

Topic: AAA
Change-Id: I58740326735baee5c4313005e060db8f3a81e9f9
Signed-off-by: Alon Bar-Lev <alo...@redhat.com>
---
M packaging/conf/jaas.conf
1 file changed, 28 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/00/27900/1

diff --git a/packaging/conf/jaas.conf b/packaging/conf/jaas.conf
index f332a19..3d7cdb3 100644
--- a/packaging/conf/jaas.conf
+++ b/packaging/conf/jaas.conf
@@ -1,10 +1,31 @@
-/**
- * Login Configuration for JAAS.
- *
- * Specify that Kerberos v5 is a required login module for the
- * example classes: GssExample and Mutual.
- */
 oVirtKerb {
-  com.sun.security.auth.module.Krb5LoginModule required client=TRUE;
+    com.sun.security.auth.module.Krb5LoginModule
+        required
+        client=true
+        ;
 };
 
+oVirtKerbDebug {
+    com.sun.security.auth.module.Krb5LoginModule
+        required
+        client=true
+        debug=true
+        ;
+};
+
+oVirtKerbUseTicketCache {
+    com.sun.security.auth.module.Krb5LoginModule
+        required
+        client=true
+        useTicketCache=true
+        ;
+};
+
+oVirtKerbUseTicketCacheDebug {
+    com.sun.security.auth.module.Krb5LoginModule
+        required
+        client=true
+        useTicketCache=true
+        debug=true
+        ;
+};


-- 
To view, visit http://gerrit.ovirt.org/27900
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I58740326735baee5c4313005e060db8f3a81e9f9
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to