Initializes ldap - just record that we're going to use it. Called prior to Start().
| 130 | /// Initializes ldap - just record that we're going to use it. Called prior to |
| 131 | /// Start(). |
| 132 | void InitLdap() { has_ldap_ = true; } |
| 133 | |
| 134 | void InitSaml() { has_saml_ = true; } |
| 135 |