Rev 115 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 115 | Rev 159 | ||
|---|---|---|---|
| Line 20... | Line 20... | ||
| 20 | CCLIENT_PAM_ENABLE = false # C-client was built with PAM support  | 
            20 | CCLIENT_PAM_ENABLE = false # C-client was built with PAM support  | 
          
| 21 | CCLIENT_KERB_ENABLE = false # C-client was built with Kerberos support  | 
            21 | CCLIENT_KERB_ENABLE = false # C-client was built with Kerberos support  | 
          
| 22 | 22 | ||
| 23 | # Probably don't need the following  | 
            23 | # Probably don't need the following  | 
          
| 24 | ACCOUNTD_ENABLE = true # Only of use in Cambridge at the moment.  | 
            24 | ACCOUNTD_ENABLE = true # Only of use in Cambridge at the moment.  | 
          
| 25 | ACCOUNTD_SSL_ENABLE = true # Enable SSL support in account management daemon  | 
            25 | ACCOUNTD_SSL_ENABLE = false # Enable SSL support in account management daemon  | 
          
| 26 | ACCOUNTD_PAM_ENABLE = true # Enable PAM support in account management daemon  | 
            26 | ACCOUNTD_PAM_ENABLE = true # Enable PAM support in account management daemon  | 
          
| 27 | ACCOUNTD_USE_BSD_PTY = false # Use Berkeley PTYs rather than Sys V PTYs  | 
            27 | ACCOUNTD_USE_BSD_PTY = false # Use Berkeley PTYs rather than Sys V PTYs  | 
          
| 28 | 28 | ||
| 29 | ############################################################################  | 
            29 | ############################################################################  | 
          
| 30 | # Location of compiler  | 
            30 | # Location of compiler  |