Skip to content
Snippets Groups Projects

Add proper support for LDAP

Merged Dmitry Ivanov requested to merge funbringer/picodata-ldap-support into master
2 files
+ 10
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
0
@@ -196,9 +196,11 @@ pub struct AuthDef {
}
::tarantool::define_str_enum! {
#[derive(clap::ArgEnum)]
pub enum AuthMethod {
ChapSha1 = "chap-sha1",
MD5 = "md5",
Ldap = "ldap",
}
}
Loading