X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel.h;h=e2565f4dc7ab31dbbf9a038f6522de0ca1e6aa99;hb=0570c7fd15495912f7ae76a56665bb95827f9470;hp=b88dc9d4e37b13d945448f7ac55460dc56ea3b16;hpb=3a7935ed6115c8463552124b730ed5484447235c;p=citadel.git diff --git a/citadel/citadel.h b/citadel/citadel.h index b88dc9d4e..e2565f4dc 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -132,6 +132,9 @@ struct config { struct ExpirePolicy c_mbxep; /* Expire policy for mailbox rooms */ char c_ldap_host[128]; /* Host where LDAP service lives */ int c_ldap_port; /* Port on host where LDAP lives */ + char c_ldap_base_dn[256]; /* LDAP base DN */ + char c_ldap_bind_dn[256]; /* LDAP bind DN */ + char c_ldap_bind_pw[256]; /* LDAP bind password */ }; /*