Fixed rights in folder /etc/CASA/authtoken/svc and its sub-folders to
allow members of the casaauth group to configure themselves in the ATS.
This commit is contained in:
parent
eb4090c0b5
commit
069e1313ae
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 17 16:35:10 MDT 2007 - jluciani@novell.com
|
||||||
|
|
||||||
|
- Fixed access rights to the /etc/CASA/authtoken/svc folder and
|
||||||
|
its sub-folders to allow members of the casaauth group to
|
||||||
|
configure themselves. This resolves BUG265580.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 2 16:45:11 MDT 2007 - jluciani@novell.com
|
Mon Apr 2 16:45:11 MDT 2007 - jluciani@novell.com
|
||||||
|
|
||||||
|
@ -127,12 +127,12 @@ install -d -m 700 %{buildroot}/var/lib/CASA/authtoken/svc
|
|||||||
install -d -m 755 %{buildroot}/etc/CASA
|
install -d -m 755 %{buildroot}/etc/CASA
|
||||||
install -d -m 755 %{buildroot}/etc/CASA/authtoken
|
install -d -m 755 %{buildroot}/etc/CASA/authtoken
|
||||||
install -d -m 755 %{buildroot}/etc/CASA/authtoken
|
install -d -m 755 %{buildroot}/etc/CASA/authtoken
|
||||||
install -d -m 700 %{buildroot}/etc/CASA/authtoken/svc
|
install -d -m 770 %{buildroot}/etc/CASA/authtoken/svc
|
||||||
install -d -m 700 %{buildroot}/etc/CASA/authtoken/svc/auth_mechanisms
|
install -d -m 770 %{buildroot}/etc/CASA/authtoken/svc/auth_mechanisms
|
||||||
install -d -m 700 %{buildroot}/etc/CASA/authtoken/svc/auth_mechanisms/Krb5Authenticate
|
install -d -m 770 %{buildroot}/etc/CASA/authtoken/svc/auth_mechanisms/Krb5Authenticate
|
||||||
install -d -m 700 %{buildroot}/etc/CASA/authtoken/svc/auth_mechanisms/PwdAuthenticate
|
install -d -m 770 %{buildroot}/etc/CASA/authtoken/svc/auth_mechanisms/PwdAuthenticate
|
||||||
install -d -m 700 %{buildroot}/etc/CASA/authtoken/svc/enabled_services
|
install -d -m 770 %{buildroot}/etc/CASA/authtoken/svc/enabled_services
|
||||||
install -d -m 700 %{buildroot}/etc/CASA/authtoken/svc/enabled_services/localhost
|
install -d -m 770 %{buildroot}/etc/CASA/authtoken/svc/enabled_services/localhost
|
||||||
install -d -m 755 %{buildroot}/etc/CASA/authtoken/svc/templates
|
install -d -m 755 %{buildroot}/etc/CASA/authtoken/svc/templates
|
||||||
install -d -m 755 %{buildroot}/etc/CASA/authtoken/keys
|
install -d -m 755 %{buildroot}/etc/CASA/authtoken/keys
|
||||||
install -d -m 700 %{buildroot}/etc/CASA/authtoken/keys/server
|
install -d -m 700 %{buildroot}/etc/CASA/authtoken/keys/server
|
||||||
|
@ -127,12 +127,12 @@ install -d -m 700 %{buildroot}/var/lib/CASA/authtoken/svc
|
|||||||
install -d -m 755 %{buildroot}/etc/CASA
|
install -d -m 755 %{buildroot}/etc/CASA
|
||||||
install -d -m 755 %{buildroot}/etc/CASA/authtoken
|
install -d -m 755 %{buildroot}/etc/CASA/authtoken
|
||||||
install -d -m 755 %{buildroot}/etc/CASA/authtoken
|
install -d -m 755 %{buildroot}/etc/CASA/authtoken
|
||||||
install -d -m 700 %{buildroot}/etc/CASA/authtoken/svc
|
install -d -m 770 %{buildroot}/etc/CASA/authtoken/svc
|
||||||
install -d -m 700 %{buildroot}/etc/CASA/authtoken/svc/auth_mechanisms
|
install -d -m 770 %{buildroot}/etc/CASA/authtoken/svc/auth_mechanisms
|
||||||
install -d -m 700 %{buildroot}/etc/CASA/authtoken/svc/auth_mechanisms/Krb5Authenticate
|
install -d -m 770 %{buildroot}/etc/CASA/authtoken/svc/auth_mechanisms/Krb5Authenticate
|
||||||
install -d -m 700 %{buildroot}/etc/CASA/authtoken/svc/auth_mechanisms/PwdAuthenticate
|
install -d -m 770 %{buildroot}/etc/CASA/authtoken/svc/auth_mechanisms/PwdAuthenticate
|
||||||
install -d -m 700 %{buildroot}/etc/CASA/authtoken/svc/enabled_services
|
install -d -m 770 %{buildroot}/etc/CASA/authtoken/svc/enabled_services
|
||||||
install -d -m 700 %{buildroot}/etc/CASA/authtoken/svc/enabled_services/localhost
|
install -d -m 770 %{buildroot}/etc/CASA/authtoken/svc/enabled_services/localhost
|
||||||
install -d -m 755 %{buildroot}/etc/CASA/authtoken/svc/templates
|
install -d -m 755 %{buildroot}/etc/CASA/authtoken/svc/templates
|
||||||
install -d -m 755 %{buildroot}/etc/CASA/authtoken/keys
|
install -d -m 755 %{buildroot}/etc/CASA/authtoken/keys
|
||||||
install -d -m 700 %{buildroot}/etc/CASA/authtoken/keys/server
|
install -d -m 700 %{buildroot}/etc/CASA/authtoken/keys/server
|
||||||
|
Loading…
Reference in New Issue
Block a user