User Tools

Site Tools


documentation:server-install-components

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
documentation:server-install-components [2019/01/04 09:52]
mpospisek [Config files settings]
documentation:server-install-components [2019/01/04 11:07]
mpospisek [System variables setting]
Line 292: Line 292:
      
 <codedoc code:bash> <codedoc code:bash>
 +echo 'LANG=C' >>/etc/sysconfig/httpd
 +echo 'OPENAAA_PROTOCOL="aaa"' >>/etc/sysconfig/httpd
 +echo 'OPENAAA_HANDLER="/usr/local/bin/aducid"' >>/etc/sysconfig/httpd
 +echo 'OPENAAA_AUTHORITY="your.server.dnsname"' >>/etc/sysconfig/httpd
 vi /etc/sysconfig/httpd vi /etc/sysconfig/httpd
 </codedoc> </codedoc>
  
 <sxh bash>  <sxh bash> 
-Add these lines ... +Edit this lines ...
-LANG=C +
-OPENAAA_PROTOCOL="aaa" +
-OPENAAA_HANDLER="/usr/local/bin/aducid"+
 OPENAAA_AUTHORITY="your.server.dnsname" OPENAAA_AUTHORITY="your.server.dnsname"
 </sxh>  </sxh>