diff options
author | Rob Crittenden <rcritten@redhat.com> | 2010-05-27 10:58:21 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-08-06 13:10:24 -0400 |
commit | 1e963646b336c77a5a8488cb60751fce50e1e6c0 (patch) | |
tree | b2e9e1d1b21d00238368d00acb4fb38ce6a3e2a4 | |
parent | b7162b3b8aadb6b5672dab33c2771fd266286076 (diff) | |
download | freeipa-1e963646b336c77a5a8488cb60751fce50e1e6c0.tar.gz freeipa-1e963646b336c77a5a8488cb60751fce50e1e6c0.tar.xz freeipa-1e963646b336c77a5a8488cb60751fce50e1e6c0.zip |
Add hbac service for su-l, su with a login shell
-rw-r--r-- | install/updates/30-hbacsvc.update | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/install/updates/30-hbacsvc.update b/install/updates/30-hbacsvc.update index e6551c3e7..dc36950d5 100644 --- a/install/updates/30-hbacsvc.update +++ b/install/updates/30-hbacsvc.update @@ -33,3 +33,9 @@ default:cn: login default:description: login default:ipauniqueid:$UUID +dn: cn=su-l,cn=hbacservices,cn=accounts,$SUFFIX +default:objectclass: ipahbacservice +default:objectclass: ipaobject +default:cn: su-l +default:description: su with login shell +default:ipauniqueid:$UUID |