Skip to content
Snippets Groups Projects

Add proper support for LDAP

Merged Dmitry Ivanov requested to merge funbringer/picodata-ldap-support into master
All threads resolved!
2 files
+ 10
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -200,6 +200,7 @@ pub struct AuthDef {
pub enum AuthMethod {
ChapSha1 = "chap-sha1",
MD5 = "md5",
Ldap = "ldap",
}
}
Loading