model: rename to auth

Since the "model" doesn't contain any message from the API anymore, and
instead contains only the structures needed for authentication, it was
renamed as such.
This commit is contained in:
Valentin Tolmer
2021-08-31 16:29:49 +02:00
committed by nitnelave
parent 9dd579e32e
commit 3eb53ba5bf
18 changed files with 24 additions and 24 deletions

6
Cargo.lock generated
View File

@@ -1721,7 +1721,7 @@ dependencies = [
"juniper_actix",
"jwt",
"ldap3_server",
"lldap_model",
"lldap_auth",
"log",
"mockall",
"opaque-ke",
@@ -1752,7 +1752,7 @@ dependencies = [
"graphql_client",
"http",
"jwt",
"lldap_model",
"lldap_auth",
"rand 0.8.3",
"serde",
"serde_json",
@@ -1763,7 +1763,7 @@ dependencies = [
]
[[package]]
name = "lldap_model"
name = "lldap_auth"
version = "0.1.0"
dependencies = [
"chrono",