diff options
Diffstat (limited to 'dirmngr/dirmngr.h')
| -rw-r--r-- | dirmngr/dirmngr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dirmngr/dirmngr.h b/dirmngr/dirmngr.h index 984c60db2..d32f125d2 100644 --- a/dirmngr/dirmngr.h +++ b/dirmngr/dirmngr.h @@ -55,7 +55,9 @@ struct ldap_server_s unsigned int ldap_over_tls:1; /* Use LDAP over an TLS tunnel */ unsigned int ntds:1; /* Use Active Directory authentication. */ unsigned int areconly:1; /* Set LDAP_OPT_AREC_EXCLUSIVE. */ + unsigned int upload:1; /* Use this server only for upload. */ }; + typedef struct ldap_server_s *ldap_server_t; |
