diff --git a/README.md b/README.md index dc3c349..6460fe2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # ldap-kit -Simple tools to manage LDAP \ No newline at end of file +Simple tools to manage LDAP diff --git a/crates/ldap/src/client.rs b/crates/ldap/src/client.rs index e69de29..8b13789 100644 --- a/crates/ldap/src/client.rs +++ b/crates/ldap/src/client.rs @@ -0,0 +1 @@ + diff --git a/crates/ldap/src/lib.rs b/crates/ldap/src/lib.rs index 1227be5..7a31f60 100644 --- a/crates/ldap/src/lib.rs +++ b/crates/ldap/src/lib.rs @@ -2,4 +2,4 @@ mod client; mod user; //pub use client::LdapClient; -pub use user::User; \ No newline at end of file +pub use user::User; diff --git a/crates/ldap/src/user.rs b/crates/ldap/src/user.rs index 295d021..aa96fa3 100644 --- a/crates/ldap/src/user.rs +++ b/crates/ldap/src/user.rs @@ -28,4 +28,4 @@ impl User { pub fn has_attribute(&self, name: &str) -> bool { self.attributes.contains_key(name) } -} \ No newline at end of file +}