Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 8866

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Constants for Attribute Flags</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="kadm5.constants.html">Predefined Constants</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="pecl.kadm5.constantsop.html">Constants for Options</a></div>
 <div class="up"><a href="kadm5.constants.html">Predefined Constants</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="kadm5.constantsaf" class="section">
 <h2 class="title">Constants for Attribute Flags</h2>
  <p class="para">
   The functions  <span class="function"><a href="function.kadm5-create-principal.html" class="function">kadm5_create_principal()</a></span>,
    <span class="function"><a href="function.kadm5-modify-principal.html" class="function">kadm5_modify_principal()</a></span>, and
    <span class="function"><a href="function.kadm5-modify-principal.html" class="function">kadm5_modify_principal()</a></span> allow to specify
   special attributes using a bitfield. The symbols are defined below:
   <table class="doctable table">
    <caption><strong>Attributes for use by the KDC</strong></caption>
    
     <thead>
      <tr>
       <th>constant</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>KRB5_KDB_DISALLOW_POSTDATED</td>
      </tr>

      <tr>
       <td>KRB5_KDB_DISALLOW_FORWARDABLE</td>
      </tr>

      <tr>
       <td>KRB5_KDB_DISALLOW_TGT_BASED</td>
      </tr>

      <tr>
       <td>KRB5_KDB_DISALLOW_RENEWABLE</td>
      </tr>

      <tr>
       <td>KRB5_KDB_DISALLOW_PROXIABLE</td>
      </tr>

      <tr>
       <td>KRB5_KDB_DISALLOW_DUP_SKEY</td>
      </tr>

      <tr>
       <td>KRB5_KDB_DISALLOW_ALL_TIX</td>
      </tr>

      <tr>
       <td>KRB5_KDB_REQUIRES_PRE_AUTH</td>
      </tr>

      <tr>
       <td>KRB5_KDB_REQUIRES_HW_AUTH</td>
      </tr>

      <tr>
       <td>KRB5_KDB_REQUIRES_PWCHANGE</td>
      </tr>

      <tr>
       <td>KRB5_KDB_DISALLOW_SVR</td>
      </tr>

      <tr>
       <td>KRB5_KDB_PWCHANGE_SERVER</td>
      </tr>

      <tr>
       <td>KRB5_KDB_SUPPORT_DESMD5</td>
      </tr>

      <tr>
       <td>KRB5_KDB_NEW_PRINC</td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="kadm5.constants.html">Predefined Constants</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="pecl.kadm5.constantsop.html">Constants for Options</a></div>
 <div class="up"><a href="kadm5.constants.html">Predefined Constants</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>